summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-02-29217-5606/+2873
|\
| * ARM: at91: properly sort dtb files in Makefile.bootJean-Christophe PLAGNIOL-VILLARD2012-02-231-1/+6
| * ARM: at91: add at91sam9g25ek.dts in Makefile.bootNicolas Ferre2012-02-231-0/+1
| * ARM: at91/board-dt: drop default consoleJean-Christophe PLAGNIOL-VILLARD2012-02-232-9/+0
| * Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD2012-02-239-9/+2
| * ARM: at91: merge SRAM Memory banks thanks to mirroringJean-Christophe PLAGNIOL-VILLARD2012-02-232-8/+9
| * ARM: at91: finally drop at91_sys_read/writeJean-Christophe PLAGNIOL-VILLARD2012-02-231-18/+0
| * ARM: at91/rtc-at91sam9: pass the GPBR to use via resourcesJean-Christophe PLAGNIOL-VILLARD2012-02-2311-32/+114
| * ARM: at91:rtc/rtc-at91sam9: ioremap register bankJean-Christophe PLAGNIOL-VILLARD2012-02-231-3/+10
| * ARM: at91/rtc-at91sam9: each SoC can select the RTT device to useJean-Christophe PLAGNIOL-VILLARD2012-02-236-52/+75
| * ARM: at91/PMC: make register base soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-2314-95/+104
| * ARM: at91/PMC: move assignment out of printfNicolas Ferre2012-02-231-5/+10
| * ARM: at91/pm_slowclock: add runtime detection of memory contollerJean-Christophe PLAGNIOL-VILLARD2012-02-233-22/+68
| * ARM: at91: make sdram/ddr register base soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-2334-89/+114
| * ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.hJean-Christophe PLAGNIOL-VILLARD2012-02-235-49/+70
| * ARM: at91/pm_slowclock: function slow_clock() accepts parametersJean-Christophe PLAGNIOL-VILLARD2012-02-232-35/+26
| * ARM: at91/pm_slowclock: rename register to named defineJean-Christophe PLAGNIOL-VILLARD2012-02-231-86/+91
| * ARM: at91/ST: remove not needed castsNicolas Ferre2012-02-231-3/+3
| * ARM: at91: make ST (System Timer) soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-236-31/+54
| * ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-2326-154/+199
| * ARM: at91/at91x40: remove use of at91_sys_read/writeJean-Christophe PLAGNIOL-VILLARD2012-02-173-21/+27
| * ARM: at91: factorise duplicated at91sam9 idleJean-Christophe PLAGNIOL-VILLARD2012-02-177-35/+16
| * Merge remote-tracking branch 'armsoc/at91/9x5' into at91-3.4-base2Nicolas Ferre2012-02-1112-31/+854
| |\
| | * Merge branch 'at91-3.4-base+9x5' of git://github.com/at91linux/linux-at91 int...Olof Johansson2012-02-0712-31/+854
| | |\
| | | * ARM: at91/at91sam9x5: Device tree definition filesNicolas Ferre2012-02-033-0/+223
| | | * ARM: at91/at91sam9x5: SoC basic supportDan Liang2012-02-033-0/+376
| | | * ARM: at91/at91sam9x5: Configuration and MakefileNicolas Ferre2012-02-032-0/+10
| | | * ARM: at91/at91sam9x5: clock management for at91sam9x5 chip familyNicolas Ferre2012-02-031-19/+64
| | | * ARM: at91/at91sam9x5: PMC header fileNicolas Ferre2012-02-031-12/+48
| | | * ARM: at91/at91sam9x5: overall definitionDan Liang2012-02-032-0/+133
| * | | Merge remote-tracking branch 'armsoc/at91/device-board' into at91-3.4-base2Nicolas Ferre2012-02-116-23/+209
| |\ \ \
| | * \ \ Merge branch 'at91-3.4-base+device_board' of git://github.com/at91linux/linux...Olof Johansson2012-02-076-23/+209
| | |\ \ \ | | | |/ / | | |/| |
| | | * | ARM: at91: Add external RTC for Flexibity boardMaxim Osipov2012-02-031-1/+11
| | | * | ARM: at91: add Atmel ISI and ov2640 support on sam9m10g45 boardJosh Wu2012-02-032-2/+172
| | | * | ARM: at91: add clock selection parameter for at91_add_device_isi()Josh Wu2012-02-032-4/+13
| | | * | ARM: at91: Update struct atmel_nand_data to support PMECCHong Xu2012-02-031-0/+2
| | | * | ARM: at91/dma: DMA controller registering with DT supportNicolas Ferre2012-02-031-1/+9
| | | * | ARM: at91/dma: remove platform data from DMA controllerNicolas Ferre2012-02-032-15/+2
| | | |/
| * | | Merge branch 'at91-3.4-base+pm_cleanup' of git://github.com/at91linux/linux-a...Olof Johansson2012-02-073-45/+51
| |\ \ \ | | |/ / | |/| |
| | * | ARM: at91: implement the standby function for pm/cpuidleDaniel Lezcano2012-02-033-42/+34
| | * | ARM: at91: remove wait_for_interrupt definitionDaniel Lezcano2012-02-032-10/+1
| | * | ARM: at91: declare header nameDaniel Lezcano2012-02-031-0/+15
| | * | ARM: at91: coding style fixesDaniel Lezcano2012-02-031-6/+14
| | |/
| * | Merge branch 'at91-3.4-base' of git://github.com/at91linux/linux-at91 into at...Olof Johansson2012-02-0726-2597/+17
| |\ \ | | |/
| | * ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD2012-02-0326-2597/+17
| | * Merge remote-tracking branch 'armsoc/depends/rmk/for-armsoc' into at91-3.4-baseNicolas Ferre2012-02-03138-2303/+893
| | |\
| * | \ Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-07586-8322/+5493
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| * | Merge branch 'amba' into for-armsocRussell King2012-01-2639-816/+489
| |\ \
| | * | ARM: amba: samsung: use common amba device initializersRussell King2012-01-264-113/+23
| | * | ARM: amba: spear: use common amba device initializersRussell King2012-01-262-35/+6
OpenPOWER on IntegriCloud