summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Merge branch 'next/fixes-non-critical' into next/cleanupOlof Johansson8-111/+166
2014-07-31drivers: CCI: Correct use of ! and &Himangi Saraogi1-1/+2
2014-07-28video: clcd-versatile: Depend on ARMMark Brown1-0/+1
2014-07-26Merge tag 'omap-for-v3.17/fixes-not-urgent-signed' of git://git.kernel.org/pu...Arnd Bergmann4-44/+97
2014-07-23video: fix up versatile CLCD helper moveArnd Bergmann4-7/+20
2014-07-22MAINTAINERS: Add sdhci-st file to ARCH/STI architecturePeter Griffin1-0/+1
2014-07-21Merge tag 'omap-for-v3.17/soc-cleanup' of git://git.kernel.org/pub/scm/linux/...Olof Johansson18-2382/+516
2014-07-21Merge tag 'for-v3.17/omap-clock-a' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren7-100/+154
2014-07-20Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson215-835/+1701
2014-07-20ARM: EXYNOS: Fix build breakge with PM_SLEEP=nKrzysztof Kozlowski2-66/+66
2014-07-20Merge tag 'v3.16-rc5' into next/fixes-non-criticalOlof Johansson9717-248743/+495891
2014-07-19Merge tag 'tegra-for-3.17-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson25-1038/+1132
2014-07-19Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson57-848/+1436
2014-07-19MAINTAINERS: Remove KirkwoodAndrew Lunn1-2/+1
2014-07-17ARM: tegra: Convert PMC to a driverThierry Reding17-1020/+1054
2014-07-17soc/tegra: fuse: Set up in early initcallThierry Reding4-6/+14
2014-07-17ARM: tegra: Always lock the CPU reset vectorThierry Reding1-6/+4
2014-07-17ARM: tegra: Setup CPU hotplug in a pure initcallThierry Reding3-6/+14
2014-07-17soc/tegra: Implement runtime check for Tegra SoCsThierry Reding3-0/+46
2014-07-17Merge branch 'for-3.17/fuse-move' into for-3.17/socThierry Reding57-848/+1436
2014-07-17soc/tegra: fuse: fix dummy functionsStephen Warren1-5/+5
2014-07-17soc/tegra: fuse: move APB DMA into Tegra20 fuse driverPeter De Schrijver6-259/+76
2014-07-17soc/tegra: Add efuse and apbmisc bindingsPeter De Schrijver6-0/+113
2014-07-17soc/tegra: Add efuse driver for TegraPeter De Schrijver20-461/+1047
2014-07-17ARM: tegra: move fuse exports to soc/tegra/fuse.hPeter De Schrijver6-14/+22
2014-07-17ARM: tegra: export apb dma readl/writelPeter De Schrijver2-20/+45
2014-07-17ARM: tegra: Use a function to get the chip IDThierry Reding14-43/+65
2014-07-17ARM: tegra: Sort includes alphabeticallyThierry Reding23-85/+89
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding15-24/+37
2014-07-16Merge tag 'gpio-h-purge' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Olof Johansson22-54/+20
2014-07-16ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c fileTero Kristo1-4/+4
2014-07-16ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.cTero Kristo1-3/+0
2014-07-16ARM: OMAP2+: clock/dpll: remove unused header includes from clkt_dpll.cTero Kristo1-3/+0
2014-07-16ARM: OMAP2+: clock/interface: add a clk_features definition for idlest valueTero Kristo2-7/+12
2014-07-16ARM: OMAP2+: clock/dpll: add jitter correction behind clk_featuresTero Kristo3-2/+9
2014-07-16ARM: OMAP2+: clock/dpll: convert bypass check to use clk_featuresTero Kristo3-12/+31
2014-07-16ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in bypassTero Kristo1-28/+32
2014-07-16ARM: OMAP2+: clock: add fint values to the ti_clk_features structTero Kristo3-22/+39
2014-07-16ARM: OMAP2+: clock: introduce ti_clk_features flagsTero Kristo3-0/+26
2014-07-16ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h includesTero Kristo1-2/+10
2014-07-16ARM: OMAP4+: dpll: remove cpu_is_omap44xx checksTero Kristo1-4/+3
2014-07-15Merge branch 'for-v3.17/cm-prm-cleanup' of https://github.com/t-kristo/linux-...Tony Lindgren8-240/+329
2014-07-15Merge remote-tracking branch 'roger/for-v3.17/gpmc-omap' into omap-for-v3.17/...Tony Lindgren1-42/+37
2014-07-15ARM: EXYNOS: Add support for mapping PMU base address via DTPankaj Dubey2-0/+38
2014-07-15ARM: EXYNOS: Remove "linux/bug.h" from pmu.cPankaj Dubey1-1/+0
2014-07-15ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domainPankaj Dubey2-6/+4
2014-07-15ARM: EXYNOS: Remove file path from comment sectionPankaj Dubey5-9/+4
2014-07-15ARM: EXYNOS: Move SYSREG definition into sys-reg specific filePankaj Dubey4-3/+24
2014-07-15ARM: EXYNOS: Make exynos machine_ops as staticPankaj Dubey2-11/+3
2014-07-15ARM: EXYNOS: Remove unused code in common.hSachin Kamat1-4/+0