Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8f92df6ad49da958d97e171762d0a97a3dc738f1
/
include
/
linux
/
device.h
e52eec1
SYSFS: Allow boot time switching between deprecated and modern sysfs layout
by Andi Kleen
· 14 years ago
6937e8f
driver core: device_rename's new_name can be const
by Johannes Berg
· 14 years ago
45daef0
Driver core: Add BUS_NOTIFY_BIND_DRIVER
by Magnus Damm
· 14 years ago
cc7447a
Driver core: Drop __must_check from bus_for_each_drv()
by Jean Delvare
· 14 years ago
99bcf21
device.h drivers/base/core.c Convert dev_<level> logging macros to functions
by Joe Perches
· 14 years ago
cf9b59e9d
Merge remote branch 'origin' into secretlab/next-devicetree
by Grant Likely
· 14 years ago
597b9d1
drivercore: Add of_match_table to the common device drivers
by Grant Likely
· 15 years ago
bc451f2
kobj: Add basic infrastructure for dealing with namespaces.
by Eric W. Biederman
· 15 years ago
3142788
drivers/base: Convert dev->sem to mutex
by Thomas Gleixner
· 15 years ago
d706c1b
driver-core: Add device node pointer to struct device
by Grant Likely
· 15 years ago
a636ee7
driver core: Early dev_name() support.
by Paul Mundt
· 15 years ago
8e9394c
Driver core: create lock/unlock functions for struct device
by Greg Kroah-Hartman
· 15 years ago
869dfc8
driver core: Add class_attr_string for simple read-only string
by Andi Kleen
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
5a2eb85
PM: Add facility for advanced testing of async suspend/resume
by Rafael J. Wysocki
· 15 years ago
5af84b8
PM: Asynchronous suspend and resume of devices
by Rafael J. Wysocki
· 15 years ago
099c2f2
Driver core: driver_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
66ecb92
Driver core: bin_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
26579ab
Driver core: device_attribute parameters can often be const*
by Phil Carmody
· 15 years ago
073120c
Driver Core: devtmpfs: use sys_mount()
by Kay Sievers
· 15 years ago
1a6f2a7
Driver core: allow certain drivers prohibit bind/unbind via sysfs
by Dmitry Torokhov
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
2b2af54
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
by Kay Sievers
· 16 years ago
4622709
Driver core: Add support for compatibility classes
by Jean Delvare
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
a5b8b1a
Driver core: Add accessor for device platform data
by Mark Brown
· 15 years ago
b402843
Driver core: move dev_get/set_drvdata to drivers/base/dd.c
by Greg Kroah-Hartman
· 16 years ago
8150f32
Driver Core: Make PM operations a const pointer
by Dmitry Torokhov
· 15 years ago
4ead0a2
Driver Core: remove BUS_ID_SIZE
by Kay Sievers
· 15 years ago
6fcf53a
Driver Core: add nodename callbacks
by Kay Sievers
· 16 years ago
309b7d6
driver core: add BUS_NOTIFY_UNBOUND_DRIVER event
by Joerg Roedel
· 16 years ago
0072578
PM: Remove device_type suspend()/resume()
by Magnus Damm
· 15 years ago
e240b58
PM: Remove bus_type suspend_late()/resume_early() V2
by Magnus Damm
· 15 years ago
e67c856
Revert driver core: move platform_data into platform_device
by Greg Kroah-Hartman
· 16 years ago
d4d5291
driver synchronization: make scsi_wait_scan more advanced
by Arjan van de Ven
· 16 years ago
e9d376f
dynamic debug: combine dprintk and dynamic printk
by Jason Baron
· 16 years ago
ffa6a70
Driver core: Fix device_move() vs. dpm list ordering, v2
by Cornelia Huck
· 16 years ago
f67f129
Driver core: implement uevent suppress in kobject
by Ming Lei
· 16 years ago
006f457
driver core: move platform_data into platform_device
by Ming Lei
· 16 years ago
ae1b417
driver core: move knode_bus into private structure
by Greg Kroah-Hartman
· 16 years ago
8940b4f
driver core: move knode_driver into private structure
by Greg Kroah-Hartman
· 16 years ago
f791b8c
driver core: move klist_children into private structure
by Greg Kroah-Hartman
· 16 years ago
fb069a5
driver core: create a private portion of struct device
by Greg Kroah-Hartman
· 16 years ago
b23530e
driver core: remove polling for driver_probe_done(v5)
by Ming Lei
· 16 years ago
1fa5ae8
driver core: get rid of struct device's bus_id string array
by Kay Sievers
· 16 years ago
216773a
Consolidate driver_probe_done() loops into one place
by Arjan van de Ven
· 16 years ago
926bead
Revert "driver core: create a private portion of struct device"
by Greg Kroah-Hartman
· 16 years ago
e2d4077
Revert "driver core: move klist_children into private structure"
by Greg Kroah-Hartman
· 16 years ago
cda5e83
Revert "driver core: move knode_driver into private structure"
by Greg Kroah-Hartman
· 16 years ago
4db8e28
Revert "driver core: move knode_bus into private structure"
by Greg Kroah-Hartman
· 16 years ago
0aa0dc4
driver core: add root_device_register()
by Mark McLoughlin
· 16 years ago
d0d85ff
Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG
by Cornelia Huck
· 16 years ago
b9daa99
driver core: move knode_bus into private structure
by Greg Kroah-Hartman
· 16 years ago
93e746d
driver core: move knode_driver into private structure
by Greg Kroah-Hartman
· 16 years ago
11c3b5c
driver core: move klist_children into private structure
by Greg Kroah-Hartman
· 16 years ago
2831fe6
driver core: create a private portion of struct device
by Greg Kroah-Hartman
· 16 years ago
929d2fa
driver core: Rearrange struct device for better packing
by Matthew Wilcox
· 16 years ago
adf0949
PM: Simplify the new suspend/hibernation framework for devices
by Rafael J. Wysocki
· 16 years ago
7d1d899
i2c: Constify i2c_get_clientdata's parameter
by Jean Delvare
· 16 years ago
99178b0
Driver core: add bus_sort_breadthfirst() function
by Greg Kroah-Hartman
· 16 years ago
e613966
debug: Introduce a dev_WARN() function
by Arjan van de Ven
· 16 years ago
346e15b
driver core: basic infrastructure for per-module dynamic debug messages
by Jason Baron
· 16 years ago
7fb6b5d
device create: remove device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
5a3ceb8
driver-core: use klist for class device list and implement iterator
by Tejun Heo
· 16 years ago
c906a48
driver core: add init_name to struct device
by Greg Kroah-Hartman
· 16 years ago
bf9ca69
dev_printk(): constify the `dev' argument
by Jean Delvare
· 16 years ago
b98cb4b
driver core: remove DEVICE_ID_SIZE define
by Greg Kroah-Hartman
· 17 years ago
ca52a49
driver core: remove DEVICE_NAME_SIZE define
by Kay Sievers
· 17 years ago
aab0de2
driver core: remove KOBJ_NAME_LEN define
by Kay Sievers
· 17 years ago
d2a3b91
class: add lockdep infrastructure
by Matthew Wilcox
· 16 years ago
7c71448
class: move driver core specific parts to a private structure
by Greg Kroah-Hartman
· 17 years ago
695794a
Driver Core: add ability for class_find_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
93562b5
Driver Core: add ability for class_for_each_device to start in middle of list
by Greg Kroah-Hartman
· 16 years ago
4e10673
device create: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
ccea44f
driver core: remove device_create()
by Greg Kroah-Hartman
· 16 years ago
e105b8b
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
by Dan Williams
· 17 years ago
1eede07
Introduce new top level suspend and hibernation callbacks
by Rafael J. Wysocki
· 16 years ago
413c239
driver-core: prepare for 2.6.27 api change by adding dev_set_name
by Stephen Rothwell
· 16 years ago
8882b39
Driver core: add device_create_vargs and device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
0a3ad00
Driver core: struct class remove children list
by Dave Young
· 17 years ago
0691663
driver-core: add dev_name() to help transition away from using bus_id
by Kay Sievers
· 17 years ago
c3b19ff
driver core: remove no longer used "struct class_device"
by Kay Sievers
· 17 years ago
e80ab41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
b844eba
PM: Remove destroy_suspended_device()
by Rafael J. Wysocki
· 17 years ago
3f62e57
Driver core: make device_is_registered() work for class devices
by Greg Kroah-Hartman
· 17 years ago
9a3df1f
PM: Convert wakeup flag accessors to inline functions
by Alan Stern
· 17 years ago
1429db8
driver core: Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macros
by Joe Perches
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
6b7b651
iommu sg merging: add device_dma_parameters structure
by FUJITA Tomonori
· 17 years ago
9617c3e
PM: Export device_pm_schedule_removal
by Rafael J. Wysocki
· 17 years ago
1f9ffc0
Driver core: add bus_find_device_by_name function
by Greg Kroah-Hartman
· 17 years ago
d462943
Driver core: fix coding style issues in device.h
by Greg Kroah-Hartman
· 17 years ago
fd04897
Driver Core: add class iteration api
by Dave Young
· 17 years ago
e5dd127
Driver core: move the static kobject out of struct driver
by Greg Kroah-Hartman
· 17 years ago
cbe9c59
Driver: add driver_add_kobj for looney iseries_veth driver
by Greg Kroah-Hartman
· 17 years ago
57c7453
driver core: Introduce default attribute groups.
by Cornelia Huck
· 17 years ago
c6f7e72
driver core: remove fields from struct bus_type
by Greg Kroah-Hartman
· 17 years ago
b249072
driver core: add way to get to bus device klist
by Greg Kroah-Hartman
· 17 years ago
0fed80f
driver core: add way to get to bus kset
by Greg Kroah-Hartman
· 17 years ago
cc972e8
driver core: remove owner field from struct bus_type
by Greg Kroah-Hartman
· 17 years ago
Next »