From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 12 Dec 2012 10:10:00 +0100 Subject: [PATCH V2 0/4] add RTC support for Armada 370 and Armada XP In-Reply-To: <1355303186-9267-1-git-send-email-gregory.clement@free-electrons.com> References: <1355303186-9267-1-git-send-email-gregory.clement@free-electrons.com> Message-ID: <50C849E8.70105@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/12/2012 10:06 AM, Gregory CLEMENT wrote: > Hello, > > This small patch set adds RTC support for Armada 370 and Armada XP. It > was successfully tested on the evaluation board. The third patch add > the lacking documentation for the device tree binding and was already > taken by Grant Likely, I keep this one in the series for > coherency. The only differences with the previous patch set was the > add of the Acked-by from Andrew Lunn and a new small patch to update > of the mvebu_configuration. I also split the patch wich add the RTC > support in two part, one for the RTC subsytem and on for > mach-mvebu. This series is 3.9 material. > > Alessandro, > could you take the first patches if you agree with it? Oups, I meant the first one not the first patches. > > Jason, > > I wait for a while if there any feedback, then I will send you a git > pull request. If I understood well your workflow I will do 2 git pull > one for dt and one for defconfig. > > Thanks > > > Gregory CLEMENT (4): > rtc: Add support of rtc-mv for MVEBU SoCs > arm: mvebu: Add RTC support for Armada 370 and Armada XP > rtc: rtc-mv: Add the device tree binding documentation > arm: mvebu: Update defconfig with Marvell RTC support > > .../devicetree/bindings/rtc/orion-rtc.txt | 18 ++++++++++++++++++ > arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++++++ > arch/arm/configs/mvebu_defconfig | 1 + > drivers/rtc/Kconfig | 2 +- > 4 files changed, 26 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/rtc/orion-rtc.txt > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH V2 0/4] add RTC support for Armada 370 and Armada XP Date: Wed, 12 Dec 2012 10:10:00 +0100 Message-ID: <50C849E8.70105@free-electrons.com> References: <1355303186-9267-1-git-send-email-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1355303186-9267-1-git-send-email-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Gregory CLEMENT Cc: Lior Amsalem , Andrew Lunn , Ike Pan , Nadav Haklai , David Marlin , Yehuda Yitschak , Jani Monoses , Tawfik Bayouk , Dan Frazier , Eran Ben-Avi , Leif Lindholm , Sebastian Hesselbarth , Jason Cooper , rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Chris Van Hoof , Jon Masters , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Thomas Petazzoni , Alessandro Zummo , Maen Suleiman , Shadi Ammouri List-Id: devicetree@vger.kernel.org On 12/12/2012 10:06 AM, Gregory CLEMENT wrote: > Hello, > > This small patch set adds RTC support for Armada 370 and Armada XP. It > was successfully tested on the evaluation board. The third patch add > the lacking documentation for the device tree binding and was already > taken by Grant Likely, I keep this one in the series for > coherency. The only differences with the previous patch set was the > add of the Acked-by from Andrew Lunn and a new small patch to update > of the mvebu_configuration. I also split the patch wich add the RTC > support in two part, one for the RTC subsytem and on for > mach-mvebu. This series is 3.9 material. > > Alessandro, > could you take the first patches if you agree with it? Oups, I meant the first one not the first patches. > > Jason, > > I wait for a while if there any feedback, then I will send you a git > pull request. If I understood well your workflow I will do 2 git pull > one for dt and one for defconfig. > > Thanks > > > Gregory CLEMENT (4): > rtc: Add support of rtc-mv for MVEBU SoCs > arm: mvebu: Add RTC support for Armada 370 and Armada XP > rtc: rtc-mv: Add the device tree binding documentation > arm: mvebu: Update defconfig with Marvell RTC support > > .../devicetree/bindings/rtc/orion-rtc.txt | 18 ++++++++++++++++++ > arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++++++ > arch/arm/configs/mvebu_defconfig | 1 + > drivers/rtc/Kconfig | 2 +- > 4 files changed, 26 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/rtc/orion-rtc.txt > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com