aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-05bus: subsys: update return type of ->remove_dev() to voidGravatar Viresh Kumar 1-1/+1
2015-07-17include, lib: add __printf attributes to several function prototypesGravatar Nicolas Iooss 1-8/+7
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+22
2015-06-16platform_device: better support builtin boilerplate avoidanceGravatar Paul Gortmaker 1-0/+22
2015-05-20driver-core: enable drivers to opt-out of async probeGravatar Luis R. Rodriguez 1-6/+7
2015-05-20driver-core: add driver module asynchronous probe supportGravatar Luis R. Rodriguez 1-3/+5
2015-05-20driver-core: add asynchronous probing support for driversGravatar Dmitry Torokhov 1-0/+28
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+6
2015-04-03device property: Make it possible to use secondary firmware nodesGravatar Rafael J. Wysocki 1-0/+3
2015-03-25device: Add dev_of_node() accessorGravatar Benjamin Herrenschmidt 1-0/+7
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleGravatar Rafael J. Wysocki 1-10/+3
2015-01-26device: Change dev_<level> logging functions to return voidGravatar Joe Perches 1-31/+29
2015-01-26device: Fix dev_dbg_once macroGravatar Joe Perches 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+35
2014-12-04driver core: Provide an wrapper around the mutex to do lockdep warningsGravatar Konrad Rzeszutek Wilk 1-0/+5
2014-11-26device: Add dev_<level>_once variantsGravatar Joe Perches 1-0/+35
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+6
2014-10-02driver core: Add BUS_NOTIFY_REMOVED_DEVICE eventGravatar Joerg Roedel 1-5/+6
2014-09-23devres: Improve devm_kasprintf()/kvasprintf() supportGravatar Geert Uytterhoeven 1-2/+2
2014-08-05Merge tag 'iommu-updates-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2014-07-17devres: Add devm_kasprintf and devm_kvasprintf APIGravatar Himangi Saraogi 1-0/+4
2014-07-07iommu: Constify struct iommu_opsGravatar Thierry Reding 1-1/+1
2014-06-19devres: remove devm_request_and_ioremap()Gravatar Jingoo Han 1-2/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextGravatar Linus Torvalds 1-0/+2
2014-06-03Merge tag 'staging-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+6
2014-05-27driver core: Inline dev_set/get_drvdataGravatar Jean Delvare 1-2/+10
2014-05-27driver core: dev_set_drvdata returns voidGravatar Jean Delvare 1-1/+1
2014-05-27driver core: Move driver_data back to struct deviceGravatar Jean Delvare 1-0/+3
2014-05-24devres: Add devm_get_free_pages APIGravatar Eli Billauer 1-0/+4
2014-05-23Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Gravatar Russell King 1-0/+2
2014-05-05device: introduce per device dma_pfn_offsetGravatar Santosh Shilimkar 1-0/+2
2014-04-29devres: introduce API "devm_kmemdupGravatar Srinivas Pandruvada 1-0/+2
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Gravatar Tejun Heo 1-10/+1
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Gravatar Greg Kroah-Hartman 1-1/+10
2014-02-11devres: introduce API "devm_kstrdup"Gravatar Manish Badarkhe 1-0/+1
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Gravatar Tejun Heo 1-10/+1
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersGravatar Tejun Heo 1-0/+2
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeGravatar Rafael J. Wysocki 1-9/+3
2013-10-29device: Make dev_WARN/dev_WARN_ONCE print device as well as driver nameGravatar Bjorn Helgaas 1-6/+5
2013-10-16devres: add kernel standard devm_k.alloc functionsGravatar Joe Perches 1-2/+19
2013-10-06driver core: remove dev_bin_attrs from struct classGravatar Greg Kroah-Hartman 1-2/+0
2013-10-05driver core: remove dev_attrs from struct classGravatar Greg Kroah-Hartman 1-2/+0
2013-09-28driver-core: remove struct bus_type.drv_attrsGravatar Greg Kroah-Hartman 1-2/+0
2013-09-28driver-core: remove struct bus_type.bus_attrsGravatar Greg Kroah-Hartman 1-2/+0
2013-09-26sysfs: make attr namespace interface less convolutedGravatar Tejun Heo 1-6/+18
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Gravatar Linus Torvalds 1-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+13