qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
@ 2018-11-02  0:12 Philippe Mathieu-Daudé
  2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines Philippe Mathieu-Daudé
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-11-02  0:12 UTC (permalink / raw)
  To: Peter Maydell, Guenter Roeck
  Cc: Philippe Mathieu-Daudé, qemu-devel, qemu-arm

Hi,

This series is a mix of a previous work I had for the raspi, and a patch from
Guenter: https://lists.gnu.org/archive/html/qemu-devel/2018-07/msg03153.html

The final patch keep Guenter ideas and comments, but is mostly a rewrite.
I dropped the A2W code from this work, it doesn't seems unuseful to me.

Guenter can you test this series?

I kept Guenter S-o-b and (C), is that OK? (Guenter?, Peter?)

- patches 1, 7: obvious updates in MAINTAINERS
- patches 3, 4: simple cleanups
- patches 2, 5: add UNIMP code
- patch 6: add the cprman (KISS init values from Guenter)

Peter: can you take patch #1 for 3.1?

Regards,

Phil.

Philippe Mathieu-Daudé (7):
  MAINTAINERS: Add an entry for the Raspberry Pi machines
  hw/misc/bcm2835_property: Handle the 'domain state' property
  hw/arm/bcm2835: Use 0x prefix for hex numbers
  hw/arm/bcm2835: Rename some definitions
  hw/arm/bcm2835: Add various unimplemented peripherals
  hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
  MAINTAINERS: Volunteer to review Raspi patches

 MAINTAINERS                          |   7 +
 hw/arm/bcm2835_peripherals.c         |  42 +++-
 hw/char/bcm2835_aux.c                |   2 +-
 hw/intc/bcm2836_control.c            |   4 +-
 hw/misc/Makefile.objs                |   1 +
 hw/misc/bcm2835_cprman.c             | 277 +++++++++++++++++++++++++++
 hw/misc/bcm2835_property.c           |   8 +-
 hw/misc/trace-events                 |   8 +
 include/hw/arm/bcm2835_peripherals.h |  11 ++
 include/hw/arm/raspi_platform.h      |   6 +-
 include/hw/misc/bcm2835_cprman.h     |  28 +++
 11 files changed, 387 insertions(+), 7 deletions(-)
 create mode 100644 hw/misc/bcm2835_cprman.c
 create mode 100644 include/hw/misc/bcm2835_cprman.h

-- 
2.17.2

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

end of thread, other threads:[~2018-11-06  3:29 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-02  0:12 [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem) Philippe Mathieu-Daudé
2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines Philippe Mathieu-Daudé
2018-11-05 15:25   ` Peter Maydell
2018-11-05 17:06     ` Andrew Baumann
2018-11-05 17:57       ` Peter Maydell
2018-11-05 17:59         ` Andrew Baumann
2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.2 v2 2/7] hw/misc/bcm2835_property: Handle the 'domain state' property Philippe Mathieu-Daudé
2018-11-05 15:33   ` Peter Maydell
2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.2 v2 3/7] hw/arm/bcm2835: Use 0x prefix for hex numbers Philippe Mathieu-Daudé
2018-11-05 15:39   ` Peter Maydell
2018-11-05 16:12     ` Philippe Mathieu-Daudé
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions Philippe Mathieu-Daudé
2018-11-05 15:39   ` Peter Maydell
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 5/7] hw/arm/bcm2835: Add various unimplemented peripherals Philippe Mathieu-Daudé
2018-11-05 15:51   ` Peter Maydell
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 6/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem) Philippe Mathieu-Daudé
2018-11-05 16:02   ` Peter Maydell
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 7/7] MAINTAINERS: Volunteer to review Raspi patches Philippe Mathieu-Daudé
2018-11-05 15:51   ` Peter Maydell
2018-11-02  2:52 ` [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem) Guenter Roeck
2018-11-02  7:32   ` Philippe Mathieu-Daudé
2018-11-02  7:48     ` Philippe Mathieu-Daudé
2018-11-02 13:26       ` Guenter Roeck
2018-11-03 15:33 ` no-reply
2018-11-05 15:20 ` Peter Maydell
2018-11-06  3:28 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).