index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
device.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-01
drivers: Fix typo in parameter description for driver_find_device_by_acpi_dev
Suzuki K Poulose
1
-1
/
+1
2019-07-30
Merge branch 'generic_lookup_helpers' into driver-core-next
Greg Kroah-Hartman
1
-3
/
+234
2019-07-30
drivers: Add generic helper to match any device
Suzuki K Poulose
1
-0
/
+17
2019-07-30
drivers: Introduce device lookup variants by ACPI_COMPANION device
Suzuki K Poulose
1
-0
/
+65
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
1
-0
/
+37
2019-07-30
drivers: Introduce device lookup variants by fwnode
Suzuki K Poulose
1
-0
/
+39
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
1
-0
/
+37
2019-07-30
drivers: Introduce device lookup variants by name
Suzuki K Poulose
1
-3
/
+39
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
1
-1
/
+3
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-4
/
+7
2019-07-09
Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+2
2019-07-09
Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-0
/
+3
2019-07-05
devres: allow const resource arguments
Arnd Bergmann
1
-1
/
+2
2019-07-04
Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and 'core' into next
Joerg Roedel
1
-0
/
+4
2019-07-03
driver: core: Allow subsystems to continue deferring probe
Thierry Reding
1
-0
/
+1
2019-06-24
drivers: Add generic helper to match by of_node
Suzuki K Poulose
1
-0
/
+2
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-2
/
+2
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-2
/
+2
2019-06-13
drivers/base/devres: introduce devm_release_action()
Dan Williams
1
-0
/
+1
2019-06-12
driver core: Add per device iommu param
Jacob Pan
1
-0
/
+3
2019-06-03
driver core: Add helper device_find_child_by_name()
Heikki Krogerus
1
-0
/
+2
2019-05-09
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+1
2019-05-07
Merge branch 'clk-parent-rewrite-1' into clk-next
Stephen Boyd
1
-1
/
+1
2019-04-19
driver core: Let dev_of_node() accept a NULL dev
Stephen Boyd
1
-1
/
+1
2019-04-01
device.h: reorganize struct device
Greg Kroah-Hartman
1
-8
/
+8
2019-03-18
driver core: remove BUS_ATTR()
Greg Kroah-Hartman
1
-2
/
+0
2019-03-10
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2019-03-07
linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
Rasmus Villemoes
1
-1
/
+1
2019-03-06
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-0
/
+6
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-13
/
+17
2019-03-06
Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+10
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-1
/
+1
2019-02-21
driver core: Add missing description of new struct device_link field
Rafael J. Wysocki
1
-0
/
+1
2019-02-20
dma-mapping: improve selection of dma_declare_coherent availability
Christoph Hellwig
1
-1
/
+1
2019-02-20
driver core: Fix PM-runtime for links added during consumer probe
Rafael J. Wysocki
1
-0
/
+1
2019-02-19
PM / core: Add support to skip power management in device/driver model
Sudeep Holla
1
-0
/
+10
2019-02-14
device connection: Add fwnode member to struct device_connection
Heikki Krogerus
1
-0
/
+6
2019-02-13
device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENT
Christoph Hellwig
1
-0
/
+2
2019-02-08
device: Fix comment for driver_data in struct device
David Engraf
1
-1
/
+1
2019-02-03
device.h: Add __cold to dev_<level> logging functions
Joe Perches
1
-10
/
+10
2019-02-01
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
Rafael J. Wysocki
1
-0
/
+3
2019-02-01
driver core: Fix handling of runtime PM flags in device_link_add()
Rafael J. Wysocki
1
-1
/
+1
2019-01-18
driver core: move device->knode_class to device_private
Wei Yang
1
-1
/
+0
2018-12-17
driver core: Introduce device_iommu_mapped() function
Joerg Roedel
1
-0
/
+10
2018-10-26
Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+5
2018-10-26
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-0
/
+24
2018-10-16
devres: provide devm_kstrdup_const()
Bartosz Golaszewski
1
-0
/
+2
2018-10-16
devres: constify p in devm_kfree()
Bartosz Golaszewski
1
-1
/
+1
2018-10-16
driver core: add BUS_ATTR_WO() macro
Greg Kroah-Hartman
1
-0
/
+2
[next]