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