summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: soc: Add init_time callbackMaxime Ripard2014-09-033-0/+7
* ARM: at91: PIT: (Almost) remove the global variablesMaxime Ripard2014-09-031-71/+108
* ARM: at91: PIT: use request_irq instead of setup_irqMaxime Ripard2014-09-031-14/+6
* ARM: at91: PIT: Use pr_fmtMaxime Ripard2014-09-031-6/+8
* ARM: at91: PIT: Use consistent exit path in probeMaxime Ripard2014-09-031-10/+4
* ARM: at91: dt: Remove init_time definitionsMaxime Ripard2014-09-032-21/+0
* ARM: at91: PIT: Rework probe functionsMaxime Ripard2014-09-034-64/+51
* ARM: at91: PIT: Use of_have_populated_dt instead of CONFIG_OFMaxime Ripard2014-09-021-8/+2
* ARM: at91: PIT: Use DIV_ROUND_CLOSEST to compute the cyclesMaxime Ripard2014-09-021-1/+1
* ARM: at91: generic.h: Add include safe guardsMaxime Ripard2014-09-021-0/+5
* ARM: at91: PIT: Follow the general coding rulesMaxime Ripard2014-09-021-8/+9
* ARM: at91: fix ramc standby function registrationAlexandre Belloni2014-09-011-4/+7
* ARM: at91: Remove rstc and shdwc headersMaxime Ripard2014-08-2512-113/+0
* ARM: at91: Remove rstc and shdwnc global base addressesMaxime Ripard2014-08-257-34/+0
* ARM: at91/pm: Remove show_reset_status functionMaxime Ripard2014-08-251-72/+0
* ARM: at91: Remove poweroff codeMaxime Ripard2014-08-251-6/+0
* ARM: at91: Register the poweroff driverMaxime Ripard2014-08-255-0/+75
* ARM: at91: Remove poweroff DT probingMaxime Ripard2014-08-251-77/+0
* ARM: at91: Remove reset code from the machine codeMaxime Ripard2014-08-2510-102/+0
* ARM: at91: Call at91_register_devices in the board filesMaxime Ripard2014-08-2511-0/+22
* ARM: at91: Probe the reset driverMaxime Ripard2014-08-255-0/+135
* ARM: at91/soc: Introduce register_devices callbackMaxime Ripard2014-08-253-0/+8
* ARM: at91: Remove the old-style reset probingMaxime Ripard2014-08-251-29/+0
* ARM: at91: Rework ramc mapping codeMaxime Ripard2014-08-251-12/+14
* ARM: at91: setup: Switch to pr_fmtMaxime Ripard2014-08-251-20/+22
* Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre2014-08-252-0/+5
|\
| * ARM: at91: select ATMEL_SDRAMC when using OFAlexandre Belloni2014-07-151-0/+4
| * ARM: at91: Add new binding for sama5d3-ddramcAlexandre Belloni2014-07-151-0/+1
* | ARM: at91: remove old irq materialBoris BREZILLON2014-08-191-264/+6
* | ARM: at91: make use of the new AIC driver for dt enabled boardsBoris BREZILLON2014-08-194-42/+3
* | ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocksBoris BREZILLON2014-08-192-13/+22
* | ARM: at91: introduce OLD_IRQ_AT91 Kconfig optionBoris BREZILLON2014-08-193-9/+17
* | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-091-1/+1
|\ \
| * | gpio: split gpiod board registration into machine headerLinus Walleij2014-07-281-1/+1
| |/
* | Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-0810-82/+89
|\ \
| * | ARM: at91: remove useless at91_pwm_leds()Alexandre Belloni2014-07-092-38/+0
| * | ARM: at91: at91sam9rl: switch to generic PWM frameworkAlexandre Belloni2014-07-092-9/+3
| * | ARM: at91: sam9263ek: use generic leds_pwm driverAlexandre Belloni2014-07-091-8/+47
| * | ARM: at91: at91sam9263: switch to generic PWM frameworkAlexandre Belloni2014-07-092-9/+3
| * | ARM: at91: sam9m10g45ek: use generic leds_pwm driverAlexandre Belloni2014-07-091-9/+33
| * | ARM: at91: at91sam9g45: switch to generic PWM frameworkAlexandre Belloni2014-07-092-9/+3
| |/
* | ARM: at91: move at91sam9263 SoC to the CCFAlexandre Belloni2014-07-091-1/+0
* | ARM: at91: prepare common clk transition for sam9263Alexandre Belloni2014-07-091-1/+5
* | ARM: at91: move at91sam9g45 SoC to the CCFAlexandre Belloni2014-07-091-1/+0
* | ARM: at91: prepare common clk transition for sam9g45Alexandre Belloni2014-07-091-1/+5
* | ARM: at91: move at91sam9260 SoCs to the CCFAlexandre Belloni2014-07-091-1/+0
* | ARM: at91: prepare common clk transition for sam9260Alexandre Belloni2014-07-091-1/+5
* | ARM: at91: move at91rm9200 SoC to the CCFAlexandre Belloni2014-07-091-1/+0
* | ARM: at91: prepare common clk transition for rm9200Alexandre Belloni2014-07-091-1/+5
|/
* ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON2014-06-071-9/+13