summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/pbl'Sascha Hauer2012-09-051-0/+2
|\
| * at91: add lowlevel init to the pblJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+2
* | at91: sam9260/sam9g20/sam9261/sam9g10/sam9263 add autodetect sdram sizeJean-Christophe PLAGNIOL-VILLARD2012-08-034-0/+40
* | arm: at91: add custom barebox-arm-headJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+33
* | arm: at91: add debug_ll supportJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+37
|/
* Merge branch 'for-next/randconfig'Sascha Hauer2012-08-013-13/+5
|\
| * ARM at91: fix typo in defineSascha Hauer2012-07-251-1/+1
| * ARM at91: remove constSascha Hauer2012-07-252-3/+3
| * gpio: add static inlines for gpio_request/gpio_freeSascha Hauer2012-07-251-9/+0
| * ARM at91rm9200: Add missing includeSascha Hauer2012-07-251-0/+1
* | ARM at91rm9200: remove SoC specific copying of exception vectorsSascha Hauer2012-07-242-19/+0
|/
* resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-014-8/+8
* at91: switch uart registration to inlineJean-Christophe PLAGNIOL-VILLARD2012-05-2913-234/+146
* add Calao QIL A9260 support and MB-QIL A9260 Motherboard supportJean-Christophe PLAGNIOL-VILLARD2012-05-291-1/+12
* Merge branch 'next'Sascha Hauer2012-05-036-21/+21
|\
| * Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-166-21/+21
* | tny-a926x: fix MOB-TNY-MD2 Motherboard supportJean-Christophe PLAGNIOL-VILLARD2012-04-241-0/+10
* | at91: at91_register_uart use number instead of IDsJean-Christophe PLAGNIOL-VILLARD2012-04-245-45/+20
|/
* at91sam9g45_devices: fix warningEric BĂ©nard2012-04-051-2/+2
* AT91: at91sam9x5: add chip and board fileJean-Christophe PLAGNIOL-VILLARD2012-04-029-33/+1047
* ARM: at91/pio: add new PIO3 featuresJean-Christophe PLAGNIOL-VILLARD2012-04-023-2/+158
* ARM: at91: allow to pass the interface id to at91_add_device_ethJean-Christophe PLAGNIOL-VILLARD2012-04-025-9/+9
* ARM: at91: add sam9x5 series CPU definition and cpu_is_xxx macroJean-Christophe PLAGNIOL-VILLARD2012-04-021-0/+28
* usb-a926x: add DAB MMX Daughter board supportJean-Christophe PLAGNIOL-VILLARD2012-02-161-0/+9
* at91: at91_register_uart return deviceJean-Christophe PLAGNIOL-VILLARD2012-02-166-16/+16
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-274-32/+59
|\
| * atmel/mci: fix slot_b supportJean-Christophe PLAGNIOL-VILLARD2012-01-164-32/+59
* | at91: specify the bare_init max size for each socJean-Christophe PLAGNIOL-VILLARD2012-01-231-0/+10
* | at91sam9/lowlevel_init: allow to select the smc chipselectJean-Christophe PLAGNIOL-VILLARD2012-01-121-4/+4
* | at91: add Calao TNY-A9260/TNY-A9263/TNY-A9G20Jean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+21
* | at91: add default spi chipselect ressourcesJean-Christophe PLAGNIOL-VILLARD2012-01-065-0/+84
* | at91: add spi device ressourcesJean-Christophe PLAGNIOL-VILLARD2012-01-065-11/+175
* | at91: 9260 and 9g20 add support of join SRAM Memory MappingJean-Christophe PLAGNIOL-VILLARD2012-01-062-8/+8
|/
* ARM AT91: Add missing on_flash_bbt in atmel_nand_dataSascha Hauer2012-01-051-0/+1
* at91rm9200_devices: add missing sizes.hJean-Christophe PLAGNIOL-VILLARD2012-01-051-0/+1
* at91rm9200: fix lowlovel init PIOC baseJean-Christophe PLAGNIOL-VILLARD2012-01-051-3/+3
* at91/gpio: simplify resourcesJean-Christophe PLAGNIOL-VILLARD2012-01-0213-80/+52
* at91sam9x: switch lowlevel init to cJean-Christophe PLAGNIOL-VILLARD2012-01-022-278/+171
* at91: add sram memory devicesJean-Christophe PLAGNIOL-VILLARD2012-01-027-0/+40
* at91: add at91_udc resourceJean-Christophe PLAGNIOL-VILLARD2011-12-234-0/+78
* Merge branch 'master' into nextSascha Hauer2011-12-158-17/+235
|\
| * at91: fix resetJean-Christophe PLAGNIOL-VILLARD2011-12-146-14/+232
| * at91sam9263: fix mci clockJean-Christophe PLAGNIOL-VILLARD2011-12-131-2/+2
| * at91sam9260_devices: change flag ETX{2,3} to what was intendedMichael Grzeschik2011-12-091-1/+1
* | at91: add udc usb device controller supportJean-Christophe PLAGNIOL-VILLARD2011-12-141-0/+10
|/
* arm at91sam9260: Add missing AT91SAM_ETX2_ETX3_ALTERNATIVE defineSascha Hauer2011-12-071-0/+1
* platform: add support for aizo dSS11Michael Grzeschik2011-12-071-0/+8
* at91sam9260_devices: add flag to change ETX{2,3} pincfg on add_device_ethMichael Grzeschik2011-12-071-2/+7
* at91sam9260_devices: properly set slot idMichael Grzeschik2011-12-071-10/+24
* introduce io.hSascha Hauer2011-09-226-6/+6