index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-23
PM: Run-time PM platform device bus support
Magnus Damm
1
-9
/
+37
2009-08-16
Merge branch 'master' into for-linus
Rafael J. Wysocki
1
-3
/
+0
2009-08-11
PM / Driver Core: Kill dev_pm_ops platform warning for now
Magnus Damm
1
-3
/
+0
2009-07-24
Driver Core: Make PM operations a const pointer
Dmitry Torokhov
1
-1
/
+1
2009-07-22
PM: Remove platform device suspend_late()/resume_early() V2
Magnus Damm
1
-36
/
+0
2009-06-16
driver core: fix gcc 4.3.3 warnings about string literals
Greg Kroah-Hartman
1
-1
/
+1
2009-06-16
driver core: Const-correct platform getbyname functions
Linus Walleij
1
-2
/
+3
2009-06-12
Driver Core: Rework platform suspend/resume, print warning
Magnus Damm
1
-24
/
+12
2009-05-09
Revert driver core: move platform_data into platform_device
Greg Kroah-Hartman
1
-3
/
+0
2009-05-09
Revert driver core: fix passing platform_data
Ming Lei
1
-14
/
+1
2009-05-09
Driver core: platform: fix kernel-doc warnings
Randy Dunlap
1
-3
/
+3
2009-04-17
Driver Core: early platform driver
Magnus Damm
1
-0
/
+239
2009-03-25
driver core: fix passing platform_data
Ming Lei
1
-1
/
+14
2009-03-25
driver core: move platform_data into platform_device
Ming Lei
1
-0
/
+3
2009-03-25
platform: introduce module id table for platform devices
Eric Miao
1
-1
/
+22
2009-03-25
platform: make better use of to_platform_{device,driver}() macros
Eric Miao
1
-12
/
+9
2009-01-06
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-8
/
+7
2009-01-06
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
1
-55
/
+60
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+48
2008-10-16
resource: add resource_type() and IORESOURCE_TYPE_BITS
Magnus Damm
1
-14
/
+17
2008-10-16
platform: add new device registration helper
Dmitry Baryshkov
1
-0
/
+47
2008-10-16
driver core: make struct platform_pm_ops static
Adrian Bunk
1
-1
/
+1
2008-06-10
Implement new suspend and hibernation callbacks for platform busses
Rafael J. Wysocki
1
-8
/
+288
2008-03-11
drivers: fix dma_get_required_mask
James Bottomley
1
-1
/
+1
2008-01-25
Driver core: coding style fixes
Greg Kroah-Hartman
1
-116
/
+117
2008-01-25
Driver Core: constify the name passed to platform_device_register_simple
Stephen Rothwell
1
-1
/
+1
2008-01-25
Driver core: move the static kobject out of struct driver
Greg Kroah-Hartman
1
-1
/
+1
2008-01-25
driver core: remove fields from struct bus_type
Greg Kroah-Hartman
1
-2
/
+2
2007-10-13
Driver core: Make platform_device.id an int
Jean Delvare
1
-3
/
+4
2007-10-13
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-4
/
+2
2007-10-13
platform: prefix MODALIAS with "platform:"
Kay Sievers
1
-13
/
+2
2007-05-09
drivers/base/platform.c: fix small typo in doc
Márton Németh
1
-1
/
+1
2007-05-08
fix hotplug for legacy platform drivers
David Brownell
1
-0
/
+18
2007-05-03
platform: reorder platform_device_del
Jean Delvare
1
-3
/
+5
2007-02-07
driver core fixes: device_register() retval check in platform.c
Cornelia Huck
1
-2
/
+9
2006-12-14
Driver core: Make platform_device_add_data accept a const pointer
Scott Wood
1
-1
/
+1
2006-12-14
Driver core: "platform_driver_probe() can save codespace": save codespace
Andrew Morton
1
-1
/
+1
2006-12-02
Driver core: platform_driver_probe(), can save codespace
David Brownell
1
-0
/
+48
2006-09-26
PM: platform_bus and late_suspend/early_resume
David Brownell
1
-2
/
+28
2006-06-21
[PATCH] Driver Core: Fix platform_device_add to use device_add
Russell King
1
-1
/
+1
2006-06-21
[PATCH] platform_bus learns about modalias
David Brownell
1
-0
/
+33
2006-03-22
Fix "frist", "fisrt", typos
Uwe Zeisberger
1
-1
/
+1
2006-03-21
[PATCH] driver core: platform_get_irq*(): return -ENXIO on error
David Vrabel
1
-2
/
+2
2006-01-13
[PATCH] platform-device-del typo fix
Jean Delvare
1
-1
/
+1
2006-01-05
[PATCH] Driver Core: Rearrange exports in platform.c
Dmitry Torokhov
1
-11
/
+10
2006-01-05
[PATCH] Driver Core: Add platform_device_del()
Dmitry Torokhov
1
-15
/
+30
2006-01-05
[PATCH] Allow overlapping resources for platform devices
Kumar Gala
1
-1
/
+1
2005-11-09
[DRIVER MODEL] Add platform_driver
Russell King
1
-0
/
+73
2005-11-06
[DRIVER MODEL] Improved dynamically allocated platform_device interface
Russell King
1
-27
/
+126
2005-10-31
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-1
/
+1
[next]