summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman1-2/+1
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman1-1/+1
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman1-2/+2
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman1-1/+1
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman1-1/+1
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko1-3/+5
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko1-1/+4
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman1-6/+0
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan1-0/+1
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman1-2/+0
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2022-12-06device.h: move kobj_to_dev() to use container_of_const()Greg Kroah-Hartman1-20/+1
2022-11-18driver core: Add __alloc_size hint to devm allocatorsKees Cook1-3/+4
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner1-5/+3
2022-11-10driver core: remove devm_device_remove_group()Greg Kroah-Hartman1-2/+0
2022-11-10driver core: remove devm_device_remove_groups()Greg Kroah-Hartman1-2/+0
2022-10-20driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman1-1/+17
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko1-0/+2
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+73
2022-04-29device-core: Kill the lockdep_mutexDan Williams1-5/+0
2022-04-29cxl/acpi: Add root device lockdep validationDan Williams1-0/+43
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung1-0/+73
2021-12-17genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner1-4/+0
2021-12-17device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner1-0/+5
2021-12-17device: Move MSI related data into a structThomas Gleixner1-6/+14
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner1-2/+0
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2021-08-13driver core: Add missing kernel doc for device::msi_lockThomas Gleixner1-0/+1
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner1-0/+1
2021-07-14swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang1-0/+4
2021-07-06Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+37
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+0
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2021-06-29Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2021-06-22driver core: Export device_driver_attach()Jason Gunthorpe1-0/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei1-0/+1
2021-06-15devres: Enable trace eventsAndy Shevchenko1-9/+0
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-4/+2
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain1-0/+37
2021-05-21drivers: base: Fix device link removalRafael J. Wysocki1-4/+2
2021-05-20docs: update pin-control.rst referencesMauro Carvalho Chehab1-1/+1
2021-03-23driver core: Avoid pointless deferred probe attemptsSaravana Kannan1-0/+4
2021-03-23driver core: Trivial typo fixBhaskar Chowdhury1-1/+1
2021-02-27Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2021-02-20driver core: add a min_align_mask field to struct device_dma_parametersJianxiong Gao1-0/+1