[ARM] pxa: add basic support for HP iPAQ h5000
authorAnton Vorontsov <cbouatmailru@gmail.com>
Thu, 23 Oct 2008 19:06:56 +0000 (21:06 +0200)
committerEric Miao <eric.miao@marvell.com>
Tue, 2 Dec 2008 06:43:50 +0000 (14:43 +0800)
commitbc2fd1c09c226ea47ab8301cde6dbcf9e5c78b73
tree4353a52acd65006a122d1bd655be5b6f7d0ce4f1
parent431a2cff07446b0325ec063e5b401ca7c11e0058
[ARM] pxa: add basic support for HP iPAQ h5000

This patch adds HP iPAQ h5000's (h5400, h5500) basic definitions.

Kernel will able to boot, work via serial console, mount filesystems
placed on flashes and run USB gadgets (g_ether by default).

Other device drivers (frame buffer, LCD, touchscreen, backlight,
bluetooth, w1/battery, ...) are depend on SAMCOP and MediaQ
SoCs/MFDs, drivers to which will be submitted too, after massive
cleanups.

This machine will be used as "real user" for these new drivers.

This is an updated version of the patch, which contains fixes proposed on
linux-arm-kernel mailing list.

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Signed-off-by: Milan Plzik <milan.plzik@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/configs/h5000_defconfig [new file with mode: 0644]
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/h5000.c [new file with mode: 0644]
arch/arm/mach-pxa/include/mach/h5000.h [new file with mode: 0644]