Age | Commit message (Expand) | Author | Files | Lines |
2016-05-18 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 14 | -245/+1899 |
2016-05-18 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 1 | -2/+0 |
2016-05-18 | Merge tag 'armsoc-cleanups-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -15/+4 |
2016-05-18 | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -12/+8 |
2016-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -73/+202 |
2016-05-16 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -1/+1 |
2016-05-14 | Merge tag 'qcom-soc-for-4.7-2' into net-next | Bjorn Andersson | 5 | -73/+202 |
2016-05-09 | Merge tag 'v4.6-next-soc' of https://github.com/mbgg/linux-mediatek into next... | Arnd Bergmann | 1 | -131/+413 |
2016-05-09 | Merge tag 'tegra-for-4.7-genpd' of git://git.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 1 | -61/+424 |
2016-05-09 | Merge tag 'v4.7-rockchip-drivers-2' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 1 | -3/+102 |
2016-04-29 | soc/tegra: pmc: Add generic PM domain support | Jon Hunter | 1 | -61/+424 |
2016-04-26 | Merge tag 'renesas-rcar-sysc2-for-v4.7' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 9 | -1/+672 |
2016-04-26 | soc: renesas: rcar-sysc: Add support for R-Car H3 power areas | Geert Uytterhoeven | 4 | -0/+61 |
2016-04-26 | soc: renesas: rcar-sysc: Add support for R-Car E2 power areas | Geert Uytterhoeven | 4 | -1/+38 |
2016-04-26 | soc: renesas: rcar-sysc: Add support for R-Car M2-N power areas | Geert Uytterhoeven | 2 | -1/+6 |
2016-04-26 | soc: renesas: rcar-sysc: Add support for R-Car M2-W power areas | Geert Uytterhoeven | 4 | -1/+38 |
2016-04-26 | soc: renesas: rcar-sysc: Add support for R-Car H2 power areas | Geert Uytterhoeven | 4 | -1/+53 |
2016-04-26 | soc: renesas: rcar-sysc: Add support for R-Car H1 power areas | Geert Uytterhoeven | 4 | -1/+39 |
2016-04-26 | soc: renesas: rcar-sysc: Enable Clock Domain for I/O devices | Geert Uytterhoeven | 1 | -0/+18 |
2016-04-26 | soc: brcmstb: Unmap sun_top_ctrl_base on errors | Florian Fainelli | 1 | -3/+11 |
2016-04-26 | soc: brcmstb: select SOC_BUS | Arnd Bergmann | 1 | -0/+1 |
2016-04-26 | Merge tag 'qcom-soc-for-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann | 4 | -13/+29 |
2016-04-26 | Merge tag 'arm-soc/for-4.7/drivers' of http://github.com/Broadcom/stblinux in... | Arnd Bergmann | 1 | -0/+58 |
2016-04-26 | Merge tag 'tegra-for-4.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Arnd Bergmann | 1 | -55/+95 |
2016-04-22 | soc: renesas: rcar-sysc: Make rcar_sysc_power_is_off() static | Geert Uytterhoeven | 1 | -1/+1 |
2016-04-22 | soc: renesas: rcar-sysc: Add DT support for SYSC PM domains | Geert Uytterhoeven | 2 | -1/+254 |
2016-04-22 | soc: renesas: rcar-sysc: Improve rcar_sysc_power() debug info | Geert Uytterhoeven | 1 | -1/+1 |
2016-04-22 | soc: renesas: Move pm-rcar to drivers/soc/renesas/rcar-sysc | Geert Uytterhoeven | 3 | -1/+171 |
2016-04-22 | soc: rockchip: power-domain: support qos save and restore | Elaine Zhang | 1 | -3/+102 |
2016-04-20 | soc: mediatek: PMIC wrap: add MT2701/7623 support | John Crispin | 1 | -0/+154 |
2016-04-20 | soc: mediatek: PMIC wrap: add mt6323 slave support | John Crispin | 1 | -0/+43 |
2016-04-20 | soc: mediatek: PMIC wrap: add a slave specific struct | John Crispin | 1 | -47/+112 |
2016-04-20 | soc: mediatek: PMIC wrap: remove pwrap_is_mt8135() and pwrap_is_mt8173() | John Crispin | 1 | -16/+12 |
2016-04-20 | soc: mediatek: PMIC wrap: move wdt_src into the pmic_wrapper_type struct | John Crispin | 1 | -4/+5 |
2016-04-20 | soc: mediatek: PMIC wrap: SPI_WRITE needs a different bitmask for MT2701/7623 | John Crispin | 1 | -4/+7 |
2016-04-20 | soc: mediatek: PMIC wrap: WRAP_INT_EN needs a different bitmask for MT2701/7623 | John Crispin | 1 | -1/+4 |
2016-04-20 | soc: mediatek: PMIC wrap: split SoC specific init into callback | John Crispin | 1 | -25/+42 |
2016-04-20 | soc: mediatek: PMIC wrap: add wrapper callbacks for init_reg_clock | John Crispin | 1 | -32/+38 |
2016-04-20 | soc: mediatek: PMIC wrap: don't duplicate the wrapper data | John Crispin | 1 | -14/+8 |
2016-04-20 | soc: qcom: spm: Use const and __initconst for qcom_cpuidle_ops | Jisheng Zhang | 1 | -1/+1 |
2016-04-20 | soc: qcom: smd: Make callback pass channel reference | Bjorn Andersson | 3 | -11/+28 |
2016-04-20 | soc: qcom: smem: Use write-combine remap for SMEM | Bjorn Andersson | 1 | -2/+1 |
2016-04-19 | soc: brcmstb: add SoC driver to brcmstb | Justin Chen | 1 | -0/+58 |
2016-04-14 | Merge tag 'v4.7-rockchip-drivers-1' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 1 | -5/+137 |
2016-04-13 | Revert "soc: mediatek: SCPSYS: Fix double enabling of regulators" | James Liao | 1 | -5/+6 |
2016-04-12 | ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 select | Masahiro Yamada | 1 | -2/+0 |
2016-04-12 | soc: rockchip: power-domain: check the existing of regmap | Shawn Lin | 1 | -0/+4 |
2016-04-05 | soc/tegra: pmc: Wait for powergate state to change | Jon Hunter | 1 | -1/+8 |
2016-04-05 | soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMC | Jon Hunter | 1 | -1/+7 |
2016-04-05 | soc/tegra: pmc: Remove additional check for a valid partition | Jon Hunter | 1 | -2/+4 |