]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 29 Mar 2013 21:05:52 +0000 (22:05 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 3 Apr 2013 01:50:44 +0000 (10:50 +0900)
commit00ae962f8051bb143fa1c43c6a9c8274c3a9c593
tree29713d76003fdfea5fa4d8b895acfee5a4b93624
parent757688c8b51073450b77940dcb94f33bf4c3de88
ARM: shmobile: mackerel: clean up MMCIF vs. SDHI1 selection

MMCIF and SDHI1 share the same slot on mackerel. One of them is selected
by a jumper, which cannot be queried from software. Currently in software
one of the two interfaces is selected, depending whether or not the MMCIF
driver is enabled. This is not optimal, since the kernel has to be rebuilt
to switch from one interface to another. Still, so far there isn't a
better option. At least make this selection consistent.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-mackerel.c