On 4 March 2013 05:04, Peter Crosthwaite <[email protected]> wrote: > Make SPI and QSPI different classes. QSPIPS is setup as a child of SPIPS. > Only QSPI has the LQSPI functionality, so move all that to the child class. > > Signed-off-by: Peter Crosthwaite <[email protected]> > +typedef struct { > + XilinxSPIPS parent;
The QOM conventions doc says this field should be named 'parent_obj'. Otherwise looks OK I think. Patches 1-4 look good so I've just stuck them into arm-devs.next (which I think I'll do a pullreq for later today) to save you having to retransmit them. thanks -- PMM
