Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f761620377ebc791afba7ded078947d2116f48ce
/
drivers
/
base
/
dd.c
eed5d21
PM / Runtime: Do not increment device usage counts before probing
by Rafael J. Wysocki
· 12 years ago
8153584
driver core: Move deferred devices to the end of dpm_list before probing
by Mark Brown
· 12 years ago
6fbfd05
Merge v3.5-rc5 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
0998d06
device-core: Ensure drvdata = NULL when no driver is bound
by Hans de Goede
· 12 years ago
1d29cfa5
driver core: fixup reversed deferred probe order
by Kuninori Morimoto
· 12 years ago
8b0372a
driver core: minor comment formatting cleanups
by Greg Kroah-Hartman
· 13 years ago
ef8a3fd
driver core: move the deferred probe pointer into the private area
by Greg Kroah-Hartman
· 13 years ago
d1c3414
drivercore: Add driver probe deferral mechanism
by Grant Likely
· 13 years ago
bcbe4f9
drivers: base: print rejected matches with DEBUG_DRIVER
by Wolfram Sang
· 13 years ago
39ab05c
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 13 years ago
e1866b3
PM / Runtime: Rework runtime PM handling during driver removal
by Rafael J. Wysocki
· 14 years ago
c870508
driver core: let dev_set_drvdata return int instead of void as it can fail
by Uwe Kleine-König
· 14 years ago
8497d6a
driver-core: fix race between device_register and driver_register
by Sebastian Ott
· 14 years ago
45daef0
Driver core: Add BUS_NOTIFY_BIND_DRIVER
by Magnus Damm
· 14 years ago
fbb88fa
driver-core: fix potential race condition in drivers/base/dd.c
by Stefani Seibold
· 15 years ago
8e9394c
Driver core: create lock/unlock functions for struct device
by Greg Kroah-Hartman
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
b402843
Driver core: move dev_get/set_drvdata to drivers/base/dd.c
by Greg Kroah-Hartman
· 15 years ago
5e928f7
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
by Rafael J. Wysocki
· 15 years ago
59a3cd7
Driver core: fix comment for device_attach()
by Dmitry Torokhov
· 16 years ago
309b7d6
driver core: add BUS_NOTIFY_UNBOUND_DRIVER event
by Joerg Roedel
· 16 years ago
d4d5291
driver synchronization: make scsi_wait_scan more advanced
by Arjan van de Ven
· 16 years ago
8940b4f
driver core: move knode_driver into private structure
by Greg Kroah-Hartman
· 16 years ago
b23530e
driver core: remove polling for driver_probe_done(v5)
by Ming Lei
· 16 years ago
49b420a
driver core: check bus->match without holding device lock
by Ming Lei
· 16 years ago
216773a
Consolidate driver_probe_done() loops into one place
by Arjan van de Ven
· 16 years ago
cda5e83
Revert "driver core: move knode_driver into private structure"
by Greg Kroah-Hartman
· 16 years ago
7232800
driver core:fix duplicate removing driver link in __device_release_driver
by Ming Lei
· 16 years ago
93e746d
driver core: move knode_driver into private structure
by Greg Kroah-Hartman
· 16 years ago
1e0b2cf
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
6cd4958
device model: Do a quickcheck for driver binding before doing an expensive check
by Arjan van de Ven
· 16 years ago
2b3a302
driver core: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
4a3ad20
Driver core: coding style fixes
by Greg Kroah-Hartman
· 17 years ago
ef2c517
Driver core: fix race in __device_release_driver
by Alan Stern
· 17 years ago
7dc72b2
Driver core: clean up debugging messages
by Greg Kroah-Hartman
· 17 years ago
e5dd127
Driver core: move the static kobject out of struct driver
by Greg Kroah-Hartman
· 17 years ago
c6f7e72
driver core: remove fields from struct bus_type
by Greg Kroah-Hartman
· 17 years ago
ab71c6f
driver core: fix kernel doc of device_release_driver
by Stefan Richter
· 17 years ago
1f5681a
driver core: properly get driver in device_release_driver
by Stefan Richter
· 17 years ago
475c5a1
Driver core: kill unused code
by Stephen Hemminger
· 17 years ago
5adc55d
PCI: remove the broken PCI_MULTITHREAD_PROBE option
by Adrian Bunk
· 18 years ago
c6a4669
driver core: don't fail attaching the device if it cannot be bound
by Cornelia Huck
· 18 years ago
21c7f30
driver core: per-subsystem multithreaded probing
by Cornelia Huck
· 18 years ago
9ac7849
devres: device resource management
by Tejun Heo
· 18 years ago
cb986b7
driver core: Change function call order in device_bind_driver().
by Cornelia Huck
· 18 years ago
c578abb
driver core: Don't stop probing on ->probe errors.
by Cornelia Huck
· 18 years ago
1901fb2
Driver core: fix "driver" symlink timing
by Kay Sievers
· 18 years ago
116af37
Driver core: add notification of bus events
by Benjamin Herrenschmidt
· 18 years ago
735a7ff
[PATCH] drivers: wait for threaded probes between initcall levels
by Andrew Morton
· 18 years ago
4d66423
driver core: kmalloc() failure check in driver_probe_device
by Akinobu Mita
· 18 years ago
0fbf116
Driver core: plug device probe memory leak
by Duncan Sands
· 18 years ago
f2eaae1
Driver core: Fix potential deadlock in driver core
by Alan Stern
· 18 years ago
d779249
Driver Core: add ability for drivers to do a threaded probe
by Greg Kroah-Hartman
· 18 years ago
f86db39
drivers/base: check errors
by Andrew Morton
· 18 years ago
0f836ca
[PATCH] driver core: safely unbind drivers for devices not on a bus
by Alan Stern
· 19 years ago
594c828
[PATCH] Add bus_type probe, remove, shutdown methods.
by Russell King
· 19 years ago
bf74ad5
[PATCH] Hold the device's parent's lock during probe and remove
by Alan Stern
· 19 years ago
2b08c8d
[PATCH] Small fixes to driver core
by Alan Stern
· 19 years ago
4c898c7
[PATCH] Driver Core: fis bus rescan devices race
by Daniel Ritz
· 19 years ago
d856f1e3
[PATCH] klist: fix klist to have the same klist_add semantics as list_head
by James Bottomley
· 19 years ago
afdce75
[PATCH] driver core: Add the ability to bind drivers to devices from userspace
by Greg Kroah-Hartman
· 19 years ago
ca2b94b
[PATCH] driver core: fix error handling in bus_add_device
by Hannes Reinecke
· 19 years ago
c95a6b0
[PATCH] driver core: Fix races in driver_detach()
by Alan Stern
· 20 years ago
0d3e5a2
[PATCH] Driver Core: fix bk-driver-core kills ppc64
by Patrick Mochel
· 20 years ago
b86c1df
[PATCH] Driver core: Fix up the driver and device iterators to be quieter
by gregkh@suse.de
· 20 years ago
0956af5
[PATCH] Call klist_del() instead of klist_remove().
by mochel@digitalimplant.org
· 20 years ago
2287c32
[PATCH] Use bus_for_each_{dev,drv} for driver binding.
by mochel@digitalimplant.org
· 20 years ago
94e7b1c5
[PATCH] Add a klist to struct device_driver for the devices bound to it.
by mochel@digitalimplant.org
· 20 years ago
07e4a3e
[PATCH] Move device/driver code to drivers/base/dd.c
by mochel@digitalimplant.org
· 20 years ago