summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: shmobile: Add r8a7791 legacy SDHI clocksMagnus Damm2014-02-241-2/+49
| * | | ARM: shmobile: r8a7790: Correct SYS DMAC clock definesSimon Horman2014-02-241-2/+2
| * | | ARM: shmobile: r7s72100: Add clock for r7s72100-etherSimon Horman2014-02-241-0/+4
| * | | ARM: shmobile: r8a7791 clock: add QSPI clocksGeert Uytterhoeven2014-02-241-0/+11
| * | | ARM: shmobile: r7s72100 clock: Add RSPI clocks for DTGeert Uytterhoeven2014-02-241-0/+5
| * | | ARM: shmobile: r7s72100 clock: Add RSPI clocksGeert Uytterhoeven2014-02-241-3/+18
| * | | ARM: shmobile: r8a7790: add audio clockKuninori Morimoto2014-02-242-0/+43
| * | | ARM: shmobile: r8a7778: add audio clock in new styleKuninori Morimoto2014-02-241-0/+4
* | | | Merge tag 'omap-for-v3.15/crossbar-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2014-03-0811-13/+346
|\ \ \ \
| * \ \ \ Merge branch 'crossbar_3.14_rc1' of git://github.com/Sricharanti/sricharan in...Tony Lindgren2014-02-2811-13/+346
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: DRA: Enable Crossbar IP support for DRA7XXSricharan R2014-02-052-0/+5
| | * | | ARM: OMAP4+: Correct Wakeup-gen code to use physical irq numberSricharan R2014-02-051-2/+2
| | * | | DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IPSricharan R2014-02-055-0/+255
| | * | | DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqsSricharan R2014-02-053-11/+84
| |/ / /
* | | | Merge tag 'mvebu-watchdog-3.15-2' of git://git.infradead.org/linux-mvebu into...Olof Johansson2014-03-081-1/+1
|\ \ \ \
| * | | | watchdog: orion_wdt: Use %pa to print 'phys_addr_t'Fabio Estevam2014-02-251-1/+1
* | | | | Merge tag 'armsoc/for-3.15/drivers' of git://github.com/broadcom/mach-bcm int...Arnd Bergmann2014-03-069-0/+2707
|\ \ \ \ \
| * | | | | clk: bcm281xx: don't disable unused peripheral clocksAlex Elder2014-02-241-1/+1
| * | | | | clk: bcm281xx: add initial clock framework supportAlex Elder2014-02-249-0/+2707
| | |_|_|/ | |/| | |
* | | | | drivers: cci: Export CCI PMU revisionPunit Agrawal2014-02-251-2/+10
* | | | | drivers: cci: Extend support to CCI revisions > r1p2Punit Agrawal2014-02-251-9/+3
* | | | | Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2014-02-255-7/+7
|\ \ \ \ \
| * | | | | gpio: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala2014-02-251-1/+1
| * | | | | hwrng: msm: switch Kconfig to ARCH_QCOM dependsKumar Gala2014-02-211-3/+3
| * | | | | power: reset: msm - switch Kconfig to ARCH_QCOM dependsKumar Gala2014-02-121-1/+1
| * | | | | drm/msm: drop ARCH_MSM Kconfig dependKumar Gala2014-02-111-1/+1
| * | | | | tty: serial: msm: Enable building msm_serial for ARCH_QCOMKumar Gala2014-02-061-1/+1
* | | | | | Merge branch 'qcom/cleanup' into next/driversArnd Bergmann2014-02-2525-370/+240
|\| | | | |
| * | | | | ARM: qcom: Rename various msm prefixed functions to qcomKumar Gala2014-02-062-13/+13
| * | | | | clocksource: qcom: split building of legacy vs multiplatform supportKumar Gala2014-02-061-11/+12
| * | | | | ARM: qcom: Split Qualcomm support into legacy and multiplatformKumar Gala2014-02-0615-64/+64
| * | | | | clocksource: qcom: Move clocksource code out of mach-msmKumar Gala2014-02-045-14/+10
| * | | | | ARM: msm: kill off hotplug.cKumar Gala2014-02-044-53/+7
| * | | | | ARM: msm: Remove pen_release usageRohit Vaswani2014-02-044-101/+8
| * | | | | ARM: dts: msm: split out msm8660 and msm8960 soc into dts includeKumar Gala2014-02-034-123/+135
| | |_|/ / | |/| | |
* | | | | irqchip: VIC: export vic_init_cascadedArnd Bergmann2014-02-251-0/+1
* | | | | Merge tag 'mvebu-watchdog-3.15' of git://git.infradead.org/linux-mvebu into n...Arnd Bergmann2014-02-258-86/+322
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | watchdog: orion: Enable the build on ARCH_MVEBUEzequiel Garcia2014-02-221-1/+1
| * | | | watchdog: orion: Add support for Armada 370 and Armada XP SoCEzequiel Garcia2014-02-222-2/+107
| * | | | watchdog: orion: Add per-compatible watchdog start implementationEzequiel Garcia2014-02-221-1/+11
| * | | | watchdog: orion: Add per-compatible clock initializationEzequiel Garcia2014-02-221-21/+32
| * | | | watchdog: orion: Introduce per-compatible of_device_id dataEzequiel Garcia2014-02-221-19/+43
| * | | | watchdog: orion: Introduce an orion_watchdog device structureEzequiel Garcia2014-02-221-45/+69
| * | | | watchdog: orion: Remove unneeded BRIDGE_CAUSE clearEzequiel Garcia2014-02-221-5/+0
| * | | | watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia2014-02-227-9/+58
| * | | | watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia2014-02-222-1/+25
| * | | | watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia2014-02-221-0/+19
| * | | | watchdog: orion: Remove unused macrosEzequiel Garcia2014-02-221-2/+0
| * | | | watchdog: orion: Use atomic access for shared registersEzequiel Garcia2014-02-221-37/+5
| * | | | watchdog: orion: Add clock error handlingEzequiel Garcia2014-02-221-10/+19