summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann2012-01-071-9/+0
|\
| * ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| * ARM: restart: at91: use new restart hookRussell King2012-01-051-5/+0
* | Merge branch 'picoxcell/cleanup' into next/cleanupOlof Johansson2011-12-192-36/+0
|\ \
| * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-28/+0
| * | ARM: mach-at91: remove arch specific special handling for ioremapNicolas Pitre2011-11-151-8/+0
* | | Merge branch 'at91/defconfig' into next/cleanupOlof Johansson2011-12-151-1/+1
|\ \ \ | | |/ | |/|
| * | ARM: at91: fix NAND bus width decoding from system_revChristian Hitz2011-11-281-1/+1
| |/
* | ARM: at91/gpio: drop PIN_BASEJean-Christophe PLAGNIOL-VILLARD2011-11-291-169/+167
* | ARM: at91/boards: use -EINVAL for invalid gpioJean-Christophe PLAGNIOL-VILLARD2011-11-291-14/+14
* | Merge branch 'drivers/macb-gem-cleanup' into at91/gpioArnd Bergmann2011-11-291-12/+2
|\ \
| * | macb: unify at91 and avr32 platform dataJamie Iles2011-11-221-12/+2
| |/
* | ARM: at91: make rm9200 rtc drivers soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-284-15/+15
* | ARM: at91: make aic soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-2812-32/+43
* | ARM: at91: make DBGU soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-2811-12/+26
* | ARM: at91: make watchdog drivers soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-286-6/+6
* | ARM: at91: make shutdown controler soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-287-9/+19
* | ARM: at91: drop CCFGJean-Christophe PLAGNIOL-VILLARD2011-11-284-4/+0
* | ARM: at91: make smc register base soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-287-18/+13
* | ARM: at91: make pit register base soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-287-10/+10
* | ARM: at91: make rtt register base soc independantJean-Christophe PLAGNIOL-VILLARD2011-11-286-7/+7
* | ARM: at91: make dma register base soc independantJean-Christophe PLAGNIOL-VILLARD2011-11-283-3/+3
* | ARM: at91: make ecc register base soc independantJean-Christophe PLAGNIOL-VILLARD2011-11-285-6/+6
* | ARM: at91: make gpio register base soc independantJean-Christophe PLAGNIOL-VILLARD2011-11-287-28/+35
* | ARM: at91: define CLOCK_TICK_RATE to bogus value except A91X40Jean-Christophe PLAGNIOL-VILLARD2011-11-281-60/+5
|/
* at91: vmalloc fix missing AT91_VIRT_BASE defineJean-Christophe PLAGNIOL-VILLARD2011-11-091-0/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-1/+2
|\
| * mtd: ATMEL, AVR32: inline nand partition table accessDmitry Eremin-Solenikov2011-09-111-1/+2
* | Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+5
|\ \
| * \ Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2011-10-311-5/+0
| |\ \
| * | | at91: at91-ohci: support overcurrent notificationThomas Petazzoni2011-09-101-0/+4
| * | | at91: ohci-at91: add vbus_pin_inverted platform attributeThomas Petazzoni2011-09-101-0/+1
| | |/ | |/|
* | | Merge branch 'depends/rmk/devel-stable' into next/boardArnd Bergmann2011-11-012-3/+1
|\ \ \
| * | | ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
| * | | ARM: mach-at91: Setup consistent dma size at boot timeJon Medhurst2011-08-221-2/+0
| |/ /
* | | Merge branch 'depends/rmk/gpio' into next/boardArnd Bergmann2011-10-211-5/+0
|\ \ \ | | |/ | |/|
| * | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-121-2/+0
| * | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-121-4/+1
| |/
* | at91: USB-A9G20 C01 & C11 board supportJean-Christophe PLAGNIOL-VILLARD2011-09-071-0/+5
|/
* Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2912-97/+135
|\
| * at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD2011-07-281-1/+10
| * at91: use structure to store the current socJean-Christophe PLAGNIOL-VILLARD2011-07-281-70/+89
| * at91: remove AT91_DBGU offset from dbgu register macroJean-Christophe PLAGNIOL-VILLARD2011-07-283-23/+26
| * at91: introduce commom AT91_BASE_SYSJean-Christophe PLAGNIOL-VILLARD2011-07-288-7/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds2011-07-291-37/+0
|\ \
| * | watchdog: at91sam9/wdt: move register header to driversJean-Christophe Plagniol-Villard2011-07-261-37/+0
| |/
* | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-7/+0
|\ \
| * | ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-7/+0
| |/
* | mmc: at91_mci: move register header from include/ to drivers/Jean-Christophe PLAGNIOL-VILLARD2011-07-211-115/+0
|/
* AT91: Change nand buswidth logic to match hardware default configurationNicolas Ferre2011-07-041-5/+5
OpenPOWER on IntegriCloud