aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-05ARM: at91: rm9200: fix clock registrationAlexandre Belloni1-1/+10
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-82/+89
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij1-1/+1
2014-07-09ARM: at91: move at91sam9263 SoC to the CCFAlexandre Belloni1-1/+0
2014-07-09ARM: at91: prepare common clk transition for sam9263Alexandre Belloni1-1/+5
2014-07-09ARM: at91: move at91sam9g45 SoC to the CCFAlexandre Belloni1-1/+0
2014-07-09ARM: at91: prepare common clk transition for sam9g45Alexandre Belloni1-1/+5
2014-07-09ARM: at91: move at91sam9260 SoCs to the CCFAlexandre Belloni1-1/+0
2014-07-09ARM: at91: prepare common clk transition for sam9260Alexandre Belloni1-1/+5
2014-07-09ARM: at91: move at91rm9200 SoC to the CCFAlexandre Belloni1-1/+0
2014-07-09ARM: at91: prepare common clk transition for rm9200Alexandre Belloni1-1/+5
2014-07-09ARM: at91: remove useless at91_pwm_leds()Alexandre Belloni2-38/+0
2014-07-09ARM: at91: at91sam9rl: switch to generic PWM frameworkAlexandre Belloni2-9/+3
2014-07-09ARM: at91: sam9263ek: use generic leds_pwm driverAlexandre Belloni1-8/+47
2014-07-09ARM: at91: at91sam9263: switch to generic PWM frameworkAlexandre Belloni2-9/+3
2014-07-09ARM: at91: sam9m10g45ek: use generic leds_pwm driverAlexandre Belloni1-9/+33
2014-07-09ARM: at91: at91sam9g45: switch to generic PWM frameworkAlexandre Belloni2-9/+3
2014-06-06ARM: at91: fix at91_sysirq_mask_rtc for sam9x5 SoCsBoris BREZILLON1-9/+13
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into nextLinus Torvalds7-31/+23
2014-06-02Merge tag 'dt-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds3-4/+10
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds45-239/+136
2014-05-28tty/serial: at91: use mctrl_gpio helpersRichard Genoud6-31/+10
2014-05-28ARM: at91: gpio: implement get_directionRichard Genoud1-0/+13
2014-05-23Merge tag 'at91-fixes2' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann1-4/+4
2014-05-22ARM: at91: sam9260: fix compilation issuesAlexandre Belloni1-4/+4
2014-05-22ARM: at91: move sam9n12 SoC to the CCFBoris BREZILLON1-1/+0
2014-05-22ARM: at91: prepare common clk transition for sam9n12 SoCBoris BREZILLON1-1/+5
2014-05-22ARM: at91: move sam9x5 SoCs to the CCFBoris BREZILLON1-1/+0
2014-05-22ARM: at91: prepare common clk transition for sam9x5 SoCsBoris BREZILLON1-1/+5
2014-05-07ARM: at91: remove atmel_tsadcc platform_dataAlexandre Belloni1-3/+0
2014-05-07ARM: at91: sam9rl: switch from atmel_tsadcc to at91_adcAlexandre Belloni2-62/+0
2014-05-07ARM: at91: sam9g45: switch from atmel_tsadcc to at91_adcAlexandre Belloni2-65/+3
2014-05-07ARM: at91: sam9rlek add touchscreen support through at91_adcAlexandre Belloni1-0/+14
2014-05-07ARM: at91: sam9rl: add at91_adc to support adc and touchscreenAlexandre Belloni2-0/+92
2014-05-07iio: adc: at91: remove unused include from include/machAlexandre Belloni1-120/+0
2014-05-07ARM: at91: sam9m10g45ek: Add touchscreen support through at91_adcAlexandre Belloni2-1/+2
2014-05-07iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni1-0/+13
2014-05-07ARM: at91: sam9260: remove unused platform_dataAlexandre Belloni1-10/+0
2014-05-07ARM: at91: sam9g45: remove unused platform_dataAlexandre Belloni1-10/+0
2014-05-07ARM: at91: localize GPIO headerLinus Walleij41-12/+56
2014-04-22Merge tag 'iio-fixes-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman2-2/+2
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds26-46/+115
2014-04-03ARM: at91: fix a typoArnd Bergmann1-1/+1
2014-03-21ARM: at91: sama5 always uses DTArnd Bergmann1-0/+1
2014-03-21ARM: at91: fix broken "if () else" statementArnd Bergmann1-5/+1
2014-03-21ARM: at91: export sam9_smc interfacesArnd Bergmann1-0/+3
2014-03-21ARM: at91: don't provide dt init code for at91x40Arnd Bergmann1-1/+1
2014-03-21ARM: at91: split out at91x40 into a top-level optionArnd Bergmann2-11/+19
2014-03-17Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanupArnd Bergmann8-6/+60