aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/mach-at32ap
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2015-02-09avr32: remove fake at91 cpu identificationGravatar Alexandre Belloni 1-25/+1
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSGravatar Andy Shevchenko 1-1/+1
2014-11-10avr32: remove mach/atmel-mci.hGravatar Alexandre Belloni 2-18/+1
2014-09-11dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesGravatar Andy Shevchenko 1-10/+5
2014-09-11avr32: at32ap700x: don't rely on default DMA mastersGravatar Andy Shevchenko 1-0/+2
2014-09-11dmaengine: dw: move dw_dmac.h to where it belongs toGravatar Andy Shevchenko 2-2/+2
2014-07-09avr32/at32ap: switch to the generic PWM frameworkGravatar Alexandre Belloni 1-5/+2
2013-12-10avr32: pm: Fix section mismatchGravatar Matthias Brugger 1-1/+1
2013-09-27video: atmel_lcdfb: fix platform data structGravatar Jean-Christophe PLAGNIOL-VILLARD 2-6/+6
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataGravatar Josh Wu 1-0/+3
2013-06-16avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMELGravatar Geert Uytterhoeven 1-0/+2
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+4
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-125/+0
2013-04-10cpufreq: AVR32: move cpufreq driver to drivers/cpufreqGravatar Viresh Kumar 2-124/+0
2013-04-08avr32: Use generic idle loopGravatar Thomas Gleixner 2-31/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-3/+2
2013-03-13ARM: at91/avr32/atmel_lcdfb: add platform device-id tableGravatar Johan Hovold 1-0/+2
2013-03-13ARM: at91/avr32/atmel_lcdfb: add bus-clock entryGravatar Johan Hovold 1-2/+2
2012-11-19atmel: move ATMEL_MAX_UART to platform_data/atmel.hGravatar Jean-Christophe PLAGNIOL-VILLARD 1-1/+0
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hGravatar Jean-Christophe PLAGNIOL-VILLARD 1-7/+0
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataGravatar Andy Shevchenko 1-0/+2
2012-09-27dw_dmac: autoconfigure block_size or use platform dataGravatar Andy Shevchenko 1-0/+1
2012-04-02avr32: fix build failures from mis-naming of atmel_nand.hGravatar Paul Gortmaker 1-1/+1
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 2-20/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Disintegrate asm/system.h for AVR32Gravatar David Howells 1-1/+0
2012-03-15ATMEL: fix nand ecc supportGravatar Jean-Christophe PLAGNIOL-VILLARD 1-12/+1
2012-02-23Atmel: move console default platform_device to serial driverGravatar Jean-Christophe PLAGNIOL-VILLARD 1-2/+0
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesGravatar Viresh Kumar 2-20/+0
2012-02-03ARM: at91: code removal of CAP9 SoCGravatar Jean-Christophe PLAGNIOL-VILLARD 1-3/+0
2011-11-22macb: unify at91 and avr32 platform dataGravatar Jamie Iles 2-9/+6
2011-11-07Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-1/+2
2011-10-31avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 4-0/+4
2011-09-11mtd: ATMEL, AVR32: inline nand partition table accessGravatar Dmitry Eremin-Solenikov 1-1/+2
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 3-4/+15
2011-06-14avr32: make intc_resume() return void to conform to syscore_opsGravatar Hans-Christian Egtvedt 1-3/+1
2011-06-14avr32: add some more at91 to cpu.h definitionGravatar Nicolas Ferre 1-0/+12
2011-06-14avr32/at32ap: fix mapping of platform device id for USARTGravatar Hans-Christian Egtvedt 1-0/+1
2011-06-14avr32: fix use of non-existing portnr variable in at32_map_usart()Gravatar Hans-Christian Egtvedt 1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 4-4/+4
2011-05-25atmel_serial: keep the platform_device unchangedGravatar Jean-Christophe PLAGNIOL-VILLARD 2-1/+4
2011-05-11PM / AVR32: Use struct syscore_ops instead of sysdevs for PMGravatar Rafael J. Wysocki 1-26/+12
2011-04-13don't check platform_get_irq's return value against zeroGravatar Uwe Kleine-König 1-1/+1
2011-04-13avr32: fix deadlock when reading clock list in debugfsGravatar Ole Henrik Jahren 1-8/+16
2011-04-13avr32: Fix .size directive for cpu_enter_idleGravatar Ben Hutchings 1-1/+1
2011-04-13avr32: At32ap: pio fix typo "))" on gpio_irq_unmask prototypeGravatar Jean-Christophe PLAGNIOL-VILLARD 1-1/+1
2011-04-13fix the wrong argument of the functions definitionGravatar Wanlong Gao 1-10/+10
2011-03-30avr32: Fix missing irq namespace conversionGravatar Thomas Gleixner 1-1/+1
2011-03-24avr32: Cleanup eic_set_irq_type()Gravatar Thomas Gleixner 1-20/+11