aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-13ARM: at91: at91sam9: use SoC detection infrastructureAlexandre Belloni2-22/+82
2015-03-13ARM: at91: at91rm9200 use SoC detection infrastructureAlexandre Belloni2-14/+17
2015-03-13ARM: at91: add soc detection infrastructureBoris BREZILLON3-1/+133
2015-03-13ARM: at91: remove unused _matrix.h headersAlexandre Belloni7-628/+0
2015-03-13ARM: at91: remove unused at91_ioremap_matrix and headerAlexandre Belloni3-37/+0
2015-03-13ARM: at91: remove NEED_MACH_IO_HArnd Bergmann2-27/+1
2015-03-13ARM: at91/pm: flush data cache and clean, invalidate and disable the L2 cacheWenyou Yang1-0/+6
2015-03-13ARM: at91/pm_suspend: add the WFI instruction support for ARMv7Wenyou Yang1-1/+19
2015-03-13ARM: at91/pm: remove unused void (*at91_pm_standby)(void)Wenyou Yang1-4/+1
2015-03-13ARM: at91/pm: rename function name: at91_slow_clock() --> at91_pm_suspend_sram_fn()Wenyou Yang2-28/+25
2015-03-13ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.SWenyou Yang2-1/+1
2015-03-13ARM: at91/pm: standby mode uses same sram function as suspend to memory modeWenyou Yang3-47/+73
2015-03-13ARM: at91/pm: move the copying the sram function to the sram initialization phaseWenyou Yang1-4/+12
2015-03-13ARM: at91/pm_slowclock: create the procedure to handle the sdram self-refreshWenyou Yang1-105/+139
2015-03-13ARM: at91/pm_slowclock: remove clocks which are already stopped when entering slow clock modeSylvain Rochet1-31/+0
2015-03-13ARM: at91/pm: remove CONFIG_AT91_SLOW_CLOCK config optionWenyou Yang3-25/+2
2015-03-13ARM: at91: move "select SRAM" under SOC_AT91SAM9 and SOC_SAMA5Wenyou Yang1-1/+3
2015-03-13ARM: at91/pm_slowclock: remove the unused code related with SLOWDOWN_MASTER_CLOCKWenyou Yang1-37/+0
2015-03-12ARM: at91: pm: change at91_pm_set_standby() to staticWenyou Yang2-7/+1
2015-03-12ARM: at91: remove ksz8081 phy fixup registration for sama5d4ek boardBoris Brezillon2-21/+0
2015-03-11ARM: at91: pm_slowclock: fix the compilation errorWenyou Yang1-0/+2
2015-03-05ARM: at91/pm: MOR register KEY was missingPatrice Vilchez1-0/+2
2015-03-03ARM: at91: pm: fix SRAM allocationAlexandre Belloni1-12/+10
2015-03-03ARM: at91: pm: fix at91rm9200 standbyAlexandre Belloni1-1/+1
2015-03-03pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Peter Rosin1-5/+38
2015-03-03pm: at91: pm_slowclock: fix suspend/resume hang up in timeoutsSylvain Rochet1-29/+4
2015-02-19ARM: make of_device_ids constUwe Kleine-König2-3/+3
2015-02-18ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle1-1/+0
2015-02-18ARM: at91: fix pm declarationsArnd Bergmann1-4/+4
2015-02-02ARM: at91/trivial: unify functions and machine namesNicolas Ferre5-33/+33
2015-02-02ARM: at91: remove at91_dt_initialize and machine init_early()Alexandre Belloni6-54/+44
2015-02-02ARM: at91: change board files into SoC filesNicolas Ferre4-11/+6
2015-02-02ARM: at91: remove at91_boot_socAlexandre Belloni6-142/+1
2015-02-02ARM: at91: move alternative initial mapping to board-dt-sama5.cNicolas Ferre3-40/+36
2015-02-02ARM: at91: merge all SOC_AT91SAM9xxxAlexandre Belloni12-330/+40
2015-02-02ARM: at91: at91rm9200: set idle and restart from rm9200_dt_device_init()Alexandre Belloni2-14/+14
2015-02-02Merge tag 'at91-cleanup3' into at91-3.20-socNicolas Ferre25-571/+178
2015-01-26ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usageAlexandre Belloni1-9/+0
2015-01-26ARM: at91: remove unused mach/system_rev.hAlexandre Belloni1-27/+0
2015-01-26ARM: at91: stop using HAVE_AT91_DBGUxAlexandre Belloni1-19/+0
2015-01-26ARM: at91: fix ordering of SRAM and PM initializationNicolas Ferre3-9/+9
2015-01-26ARM: at91: sam9: set arm_pm_idle from sam9_dt_device_initAlexandre Belloni8-40/+7
2015-01-26ARM: at91: fix sam9n12 and sam9x5 arm_pm_idleAlexandre Belloni2-0/+11
2015-01-26ARM: at91: mark const init data with __initconst instead of __initdataAlexandre Belloni2-2/+2
2015-01-26ARM: at91: fix PM initialization for newer SoCsNicolas Ferre4-1/+30
2015-01-16ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni2-9/+1
2015-01-16ARM: at91: remove unused at91_init_sramAlexandre Belloni2-22/+0
2015-01-16ARM: at91: sama5d4: remove useless call to at91_init_sramAlexandre Belloni1-1/+0
2015-01-16ARM: at91: remove useless map_ioAlexandre Belloni9-92/+0
2015-01-16ARM: at91: pm: prepare for multiplatformAlexandre Belloni5-21/+78