Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | arm: omap: irq: move some more code around | Felipe Balbi | 2014-09-11 | 1 | -15/+15 | |
| | * | | | | | | | | arm: boot: dts: omap2/3/am33xx: drop ti,intc-size | Felipe Balbi | 2014-09-11 | 3 | -3/+0 | |
| | * | | | | | | | | arm: omap: irq: drop ti,intc-size support | Felipe Balbi | 2014-09-11 | 1 | -3/+0 | |
| | * | | | | | | | | arm: boot: dts: am33xx/omap3: fix intc compatible flag | Felipe Balbi | 2014-09-11 | 2 | -2/+2 | |
| | * | | | | | | | | arm: omap: irq: use compatible flag to figure out number of IRQ lines | Felipe Balbi | 2014-09-11 | 1 | -0/+3 | |
| | * | | | | | | | | arm: omap: irq: add specific compatibles for omap3 and am33xx devices | Felipe Balbi | 2014-09-11 | 1 | -1/+3 | |
| | * | | | | | | | | arm: omap: irq: drop .handle_irq and .init_irq fields | Felipe Balbi | 2014-09-11 | 3 | -20/+0 | |
| | * | | | | | | | | arm: omap: irq: use IRQCHIP_DECLARE macro | Felipe Balbi | 2014-09-11 | 1 | -5/+3 | |
| | * | | | | | | | | arm: omap: irq: call set_handle_irq() from intc_of_init | Felipe Balbi | 2014-09-11 | 1 | -0/+2 | |
| | * | | | | | | | | arm: omap: irq: make intc_of_init static | Felipe Balbi | 2014-09-11 | 2 | -11/+1 | |
| | * | | | | | | | | arm: omap: irq: reorganize code a little bit | Felipe Balbi | 2014-09-11 | 1 | -67/+66 | |
| | * | | | | | | | | arm: omap: irq: always define omap3 support | Felipe Balbi | 2014-09-11 | 1 | -2/+0 | |
| | * | | | | | | | | arm: omap: irq: rename omap3_intc_regs | Felipe Balbi | 2014-09-11 | 1 | -2/+2 | |
| | * | | | | | | | | arm: omap: irq: remove unnecessary base_addr argument | Felipe Balbi | 2014-09-11 | 1 | -7/+3 | |
| | * | | | | | | | | arm: omap: irq: switch over to intc_readl on omap_intc_handle_irq | Felipe Balbi | 2014-09-11 | 1 | -6/+8 | |
| | * | | | | | | | | arm: omap: irq: remove unused macro | Felipe Balbi | 2014-09-11 | 1 | -2/+0 | |
| | * | | | | | | | | arm: omap: irq: remove rest of irq_banks usage | Felipe Balbi | 2014-09-11 | 1 | -81/+47 | |
| | * | | | | | | | | arm: omap: irq: add a global omap_nr_irqs variable | Felipe Balbi | 2014-09-11 | 1 | -0/+3 | |
| | * | | | | | | | | arm: omap: irq: start to remove irq_banks array | Felipe Balbi | 2014-09-11 | 1 | -37/+27 | |
| | * | | | | | | | | arm: omap: irq: define INTC_ILR0 register | Felipe Balbi | 2014-09-11 | 1 | -0/+1 | |
| | * | | | | | | | | arm: omap: irq: make omap_irq_base global | Felipe Balbi | 2014-09-11 | 1 | -1/+1 | |
| | * | | | | | | | | Merge branch 'omap-for-v3.18/fixes-not-urgent' into omap-for-v3.18/intc-v2 | Tony Lindgren | 2014-09-11 | 7 | -21/+21 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ | Merge tag 'at91-drivers2' of git://github.com/at91linux/linux-at91 into next/... | Olof Johansson | 2014-09-24 | 29 | -339/+62 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ARM: at91: PIT: Move the driver to drivers/clocksource | Maxime Ripard | 2014-09-15 | 3 | -303/+0 | |
| | * | | | | | | | | | | ARM: at91: Give the PIT irq as an argument of at91sam926x_pit_init | Maxime Ripard | 2014-09-15 | 7 | -10/+8 | |
| | * | | | | | | | | | | ARM: at91: Convert the boards to the init_time callback | Maxime Ripard | 2014-09-03 | 21 | -19/+49 | |
| | * | | | | | | | | | | ARM: at91: soc: Add init_time callback | Maxime Ripard | 2014-09-03 | 3 | -0/+7 | |
| | * | | | | | | | | | | ARM: at91: PIT: (Almost) remove the global variables | Maxime Ripard | 2014-09-03 | 1 | -71/+108 | |
| | * | | | | | | | | | | ARM: at91: PIT: use request_irq instead of setup_irq | Maxime Ripard | 2014-09-03 | 1 | -14/+6 | |
| | * | | | | | | | | | | ARM: at91: PIT: Use pr_fmt | Maxime Ripard | 2014-09-03 | 1 | -6/+8 | |
| | * | | | | | | | | | | ARM: at91: PIT: Use consistent exit path in probe | Maxime Ripard | 2014-09-03 | 1 | -10/+4 | |
| | * | | | | | | | | | | ARM: at91: dt: Remove init_time definitions | Maxime Ripard | 2014-09-03 | 2 | -21/+0 | |
| | * | | | | | | | | | | ARM: at91: PIT: Rework probe functions | Maxime Ripard | 2014-09-03 | 4 | -64/+51 | |
| | * | | | | | | | | | | ARM: at91: PIT: Use of_have_populated_dt instead of CONFIG_OF | Maxime Ripard | 2014-09-02 | 1 | -8/+2 | |
| | * | | | | | | | | | | ARM: at91: PIT: Use DIV_ROUND_CLOSEST to compute the cycles | Maxime Ripard | 2014-09-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | ARM: at91: generic.h: Add include safe guards | Maxime Ripard | 2014-09-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | ARM: at91: PIT: Follow the general coding rules | Maxime Ripard | 2014-09-02 | 1 | -8/+9 | |
| * | | | | | | | | | | | Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d... | Arnd Bergmann | 2014-09-05 | 36 | -780/+345 | |
| |\| | | | | | | | | | | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | ARM: at91: fix ramc standby function registration | Alexandre Belloni | 2014-09-01 | 1 | -4/+7 | |
| | * | | | | | | | | | ARM: at91: Remove rstc and shdwc headers | Maxime Ripard | 2014-08-25 | 12 | -113/+0 | |
| | * | | | | | | | | | ARM: at91: Remove rstc and shdwnc global base addresses | Maxime Ripard | 2014-08-25 | 7 | -34/+0 | |
| | * | | | | | | | | | ARM: at91/pm: Remove show_reset_status function | Maxime Ripard | 2014-08-25 | 1 | -72/+0 | |
| | * | | | | | | | | | ARM: at91: Remove poweroff code | Maxime Ripard | 2014-08-25 | 1 | -6/+0 | |
| | * | | | | | | | | | ARM: at91: Register the poweroff driver | Maxime Ripard | 2014-08-25 | 5 | -0/+75 | |
| | * | | | | | | | | | ARM: at91: Remove poweroff DT probing | Maxime Ripard | 2014-08-25 | 1 | -77/+0 | |
| | * | | | | | | | | | ARM: at91: Remove reset code from the machine code | Maxime Ripard | 2014-08-25 | 10 | -102/+0 | |
| | * | | | | | | | | | ARM: at91: Call at91_register_devices in the board files | Maxime Ripard | 2014-08-25 | 11 | -0/+22 | |
| | * | | | | | | | | | ARM: at91: Probe the reset driver | Maxime Ripard | 2014-08-25 | 5 | -0/+135 | |
| | * | | | | | | | | | ARM: at91/soc: Introduce register_devices callback | Maxime Ripard | 2014-08-25 | 3 | -0/+8 | |
| | * | | | | | | | | | ARM: at91: Remove the old-style reset probing | Maxime Ripard | 2014-08-25 | 1 | -29/+0 |