aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-81/+29
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König1-1/+1
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König1-78/+26
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König1-3/+3
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-0/+6
2010-07-24drivercore/of: Add OF style matching to platform busGrant Likely1-1/+6
2010-05-21platform_bus: allow custom extensions to system PM methodsKevin Hilman1-4/+4
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-3/+3
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+20
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven1-2/+2
2010-05-13Merge branch 'sh/driver-core'Paul Mundt1-1/+1
2010-05-13driver core: Early dev_name() depends on slab_is_available().Paul Mundt1-1/+1
2010-05-10PM / platform_bus: Allow runtime PM by defaultMark Brown1-3/+3
2010-03-30Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/clkfwk'Paul Mundt1-0/+20
2010-03-29driver core: Convert to kasprintf() for early dev_name().Paul Mundt1-7/+8
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula1-0/+6
2010-03-19Driver core: Early platform kernel-doc updateMagnus Damm1-7/+20
2010-03-10driver core: Early dev_name() support.Paul Mundt1-0/+19
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings1-8/+8
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König1-1/+1
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov1-0/+58
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich1-0/+1
2009-12-11Driver Core: Early platform driver bufferMagnus Damm1-7/+22
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov1-1/+5
2009-09-15driver core: platform_device_add_data(): use kmemdup()Andrew Morton1-4/+4
2009-08-23PM: Run-time PM platform device bus supportMagnus Damm1-9/+37
2009-08-16Merge branch 'master' into for-linusRafael J. Wysocki1-3/+0
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm1-3/+0
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov1-1/+1
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm1-36/+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