Age | Commit message (Expand) | Author |
2012-02-01 | drivercore: Output common devicetree information in uevent | Grant Likely |
2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2011-12-21 | PM / Sleep: Remove forward-only callbacks from platform bus type | Rafael J. Wysocki |
2011-12-09 | drivers_base: make argument to platform_device_register_full const | Uwe Kleine-König |
2011-10-25 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2011-08-26 | new helper to create platform devices with dma mask | Uwe Kleine-König |
2011-08-22 | drivers_base: platform: use always ->name for uevent | Sebastian Andrzej Siewior |
2011-08-08 | driver core: fix kernel-doc warning in platform.c | Randy Dunlap |
2011-07-08 | driver core: Add ability for arch code to setup pdev_archdata | Kumar Gala |
2011-06-07 | drivers/base/platform.c: don't mark platform_device_register_resndata() as __... | Andrew Morton |
2011-05-19 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2011-05-16 | PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops" | Kevin Hilman |
2011-04-29 | PM / Platform: Use generic runtime PM callbacks directly | Rafael J. Wysocki |
2011-04-29 | PM: Export platform bus type's default PM callbacks | Rafael J. Wysocki |
2011-04-22 | driver core/platform_device_add_resources: free resource before overwriting | Uwe Kleine-König |
2011-04-22 | driver core/platform_device_add_resources: set resource to NULL if !res | Uwe Kleine-König |
2011-04-22 | driver core/platform_device_add_data: free platform data before overwriting | Uwe Kleine-König |
2011-04-22 | driver core/platform_device_add_data: set platform_data to NULL if !data | Uwe Kleine-König |
2011-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2011-04-12 | mfd: Fetch cell pointer from platform_device->mfd_cell | Samuel Ortiz |
2011-04-11 | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS | Rafael J. Wysocki |
2010-10-25 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2010-10-22 | base/platform: Simplifications for NULL platform data/resources handling | Anton Vorontsov |
2010-10-22 | base/platform: Safe handling for NULL platform data and resources | Anton Vorontsov |
2010-10-22 | driver core: platform_bus: allow runtime override of dev_pm_ops | Kevin Hilman |
2010-10-22 | driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type | Patrick Pannuto |
2010-10-21 | of/device: Rework to use common platform_device_alloc() for allocating devices | Grant Likely |
2010-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds |
2010-08-05 | Driver core: move platform device creation helpers to .init.text (if MODULE=n) | Uwe Kleine-König |
2010-08-05 | Driver core: reduce duplicated code for platform_device creation | Uwe Kleine-König |
2010-08-05 | Driver core: use kmemdup in platform_device_add_resources | Uwe Kleine-König |
2010-07-24 | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely |
2010-07-24 | drivercore/of: Add OF style matching to platform bus | Grant Likely |
2010-05-21 | platform_bus: allow custom extensions to system PM methods | Kevin Hilman |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2010-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds |
2010-05-17 | platform: Make platform resource input parameters const | Geert Uytterhoeven |
2010-05-13 | Merge branch 'sh/driver-core' | Paul Mundt |
2010-05-13 | driver core: Early dev_name() depends on slab_is_available(). | Paul Mundt |
2010-05-10 | PM / platform_bus: Allow runtime PM by default | Mark Brown |
2010-03-30 | Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c... | Paul Mundt |
2010-03-29 | driver core: Convert to kasprintf() for early dev_name(). | Paul Mundt |
2010-03-19 | driver-core: document ERR_PTR() return values | Jani Nikula |
2010-03-19 | Driver core: Early platform kernel-doc update | Magnus Damm |
2010-03-10 | driver core: Early dev_name() support. | Paul Mundt |
2010-03-07 | Driver core: Fix first line of kernel-doc for a few functions | Ben Hutchings |
2010-03-07 | Driver core: make struct platform_driver.id_table const | Uwe Kleine-König |
2010-03-07 | Driver core: add platform_create_bundle() helper | Dmitry Torokhov |
2009-12-23 | Driver core: export platform_device_register_data as a GPL symbol | Michael Hennerich |
2009-12-11 | Driver Core: Early platform driver buffer | Magnus Damm |