Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks

2015-02-09 Thread Joshua Kinard
On 02/09/2015 19:18, Andrew Morton wrote: > On Fri, 12 Dec 2014 17:13:38 -0500 Joshua Kinard wrote: > >> From: Joshua Kinard >> >> This adds a driver for the Dallas/Maxim DS1685-family of RTC chips. It >> supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287, >>

Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks

2015-02-09 Thread Andrew Morton
On Mon, 9 Feb 2015 16:18:44 -0800 Andrew Morton wrote: > > + /* Platform read function, else default if mmio setup */ > > + if (pdata->plat_read) > > + rtc->read = pdata->plat_read; > > I'm trying to understand how this works and I'm not getting very far. oop, never mind, it's

Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks

2015-02-09 Thread Andrew Morton
On Fri, 12 Dec 2014 17:13:38 -0500 Joshua Kinard wrote: > From: Joshua Kinard > > This adds a driver for the Dallas/Maxim DS1685-family of RTC chips. It > supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287, > DS17485/DS17487, and DS17885/DS17887 RTC chips. These chips

Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks

2015-02-09 Thread Joshua Kinard
On 02/09/2015 19:18, Andrew Morton wrote: On Fri, 12 Dec 2014 17:13:38 -0500 Joshua Kinard ku...@gentoo.org wrote: From: Joshua Kinard ku...@gentoo.org This adds a driver for the Dallas/Maxim DS1685-family of RTC chips. It supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693,

Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks

2015-02-09 Thread Andrew Morton
On Fri, 12 Dec 2014 17:13:38 -0500 Joshua Kinard ku...@gentoo.org wrote: From: Joshua Kinard ku...@gentoo.org This adds a driver for the Dallas/Maxim DS1685-family of RTC chips. It supports the DS1685/DS1687, DS1688/DS1691, DS1689/DS1693, DS17285/DS17287, DS17485/DS17487, and

Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks

2015-02-09 Thread Andrew Morton
On Mon, 9 Feb 2015 16:18:44 -0800 Andrew Morton a...@linux-foundation.org wrote: + /* Platform read function, else default if mmio setup */ + if (pdata-plat_read) + rtc-read = pdata-plat_read; I'm trying to understand how this works and I'm not getting very far. oop,