summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-28devres: Move devm_*_action*() APIs to devres.hAndy Shevchenko1-38/+0
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-03-29Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2025-03-26Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-118/+1
2025-03-01driver core: Introduce device_{add,remove}_of_node()Herve Codina1-0/+2
2025-02-24driver core: Split devres APIs to device/devres.hAndy Shevchenko1-118/+1
2025-02-20driver core: Remove needless return in void API device_remove_group()Zijun Hu1-1/+1
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki1-0/+9
2025-01-10devres: add devm_remove_action_nowarn()Danilo Krummrich1-1/+17
2025-01-10driver core: Move two simple APIs for finding child device to headerZijun Hu1-3/+29
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu1-3/+3
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu1-2/+2
2025-01-10driver core: Rename declaration parameter name for API device_find_child() cl...Zijun Hu1-3/+3
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-2/+2
2024-10-26cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+3
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-1/+1
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky1-0/+5
2024-06-20driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman1-2/+2
2024-06-17Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman1-2/+0
2024-06-04driver core: device.h: Group of_node handling declarations and definitionsAndy Shevchenko1-8/+9
2024-06-04driver core: remove devm_device_add_groups()Greg Kroah-Hartman1-2/+0
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+15
2024-05-09dma: fix DMA sync for drivers not calling dma_set_mask*()Alexander Lobakin1-2/+2
2024-05-07dma: avoid redundant calls for sync operationsAlexander Lobakin1-0/+4
2024-05-04driver core: Add device_show_string() helper for sysfs attributesLukas Wunner1-0/+15
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2024-03-27driver core: Remove unused platform_notify, platform_notify_removeBjorn Helgaas1-11/+0
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina1-0/+1
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-1/+0
2023-12-23driver core: device.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2023-12-21driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman1-3/+3
2023-12-15driver core: Add a guard() definition for the device_lock()Dan Williams1-0/+2
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman1-1/+0
2023-11-27iommu: Retire bus opsRobin Murphy1-1/+0
2023-10-05devres: rename the first parameter of devm_add_action(_or_reset)Masahiro Yamada1-4/+4
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+26
2023-08-05driver core: Move dev_err_probe() to where it belogsAndy Shevchenko1-2/+0
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik1-0/+2
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik1-0/+6
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik1-1/+1
2023-07-18driver core: Provide stubs for !IOMEM buildsMark Brown1-0/+26
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+7
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-0/+7
2023-05-31driver core: device.h: add some missing kerneldocsJames Seo1-1/+110
2023-05-30devres: Provide krealloc_arrayJames Clark1-0/+11
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