summaryrefslogtreecommitdiffstats
path: root/hw/gpio
Commit message (Collapse)AuthorAgeFilesLines
* gpio/zaurus: QOM cast cleanupAndreas Färber2013-07-291-7/+12
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* puv3_gpio: QOM cast cleanupAndreas Färber2013-07-291-4/+8
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* pl061: QOM'ify pl061 and pl061_luminaryAndreas Färber2013-07-291-26/+26
| | | | | | | Let pl061_luminary inherit from pl061, with differing instance_init. Introduce type constant and use QOM casts. Signed-off-by: Andreas Färber <afaerber@suse.de>
* pl061: Rename pl061_state to PL061StateAndreas Färber2013-07-291-31/+31
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* omap_gpio: QOM cast cleanup for omap2_gpif_sAndreas Färber2013-07-291-14/+21
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* omap_gpio: QOM cast cleanup for omap_gpif_sAndreas Färber2013-07-291-10/+17
| | | | Signed-off-by: Andreas Färber <afaerber@suse.de>
* hw/gpio: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-044-6/+6
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-044-6/+6
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* Remove unneeded type castsStefan Weil2013-04-191-1/+1
| | | | | | | | | cpu_physical_memory_read, cpu_physical_memory_write take any pointer as 2nd argument without needing a type cast. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
* hw: move GPIO interfaces to hw/gpio/, configure with default-configs/Paolo Bonzini2013-04-083-0/+1087
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-084-0/+693
| | | | | | | This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: make subdirectories for devicesPaolo Bonzini2013-04-081-0/+0
Prepare the new directory structure. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud