Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2015-02-10 00:22:19
Also in:
lkml
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2015-02-10 00:22:19
Also in:
lkml
On Mon, 9 Feb 2015 16:18:44 -0800 Andrew Morton [off-list ref] wrote:
quoted
+ /* 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 there in patch 2/2.