aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-08[PATCH] driver core: Separate platform device name from platform device numberRussell King1-1/+1
2005-01-10[PATCH] pm: introduce pm_message_tPavel Machek1-1/+1
2005-01-06[PATCH] Driver Core: handle bridged platform bus segmentsDavid Brownell1-5/+7
2004-12-16[PATCH] Driver Core: Add platform_get_resource_byname & platform_get_resource...Kumar Gala1-1/+39
2004-09-23[driver model] Change symbol exports to GPL only in platform.c.Patrick Mochel1-8/+8
2004-07-14[PATCH] Driver core: Fix OOPS in device_platform_unregisterDmitry Torokhov1-2/+2
2004-07-08[PATCH] Driver core: add platform_device_register_simple to register platformDmitry Torokhov1-0/+68
2004-07-02[PATCH] dma_get_required_mask() build fixJames Bottomley1-0/+24
2004-06-17[PATCH] Couple of sysfs patchesRussell King1-39/+52
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov1-9/+9
2004-06-09[PATCH] Driver Core: Suppress platform device suffixesDmitry Torokhov1-1/+4
2004-06-08[PATCH] Add platform_get_resource()Russell King1-0/+86
2004-05-02[PATCH] Re: Platform device matchingKenn Humborg1-2/+3
2004-04-11[PATCH] drivers/base/platform.c typo fixAndrew Morton1-1/+1
2003-12-29[PATCH] Rename legacy_bus to platform_busAndrew Morton1-5/+5
2003-09-15[power] Fix platform devices.Patrick Mochel1-0/+30
2003-08-14Driver Core: remove struct device.name as it is not neededGreg Kroah-Hartman1-1/+0
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel1-0/+5
2003-03-14MergeLinus Torvalds1-0/+1
2003-03-14[PATCH] export platform_bus_typeJean Tourrilhes1-0/+1
2003-03-13driver core: Export the legacy_bus structure for drivers to use.Greg Kroah-Hartman1-1/+2
2003-03-05driver model: fix platform_match()Patrick Mochel1-5/+2
2003-03-03driver model: implement platform_match()Patrick Mochel1-4/+22
2002-10-17[PATCH] compile fixesAlexander Viro1-1/+1
2002-09-23driver model: add better platform device support.Patrick Mochel1-2/+39
2002-08-26Add struct bus_type platform_bus and document its intentions.Patrick Mochel1-0/+27