All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add QEMU support for the Epson rx8900 RTC
@ 2016-10-27  2:27 alastair
  2016-10-27  2:27 ` [PATCH 1/3] Add Epson RX8900 RTC support alastair
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: alastair @ 2016-10-27  2:27 UTC (permalink / raw)
  To: openbmc; +Cc: clg, andrew, Alastair D'Silva

From: Alastair D'Silva <alastair@d-silva.org>

This series adds preliminary support for the Epson rx8900 RTC.

Setting and retrieving time is supported, and the chip temperature
is hardcoded.

Other features (in particular, those that require the interrupt line)
are not implmented.

Alastair D'Silva (3):
  Add Epson RX8900 RTC support
  Connect an RX8900 RTC to i2c12 of the AST2500 SOC at address 0x32
  Add a unit test for RX8900 RTC (time functionality only)

 default-configs/arm-softmmu.mak |   1 +
 hw/arm/aspeed.c                 |   4 +
 hw/arm/imx25_pdk.c              |   9 +-
 hw/timer/Makefile.objs          |   1 +
 hw/timer/rx8900.c               | 426 ++++++++++++++++++++++++++++++++++++++++
 tests/Makefile.include          |   2 +
 tests/rx8900-test.c             |  82 ++++++++
 7 files changed, 521 insertions(+), 4 deletions(-)
 create mode 100644 hw/timer/rx8900.c
 create mode 100644 tests/rx8900-test.c

-- 
2.7.4

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

end of thread, other threads:[~2016-11-01  4:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-27  2:27 [PATCH 0/3] Add QEMU support for the Epson rx8900 RTC alastair
2016-10-27  2:27 ` [PATCH 1/3] Add Epson RX8900 RTC support alastair
2016-10-27  4:19   ` Joel Stanley
2016-10-27  5:03     ` Alastair D'Silva
2016-10-31  6:40       ` Cédric Le Goater
2016-10-27  2:27 ` [PATCH 2/3] Connect an RX8900 RTC to i2c12 of the AST2500 SOC at address 0x32 alastair
2016-10-31  6:41   ` Cédric Le Goater
2016-11-01  4:44     ` Alastair D'Silva
2016-10-27  2:27 ` [PATCH 3/3] Add a unit test for RX8900 RTC (time functionality only) alastair
2016-10-27  4:21   ` Joel Stanley
2016-10-27  4:29     ` Alastair D'Silva
2016-10-31  6:49       ` Cédric Le Goater
2016-10-27  4:22 ` [PATCH 0/3] Add QEMU support for the Epson rx8900 RTC Joel Stanley
2016-10-27  4:33   ` Alastair D'Silva
2016-10-31  0:22     ` Andrew Jeffery
2016-10-31  6:54 ` Cédric Le Goater

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.