aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-27Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+6
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams1-0/+5
2019-07-18drivers/base: Introduce kill_device()Dan Williams1-0/+1
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+7
2019-07-09Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2019-07-09Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+3
2019-07-05devres: allow const resource argumentsArnd Bergmann1-1/+2
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and 'core' into nextJoerg Roedel1-0/+4
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding1-0/+1
2019-06-24drivers: Add generic helper to match by of_nodeSuzuki K Poulose1-0/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-2/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams1-0/+1
2019-06-12driver core: Add per device iommu paramJacob Pan1-0/+3
2019-06-03driver core: Add helper device_find_child_by_name()Heikki Krogerus1-0/+2
2019-05-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd1-1/+1
2019-04-19driver core: Let dev_of_node() accept a NULL devStephen Boyd1-1/+1
2019-04-01device.h: reorganize struct deviceGreg Kroah-Hartman1-8/+8
2019-03-18driver core: remove BUS_ATTR()Greg Kroah-Hartman1-2/+0
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-03-07linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimitedRasmus Villemoes1-1/+1
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+6
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-13/+17
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+10
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+1
2019-02-21driver core: Add missing description of new struct device_link fieldRafael J. Wysocki1-0/+1
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+1
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki1-0/+1
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla1-0/+10
2019-02-14device connection: Add fwnode member to struct device_connectionHeikki Krogerus1-0/+6
2019-02-13device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENTChristoph Hellwig1-0/+2
2019-02-08device: Fix comment for driver_data in struct deviceDavid Engraf1-1/+1
2019-02-03device.h: Add __cold to dev_<level> logging functionsJoe Perches1-10/+10
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki1-0/+3
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki1-1/+1
2019-01-18driver core: move device->knode_class to device_privateWei Yang1-1/+0
2018-12-17driver core: Introduce device_iommu_mapped() functionJoerg Roedel1-0/+10
2018-10-26Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+5
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+24
2018-10-16devres: provide devm_kstrdup_const()Bartosz Golaszewski1-0/+2
2018-10-16devres: constify p in devm_kfree()Bartosz Golaszewski1-1/+1
2018-10-16driver core: add BUS_ATTR_WO() macroGreg Kroah-Hartman1-0/+2
2018-09-20drivers: base: Helpers for adding device connection descriptionsHeikki Krogerus1-0/+24
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig1-0/+7
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-45/+60
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+4
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+8