mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix problems with DS1307 RTC driver
@ 2016-06-07 20:01 Trent Piepho
  2016-06-07 20:03 ` [PATCH 1/5] rtc: ds1307: Keep DT based RTC configuration from breaking DS1337/41 Trent Piepho
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Trent Piepho @ 2016-06-07 20:01 UTC (permalink / raw)
  To: barebox, Andrey Smirnov

Recent patches to add ds1341 support to the ds1307 driver and another
patch to add the ability to configure rtc features cause a problem when
combined.  The work was done in parallel and the code for configuration
doesn't properly configure the different register layout in the ds1341
since that chip was yet supported.

This series tries to correct the problem.  
The first patch fixes ds1341 and ds1337 by disabling configuration for
those chips.

The rest of the series cleans up the driver and eventually supports
configuration for both types of chips.  The DT bindings are changed, but
since they have yet to appear in any released barebox version I think
this is ok.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-06-12 23:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07 20:01 [PATCH 0/5] Fix problems with DS1307 RTC driver Trent Piepho
2016-06-07 20:03 ` [PATCH 1/5] rtc: ds1307: Keep DT based RTC configuration from breaking DS1337/41 Trent Piepho
2016-06-07 20:04 ` [PATCH 2/5] rtc: ds1307: Remove unused and unneeded driver code Trent Piepho
2016-06-07 20:06 ` [PATCH 3/5] rtc: ds1307: Clean up of chip variant support Trent Piepho
2016-06-12 23:54   ` Andrey Smirnov
2016-06-07 20:09 ` [PATCH 4/5] rtc: ds1307: Allow configuring DS1337 type chips Trent Piepho
2016-06-12 22:29   ` Andrey Smirnov
2016-06-07 20:09 ` [PATCH 5/5] rtc: ds1307: Limit clock starting retries Trent Piepho
2016-06-12 23:51   ` Andrey Smirnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox