aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mach-at32ap (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-1/+1
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds1-8/+23
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard1-11/+10
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard1-0/+16
2016-01-07avr32: gpio: use gpiochip data pointerLinus Walleij1-6/+6
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+1
2015-09-30avr32: use dw_dmac autoconfigurationAndy Shevchenko1-8/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2015-07-27avr32: handle NULL as a valid clock objectAndy Shevchenko1-1/+19
2015-07-26avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-26avr32/at32ap: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-26avr32/at32ap: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2
2015-06-25avr32/at32ap: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2015-02-09avr32: remove fake at91 cpu identificationAlexandre Belloni1-25/+1
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko1-1/+1
2014-11-10avr32: remove mach/atmel-mci.hAlexandre Belloni2-18/+1
2014-09-11dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko1-10/+5
2014-09-11avr32: at32ap700x: don't rely on default DMA mastersAndy Shevchenko1-0/+2
2014-09-11dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2-2/+2
2014-07-09avr32/at32ap: switch to the generic PWM frameworkAlexandre Belloni1-5/+2
2013-12-10avr32: pm: Fix section mismatchMatthias Brugger1-1/+1
2013-09-27video: atmel_lcdfb: fix platform data structJean-Christophe PLAGNIOL-VILLARD2-6/+6
2013-08-05mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu1-0/+3
2013-06-16avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMELGeert Uytterhoeven1-0/+2
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+4
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-125/+0
2013-04-10cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar2-124/+0
2013-04-08avr32: Use generic idle loopThomas Gleixner2-31/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-3/+2
2013-03-13ARM: at91/avr32/atmel_lcdfb: add platform device-id tableJohan Hovold1-0/+2
2013-03-13ARM: at91/avr32/atmel_lcdfb: add bus-clock entryJohan Hovold1-2/+2
2012-11-19atmel: move ATMEL_MAX_UART to platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+0
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-7/+0
2012-09-27dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko1-0/+2
2012-09-27dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko1-0/+1
2012-04-02avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker1-1/+1
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-20/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for AVR32David Howells1-1/+0
2012-03-15ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD1-12/+1
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD1-2/+0
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2-20/+0
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD1-3/+0
2011-11-22macb: unify at91 and avr32 platform dataJamie Iles2-9/+6
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+2
2011-10-31avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker4-0/+4
2011-09-11mtd: ATMEL, AVR32: inline nand partition table accessDmitry Eremin-Solenikov1-1/+2