aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-27ARM: at91: fix at91x40 buildArnd Bergmann1-1/+1
2012-10-24ARM: at91: drop duplicated config SOC_AT91SAM9 entryJean-Christophe PLAGNIOL-VILLARD1-8/+2
2012-10-24ARM: at91/i2c: change id to let i2c-at91 workBo Shen9-11/+11
2012-10-24ARM: at91/i2c: change id to let i2c-gpio workBo Shen5-5/+5
2012-10-24ARM: at91: fix external interrupt specification in board codeNicolas Ferre3-3/+3
2012-10-24ARM: at91: fix external interrupts in non-DT caseNicolas Ferre3-4/+10
2012-10-24ARM: at91: at91sam9g10: fix SOC type detectionIvan Shugov1-1/+1
2012-10-13ARM: config: sort select statements alphanumericallyRussell King1-13/+13
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds15-84/+41
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson2-3/+4
2012-10-06sections: fix section conflicts in arch/arm/Andi Kleen1-1/+1
2012-10-04ARM: at91: unused variable in at91_pm_verify_clocksArnd Bergmann1-2/+3
2012-10-04ARM: at91: skip at91_io_desc definition for NOMMUArnd Bergmann1-1/+1
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-88/+3
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds35-578/+465
2012-09-22Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson5-10/+10
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson4-64/+3
2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux into next/multiplatformOlof Johansson1-24/+0
2012-09-18ARM: at91: use __iomem pointers for MMIOArnd Bergmann5-10/+10
2012-09-14ARM: move all dtb targets out of Makefile.bootRob Herring1-24/+0
2012-09-14ARM: at91: move platform_data definitionsArnd Bergmann4-64/+3
2012-09-12ARM: at91: add clocks for I2C DT entriesLudovic Desroches5-3/+9
2012-09-12ARM: at91: do not configure at91sam9g10 twi pio as open-drainLudovic Desroches1-3/+3
2012-09-12arm: at91: G45 TWI: remove open drain setting for twi function gpiosNikolaus Voss1-6/+0
2012-09-12i2c: at91: add new driverNikolaus Voss12-15/+29
2012-09-12i2c: at91: remove old polling driverNikolaus Voss1-68/+0
2012-09-12Replace clk_lookup.con_id with clk_lookup.dev_id entries for twi clkNikolaus Voss7-0/+11
2012-08-23ARM: at91/clock: fix PLLA overclock warningNicolas Ferre1-0/+12
2012-08-23ARM: at91: fix rtc-at91sam9 irq issue due to sparse irq supportLudovic Desroches5-6/+28
2012-08-23ARM: at91: fix system timer irq issue due to sparse irq supportLudovic Desroches1-1/+1
2012-08-13Merge tag 'at91-for-next-soc' of git://github.com/at91linux/linux-at91 into at91/mciArnd Bergmann32-441/+376
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds into next/driversArnd Bergmann13-137/+89
2012-07-31ARM: at91: convert old leds drivers to gpio_led and led_trigger driversBryan Wu13-137/+89
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+142
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-07-11ARM: AT91SAM9G45: add crypto peripheralsNicolas Royer3-1/+142
2012-07-09ARM: at91: Add support for board aks-cduJiri Prchal1-0/+1
2012-07-09ARM: at91: add support for Telit EVK-PRO3 with Telit GE863-PRO3Fabio Porcedda1-0/+1
2012-07-04ARM: at91: fix new build errorsArnd Bergmann3-1/+7
2012-07-02ARM: at91: add atmel-mci support for chips and boards which can use itLudovic Desroches32-439/+375
2012-07-02ARM: at91: set i2c_board_info.type to "ds1339" directlyPaul Bolle1-2/+1
2012-07-02ARM: at91: add AIC5 supportLudovic Desroches3-57/+314
2012-07-02ARM: at91: remove mach/irqs.hLudovic Desroches1-29/+0
2012-07-02ARM: at91: sparse irq supportLudovic Desroches19-269/+271
2012-07-02ARM: at91: at91 based machines specify their own irq handler at run timeLudovic Desroches40-27/+98
2012-07-02ARM: at91: remove static irq priorities for sam9x5Ludovic Desroches1-38/+0
2012-07-02ARM: at91: add of irq priorities supportLudovic Desroches2-3/+34
2012-07-02ARM: at91: aic add dt support for external irqsJean-Christophe PLAGNIOL-VILLARD2-2/+12
2012-07-02ARM: at91: aic can use fast eoi handler typeLudovic Desroches3-14/+17
2012-07-02ARM: at91: fix at91_aic_write macroLudovic Desroches1-1/+1