summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König
2011-04-22driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König
2011-04-22driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König
2011-04-22driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König
2011-04-22driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König
2011-04-22drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan
2011-04-22driver-core: fix race between device_register and driver_registerSebastian Ott
2011-04-19drivers: make device_type constStephen Hemminger
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki
2011-04-10sysfs-memory: fix uninitialized variable warning and clean-up code.Nikanth Karthikesan
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki
2011-03-15PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki
2011-03-15PM: Add support for device power domainsRafael J. Wysocki
2011-03-15PM: Allow pm_runtime_suspend() to succeed during system suspendRafael J. Wysocki
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upRafael J. Wysocki
2011-03-15PM: Use appropriate printk() priority level in trace.cMandeep Singh Baines
2011-03-15PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()Rafael J. Wysocki
2011-03-15PM / Wakeup: Make pm_save_wakeup_count() work as documentedRafael J. Wysocki
2011-03-15PM / Wakeup: Combine atomic counters to avoid reordering issuesRafael J. Wysocki
2011-02-03driver core: Replace the dangerous to_root_device macro with an inline functionFerenc Wagner
2011-02-03memory hotplug: sysfs probe routine should add all memory sectionsNathan Fontenot
2011-02-03memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot
2011-02-03memory hotplug: Allow memory blocks to span multiple memory sectionsNathan Fontenot
2011-02-03sysdev: Do not register with sysdev when erroring on addBorislav Petkov
2011-02-03sysdev: Fixup warning messageBorislav Petkov
2011-02-03firmware_classs: change val uevent's type to boolBob Liu
2011-02-03driver-core: document restrictions on device_rename()Timur Tabi
2011-01-25PM / Runtime: Don't enable interrupts while running in_interruptAlan Stern
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2011-01-13thp: transparent hugepage sysfs meminfoDavid Rientjes
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz
2010-12-24PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki
2010-12-24PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki
2010-12-24PM: Permit registration of parentless devices during system suspendRafael J. Wysocki
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki
2010-12-24PM: Remove redundant checks from core device resume routinesRafael J. Wysocki
2010-12-24PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki
2010-12-24PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki
2010-12-24PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki