summaryrefslogtreecommitdiff
path: root/hw/ssi.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+1
Rationale: move device information from code to data structures. v2: Adapt the drivers missed in the first version. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2009-05-23Add common BusStatePaul Brook1-1/+2
Implement and use a common device bus state. The main side-effect is that creating a bus and attaching it to a parent device are no longer separate operations. For legacy code we allow a NULL parent, but that should go away eventually. Also tweak creation code to veriry theat a device in on the right bus. Signed-off-by: Paul Brook <paul@codesourcery.com>
2009-05-14PXA SSI qdev conversionPaul Brook1-0/+3
Signed-off-by: Paul Brook <paul@codesourcery.com>
2009-05-14SSP bus frameworkPaul Brook1-0/+41
Signed-off-by: Paul Brook <paul@codesourcery.com>