aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 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
2012-07-02ARM: at91: remove two unused headersPaul Bolle2-187/+0
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-27/+0
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-0/+240
2012-05-22Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-5/+389
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-43/+53
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds66-900/+659
2012-05-15dmaengine: at_hdmac: take maxburst from slave configurationNicolas Ferre2-22/+0
2012-05-15dmaengine: at_hdmac: remove some at_dma_slave commentsNicolas Ferre1-5/+0
2012-05-14ARM: AT91: Add the ADC clock to the sam9x5 SoC fileMaxime Ripard1-0/+6
2012-05-14ARM: AT91: ADC: Add support for the AT91SAM9M10G45-EK boardMaxime Ripard3-0/+122
2012-05-14ARM: AT91: Add the ADC to the sam9g20ek boardMaxime Ripard3-0/+112
2012-05-09Merge tag 'at91-for-next-dt' of git://github.com/at91linux/linux-at91 into next/dtArnd Bergmann67-943/+712
2012-05-02Merge branch 'ux500-u9540-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/newsocArnd Bergmann7-5/+10
2012-05-02Merge tag 'imx-cleanup' of git://git.pengutronix.de/git/imx/linux-2.6 into next/cleanupArnd Bergmann7-5/+10
2012-04-28AT91: Remove fixed mapping for AT91RM9200 ethernetAndrew Victor3-13/+2
2012-04-28ARM: at91: Add machine files for AT91SAM9N12 SoCHong Xu6-5/+260
2012-04-28ARM: at91: Add machine header file for AT91SAM9N12 SoCHong Xu5-0/+129
2012-04-27Ethernut 5 board supportTim Schendekehl1-0/+1
2012-04-20ARM: at91: add kizbox board dt support.Boris BREZILLON1-0/+1
2012-04-20ARM: at91: DT: add Calao TNY A9263 board supportJean-Christophe PLAGNIOL-VILLARD1-0/+1
2012-04-20ARM: at91: DT: add Calao USB A9263 board supportJean-Christophe PLAGNIOL-VILLARD1-0/+1
2012-04-20ARM: at91: add at91sam9263ek DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+2
2012-04-20ARM: at91: add at91sam9263 DT supportJean-Christophe PLAGNIOL-VILLARD2-0/+30
2012-04-20ARM: at91: standard device init only if DT is not populated.Jean-Christophe PLAGNIOL-VILLARD2-43/+7
2012-04-20ARM: at91: DT: add Calao USB A9260 DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+1
2012-04-20ARM: at91: USB A926x update nand partitionJean-Christophe PLAGNIOL-VILLARD1-0/+4
2012-04-20ARM: at91: add at91sam9g20ek boards dt supportJean-Christophe PLAGNIOL-VILLARD1-0/+2
2012-04-20arm: at91: add Calao TNY-A9260 and TNY-A9G20 board supportJean-Christophe PLAGNIOL-VILLARD1-0/+2
2012-04-20ARM: at91: add at91sam9260 DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+1
2012-04-17ARM: at91/dt: do not specify the board any moreJean-Christophe PLAGNIOL-VILLARD1-7/+1
2012-04-17ARN: at91: introduce SOC_AT91xxx define to allow to compile SoC core supportJean-Christophe PLAGNIOL-VILLARD6-62/+100
2012-04-17ARM: at91: add SOC_AT91SAM9 kconfig option to factorise selectJean-Christophe PLAGNIOL-VILLARD2-24/+22