aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAge
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-21
|\
| * drivercore: Output common devicetree information in ueventGrant Likely2012-02-01
* | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-21
|\ \
| * \ Merge branch 'pm-domains'Rafael J. Wysocki2012-03-19
| |\ \
| | * | PM / Domains: Check domain status during hibernation restore of devicesRafael J. Wysocki2012-03-19
| * | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-16
| |\| |
| | * | PM / Domains: Introduce "always on" device flagRafael J. Wysocki2012-03-16
| | * | PM / Domains: Fix hibernation restore of devices, v2Rafael J. Wysocki2012-03-16
| | * | PM / Domains: Fix handling of wakeup devices during system resumeRafael J. Wysocki2012-03-16
| * | | Merge branch 'pm-qos'Rafael J. Wysocki2012-03-16
| |\ \ \
| | * | | PM / QoS: Make it possible to expose PM QoS latency constraintsRafael J. Wysocki2012-03-13
| * | | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-04
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki2012-02-01
| | |\ \ \ | | | |/ / | | |/| |
| | | * | PM / Domains: Add OF supportThomas Abraham2012-01-27
| | | |/
| | * | PM / Domains: Run late/early device suspend callbacks at the right timeRafael J. Wysocki2012-01-29
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-04
| |\ \ \
| | * | | PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki2012-03-04
| | * | | PM / Sleep: Make __pm_stay_awake() delete wakeup source timersRafael J. Wysocki2012-03-04
| | * | | PM / Sleep: Fix race conditions related to wakeup source timer functionRafael J. Wysocki2012-03-04
| | * | | PM / Sleep: Fix possible infinite loop during wakeup source destructionRafael J. Wysocki2012-03-04
| | * | | PM / Sleep: Initialize wakeup source locks in wakeup_source_add()Rafael J. Wysocki2012-02-13
| | |/ /
| | * | PM / Sleep: Introduce generic callbacks for new device PM phasesRafael J. Wysocki2012-01-29
| | * | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-29
* | | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-09
|\| | |
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-18
| |\ \ \
| | * | | regmap: Fix cache defaults initialization from raw cache defaultsLars-Peter Clausen2012-02-15
| | |/ /
| * | | driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman2012-02-08
| * | | drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu2012-02-02
| * | | driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman2012-02-02
| |/ /
* | | driver core: minor comment formatting cleanupsGreg Kroah-Hartman2012-03-08
* | | driver core: move the deferred probe pointer into the private areaGreg Kroah-Hartman2012-03-08
* | | drivercore: Add driver probe deferral mechanismGrant Likely2012-03-08
* | | drivers/base: add bus for System-on-Chip devicesLee Jones2012-02-10
* | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-02
|\| |
| * | Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-01-28
| |\ \
| | * | base/core.c:fix typo in comment in function device_addmajianpeng2012-01-24
| | * | Documentation update for the driver model coreAlan Stern2012-01-24
| | * | kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-24
| | * | driver core: remove drivers/base/sys.c and include/linux/sysdev.hGreg Kroah-Hartman2012-01-22
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-01-25
| |\ \
| | * | regmap: Reset cache status when reinitialsing the cacheMark Brown2012-01-20
| | |/
| * | Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-23
| |\ \
| | * | PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa2012-01-23
| | |/
| * / kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-23
| |/
* | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-26
* | Eliminate get_driver() and put_driver()Alan Stern2012-01-24
* | Driver core: driver_find() drops reference before returningAlan Stern2012-01-24
* | driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi2012-01-24
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-16
|\
| * PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2012-01-13