From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] rtc: pm8xxx: rework to support pm8941 rtc Date: Fri, 19 Sep 2014 16:03:47 -0700 Message-ID: <20140919160347.eaa72f4b715338e4210790df@linux-foundation.org> References: <1410515044-31689-1-git-send-email-svarbanov@mm-sol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:57117 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756626AbaISXDs (ORCPT ); Fri, 19 Sep 2014 19:03:48 -0400 In-Reply-To: <1410515044-31689-1-git-send-email-svarbanov@mm-sol.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stanimir Varbanov Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Stephen Boyd , Josh Cartwright On Fri, 12 Sep 2014 12:44:04 +0300 Stanimir Varbanov wrote: > Adds support for RTC device inside PM8941 PMIC. The RTC > in this PMIC have two register spaces. Thus the rtc-pm8xxx > is slightly reworked to reflect these differences. > > The register set for different PMIC chips are selected > on DT compatible string base. checkpatch (which you obviously didn't use!) says WARNING: DT compatible string "qcom,pm8941-rtc" appears un-documented -- check ./Documentation/devicetree/bindings/ #414: FILE: drivers/rtc/rtc-pm8xxx.c:435: + { .compatible = "qcom,pm8941-rtc", .data = &pm8941_regs },