From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kymetacorp.com ([192.81.58.21]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bANC4-0001y3-Fk for barebox@lists.infradead.org; Tue, 07 Jun 2016 20:01:45 +0000 From: Trent Piepho Date: Tue, 7 Jun 2016 20:01:20 +0000 Message-ID: <1465329688.15779.156.camel@rtred1test09.kymeta.local> Content-Language: en-US Content-ID: <1C46DD732561E04AB305C13A3EE6B7EF@kymetacorp.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/5] Fix problems with DS1307 RTC driver 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