aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/mach-at32ap
AgeCommit message (Expand)Author
2012-04-02avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for AVR32David Howells
2012-03-15ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD
2011-11-22macb: unify at91 and avr32 platform dataJamie Iles
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-10-31avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-09-11mtd: ATMEL, AVR32: inline nand partition table accessDmitry Eremin-Solenikov
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-06-14avr32: make intc_resume() return void to conform to syscore_opsHans-Christian Egtvedt
2011-06-14avr32: add some more at91 to cpu.h definitionNicolas Ferre
2011-06-14avr32/at32ap: fix mapping of platform device id for USARTHans-Christian Egtvedt
2011-06-14avr32: fix use of non-existing portnr variable in at32_map_usart()Hans-Christian Egtvedt
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-25atmel_serial: keep the platform_device unchangedJean-Christophe PLAGNIOL-VILLARD
2011-05-11PM / AVR32: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki
2011-04-13don't check platform_get_irq's return value against zeroUwe Kleine-König
2011-04-13avr32: fix deadlock when reading clock list in debugfsOle Henrik Jahren
2011-04-13avr32: Fix .size directive for cpu_enter_idleBen Hutchings
2011-04-13avr32: At32ap: pio fix typo "))" on gpio_irq_unmask prototypeJean-Christophe PLAGNIOL-VILLARD
2011-04-13fix the wrong argument of the functions definitionWanlong Gao
2011-03-30avr32: Fix missing irq namespace conversionThomas Gleixner
2011-03-24avr32: Cleanup eic_set_irq_type()Thomas Gleixner
2011-03-24avr: Cleanup genirq namespaceThomas Gleixner
2011-03-24avr32: At32ap: Convert pop irq_chip to new functionsThomas Gleixner
2011-03-24avr32: At32ap: Convert intc irq_chip to new functionsThomas Gleixner
2011-03-24avr32: At32ap: Convert extint irq_chip to new functionsThomas Gleixner
2011-03-22avr32: at32ap700x: fix typo in DMA master configurationJamie Iles
2011-03-07avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msizeViresh Kumar
2011-02-14Merge branch 'dw_dmac' into dmaengineDan Williams
2011-01-29avr32: at32ap700x: specify DMA src and dst mastersJamie Iles
2010-11-16suspend: constify platform_suspend_opsLionel Debroux
2010-07-26serial: fix rs485 for atmel_serial on avr32Peter Huewe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen
2009-12-28avr32: clean up memory allocation in at32_add_device_mciHans-Christian Egtvedt
2009-12-28arch/avr32: Fix build failure for avr32 caused by typoPeter Huewe
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds
2009-12-15atmel-mci: change use of dma slave interfaceNicolas Ferre
2009-12-14Merge commit 'v2.6.32'Haavard Skinnemoen
2009-11-03at91: at91sam9g45 family: identify several chip versionsNicolas Ferre
2009-11-03avr32: add two new at91 to cpu.h definitionNicolas Ferre
2009-10-06avr32: add two new at91 to cpu.h definitionNicolas Ferre
2009-08-27avr32: function for independently setting up SPI slavesPeter Ma
2009-06-03avr32: Fix clash in ATMEL_USART_ flagsBen Nizette
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang