summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
AgeCommit message (Expand)Author
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely
2010-07-24drivercore/of: Add OF style matching to platform busGrant Likely
2010-05-21platform_bus: allow custom extensions to system PM methodsKevin Hilman
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven
2010-05-13Merge branch 'sh/driver-core'Paul Mundt
2010-05-13driver core: Early dev_name() depends on slab_is_available().Paul Mundt
2010-05-10PM / platform_bus: Allow runtime PM by defaultMark Brown
2010-03-30Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt
2010-03-29driver core: Convert to kasprintf() for early dev_name().Paul Mundt
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula
2010-03-19Driver core: Early platform kernel-doc updateMagnus Damm
2010-03-10driver core: Early dev_name() support.Paul Mundt
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich
2009-12-11Driver Core: Early platform driver bufferMagnus Damm
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov
2009-09-15driver core: platform_device_add_data(): use kmemdup()Andrew Morton
2009-08-23PM: Run-time PM platform device bus supportMagnus Damm
2009-08-16Merge branch 'master' into for-linusRafael J. Wysocki
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman
2009-06-15driver core: Const-correct platform getbyname functionsLinus Walleij
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm
2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman
2009-05-08Revert driver core: fix passing platform_dataMing Lei
2009-05-08Driver core: platform: fix kernel-doc warningsRandy Dunlap
2009-04-16Driver Core: early platform driverMagnus Damm
2009-03-24driver core: fix passing platform_dataMing Lei
2009-03-24driver core: move platform_data into platform_deviceMing Lei
2009-03-24platform: introduce module id table for platform devicesEric Miao
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao
2009-01-06driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm
2008-10-16platform: add new device registration helperDmitry Baryshkov
2008-10-16driver core: make struct platform_pm_ops staticAdrian Bunk
2008-06-10Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki
2008-03-10drivers: fix dma_get_required_maskJames Bottomley
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman