Re: rtc-opal: Fix handling of firmware error codes, prevent busy loops

2018-02-06 Thread Michael Ellerman
Alexandre Belloni writes: > On 06/02/2018 at 16:22:47 +1100, Michael Ellerman wrote: >> > Just a note to let you know that this patch should have gone through my >> > tree but it was not sent to linux-rtc or me. >> >> Sorry, I saw it had been languishing for a

Re: rtc-opal: Fix handling of firmware error codes, prevent busy loops

2018-02-06 Thread Alexandre Belloni
On 06/02/2018 at 16:22:47 +1100, Michael Ellerman wrote: > > Just a note to let you know that this patch should have gone through my > > tree but it was not sent to linux-rtc or me. > > Sorry, I saw it had been languishing for a long time and assumed you'd > missed it. > > Happy to revert/rework

Re: rtc-opal: Fix handling of firmware error codes, prevent busy loops

2018-02-06 Thread Alexandre Belloni
Hi, On 02/08/2016 at 11:50:16 +1000, Stewart Smith wrote: > According to the OPAL docs: > https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-read-3.txt > https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-write-4.txt > OPAL_HARDWARE may be

Re: rtc-opal: Fix handling of firmware error codes, prevent busy loops

2018-02-05 Thread Stewart Smith
Alexandre Belloni writes: > On 02/08/2016 at 11:50:16 +1000, Stewart Smith wrote: >> According to the OPAL docs: >> https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-read-3.txt >>

Re: rtc-opal: Fix handling of firmware error codes, prevent busy loops

2018-02-05 Thread Michael Ellerman
Alexandre Belloni writes: > Hi, > > On 02/08/2016 at 11:50:16 +1000, Stewart Smith wrote: >> According to the OPAL docs: >> https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-read-3.txt >>

Re: rtc-opal: Fix handling of firmware error codes, prevent busy loops

2018-01-28 Thread Michael Ellerman
On Tue, 2016-08-02 at 01:50:16 UTC, Stewart Smith wrote: > According to the OPAL docs: > https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-read-3.txt > https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-write-4.txt > OPAL_HARDWARE may be

Re: [PATCH] rtc-opal: Fix handling of firmware error codes, prevent busy loops

2016-08-03 Thread Michael Ellerman
Stewart Smith writes: > According to the OPAL docs: > https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-read-3.txt > https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-write-4.txt > OPAL_HARDWARE may be returned

[PATCH] rtc-opal: Fix handling of firmware error codes, prevent busy loops

2016-08-01 Thread Stewart Smith
According to the OPAL docs: https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-read-3.txt https://github.com/open-power/skiboot/blob/skiboot-5.2.5/doc/opal-api/opal-rtc-write-4.txt OPAL_HARDWARE may be returned from OPAL_RTC_READ or OPAL_RTC_WRITE and this indicates