]> Git Repo - qemu.git/commit - hw/ssi/ssi.c
ssi: Name the CS GPIO
authorPeter Crosthwaite <[email protected]>
Tue, 20 May 2014 06:31:33 +0000 (23:31 -0700)
committerAndreas Färber <[email protected]>
Wed, 28 May 2014 15:36:21 +0000 (17:36 +0200)
commitde77914e50477ca4cef1e9cdd7a05b8d0c0ff1d9
tree258a8cd908ee70b4371f8e2102230fff20a49e60
parenta5f54290ceb31281158413d4cda1ca80908a56cc
ssi: Name the CS GPIO

To get it out of the default GPIO list. This allows child devices to
use the un-named GPIO namespace without having to be SSI aware. That
is, there is no more need for machines to know about the obscure
policy where GPIO 0 is the SSI chip-select and GPIO 1..N are the
concrete class GPIOs (defined locally as 0..N-1).

This is most notable in stellaris, which uses a device which has both
SSI and concrete level GPIOs.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
hw/arm/stellaris.c
hw/arm/xilinx_zynq.c
hw/microblaze/petalogix_ml605_mmu.c
hw/ssi/ssi.c
include/hw/ssi.h
This page took 0.023979 seconds and 4 git commands to generate.