qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alastair D'Silva" <alastair@d-silva.org>
To: qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
	"Cédric Le Goater" <clg@kaod.org>,
	"Andrew Jeffery" <andrew@aj.id.au>,
	"Joel Stanley" <joel@jms.id.au>
Subject: Re: [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board
Date: Wed, 30 Nov 2016 16:50:27 +1100	[thread overview]
Message-ID: <1480485027.2452.19.camel@d-silva.org> (raw)
In-Reply-To: <20161130053629.23340-1-alastair@au1.ibm.com>

On Wed, 2016-11-30 at 16:36 +1100, Alastair D'Silva wrote:
> 
> This patch series adds support for the Epson RX8900 RTC to the
> Aspeed board.
> 
> The tests use the existing imx25 infrastructure, and some minor
> changes have been made to uniquely identify the I2C buses.
> 
> A NULL check have been added to eliminate empty i2cslave init
> functions.
> 
> Support for named interrupts has been implemented in qtest to
> facilitate testing.

Sorry, I missed a changelog...

Changelog:
v2:
 - Avoid using error_report
 - Fix TIE behaviour
 - Move temperature init out of reset, it should not change
   on a soft reset
 - Fix IRQ in test failures
 - Add a NULL check for i2c slave init callbacks, so that we
   no longer need to implement empty init functions.
 - Refactor to use the existing qemu trace infrastructure
 - Move the RX8900 definition into the aspeed machine init
 - It it possible for check_update_interrupt_seconds in the
   rx8900 test to return 6, depending on the alignment with
   the wall clock.
 - Support low voltage detection
	
	

  parent reply	other threads:[~2016-11-30  6:45 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-30  5:36 [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 1/6] arm: Uniquely name imx25 I2C buses Alastair D'Silva
2016-11-30  8:18   ` Cédric Le Goater
2016-12-01  0:42     ` Alastair D'Silva
2016-12-01  3:10       ` Alexey Kardashevskiy
2016-12-01 12:31       ` Cédric Le Goater
2016-12-01 22:45         ` Alastair D'Silva
2016-12-01 23:34         ` Alexey Kardashevskiy
2016-12-02  7:55           ` Cédric Le Goater
2016-12-03  7:16             ` Alexey Kardashevskiy
2016-12-03  7:48               ` Cédric Le Goater
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 2/6] hw/i2c: Add a NULL check for i2c slave init callbacks Alastair D'Silva
2016-11-30  8:02   ` Cédric Le Goater
2016-12-01  3:13   ` Alexey Kardashevskiy
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 3/6] qtest: Support named interrupts Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 4/6] hw/timer: Add Epson RX8900 RTC support Alastair D'Silva
2016-11-30  8:03   ` Cédric Le Goater
2016-12-01  5:53   ` Alexey Kardashevskiy
2016-12-02  0:19     ` Alastair D'Silva
2016-12-02  2:48       ` Alexey Kardashevskiy
2016-12-02  3:30         ` Alastair D'Silva
2016-12-02  4:07           ` Alexey Kardashevskiy
2016-12-02  4:48             ` Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 5/6] tests: Test all implemented RX8900 functionality Alastair D'Silva
2016-11-30  5:36 ` [Qemu-devel] [PATCH v2 6/6] arm: Add an RX8900 RTC to the ASpeed board Alastair D'Silva
2016-11-30  8:16   ` Cédric Le Goater
2016-11-30  5:50 ` Alastair D'Silva [this message]
2016-11-30  6:55 ` [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480485027.2452.19.camel@d-silva.org \
    --to=alastair@d-silva.org \
    --cc=andrew@aj.id.au \
    --cc=clg@kaod.org \
    --cc=joel@jms.id.au \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).