Re: [PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-13 Thread Felipe Balbi
Hi, On Sun, Oct 12, 2014 at 08:42:40PM +0200, Johan Hovold wrote: > On Sat, Oct 11, 2014 at 07:50:07PM -0500, Felipe Balbi wrote: > > Hi, > > > > On Sat, Oct 11, 2014 at 12:20:04PM +0200, Johan Hovold wrote: > > > On Fri, Oct 10, 2014 at 01:02:56PM -0500, Felipe Balbi wrote: > > > > On Fri, Oct 1

Re: [PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-12 Thread Johan Hovold
On Sat, Oct 11, 2014 at 07:50:07PM -0500, Felipe Balbi wrote: > Hi, > > On Sat, Oct 11, 2014 at 12:20:04PM +0200, Johan Hovold wrote: > > On Fri, Oct 10, 2014 at 01:02:56PM -0500, Felipe Balbi wrote: > > > On Fri, Oct 10, 2014 at 01:00:54PM -0500, Felipe Balbi wrote: > > > > On Thu, Oct 09, 2014 a

Re: [PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-11 Thread Felipe Balbi
Hi, On Sat, Oct 11, 2014 at 12:20:04PM +0200, Johan Hovold wrote: > On Fri, Oct 10, 2014 at 01:02:56PM -0500, Felipe Balbi wrote: > > On Fri, Oct 10, 2014 at 01:00:54PM -0500, Felipe Balbi wrote: > > > On Thu, Oct 09, 2014 at 09:06:29PM +0200, Johan Hovold wrote: > > > > Some legacy RTC IP revisio

Re: [PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-11 Thread Johan Hovold
On Fri, Oct 10, 2014 at 01:02:56PM -0500, Felipe Balbi wrote: > On Fri, Oct 10, 2014 at 01:00:54PM -0500, Felipe Balbi wrote: > > On Thu, Oct 09, 2014 at 09:06:29PM +0200, Johan Hovold wrote: > > > Some legacy RTC IP revisions has a power-up reset flag in the status > > > register that later revisi

Re: [PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-10 Thread Felipe Balbi
On Fri, Oct 10, 2014 at 01:00:54PM -0500, Felipe Balbi wrote: > On Thu, Oct 09, 2014 at 09:06:29PM +0200, Johan Hovold wrote: > > Some legacy RTC IP revisions has a power-up reset flag in the status > > register that later revisions lack. > > > > As this flag is always read back as set on later re

Re: [PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-10 Thread Felipe Balbi
On Thu, Oct 09, 2014 at 09:06:29PM +0200, Johan Hovold wrote: > Some legacy RTC IP revisions has a power-up reset flag in the status > register that later revisions lack. > > As this flag is always read back as set on later revisions (or is > overloaded with a different flag), make sure to only cl

[PATCH 07/12] rtc: omap: silence bogus power-up reset message at probe

2014-10-09 Thread Johan Hovold
Some legacy RTC IP revisions has a power-up reset flag in the status register that later revisions lack. As this flag is always read back as set on later revisions (or is overloaded with a different flag), make sure to only clear the flag and print the info message on legacy platforms. Signed-off