]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: vexpress: Start using new Versatile Express infrastructure
authorPawel Moll <pawel.moll@arm.com>
Tue, 9 Oct 2012 11:56:36 +0000 (12:56 +0100)
committerPawel Moll <pawel.moll@arm.com>
Thu, 18 Oct 2012 17:00:05 +0000 (18:00 +0100)
commit0891642cf1177689a3246c243c7de74703c3d39d
treeaf92ae091d867487cfb1405b95f940e446b9c4ce
parent9f6314708d6f93a3b01659213571c9bbde39b358
ARM: vexpress: Start using new Versatile Express infrastructure

This patch starts using all the configuration infrastructure.

- generic GPIO library is forced now

- sysreg GPIOs are used as MMC CD and WP information sources;
  thanks to this MMCI auxiliary data is not longer necessary

- DVI muxer and mode control is removed from non-DT V2P-CA9 code
  as this is now handled by the vexpress-dvi driver

- clock generators control is removed as is being handled by the
  common clock driver now

- the sysreg and sysctl control is now delegated to the
  appropriate drivers and all related code was removed

- NOR Flash set_vpp function has been removed as the control
  bit used does _not_ control its VPP line, but the #WP signal
  instead (which is de facto unusable in case of Linux MTD
  drivers); this also allowed the remove its DT auxiliary
  data

The non-DT code defines only minimal required number of
the config devices. Device Trees are updated to make use
of all new features.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
arch/arm/include/asm/hardware/sp810.h
arch/arm/mach-vexpress/Kconfig
arch/arm/mach-vexpress/Makefile
arch/arm/mach-vexpress/ct-ca9x4.c
arch/arm/mach-vexpress/include/mach/motherboard.h
arch/arm/mach-vexpress/platsmp.c
arch/arm/mach-vexpress/v2m.c
include/linux/vexpress.h