summaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
AgeCommit message (Expand)Author
2007-05-09drivers/base/platform.c: fix small typo in docMárton Németh
2007-05-08fix hotplug for legacy platform driversDavid Brownell
2007-05-02platform: reorder platform_device_delJean Delvare
2007-02-07driver core fixes: device_register() retval check in platform.cCornelia Huck
2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood
2006-12-13Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton
2006-12-01Driver core: platform_driver_probe(), can save codespaceDavid Brownell
2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell
2006-06-21[PATCH] Driver Core: Fix platform_device_add to use device_addRussell King
2006-06-21[PATCH] platform_bus learns about modaliasDavid Brownell
2006-03-22Fix "frist", "fisrt", typosUwe Zeisberger
2006-03-20[PATCH] driver core: platform_get_irq*(): return -ENXIO on errorDavid Vrabel
2006-01-13[PATCH] platform-device-del typo fixJean Delvare
2006-01-04[PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov
2006-01-04[PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov
2006-01-04[PATCH] Allow overlapping resources for platform devicesKumar Gala
2005-11-09[DRIVER MODEL] Add platform_driverRussell King
2005-11-05[DRIVER MODEL] Improved dynamically allocated platform_device interfaceRussell King
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds
2005-10-30[PATCH] fix missing includesTim Schmielau
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks
2005-09-13[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz
2005-04-18[PATCH] export platform_add_devicesRobert Schwebel
2005-03-08[PATCH] driver core: Separate platform device name from platform device numberRussell King
2005-01-10[PATCH] pm: introduce pm_message_tPavel Machek
2005-01-06[PATCH] Driver Core: handle bridged platform bus segmentsDavid Brownell
2004-12-16[PATCH] Driver Core: Add platform_get_resource_byname & platform_get_resource...Kumar Gala
2004-09-23[driver model] Change symbol exports to GPL only in platform.c.Patrick Mochel
2004-07-14[PATCH] Driver core: Fix OOPS in device_platform_unregisterDmitry Torokhov
2004-07-08[PATCH] Driver core: add platform_device_register_simple to register platformDmitry Torokhov
2004-07-02[PATCH] dma_get_required_mask() build fixJames Bottomley
2004-06-17[PATCH] Couple of sysfs patchesRussell King
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov
2004-06-09[PATCH] Driver Core: Suppress platform device suffixesDmitry Torokhov
2004-06-08[PATCH] Add platform_get_resource()Russell King
2004-05-02[PATCH] Re: Platform device matchingKenn Humborg
2004-04-11[PATCH] drivers/base/platform.c typo fixAndrew Morton
2003-12-29[PATCH] Rename legacy_bus to platform_busAndrew Morton
2003-09-15[power] Fix platform devices.Patrick Mochel
2003-08-14Driver Core: remove struct device.name as it is not neededGreg Kroah-Hartman
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel
2003-03-14MergeLinus Torvalds
2003-03-14[PATCH] export platform_bus_typeJean Tourrilhes
2003-03-13driver core: Export the legacy_bus structure for drivers to use.Greg Kroah-Hartman
2003-03-05driver model: fix platform_match()Patrick Mochel
2003-03-03driver model: implement platform_match()Patrick Mochel
2002-10-17[PATCH] compile fixesAlexander Viro