summaryrefslogtreecommitdiffstats
path: root/arch/avr32/mach-at32ap
Commit message (Expand)AuthorAgeFilesLines
* AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()Markus Elfring2016-12-121-2/+2
* AVR32-pio: Use seq_putc() in pio_bank_show()Markus Elfring2016-12-121-1/+1
* AVR32-clock: Combine nine seq_printf() calls into one call in clk_show()Markus Elfring2016-12-121-9/+19
* AVR32-clock: Use seq_putc() in two functionsMarkus Elfring2016-12-121-3/+2
* avr32: off by one in at32_init_pio()Dan Carpenter2016-07-291-1/+1
* dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko2016-04-131-8/+8
* gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-01-181-8/+23
|\
| * mmc: atmel: get rid of struct mci_dma_dataMans Rullgard2016-01-141-11/+10
| * mmc: atmel-mci: restore dma on AVR32Mans Rullgard2016-01-141-0/+16
* | avr32: gpio: use gpiochip data pointerLinus Walleij2016-01-071-6/+6
* | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-101-8/+1
|\
| * avr32: use dw_dmac autoconfigurationAndy Shevchenko2015-09-301-8/+1
* | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-2/+2
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-012-5/+5
|\
| * avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-261-1/+1
| * avr32/at32ap: Use irq_set_handler_locked()Thomas Gleixner2015-07-261-2/+2
| * avr32/at32ap: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-261-2/+2
* | avr32: handle NULL as a valid clock objectAndy Shevchenko2015-07-271-1/+19
|/
* avr32/at32ap: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-181-1/+1
|\
| * dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko2015-02-041-1/+1
* | avr32: remove fake at91 cpu identificationAlexandre Belloni2015-02-091-25/+1
|/
* avr32: remove mach/atmel-mci.hAlexandre Belloni2014-11-102-18/+1
* dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-10/+5
* avr32: at32ap700x: don't rely on default DMA mastersAndy Shevchenko2014-09-111-0/+2
* dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko2014-09-112-2/+2
* avr32/at32ap: switch to the generic PWM frameworkAlexandre Belloni2014-07-091-5/+2
* avr32: pm: Fix section mismatchMatthias Brugger2013-12-101-1/+1
* video: atmel_lcdfb: fix platform data structJean-Christophe PLAGNIOL-VILLARD2013-09-272-6/+6
* mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu2013-08-051-0/+3
* avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMELGeert Uytterhoeven2013-06-161-0/+2
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-041-2/+4
|\
| * ARM: at91/avr32/atmel_lcdfb: add platform device-id tableJohan Hovold2013-03-131-0/+2
| * ARM: at91/avr32/atmel_lcdfb: add bus-clock entryJohan Hovold2013-03-131-2/+2
* | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-302-125/+0
|\ \
| * | cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-124/+0
| * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
| |/
* / avr32: Use generic idle loopThomas Gleixner2013-04-082-31/+0
|/
* atmel: move ATMEL_MAX_UART to platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-191-1/+0
* arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-7/+0
* dw_dmac: autoconfigure data_width or get it via platform dataAndy Shevchenko2012-09-271-0/+2
* dw_dmac: autoconfigure block_size or use platform dataAndy Shevchenko2012-09-271-0/+1
* avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker2012-04-021-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-03-292-20/+0
|\
| * dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-222-20/+0
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \
| * | Disintegrate asm/system.h for AVR32David Howells2012-03-281-1/+0
| |/
* | ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD2012-03-151-12/+1