Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
59ce8c283af64315b9c4ebf40fab3956f6dc3824
/
drivers
/
base
/
platform.c
c4c592b
driver core: platform: fix race condition with driver_override
by Adrian Salido
· 8 years ago
60ca5e0
driver-core: platform: Catch errors from calls to irq_get_irq_data
by Guenter Roeck
· 8 years ago
e330b9a
platform: don't return 0 from platform_get_irq[_byname]() on error
by Sergei Shtylyov
· 8 years ago
c90aab9
platform driver: fix use-after-free in platform_device_del()
by Jerome Marchand
· 8 years ago
f4d0526
device property: don't bother the drivers with struct property_set
by Heikki Krogerus
· 9 years ago
25cad69
base/platform: Fix platform drivers with no probe callback
by Martin Wilck
· 9 years ago
6efd3f8
Merge branch 'pm-core'
by Rafael J. Wysocki
· 9 years ago
6799060
Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
2d30bb0
platform: Do not detach from PM domains on shutdown
by Rafael J. Wysocki
· 9 years ago
4b83555
driver-core: platform: Add platform_irq_count()
by Stephen Boyd
· 9 years ago
00bbc1d
driver core: platform: Add support for built-in device properties
by Mika Westerberg
· 9 years ago
dbe2256
driver-core: platform: Provide helpers for multi-driver modules
by Thierry Reding
· 9 years ago
b8b2c7d
base/platform: assert that dev_pm_domain callbacks are called unconditionally
by Uwe Kleine-König
· 9 years ago
7f5dcaf
drivercore: Fix unregistration path of platform devices
by Grant Likely
· 9 years ago
0e6c861
Revert "base/platform: Only insert MEM and IO resources"
by Greg Kroah-Hartman
· 9 years ago
5da7f70
Revert "base/platform: Continue on insert_resource() error"
by Greg Kroah-Hartman
· 9 years ago
8b2dceb
Revert "base/platform: Remove code duplication"
by Greg Kroah-Hartman
· 9 years ago
6d9d4b1
base/platform: Remove code duplication
by Ricardo Ribalda Delgado
· 9 years ago
e50e69d
base/platform: Continue on insert_resource() error
by Ricardo Ribalda Delgado
· 9 years ago
36d4b29
base/platform: Only insert MEM and IO resources
by Ricardo Ribalda Delgado
· 9 years ago
5c36eb2
driver-core: platform_driver_probe() must probe synchronously
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
7085a74
drivers: platform: parse IRQ flags from resources
by Linus Walleij
· 10 years ago
ce79348
driver core / ACPI: Represent ACPI companions using fwnode_handle
by Rafael J. Wysocki
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
801d728
of/reconfig: Add OF_DYNAMIC notifier for platform_bus_type
by Pantelis Antoniou
· 10 years ago
291f653
core: platform: let platform_create_bundle initialize module owner
by Wolfram Sang
· 10 years ago
c3b50dc
core: platform: let platform_driver_probe initialize module owner
by Wolfram Sang
· 10 years ago
f48c767
PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h
by Ulf Hansson
· 10 years ago
cb51841
drivercore / platform: Convert to dev_pm_domain_attach|detach()
by Ulf Hansson
· 10 years ago
29b88e2
Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
e4ca430
Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
86be408
clk: Support for clock parents and rates assigned from device tree
by Sylwester Nawrocki
· 10 years ago
90125ed
Merge 3.16-rc6 into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
aff008a
platform_get_irq: Revert to platform_get_resource if of_irq_get fails
by Guenter Roeck
· 10 years ago
3d713e0
driver core: platform: add device binding path 'driver_override'
by Kim Phillips
· 10 years ago
1cec24c
driver core/platform: remove unused implicit padding in platform_object
by Yann Droneaud
· 10 years ago
ad69674
of/irq: do irq resolution in platform_get_irq_byname()
by Grygorii Strashko
· 10 years ago
9ec36ca
of/irq: do irq resolution in platform_get_irq
by Rob Herring
· 11 years ago
9383f4c
ACPI / platform: drop redundant ACPI_HANDLE check
by Josh Cartwright
· 11 years ago
b9f7306
platform: introduce OF style 'modalias' support for platform bus
by Zhang Rui
· 11 years ago
8c4ff6d
ACPI: fix module autoloading for ACPI enumerated devices
by Zhang Rui
· 11 years ago
7b19981
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
by Rafael J. Wysocki
· 11 years ago
3f9120b
driver core: prevent deferred probe with platform_driver_probe
by Johan Hovold
· 11 years ago
d06262e
driver-core: platform: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
a825791
drivers / platform: Fix __init attribute location
by Hanjun Guo
· 11 years ago
08801f9
driver-core: fix new kernel-doc warning in base/platform.c
by Randy Dunlap
· 11 years ago
74b9272
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
10dbc5e
driver core: move to_platform_driver to platform_device.h
by Rob Herring
· 12 years ago
9447057
platform_device: use a macro instead of platform_driver_register
by Libo Chen
· 11 years ago
45f0a85
PM / Runtime: Rework the "runtime idle" helper routine
by Rafael J. Wysocki
· 11 years ago
0258e18
driver core: platform.c: fix checkpatch errors and warnings
by Fabio Porcedda
· 12 years ago
647c86d
driver core: warn that platform_driver_probe can not use deferred probing
by Fabio Porcedda
· 12 years ago
cff2f74
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
94d76d5
platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown
by Rafael J. Wysocki
· 12 years ago
863f9f3
ACPI / platform: Initialize ACPI handles of platform devices in advance
by Rafael J. Wysocki
· 12 years ago
d6ff855
driver: platform: fix documentation for platform_get_irq_byname
by Wolfram Sang
· 12 years ago
91e5687
ACPI: Add support for platform bus type
by Mika Westerberg
· 12 years ago
ecdca04
Merge 3.7-rc5 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
5cf8f7d
sparc: Add sparc support for platform_get_irq()
by Andreas Larsson
· 12 years ago
b1d6d82
drivers/base: fix typo in comment for arch_setup_pdev_archdata()
by Sebastian Andrzej Siewior
· 12 years ago
16642a2
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
1b8cb92
driver core: Check if r->name is valid in platform_get_resource_byname()
by Peter Ujfalusi
· 12 years ago
bed2b42
PM / Runtime: Allow helpers to be called by early platform drivers
by Rafael J. Wysocki
· 12 years ago
689ae23
platform: Add support for automatic device IDs
by Jean Delvare
· 12 years ago
07d57a3
drivercore: Output common devicetree information in uevent
by Grant Likely
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
9b39e73
PM / Sleep: Remove forward-only callbacks from platform bus type
by Rafael J. Wysocki
· 13 years ago
5a3072b
drivers_base: make argument to platform_device_register_full const
by Uwe Kleine-König
· 13 years ago
2d03423
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
01dcc60
new helper to create platform devices with dma mask
by Uwe Kleine-König
· 13 years ago
0a26813
drivers_base: platform: use always ->name for uevent
by Sebastian Andrzej Siewior
· 13 years ago
7de636f
driver core: fix kernel-doc warning in platform.c
by Randy Dunlap
· 13 years ago
a77ce81
driver core: Add ability for arch code to setup pdev_archdata
by Kumar Gala
· 13 years ago
bb2b43f
drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_module
by Andrew Morton
· 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
2064af91
PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"
by Kevin Hilman
· 14 years ago
8b313a3
PM / Platform: Use generic runtime PM callbacks directly
by Rafael J. Wysocki
· 14 years ago
69c9dd1
PM: Export platform bus type's default PM callbacks
by Rafael J. Wysocki
· 14 years ago
4a03d6f
driver core/platform_device_add_resources: free resource before overwriting
by Uwe Kleine-König
· 14 years ago
cea8962
driver core/platform_device_add_resources: set resource to NULL if !res
by Uwe Kleine-König
· 14 years ago
251e031
driver core/platform_device_add_data: free platform data before overwriting
by Uwe Kleine-König
· 14 years ago
27a33f9
driver core/platform_device_add_data: set platform_data to NULL if !data
by Uwe Kleine-König
· 14 years ago
aaa119a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
e710d7d
mfd: Fetch cell pointer from platform_device->mfd_cell
by Samuel Ortiz
· 14 years ago
1f112ce
PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS
by Rafael J. Wysocki
· 14 years ago
51f00a4
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
807508c
base/platform: Simplifications for NULL platform data/resources handling
by Anton Vorontsov
· 14 years ago
5cfc64c
base/platform: Safe handling for NULL platform data and resources
by Anton Vorontsov
· 14 years ago
c64a092
driver core: platform_bus: allow runtime override of dev_pm_ops
by Kevin Hilman
· 14 years ago
d79d324
driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
by Patrick Pannuto
· 14 years ago
7096d04
of/device: Rework to use common platform_device_alloc() for allocating devices
by Grant Likely
· 14 years ago
ab69bcd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
737a3bb
Driver core: move platform device creation helpers to .init.text (if MODULE=n)
by Uwe Kleine-König
· 14 years ago
44f28bd
Driver core: reduce duplicated code for platform_device creation
by Uwe Kleine-König
· 14 years ago
3e61dfd
Driver core: use kmemdup in platform_device_add_resources
by Uwe Kleine-König
· 14 years ago
eca3930
of: Merge of_platform_bus_type with platform_bus_type
by Grant Likely
· 14 years ago
0521215
drivercore/of: Add OF style matching to platform bus
by Grant Likely
· 14 years ago
190e837
platform_bus: allow custom extensions to system PM methods
by Kevin Hilman
· 15 years ago
Next »