Re: [PATCH 30/55] auxbus: New aux_realize_bus(), pairing with aux_init_bus()

2020-05-26 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 5/19/20 4:55 PM, Markus Armbruster wrote: >> aux_init_bus() encapsulates the creation of an aux-bus and its >> aux-to-i2c-bridge device. >> >> Create aux_realize_bus() to similarly encapsulate their realization. >> >> Signed-off-by: Markus Armbruster >> ---

Re: [PATCH 30/55] auxbus: New aux_realize_bus(), pairing with aux_init_bus()

2020-05-26 Thread Philippe Mathieu-Daudé
On 5/19/20 4:55 PM, Markus Armbruster wrote: > aux_init_bus() encapsulates the creation of an aux-bus and its > aux-to-i2c-bridge device. > > Create aux_realize_bus() to similarly encapsulate their realization. > > Signed-off-by: Markus Armbruster > --- > include/hw/misc/auxbus.h | 7 +++ >

[PATCH 30/55] auxbus: New aux_realize_bus(), pairing with aux_init_bus()

2020-05-19 Thread Markus Armbruster
aux_init_bus() encapsulates the creation of an aux-bus and its aux-to-i2c-bridge device. Create aux_realize_bus() to similarly encapsulate their realization. Signed-off-by: Markus Armbruster --- include/hw/misc/auxbus.h | 7 +++ hw/display/xlnx_dp.c | 2 +- hw/misc/auxbus.c | 5