Age | Commit message (Expand) | Author | Files | Lines |
2014-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -3/+0 |
2014-10-09 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 33 | -789/+331 |
2014-10-09 | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -22/+0 |
2014-10-09 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 12 | -12/+297 |
2014-10-09 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -843/+45 |
2014-10-09 | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2014-10-08 | Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+6 |
2014-10-02 | kbuild: remove unnecessary variable initializaions | Masahiro Yamada | 1 | -3/+0 |
2014-09-26 | ARM: at91: fix nommu build regression | Arnd Bergmann | 1 | -1/+5 |
2014-09-26 | Merge tag 'at91-soc' of git://github.com/at91linux/linux-at91 into next/cleanup | Arnd Bergmann | 4 | -518/+0 |
2014-09-24 | ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks | Ludovic Desroches | 1 | -0/+1 |
2014-09-22 | ARM: at91: SAMA5D4 SoC detection code and low level routines | Nicolas Ferre | 8 | -12/+188 |
2014-09-22 | ARM: at91: introduce basic SAMA5D4 support | Nicolas Ferre | 6 | -0/+102 |
2014-09-22 | clk: at91: add a driver for the h32mx clock | Alexandre Belloni | 1 | -0/+3 |
2014-09-19 | ARM: at91: Remove the support for the RSI EWS board | Josef Holzmayr | 3 | -239/+0 |
2014-09-16 | ARM: at91: remove board file for Acme Systems Fox G20 | Nicolas Ferre | 3 | -279/+0 |
2014-09-15 | ARM: at91: PIT: Move the driver to drivers/clocksource | Maxime Ripard | 3 | -303/+0 |
2014-09-15 | ARM: at91: Give the PIT irq as an argument of at91sam926x_pit_init | Maxime Ripard | 7 | -10/+8 |
2014-09-05 | ARM: at91: rm9200: fix clock registration | Alexandre Belloni | 1 | -1/+10 |
2014-09-05 | pinctrl: at91: add drive strength configuration | Marek Roszko | 1 | -0/+6 |
2014-09-03 | ARM: at91: Convert the boards to the init_time callback | Maxime Ripard | 21 | -19/+49 |
2014-09-03 | ARM: at91: soc: Add init_time callback | Maxime Ripard | 3 | -0/+7 |
2014-09-03 | ARM: at91: PIT: (Almost) remove the global variables | Maxime Ripard | 1 | -71/+108 |
2014-09-03 | ARM: at91: PIT: use request_irq instead of setup_irq | Maxime Ripard | 1 | -14/+6 |
2014-09-03 | ARM: at91: PIT: Use pr_fmt | Maxime Ripard | 1 | -6/+8 |
2014-09-03 | ARM: at91: PIT: Use consistent exit path in probe | Maxime Ripard | 1 | -10/+4 |
2014-09-03 | ARM: at91: dt: Remove init_time definitions | Maxime Ripard | 2 | -21/+0 |
2014-09-03 | ARM: at91: PIT: Rework probe functions | Maxime Ripard | 4 | -64/+51 |
2014-09-02 | ARM: at91: PIT: Use of_have_populated_dt instead of CONFIG_OF | Maxime Ripard | 1 | -8/+2 |
2014-09-02 | ARM: at91: PIT: Use DIV_ROUND_CLOSEST to compute the cycles | Maxime Ripard | 1 | -1/+1 |
2014-09-02 | ARM: at91: generic.h: Add include safe guards | Maxime Ripard | 1 | -0/+5 |
2014-09-02 | ARM: at91: PIT: Follow the general coding rules | Maxime Ripard | 1 | -8/+9 |
2014-09-01 | ARM: at91: remove phy fixup for sama5d3xek boards | Boris BREZILLON | 1 | -22/+0 |
2014-09-01 | ARM: at91: fix ramc standby function registration | Alexandre Belloni | 1 | -4/+7 |
2014-08-25 | ARM: at91: Remove rstc and shdwc headers | Maxime Ripard | 12 | -113/+0 |
2014-08-25 | ARM: at91: Remove rstc and shdwnc global base addresses | Maxime Ripard | 7 | -34/+0 |
2014-08-25 | ARM: at91/pm: Remove show_reset_status function | Maxime Ripard | 1 | -72/+0 |
2014-08-25 | ARM: at91: Remove poweroff code | Maxime Ripard | 1 | -6/+0 |
2014-08-25 | ARM: at91: Register the poweroff driver | Maxime Ripard | 5 | -0/+75 |
2014-08-25 | ARM: at91: Remove poweroff DT probing | Maxime Ripard | 1 | -77/+0 |
2014-08-25 | ARM: at91: Remove reset code from the machine code | Maxime Ripard | 10 | -102/+0 |
2014-08-25 | ARM: at91: Call at91_register_devices in the board files | Maxime Ripard | 11 | -0/+22 |
2014-08-25 | ARM: at91: Probe the reset driver | Maxime Ripard | 5 | -0/+135 |
2014-08-25 | ARM: at91/soc: Introduce register_devices callback | Maxime Ripard | 3 | -0/+8 |
2014-08-25 | ARM: at91: Remove the old-style reset probing | Maxime Ripard | 1 | -29/+0 |
2014-08-25 | ARM: at91: Rework ramc mapping code | Maxime Ripard | 1 | -12/+14 |
2014-08-25 | ARM: at91: setup: Switch to pr_fmt | Maxime Ripard | 1 | -20/+22 |
2014-08-25 | Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne... | Nicolas Ferre | 2 | -0/+5 |
2014-08-19 | ARM: at91: remove old irq material | Boris BREZILLON | 1 | -264/+6 |
2014-08-19 | ARM: at91: make use of the new AIC driver for dt enabled boards | Boris BREZILLON | 4 | -42/+3 |