| Commit message (Expand) | Author | Age | Files | Lines |
* | avr32: remove support for AVR32 architecture | Hans-Christian Noren Egtvedt | 2017-05-01 | 1 | -2368/+0 |
* | dmaengine: dw: rename masters to reflect actual topology | Andy Shevchenko | 2016-04-13 | 1 | -8/+8 |
* | mmc: atmel: get rid of struct mci_dma_data | Mans Rullgard | 2016-01-14 | 1 | -11/+10 |
* | mmc: atmel-mci: restore dma on AVR32 | Mans Rullgard | 2016-01-14 | 1 | -0/+16 |
* | avr32: use dw_dmac autoconfiguration | Andy Shevchenko | 2015-09-30 | 1 | -8/+1 |
* | dmaengine: dw: define DW_DMA_MAX_NR_MASTERS | Andy Shevchenko | 2015-02-05 | 1 | -1/+1 |
* | avr32: remove mach/atmel-mci.h | Alexandre Belloni | 2014-11-10 | 1 | -1/+1 |
* | dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces | Andy Shevchenko | 2014-09-11 | 1 | -10/+5 |
* | avr32: at32ap700x: don't rely on default DMA masters | Andy Shevchenko | 2014-09-11 | 1 | -0/+2 |
* | dmaengine: dw: move dw_dmac.h to where it belongs to | Andy Shevchenko | 2014-09-11 | 1 | -1/+1 |
* | avr32/at32ap: switch to the generic PWM framework | Alexandre Belloni | 2014-07-09 | 1 | -5/+2 |
* | video: atmel_lcdfb: fix platform data struct | Jean-Christophe PLAGNIOL-VILLARD | 2013-09-27 | 1 | -4/+4 |
* | mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform data | Josh Wu | 2013-08-05 | 1 | -0/+3 |
* | avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMEL | Geert Uytterhoeven | 2013-06-16 | 1 | -0/+2 |
* | ARM: at91/avr32/atmel_lcdfb: add platform device-id table | Johan Hovold | 2013-03-13 | 1 | -0/+2 |
* | ARM: at91/avr32/atmel_lcdfb: add bus-clock entry | Johan Hovold | 2013-03-13 | 1 | -2/+2 |
* | dw_dmac: autoconfigure data_width or get it via platform data | Andy Shevchenko | 2012-09-27 | 1 | -0/+2 |
* | dw_dmac: autoconfigure block_size or use platform data | Andy Shevchenko | 2012-09-27 | 1 | -0/+1 |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-03-30 | 1 | -13/+0 |
|\ |
|
| * | dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes | Viresh Kumar | 2012-02-22 | 1 | -13/+0 |
* | | Atmel: move console default platform_device to serial driver | Jean-Christophe PLAGNIOL-VILLARD | 2012-02-23 | 1 | -2/+0 |
|/ |
|
* | macb: unify at91 and avr32 platform data | Jamie Iles | 2011-11-22 | 1 | -4/+4 |
* | avr32/at32ap: fix mapping of platform device id for USART | Hans-Christian Egtvedt | 2011-06-14 | 1 | -0/+1 |
* | avr32: fix use of non-existing portnr variable in at32_map_usart() | Hans-Christian Egtvedt | 2011-06-14 | 1 | -1/+1 |
* | atmel_serial: keep the platform_device unchanged | Jean-Christophe PLAGNIOL-VILLARD | 2011-05-25 | 1 | -1/+3 |
* | avr32: at32ap700x: fix typo in DMA master configuration | Jamie Iles | 2011-03-22 | 1 | -2/+2 |
* | avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize | Viresh Kumar | 2011-03-06 | 1 | -0/+9 |
* | avr32: at32ap700x: specify DMA src and dst masters | Jamie Iles | 2011-01-30 | 1 | -0/+6 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | USB: atmel uaba: Adding invert vbus_pin | Eirik Aanonsen | 2010-03-02 | 1 | -2/+5 |
* | avr32: clean up memory allocation in at32_add_device_mci | Hans-Christian Egtvedt | 2009-12-28 | 1 | -4/+7 |
* | arch/avr32: Fix build failure for avr32 caused by typo | Peter Huewe | 2009-12-28 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 2009-12-15 | 1 | -16/+19 |
|\ |
|
| * | avr32: function for independently setting up SPI slaves | Peter Ma | 2009-08-27 | 1 | -16/+19 |
* | | atmel-mci: change use of dma slave interface | Nicolas Ferre | 2009-12-15 | 1 | -5/+13 |
|/ |
|
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -4/+4 |
* | avr32: add RTS/CTS/CLK pin selection for the USARTs | Peter Ma | 2009-04-01 | 1 | -9/+21 |
* | avr32: at32ap700x: setup DMA for AC97C in the machine code | Hans-Christian Egtvedt | 2009-03-27 | 1 | -16/+35 |
* | avr32: at32ap700x: setup DMA for ABDAC in the machine code | Hans-Christian Egtvedt | 2009-03-27 | 1 | -7/+22 |
* | avr32: use gpio_is_valid() to check USBA vbus_pin I/O line | Hans-Christian Egtvedt | 2009-03-26 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2009-01-09 | 1 | -12/+3 |
|\ |
|
| * | atmel-mci: convert to dma_request_channel and down-level dma_slave | Dan Williams | 2009-01-06 | 1 | -12/+3 |
* | | Merge branch 'move-atmel-mci-h' into boards | Haavard Skinnemoen | 2009-01-05 | 1 | -1/+1 |
|\ \ |
|
| * | | atmel-mci: move atmel-mci.h file to include/linux | Nicolas Ferre | 2009-01-05 | 1 | -1/+1 |
| |/ |
|
* / | avr32: Hammerhead board support | Alex Raimondi | 2009-01-05 | 1 | -2/+2 |
|/ |
|
* | avr32: Enable pullup on USART TX lines | Anders Blomdell | 2008-10-24 | 1 | -4/+4 |
* | Merge branches 'boards' and 'fixes' of git://git.kernel.org/pub/scm/linux/ker... | Haavard Skinnemoen | 2008-10-23 | 1 | -2/+5 |
|\ |
|
| * | avr32: Fix GPIO initcall breakage | Haavard Skinnemoen | 2008-10-23 | 1 | -1/+4 |
| * | avr32: Fix bug in LCD pin setup on port C | Alex Raimondi | 2008-10-23 | 1 | -1/+1 |
* | | avr32: Fix MIMC200 board use of SPD network pins | Mark Jackson | 2008-10-13 | 1 | -0/+4 |
|/ |
|