aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm1-3/+0
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman1-1/+1
2009-06-15driver core: Const-correct platform getbyname functionsLinus Walleij1-2/+3
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm1-24/+12
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman1-3/+0
2009-05-08Revert driver core: fix passing platform_dataMing Lei1-14/+1
2009-05-08Driver core: platform: fix kernel-doc warningsRandy Dunlap1-3/+3
2009-04-16Driver Core: early platform driverMagnus Damm1-0/+239
2009-03-24driver core: fix passing platform_dataMing Lei1-1/+14
2009-03-24driver core: move platform_data into platform_deviceMing Lei1-0/+3
2009-03-24platform: introduce module id table for platform devicesEric Miao1-1/+22
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao1-12/+9
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-8/+7
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-55/+60
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+48
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm1-14/+17
2008-10-16platform: add new device registration helperDmitry Baryshkov1-0/+47
2008-10-16driver core: make struct platform_pm_ops staticAdrian Bunk1-1/+1
2008-06-10Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki1-8/+288
2008-03-10drivers: fix dma_get_required_maskJames Bottomley1-1/+1
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman1-116/+117
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell1-1/+1
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman1-1/+1
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman1-2/+2
2007-10-12Driver core: Make platform_device.id an intJean Delvare1-3/+4
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-4/+2
2007-10-12platform: prefix MODALIAS with "platform:"Kay Sievers1-13/+2
2007-05-09drivers/base/platform.c: fix small typo in docMárton Németh1-1/+1
2007-05-08fix hotplug for legacy platform driversDavid Brownell1-0/+18
2007-05-02platform: reorder platform_device_delJean Delvare1-3/+5
2007-02-07driver core fixes: device_register() retval check in platform.cCornelia Huck1-2/+9
2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood1-1/+1
2006-12-13Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton1-1/+1
2006-12-01Driver core: platform_driver_probe(), can save codespaceDavid Brownell1-0/+48
2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell1-2/+28
2006-06-21[PATCH] Driver Core: Fix platform_device_add to use device_addRussell King1-1/+1
2006-06-21[PATCH] platform_bus learns about modaliasDavid Brownell1-0/+33
2006-03-22Fix "frist", "fisrt", typosUwe Zeisberger1-1/+1
2006-03-20[PATCH] driver core: platform_get_irq*(): return -ENXIO on errorDavid Vrabel1-2/+2
2006-01-13[PATCH] platform-device-del typo fixJean Delvare1-1/+1
2006-01-04[PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov1-11/+10
2006-01-04[PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov1-15/+30
2006-01-04[PATCH] Allow overlapping resources for platform devicesKumar Gala1-1/+1
2005-11-09[DRIVER MODEL] Add platform_driverRussell King1-0/+73
2005-11-05[DRIVER MODEL] Improved dynamically allocated platform_device interfaceRussell King1-27/+126
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-1/+1
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-14/+6
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks1-0/+2