index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2020-07-24
|
\
|
*
drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a d...
Kuppuswamy Sathyanarayanan
2020-06-29
*
|
Merge android-4.4@73a2b70 (v4.4.92) into msm-4.4
Blagovest Kolenichev
2017-10-20
|
\
|
|
*
driver core: platform: Don't read past the end of "driver_override" buffer
Nicolai Stange
2017-10-12
*
|
Merge android-4.4@59ff2e1 (v4.4.78) into msm-4.4
Blagovest Kolenichev
2017-08-04
|
\
|
|
*
driver core: platform: fix race condition with driver_override
Adrian Salido
2017-07-15
*
|
Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'
Runmin Wang
2017-02-28
|
\
|
|
*
platform: don't return 0 from platform_get_irq[_byname]() on error
Sergei Shtylyov
2016-10-28
*
|
driver-core: platform: Add platform_irq_count()
Stephen Boyd
2016-08-30
|
/
*
base/platform: Fix platform drivers with no probe callback
Martin Wilck
2016-02-17
*
driver-core: platform: Provide helpers for multi-driver modules
Thierry Reding
2015-10-05
*
base/platform: assert that dev_pm_domain callbacks are called unconditionally
Uwe Kleine-König
2015-10-04
*
drivercore: Fix unregistration path of platform devices
Grant Likely
2015-08-25
*
Revert "base/platform: Only insert MEM and IO resources"
Greg Kroah-Hartman
2015-06-10
*
Revert "base/platform: Continue on insert_resource() error"
Greg Kroah-Hartman
2015-06-10
*
Revert "base/platform: Remove code duplication"
Greg Kroah-Hartman
2015-06-10
*
base/platform: Remove code duplication
Ricardo Ribalda Delgado
2015-06-01
*
base/platform: Continue on insert_resource() error
Ricardo Ribalda Delgado
2015-06-01
*
base/platform: Only insert MEM and IO resources
Ricardo Ribalda Delgado
2015-06-01
*
driver-core: platform_driver_probe() must probe synchronously
Dmitry Torokhov
2015-05-20
*
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-04-14
|
\
|
*
driver core / ACPI: Represent ACPI companions using fwnode_handle
Rafael J. Wysocki
2015-03-16
*
|
drivers: platform: parse IRQ flags from resources
Linus Walleij
2015-03-25
|
/
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
|
\
|
*
core: platform: let platform_create_bundle initialize module owner
Wolfram Sang
2014-11-06
|
*
core: platform: let platform_driver_probe initialize module owner
Wolfram Sang
2014-11-06
*
|
of/reconfig: Add OF_DYNAMIC notifier for platform_bus_type
Pantelis Antoniou
2014-11-24
|
/
*
PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h
Ulf Hansson
2014-09-30
*
drivercore / platform: Convert to dev_pm_domain_attach|detach()
Ulf Hansson
2014-09-22
*
Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-08-04
|
\
|
*
Merge 3.16-rc6 into driver-core-next
Greg Kroah-Hartman
2014-07-21
|
|
\
|
*
|
driver core: platform: add device binding path 'driver_override'
Kim Phillips
2014-07-08
|
*
|
driver core/platform: remove unused implicit padding in platform_object
Yann Droneaud
2014-07-08
*
|
|
Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...
Linus Torvalds
2014-08-04
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
clk: Support for clock parents and rates assigned from device tree
Sylwester Nawrocki
2014-07-25
|
|
/
*
/
platform_get_irq: Revert to platform_get_resource if of_irq_get fails
Guenter Roeck
2014-07-11
|
/
*
of/irq: do irq resolution in platform_get_irq_byname()
Grygorii Strashko
2014-05-23
*
of/irq: do irq resolution in platform_get_irq
Rob Herring
2014-04-24
*
ACPI / platform: drop redundant ACPI_HANDLE check
Josh Cartwright
2014-02-14
*
platform: introduce OF style 'modalias' support for platform bus
Zhang Rui
2014-01-17
*
ACPI: fix module autoloading for ACPI enumerated devices
Zhang Rui
2014-01-16
*
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
Rafael J. Wysocki
2013-11-14
*
driver core: prevent deferred probe with platform_driver_probe
Johan Hovold
2013-09-26
*
driver-core: platform: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-08-23
*
drivers / platform: Fix __init attribute location
Hanjun Guo
2013-08-19
*
driver-core: fix new kernel-doc warning in base/platform.c
Randy Dunlap
2013-07-16
*
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-07-04
|
\
|
*
driver core: move to_platform_driver to platform_device.h
Rob Herring
2013-06-12
*
|
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-07-03
|
\
\
|
*
|
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
2013-06-03
|
|
/
[next]