Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1
/
drivers
/
base
/
dd.c
0b777ee
driver core: Postpone DMA tear-down until after devres release for probe failure
by John Garry
· 6 years ago
1ea61b6
async: Add cmdline option to specify drivers to be async probed
by Feng Tang
· 6 years ago
376991d
driver core: Postpone DMA tear-down until after devres release
by Geert Uytterhoeven
· 6 years ago
e7dd401
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
by Rafael J. Wysocki
· 6 years ago
c37e20e
driver core: Attach devices on CPU local to device node
by Alexander Duyck
· 6 years ago
ef0ff68
driver core: Probe devices asynchronously instead of the driver
by Alexander Duyck
· 6 years ago
ed88747
device core: Consolidate locking and unlocking of parent and device
by Alexander Duyck
· 6 years ago
3451a49
driver core: Establish order of operations for device_add and device_del via bitflag
by Alexander Duyck
· 6 years ago
e121a83
driver core: Add missing dev->bus->need_parent_lock checks
by Rafael J. Wysocki
· 6 years ago
c37d721
driver core: Move async_synchronize_full call
by Alexander Duyck
· 6 years ago
dbf03d6
driver core: fix comments for device_block_probing()
by Randy Dunlap
· 6 years ago
63c9804
driver core: Replace simple_strtol by kstrtoint
by Muchun Song
· 6 years ago
dc3c055
dma-mapping: remove dma_deconfigure
by Christoph Hellwig
· 6 years ago
ccf640f
dma-mapping: remove dma_configure
by Christoph Hellwig
· 6 years ago
d2fc88a
Merge 4.18-rc7 into driver-core-next
by Greg Kroah-Hartman
· 6 years ago
722e5f2
driver core: Partially revert "driver core: correct device's shutdown order"
by Rafael J. Wysocki
· 7 years ago
25b4e70
driver core: allow stopping deferred probe after init
by Rob Herring
· 7 years ago
28af109
driver core: add a debugfs entry to show deferred devices
by Javier Martinez Canillas
· 7 years ago
0a50f61
drivers: base: initcall_debug logs for driver probe times
by Todd Poynor
· 7 years ago
d09fcec
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
b06c0b2f
Revert "PM / runtime: Fixup reference counting of device link suppliers at probe"
by Rafael J. Wysocki
· 7 years ago
ec064d3
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
8c97a46
driver core: hold dev's parent lock when needed
by Martin Liu
· 7 years ago
1e83786
PM / runtime: Fixup reference counting of device link suppliers at probe
by Ulf Hansson
· 7 years ago
494fd7b
PM / core: fix deferred probe breaking suspend resume order
by Feng Kan
· 7 years ago
1fe56e0
drivers: base: remove check for callback in coredump_store()
by Arend van Spriel
· 7 years ago
3c47d19
drivers: base: add coredump driver ops
by Arend van Spriel
· 7 years ago
3282570
driver core: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
989d42e
driver core: add SPDX identifiers to all driver core files
by Greg Kroah-Hartman
· 7 years ago
b974304
Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
0ff26c6
driver core: Fix device link deferred probe
by Adrian Hunter
· 7 years ago
08810a4
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
by Rafael J. Wysocki
· 7 years ago
1f5000b
initcall_debug: add deferred probe times
by Todd Poynor
· 7 years ago
1455cf8
driver core: emit uevents when device is bound to a driver
by Dmitry Torokhov
· 7 years ago
09515ef
of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices
by Sricharan R
· 8 years ago
c7334ce
Revert "driver core: Add deferred_probe attribute to devices in sysfs"
by Greg Kroah-Hartman
· 8 years ago
098c305
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
6751667
driver core: Add deferred_probe attribute to devices in sysfs
by Ben Hutchings
· 8 years ago
21d5c57
PM / runtime: Use device links
by Rafael J. Wysocki
· 8 years ago
9ed9895
driver core: Functional dependencies tracking support
by Rafael J. Wysocki
· 8 years ago
bdacd1b
driver core: fix smatch warning on dev->bus check
by Rob Herring
· 8 years ago
c5f0627
driver core: skip removal test for non-removable drivers
by Rob Herring
· 8 years ago
4bdb355
driver core: Add a wrapper around __device_release_driver()
by Rafael J. Wysocki
· 8 years ago
2c507e4
device core: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
bea5b15
driver core: add test of driver remove calls during probe
by Rob Herring
· 8 years ago
656b803
ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()
by Tomeu Vizoso
· 9 years ago
3ded910
driver core: Avoid NULL pointer dereferences in device_is_bound()
by Rafael J. Wysocki
· 9 years ago
aa8e54b5
PM / sleep: Go direct_complete if driver has no callbacks
by Tomeu Vizoso
· 9 years ago
6b9cb42
device core: add device_is_bound()
by Tomeu Vizoso
· 9 years ago
c4e4d631
Merge branch 'acpi-soc' into pm-core
by Rafael J. Wysocki
· 9 years ago
14b6257
device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification
by Andy Shevchenko
· 9 years ago
d89d7ff
Merge branches 'pm-sleep' and 'pm-runtime' into pm-core
by Rafael J. Wysocki
· 9 years ago
5de85b9d
PM / runtime: Re-init runtime PM states at probe error and driver unbind
by Ulf Hansson
· 9 years ago
013c074
PM / sleep: prohibit devices probing during suspend/hibernation
by Strashko, Grygorii
· 9 years ago
ef0eebc
drivers/pinctrl: Add the concept of an "init" state
by Douglas Anderson
· 9 years ago
ae98207
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
52cdbdd
driver core: correct device's shutdown order
by Grygorii Strashko
· 9 years ago
ddef08d
Driver core: wakeup the parent device before trying probe
by Rafael J. Wysocki
· 9 years ago
9ba8af6
base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().
by Shailendra Verma
· 10 years ago
80c6e14
driver-core: fix build for !CONFIG_MODULES
by Dmitry Torokhov
· 10 years ago
802a87f
driver-core: make __device_attach() static
by Dmitry Torokhov
· 10 years ago
d173a13
driver-core: enable drivers to opt-out of async probe
by Luis R. Rodriguez
· 10 years ago
f2411da
driver-core: add driver module asynchronous probe support
by Luis R. Rodriguez
· 10 years ago
765230b
driver-core: add asynchronous probing support for drivers
by Dmitry Torokhov
· 10 years ago
2481bc7
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
13fcffb
driver core: Make probe deferral more quiet
by Mark Brown
· 10 years ago
bb2b4075
driver core: use *switch* statement in really_probe()
by Sergei Shtylyov
· 10 years ago
e90d553
driver core / PM: Add PM domain callbacks for device setup/cleanup
by Rafael J. Wysocki
· 10 years ago
4157533
driver core: Remove kerneldoc from local function
by Thierry Reding
· 10 years ago
a996d01
driver core: Inline dev_set/get_drvdata
by Jean Delvare
· 11 years ago
d433201
driver core: dev_get_drvdata: Don't check for NULL dev
by Jean Delvare
· 11 years ago
2c1f1ff
driver core: dev_set_drvdata returns void
by Jean Delvare
· 11 years ago
1bb6c08
driver core: Move driver_data back to struct device
by Jean Delvare
· 11 years ago
58b116b
drivercore: deferral race condition fix
by Grant Likely
· 11 years ago
94f8cc0
drivers/base/dd.c incorrect pr_debug() parameters
by Frank Rowand
· 11 years ago
baab52d
PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()
by Rafael J. Wysocki
· 11 years ago
fa180eb
PM / Runtime: Idle devices asynchronously after probe|release
by Ulf Hansson
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
d72cca1
drivercore: Fix ordering between deferred_probe and exiting initcalls
by Grant Likely
· 12 years ago
ab78029
drivers/pinctrl: grab default handles from device core
by Linus Walleij
· 12 years ago
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
· 13 years ago
6fbfd05
Merge v3.5-rc5 into driver-core-next
by Greg Kroah-Hartman
· 13 years ago
0998d06
device-core: Ensure drvdata = NULL when no driver is bound
by Hans de Goede
· 13 years ago
1d29cfa
driver core: fixup reversed deferred probe order
by Kuninori Morimoto
· 13 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
· 14 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
· 16 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
Next »