index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-10-25
1
-0
/
+1
|
\
|
*
of/device: Rework to use common platform_device_alloc() for allocating devices
Grant Likely
2010-10-21
1
-0
/
+1
*
|
base/platform: Simplifications for NULL platform data/resources handling
Anton Vorontsov
2010-10-22
1
-20
/
+12
*
|
base/platform: Safe handling for NULL platform data and resources
Anton Vorontsov
2010-10-22
1
-1
/
+8
*
|
driver core: platform_bus: allow runtime override of dev_pm_ops
Kevin Hilman
2010-10-22
1
-0
/
+35
*
|
driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
Patrick Pannuto
2010-10-22
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-08-06
1
-81
/
+29
|
\
|
*
Driver core: move platform device creation helpers to .init.text (if MODULE=n)
Uwe Kleine-König
2010-08-05
1
-1
/
+1
|
*
Driver core: reduce duplicated code for platform_device creation
Uwe Kleine-König
2010-08-05
1
-78
/
+26
|
*
Driver core: use kmemdup in platform_device_add_resources
Uwe Kleine-König
2010-08-05
1
-3
/
+3
*
|
of: Merge of_platform_bus_type with platform_bus_type
Grant Likely
2010-07-24
1
-0
/
+6
*
|
drivercore/of: Add OF style matching to platform bus
Grant Likely
2010-07-24
1
-1
/
+6
|
/
*
platform_bus: allow custom extensions to system PM methods
Kevin Hilman
2010-05-21
1
-4
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2010-05-20
1
-3
/
+3
|
\
|
*
PM / platform_bus: Allow runtime PM by default
Mark Brown
2010-05-10
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2010-05-19
1
-0
/
+20
|
\
\
|
*
\
Merge branch 'sh/driver-core'
Paul Mundt
2010-05-13
1
-1
/
+1
|
|
\
\
|
|
*
|
driver core: Early dev_name() depends on slab_is_available().
Paul Mundt
2010-05-13
1
-1
/
+1
|
|
|
|
|
|
\
\
|
*
-
.
|
|
Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...
Paul Mundt
2010-03-30
1
-0
/
+20
|
|
\
\
|
|
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
driver core: Convert to kasprintf() for early dev_name().
Paul Mundt
2010-03-29
1
-7
/
+8
|
|
|
*
driver core: Early dev_name() support.
Paul Mundt
2010-03-10
1
-0
/
+19
|
|
|
/
*
|
/
platform: Make platform resource input parameters const
Geert Uytterhoeven
2010-05-17
1
-2
/
+2
|
/
/
*
|
driver-core: document ERR_PTR() return values
Jani Nikula
2010-03-19
1
-0
/
+6
*
|
Driver core: Early platform kernel-doc update
Magnus Damm
2010-03-19
1
-7
/
+20
|
/
*
Driver core: Fix first line of kernel-doc for a few functions
Ben Hutchings
2010-03-07
1
-8
/
+8
*
Driver core: make struct platform_driver.id_table const
Uwe Kleine-König
2010-03-07
1
-1
/
+1
*
Driver core: add platform_create_bundle() helper
Dmitry Torokhov
2010-03-07
1
-0
/
+58
*
Driver core: export platform_device_register_data as a GPL symbol
Michael Hennerich
2009-12-23
1
-0
/
+1
*
Driver Core: Early platform driver buffer
Magnus Damm
2009-12-11
1
-7
/
+22
*
Driver core: allow certain drivers prohibit bind/unbind via sysfs
Dmitry Torokhov
2009-10-30
1
-1
/
+5
*
driver core: platform_device_add_data(): use kmemdup()
Andrew Morton
2009-09-15
1
-4
/
+4
*
PM: Run-time PM platform device bus support
Magnus Damm
2009-08-23
1
-9
/
+37
*
Merge branch 'master' into for-linus
Rafael J. Wysocki
2009-08-16
1
-3
/
+0
|
\
|
*
PM / Driver Core: Kill dev_pm_ops platform warning for now
Magnus Damm
2009-08-10
1
-3
/
+0
*
|
Driver Core: Make PM operations a const pointer
Dmitry Torokhov
2009-07-24
1
-1
/
+1
*
|
PM: Remove platform device suspend_late()/resume_early() V2
Magnus Damm
2009-07-22
1
-36
/
+0
|
/
*
driver core: fix gcc 4.3.3 warnings about string literals
Greg Kroah-Hartman
2009-06-15
1
-1
/
+1
*
driver core: Const-correct platform getbyname functions
Linus Walleij
2009-06-15
1
-2
/
+3
*
Driver Core: Rework platform suspend/resume, print warning
Magnus Damm
2009-06-12
1
-24
/
+12
*
Revert driver core: move platform_data into platform_device
Greg Kroah-Hartman
2009-05-08
1
-3
/
+0
*
Revert driver core: fix passing platform_data
Ming Lei
2009-05-08
1
-14
/
+1
*
Driver core: platform: fix kernel-doc warnings
Randy Dunlap
2009-05-08
1
-3
/
+3
*
Driver Core: early platform driver
Magnus Damm
2009-04-16
1
-0
/
+239
*
driver core: fix passing platform_data
Ming Lei
2009-03-24
1
-1
/
+14
*
driver core: move platform_data into platform_device
Ming Lei
2009-03-24
1
-0
/
+3
*
platform: introduce module id table for platform devices
Eric Miao
2009-03-24
1
-1
/
+22
*
platform: make better use of to_platform_{device,driver}() macros
Eric Miao
2009-03-24
1
-12
/
+9
*
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
1
-8
/
+7
*
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
2009-01-06
1
-55
/
+60
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2008-10-16
1
-1
/
+48
|
\
[next]