summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-041-3/+0
|\
| * driver core: move to_platform_driver to platform_device.hRob Herring2013-06-121-3/+0
* | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-1/+1
|\ \
| * | drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0310-134/+267
|\ \ \
| * \ \ Merge branch 'pm-assorted'Rafael J. Wysocki2013-06-286-35/+17
| |\ \ \
| | * | | PM / QoS: Add dev_pm_qos_request tracepointsSahara2013-06-241-0/+6
| | * | | PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner2013-06-211-2/+3
| | * | | PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson2013-06-111-1/+3
| | * | | PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-034-32/+5
| | | |/ | | |/|
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-06-281-2/+2
| |\ \ \
| | * \ \ Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-271-2/+2
| | |\ \ \
| | | * | | cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-041-2/+2
| | | |/ /
| * | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-06-283-97/+248
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki2013-06-011-21/+0
| | * | | Driver core / memory: Simplify __memory_block_change_state()Rafael J. Wysocki2013-06-011-9/+2
| | * | | CPU: Fix sysfs cpu/online of offlined CPUsToshi Kani2013-05-301-0/+1
| | * | | Driver core: Introduce offline/online callbacks for memory blocksRafael J. Wysocki2013-05-121-25/+87
| | * | | ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki2013-05-121-0/+11
| | * | | Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki2013-05-121-57/+32
| | * | | Driver core: Add offline/online device operationsRafael J. Wysocki2013-05-121-0/+130
* | | | | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-031-0/+19
|\ \ \ \ \
| * | | | | drivers: pinctrl sleep and idle states in the coreLinus Walleij2013-06-161-0/+19
| | |_|/ / | |/| | |
* | | | | Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2013-07-035-30/+289
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown2013-06-302-0/+138
| |\ \ \ \
| | * | | | regmap: Add regmap_field APIsSrinivas Kandagatla2013-06-122-0/+138
| | |/ / /
| * | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-06-301-2/+2
| |\ \ \ \
| | * | | | regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla2013-05-141-1/+1
| | * | | | regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown2013-05-121-1/+1
| * | | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2013-06-301-1/+4
| |\ \ \ \ \
| | * | | | | regmap: core: Cache all registers by default when cache is enabledMark Brown2013-06-031-1/+4
| | | |/ / / | | |/| | |
| * | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-06-305-27/+145
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | regmap: debugfs: Suppress cache for partial register filesMark Brown2013-06-191-0/+4
| | * | | | regmap: Implemented default cache sync operationMaarten ter Huurne2013-06-031-4/+42
| | * | | | regmap: Make regmap-mmio usable from atomic contextsLars-Peter Clausen2013-05-252-2/+6
| | * | | | regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-232-14/+14
| | * | | | regmap: rbtree: Use range information to allocate nodesMark Brown2013-05-121-2/+23
| | * | | | regmap: rbtree: Factor out node allocationMark Brown2013-05-121-14/+27
| | * | | | regmap: Make regmap_check_range_table() a public APIMark Brown2013-05-121-7/+7
| | * | | | regmap: Add support for discarding parts of the register cacheMark Brown2013-05-122-0/+38
| | | |_|/ | | |/| |
* | | | | firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei2013-06-251-12/+12
* | | | | firmware loader: fix compile warning with PM_SLEEP setMing Lei2013-06-211-3/+3
* | | | | Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman2013-06-191-16/+32
|\| | | |
| * | | | firmware loader: fix use-after-free by double abortMing Lei2013-06-181-9/+18
* | | | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-173-15/+16
|\| | | |
| * | | | Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown2013-06-031-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos2013-05-121-1/+4
| | |/ /
| * | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2013-06-032-14/+12
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: rbtree: Fixed node range check on syncMaarten ter Huurne2013-06-011-2/+0
| | * | regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-232-12/+12