summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | mfd: wm5110: Make DSP memories readableCharles Keepax2013-11-211-4/+65
* | | pinctrl: abx500: Delete non-devicetree probe pathLinus Walleij2014-01-211-27/+9
* | | mfd: twl-core: Fix passing of platform data in the device tree caseTony Lindgren2014-01-211-3/+12
* | | mfd: twl-core: Clean up module by removing twl603x pdata handlingRuslan Ruslichenko2014-01-211-198/+0
* | | mfd: sec: Constify regmap configs and regmap irqsKrzysztof Kozlowski2014-01-212-10/+10
* | | mfd: max14577: Match regulator by of_compatible stringKrzysztof Kozlowski2014-01-211-1/+4
* | | mfd: max14577: Add max14577 MFD driver coreChanwoo Choi2014-01-215-0/+656
* | | mfd: sec: Add PM ops and make it a wake up sourceKrzysztof Kozlowski2014-01-211-0/+40
* | | mfd: cros ec: i2c: Use consistent function namesThierry Reding2014-01-211-4/+4
* | | mfd: cros ec: spi: Use consistent function namesThierry Reding2014-01-211-4/+4
* | | mfd: mc13xxx: Remove unnecessary spi_set_drvdata()Jingoo Han2014-01-211-1/+0
* | | mfd: as3722: Add watchdog supportBibek Basu2014-01-061-0/+3
* | | mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-067-7/+7
* | | mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-0616-37/+37
* | | mfd: staging: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-1/+1
* | | mfd: intel: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-1/+1
* | | mfd: maxim: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-066-10/+10
* | | mfd: marvell: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-062-3/+3
* | | mfd: toshiba: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-062-3/+3
* | | mfd: wolfson: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-062-9/+9
* | | mfd: dialog: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-063-3/+3
* | | mfd: stmicro: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-062-6/+6
* | | mfd: cros ec: spi: Fix debug outputThierry Reding2014-01-061-1/+3
* | | mfd: cros ec: spi: Increase EC transaction delayDerek Basehore2014-01-061-3/+4
* | | mfd: omap-usb-host: Raw read and write endian fixVictor Kamensky2014-01-061-4/+4
* | | mfd: omap-usb-tll: Raw read and write endian fixVictor Kamensky2014-01-061-4/+4
* | | mfd: wm5110: Correct default for register LDO2 Control 1Charles Keepax2014-01-061-1/+1
* | | mfd: ab8500-debugfs: Move dereference after check for NULLDan Carpenter2014-01-061-2/+3
* | | Linux 3.13-rc7v3.13-rc7Linus Torvalds2014-01-041-1/+1
* | | Merge tag 'for-v3.13-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds2014-01-032-6/+7
|\ \ \
| * | | max17042_battery: Fix build errors caused by missing REGMAP_I2C configAustin Boyle2013-12-011-0/+1
| * | | power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateShuah Khan2013-12-011-6/+6
* | | | Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-039-33/+108
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2013-12-313-15/+29
| |\ \ \ \ \
| | | * \ \ \ Merge branch 'cpuidle/3.13-fixes' of git://git.linaro.org/people/daniel.lezca...Rafael J. Wysocki2013-12-311-1/+1
| | | |\ \ \ \
| | | | * | | | ARM/cpuidle: remove __init tag from Calxeda cpuidle probe functionAndre Przywara2013-12-301-1/+1
| | | |/ / / /
| | * | | | | intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki2013-12-311-0/+5
| | * | | | | cpufreq: preserve user_policy across suspend/resumeViresh Kumar2013-12-291-5/+9
| | * | | | | cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki2013-12-291-9/+14
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki2013-12-316-18/+79
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | * | | | | ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki2013-12-315-8/+64
| | | * | | | | ACPI / PCI / hotplug: Avoid warning when _ADR not presentToshi Kani2013-11-281-1/+3
| | | | |_|_|/ | | | |/| | |
| | * | | | | PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPIRafael J. Wysocki2013-12-291-9/+12
* | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-022-6/+5
|\ \ \ \ \ \ \
| * | | | | | | KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka2014-01-021-2/+1
| * | | | | | | KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2013-12-301-4/+4
* | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-029-24/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron2014-01-021-4/+0
| * | | | | | | | sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms...Nobuhiro Iwamatsu2014-01-021-0/+5
| * | | | | | | | drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu2014-01-021-1/+10
OpenPOWER on IntegriCloud