]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
PXA: Add hardware init helper macros
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 16 Apr 2010 22:36:48 +0000 (00:36 +0200)
committerMarek Vasut <marek.vasut@gmail.com>
Wed, 14 Jul 2010 20:41:39 +0000 (22:41 +0200)
commitfea0ffe4183dd0f7021bb22785a261e863b37884
tree783b7f91f54a2fcfd27c27d49b7793b46211d88f
parent8c35d0c570e8776d316cfca92e42d14de1ab77d9
PXA: Add hardware init helper macros

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>
arch/arm/include/asm/arch-pxa/macro.h [new file with mode: 0644]