summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ...Arnd Bergmann2014-03-179-24/+57
|\
| * Power: Reset: Generalize qnap-poweroff to work on Synology devices.Andrew Lunn2014-03-041-12/+37
| * drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn2014-02-245-6/+6
| * rtc: mv: reset date if after year 2038Thomas Petazzoni2014-02-221-0/+12
| * rtc: isl12057: use PTR_ERR_OR_ZERO to fix coccinelle warningsFengguang Wu2014-02-181-4/+1
| * bus: mvebu-mbus: make use of of_find_matching_node_and_matchJosh Cartwright2014-02-111-2/+1
* | Merge tag 'socfpga_updates_for_3.15_v2' of git://git.rocketboards.org/linux-s...Arnd Bergmann2014-03-172-0/+184
|\ \
| * | net: stmmac: Add SOCFPGA glue driverDinh Nguyen2014-02-272-0/+184
* | | Merge tag 'omap-for-v3.15/crossbar-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2014-03-094-10/+289
|\ \ \
| * | | DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IPSricharan R2014-02-053-0/+217
| * | | DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqsSricharan R2014-02-051-10/+72
| | |/ | |/|
* | | Merge tag 'mvebu-watchdog-3.15-2' of git://git.infradead.org/linux-mvebu into...Olof Johansson2014-03-091-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-068-0/+2642
|\ \ \ \
| * | | | clk: bcm281xx: don't disable unused peripheral clocksAlex Elder2014-02-241-1/+1
| * | | | clk: bcm281xx: add initial clock framework supportAlex Elder2014-02-248-0/+2642
| | |_|/ | |/| |
* | | | 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-253-0/+334
|\| | | |
| * | | | clocksource: qcom: split building of legacy vs multiplatform supportKumar Gala2014-02-061-11/+12
| * | | | clocksource: qcom: Move clocksource code out of mach-msmKumar Gala2014-02-053-0/+333
| | |_|/ | |/| |
* | | | 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-252-80/+303
|\ \ \ \ | | |_|/ | |/| |
| * | | 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-221-2/+104
| * | | 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-221-3/+44
| * | | watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia2014-02-221-1/+23
| * | | 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
* | | | Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Arnd Bergmann2014-02-251-3/+19
|\| | |
| * | | irqchip: orion: Fix getting generic chip pointer.Andrew Lunn2014-02-211-1/+2
| * | | irqchip: orion: clear stale interrupts in irq_startupSebastian Hesselbarth2014-02-061-0/+14
| * | | irqchip: orion: use handle_edge_irq on bridge irqsSebastian Hesselbarth2014-02-061-1/+1
| * | | irqchip: orion: clear bridge cause register on initSebastian Hesselbarth2014-02-061-1/+2
| |/ /
* | | Merge tag 'davinci-for-v3.15/nand' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2014-02-251-22/+0
|\ \ \
| * | | ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk2014-02-231-22/+0
| | |/ | |/|
* | | Merge tag 'integrator-for-v3.15-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2014-02-216-64/+110
|\ \ \