aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Driver Core: Early platform driver bufferGravatar Magnus Damm 1-7/+22
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsGravatar Dmitry Torokhov 1-1/+5
2009-09-15driver core: platform_device_add_data(): use kmemdup()Gravatar Andrew Morton 1-4/+4
2009-08-23PM: Run-time PM platform device bus supportGravatar Magnus Damm 1-9/+37
2009-08-16Merge branch 'master' into for-linusGravatar Rafael J. Wysocki 1-3/+0
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowGravatar Magnus Damm 1-3/+0
2009-07-24Driver Core: Make PM operations a const pointerGravatar Dmitry Torokhov 1-1/+1
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Gravatar Magnus Damm 1-36/+0
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGravatar Greg Kroah-Hartman 1-1/+1
2009-06-15driver core: Const-correct platform getbyname functionsGravatar Linus Walleij 1-2/+3
2009-06-12Driver Core: Rework platform suspend/resume, print warningGravatar Magnus Damm 1-24/+12
2009-05-08Revert driver core: move platform_data into platform_deviceGravatar Greg Kroah-Hartman 1-3/+0
2009-05-08Revert driver core: fix passing platform_dataGravatar Ming Lei 1-14/+1
2009-05-08Driver core: platform: fix kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2009-04-16Driver Core: early platform driverGravatar Magnus Damm 1-0/+239
2009-03-24driver core: fix passing platform_dataGravatar Ming Lei 1-1/+14
2009-03-24driver core: move platform_data into platform_deviceGravatar Ming Lei 1-0/+3
2009-03-24platform: introduce module id table for platform devicesGravatar Eric Miao 1-1/+22
2009-03-24platform: make better use of to_platform_{device,driver}() macrosGravatar Eric Miao 1-12/+9
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-8/+7
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesGravatar Rafael J. Wysocki 1-55/+60
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-1/+48
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSGravatar Magnus Damm 1-14/+17
2008-10-16platform: add new device registration helperGravatar Dmitry Baryshkov 1-0/+47
2008-10-16driver core: make struct platform_pm_ops staticGravatar Adrian Bunk 1-1/+1
2008-06-10Implement new suspend and hibernation callbacks for platform bussesGravatar Rafael J. Wysocki 1-8/+288
2008-03-10drivers: fix dma_get_required_maskGravatar James Bottomley 1-1/+1
2008-01-24Driver core: coding style fixesGravatar Greg Kroah-Hartman 1-116/+117
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleGravatar Stephen Rothwell 1-1/+1
2008-01-24Driver core: move the static kobject out of struct driverGravatar Greg Kroah-Hartman 1-1/+1
2008-01-24driver core: remove fields from struct bus_typeGravatar Greg Kroah-Hartman 1-2/+2
2007-10-12Driver core: Make platform_device.id an intGravatar Jean Delvare 1-3/+4
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-4/+2
2007-10-12platform: prefix MODALIAS with "platform:"Gravatar Kay Sievers 1-13/+2
2007-05-09drivers/base/platform.c: fix small typo in docGravatar Márton Németh 1-1/+1
2007-05-08fix hotplug for legacy platform driversGravatar David Brownell 1-0/+18
2007-05-02platform: reorder platform_device_delGravatar Jean Delvare 1-3/+5
2007-02-07driver core fixes: device_register() retval check in platform.cGravatar Cornelia Huck 1-2/+9
2006-12-13Driver core: Make platform_device_add_data accept a const pointerGravatar Scott Wood 1-1/+1
2006-12-13Driver core: "platform_driver_probe() can save codespace": save codespaceGravatar Andrew Morton 1-1/+1
2006-12-01Driver core: platform_driver_probe(), can save codespaceGravatar David Brownell 1-0/+48
2006-09-25PM: platform_bus and late_suspend/early_resumeGravatar David Brownell 1-2/+28
2006-06-21[PATCH] Driver Core: Fix platform_device_add to use device_addGravatar Russell King 1-1/+1
2006-06-21[PATCH] platform_bus learns about modaliasGravatar David Brownell 1-0/+33
2006-03-22Fix "frist", "fisrt", typosGravatar Uwe Zeisberger 1-1/+1
2006-03-20[PATCH] driver core: platform_get_irq*(): return -ENXIO on errorGravatar David Vrabel 1-2/+2
2006-01-13[PATCH] platform-device-del typo fixGravatar Jean Delvare 1-1/+1
2006-01-04[PATCH] Driver Core: Rearrange exports in platform.cGravatar Dmitry Torokhov 1-11/+10
2006-01-04[PATCH] Driver Core: Add platform_device_del()Gravatar Dmitry Torokhov 1-15/+30
2006-01-04[PATCH] Allow overlapping resources for platform devicesGravatar Kumar Gala 1-1/+1