From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v2 4/6] rtc: pm8xxx: add support for devicetree Date: Mon, 10 Mar 2014 13:47:48 -0700 Message-ID: <20140310134748.dae1b77cfac3df68bd2c1d69@linux-foundation.org> References: <1394477089-3996-1-git-send-email-joshc@codeaurora.org> <1394477089-3996-5-git-send-email-joshc@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1394477089-3996-5-git-send-email-joshc@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Josh Cartwright Cc: Alessandro Zummo , David Brown , Daniel Walker , Bryan Huntsman , Grant Likely , Rob Herring , linux-arm-msm@vger.kernel.org, rtc-linux@googlegroups.com, Samuel Ortiz , Lee Jones , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Mon, 10 Mar 2014 13:44:47 -0500 Josh Cartwright wrote: > Add support for describing the PM8921/PM8058 RTC in device tree. > > Additionally: > - drop support for describing the RTC using platform data, > as there are no current in tree users who do so. > - make allow_set_time a device-specific flag, instead of mucking > with the rtc_ops Is this tested with and without CONFIG_OF?