aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-09[DRIVER MODEL] Add platform_driverGravatar Russell King 1-0/+73
2005-11-05[DRIVER MODEL] Improved dynamically allocated platform_device interfaceGravatar Russell King 1-27/+126
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelGravatar Linus Torvalds 1-1/+1
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Gravatar Russell King 1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksGravatar Russell King 1-14/+6
2005-10-28[PATCH] drivers/base - fix sparse warningsGravatar Ben Dooks 1-0/+2
2005-09-13[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetGravatar Jiri Slaby 1-2/+1
2005-05-01[PATCH] DocBook: fix some descriptionsGravatar Martin Waitz 1-2/+2
2005-04-18[PATCH] export platform_add_devicesGravatar Robert Schwebel 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+350