All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add ASPEED SCU device
@ 2016-06-16  5:31 Andrew Jeffery
  2016-06-16  5:31 ` [PATCH v2 1/2] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
  2016-06-16  5:31 ` [PATCH v2 2/2] ast2400: Integrate the SCU model and configure reset values Andrew Jeffery
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Jeffery @ 2016-06-16  5:31 UTC (permalink / raw)
  To: OpenBMC

v2 improves the general sanity of the approach to configuring resets from the
v1 patches posted to the list:

https://lists.ozlabs.org/pipermail/openbmc/2016-June/003483.html

qom properties are replaced with qdev properties, which look like a better fit
for the problem at hand (device initialisation). Additionally, qdev properties
explicitly support arrays and so the process of configuring values is less
tortured.

I feel more confident about sending this upstream, so I'm interested in the
feedback if it still isn't reasonable.

Cheers,

Andrew

Andrew Jeffery (2):
  hw/misc: Add a model for the ASPEED System Control Unit
  ast2400: Integrate the SCU model and configure reset values

 hw/arm/ast2400.c             |  57 +++++++++++++++++
 hw/misc/Makefile.objs        |   1 +
 hw/misc/aspeed_scu.c         | 147 +++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/ast2400.h     |   2 +
 include/hw/misc/aspeed_scu.h | 108 +++++++++++++++++++++++++++++++
 trace-events                 |   3 +
 6 files changed, 318 insertions(+)
 create mode 100644 hw/misc/aspeed_scu.c
 create mode 100644 include/hw/misc/aspeed_scu.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-16  6:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16  5:31 [PATCH v2 0/2] Add ASPEED SCU device Andrew Jeffery
2016-06-16  5:31 ` [PATCH v2 1/2] hw/misc: Add a model for the ASPEED System Control Unit Andrew Jeffery
2016-06-16  6:24   ` Cédric Le Goater
2016-06-16  6:42   ` Joel Stanley
2016-06-16  5:31 ` [PATCH v2 2/2] ast2400: Integrate the SCU model and configure reset values Andrew Jeffery
2016-06-16  6:43   ` Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.