| Commit message (Expand) | Author | Age | Files | Lines |
* | Driver core: Fix first line of kernel-doc for a few functions | Ben Hutchings | 2010-03-08 | 1 | -8/+8 |
* | Driver core: make struct platform_driver.id_table const | Uwe Kleine-König | 2010-03-08 | 1 | -1/+1 |
* | Driver core: add platform_create_bundle() helper | Dmitry Torokhov | 2010-03-08 | 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-16 | 1 | -1/+1 |
* | driver core: Const-correct platform getbyname functions | Linus Walleij | 2009-06-16 | 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-09 | 1 | -3/+0 |
* | Revert driver core: fix passing platform_data | Ming Lei | 2009-05-09 | 1 | -14/+1 |
* | Driver core: platform: fix kernel-doc warnings | Randy Dunlap | 2009-05-09 | 1 | -3/+3 |
* | Driver Core: early platform driver | Magnus Damm | 2009-04-17 | 1 | -0/+239 |
* | driver core: fix passing platform_data | Ming Lei | 2009-03-25 | 1 | -1/+14 |
* | driver core: move platform_data into platform_device | Ming Lei | 2009-03-25 | 1 | -0/+3 |
* | platform: introduce module id table for platform devices | Eric Miao | 2009-03-25 | 1 | -1/+22 |
* | platform: make better use of to_platform_{device,driver}() macros | Eric Miao | 2009-03-25 | 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 |
|\ |
|
| * | platform: add new device registration helper | Dmitry Baryshkov | 2008-10-16 | 1 | -0/+47 |
| * | driver core: make struct platform_pm_ops static | Adrian Bunk | 2008-10-16 | 1 | -1/+1 |
* | | resource: add resource_type() and IORESOURCE_TYPE_BITS | Magnus Damm | 2008-10-16 | 1 | -14/+17 |
|/ |
|
* | Implement new suspend and hibernation callbacks for platform busses | Rafael J. Wysocki | 2008-06-10 | 1 | -8/+288 |
* | drivers: fix dma_get_required_mask | James Bottomley | 2008-03-11 | 1 | -1/+1 |
* | Driver core: coding style fixes | Greg Kroah-Hartman | 2008-01-25 | 1 | -116/+117 |
* | Driver Core: constify the name passed to platform_device_register_simple | Stephen Rothwell | 2008-01-25 | 1 | -1/+1 |
* | Driver core: move the static kobject out of struct driver | Greg Kroah-Hartman | 2008-01-25 | 1 | -1/+1 |
* | driver core: remove fields from struct bus_type | Greg Kroah-Hartman | 2008-01-25 | 1 | -2/+2 |
* | Driver core: Make platform_device.id an int | Jean Delvare | 2007-10-12 | 1 | -3/+4 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -4/+2 |
* | platform: prefix MODALIAS with "platform:" | Kay Sievers | 2007-10-12 | 1 | -13/+2 |
* | drivers/base/platform.c: fix small typo in doc | Márton Németh | 2007-05-09 | 1 | -1/+1 |
* | fix hotplug for legacy platform drivers | David Brownell | 2007-05-08 | 1 | -0/+18 |
* | platform: reorder platform_device_del | Jean Delvare | 2007-05-03 | 1 | -3/+5 |
* | driver core fixes: device_register() retval check in platform.c | Cornelia Huck | 2007-02-07 | 1 | -2/+9 |
* | Driver core: Make platform_device_add_data accept a const pointer | Scott Wood | 2006-12-14 | 1 | -1/+1 |
* | Driver core: "platform_driver_probe() can save codespace": save codespace | Andrew Morton | 2006-12-14 | 1 | -1/+1 |
* | Driver core: platform_driver_probe(), can save codespace | David Brownell | 2006-12-01 | 1 | -0/+48 |
* | PM: platform_bus and late_suspend/early_resume | David Brownell | 2006-09-26 | 1 | -2/+28 |
* | [PATCH] Driver Core: Fix platform_device_add to use device_add | Russell King | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] platform_bus learns about modalias | David Brownell | 2006-06-21 | 1 | -0/+33 |
* | Fix "frist", "fisrt", typos | Uwe Zeisberger | 2006-03-22 | 1 | -1/+1 |
* | [PATCH] driver core: platform_get_irq*(): return -ENXIO on error | David Vrabel | 2006-03-20 | 1 | -2/+2 |