Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | PXA: fix MDREFR[APD] bit setting | Mikhail Kshevetskiy | |
pxa_mem_setup macro use r6 to store CONFIG_SYS_MDREFR_VAL during memory initialization. This reg is modified during execution of pxa_wait_ticks. Later we use r6 to setup MDREFR[APD] bit. As result MDREFR[APD] is always zero. Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com> | |||
2010-07-14 | PXA: Add hardware init helper macros | Marek Vasut | |
This patch adds macros for the following purposes: - GPIO configuration - SDRAM configuration - Wakeup - Clock configuration - Interrupt controller configuration These macros are intended to replace numerous copies of the same code. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> |