[PATCH 3/4] ich9: Simplify ich9_lpc_initfn

2020-02-03 Thread Felipe Franciosi
Currently, ich9_lpc_initfn simply serves as a caller to ich9_lpc_add_properties. This simplifies the code a bit by eliminating ich9_lpc_add_properties altogether and executing its logic in the parent object initialiser function. Signed-off-by: Felipe Franciosi --- hw/isa/lpc_ich9.c | 15 +---

Re: [PATCH 3/4] ich9: Simplify ich9_lpc_initfn

2019-11-26 Thread Marc-André Lureau
On Mon, Nov 25, 2019 at 7:37 PM Felipe Franciosi wrote: > > Currently, ich9_lpc_initfn simply serves as a caller to > ich9_lpc_add_properties. This simplifies the code a bit by eliminating > ich9_lpc_add_properties altogether and executing its logic in the parent > object initialiser function. > >

[PATCH 3/4] ich9: Simplify ich9_lpc_initfn

2019-11-25 Thread Felipe Franciosi
Currently, ich9_lpc_initfn simply serves as a caller to ich9_lpc_add_properties. This simplifies the code a bit by eliminating ich9_lpc_add_properties altogether and executing its logic in the parent object initialiser function. Signed-off-by: Felipe Franciosi --- hw/isa/lpc_ich9.c | 19 +++-