Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759339AbbBJAWT (ORCPT ); Mon, 9 Feb 2015 19:22:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57830 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756251AbbBJAWR (ORCPT ); Mon, 9 Feb 2015 19:22:17 -0500 Date: Mon, 9 Feb 2015 16:22:16 -0800 From: Andrew Morton To: rtc-linux@googlegroups.com, Joshua Kinard , Alessandro Zummo , Ralf Baechle , Linux MIPS List , LKML Subject: Re: [rtc-linux] [PATCH 01/02 resend] RTC: Add driver for DS1685 family of real time clocks Message-Id: <20150209162216.23a44ab270e0c9e60de79822@linux-foundation.org> In-Reply-To: <20150209161844.942ff2d0ecd709a331083bac@linux-foundation.org> References: <548B6892.9040200@gentoo.org> <20150209161844.942ff2d0ecd709a331083bac@linux-foundation.org> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 575 Lines: 14 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 there in patch 2/2. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/