From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alim Akhtar Subject: Re: [PATCH 0/7] Switch to generic syscon regmap based drivers Date: Tue, 20 Oct 2015 14:26:39 +0530 Message-ID: <562601C7.8070705@samsung.com> References: <1445234635-3950-1-git-send-email-alim.akhtar@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout2.samsung.com ([203.254.224.25]:59681 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751857AbbJTJGN (ORCPT ); Tue, 20 Oct 2015 05:06:13 -0400 In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Moritz Fischer Cc: linux-samsung-soc@vger.kernel.org, kgene@kernel.org, k.kozlowski@samsung.com, javier@osg.samsung.com, devicetree@vger.kernel.org, linux-arm-kernel Hi Moritz, On 10/20/2015 02:48 AM, Moritz Fischer wrote: > On Sun, Oct 18, 2015 at 11:03 PM, Alim Akhtar wrote: >> Alim Akhtar (7): >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4 >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5 >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC >> ARM: exynos_defconfig: Normalize exynos defconfig >> ARM: exynos_defconfig: Enable generic syscon-{reboot, poweroff} >> drivers >> ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs >> >> arch/arm/boot/dts/exynos3250.dtsi | 14 ++++++++++++ >> arch/arm/boot/dts/exynos4.dtsi | 14 ++++++++++++ >> arch/arm/boot/dts/exynos5.dtsi | 14 ++++++++++++ >> arch/arm/boot/dts/exynos5410.dtsi | 14 ++++++++++++ >> arch/arm/configs/exynos_defconfig | 11 +++++----- >> arch/arm/mach-exynos/pmu.c | 43 ------------------------------------- >> 6 files changed, 61 insertions(+), 49 deletions(-) >> >> -- >> 1.7.10.4 >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > Feel free to add Acked-By: Moritz Fischer > to the patches in your series > Thanks! > Moritz > From mboxrd@z Thu Jan 1 00:00:00 1970 From: alim.akhtar@samsung.com (Alim Akhtar) Date: Tue, 20 Oct 2015 14:26:39 +0530 Subject: [PATCH 0/7] Switch to generic syscon regmap based drivers In-Reply-To: References: <1445234635-3950-1-git-send-email-alim.akhtar@samsung.com> Message-ID: <562601C7.8070705@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Moritz, On 10/20/2015 02:48 AM, Moritz Fischer wrote: > On Sun, Oct 18, 2015 at 11:03 PM, Alim Akhtar wrote: >> Alim Akhtar (7): >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos3250 SoCs >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos4 >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5 >> arm: dts: Add syscon-{reboot, poweroff} nodes for exynos5410 SoC >> ARM: exynos_defconfig: Normalize exynos defconfig >> ARM: exynos_defconfig: Enable generic syscon-{reboot, poweroff} >> drivers >> ARM: EXYNOS: Remove code for restart and poweroff for exynos SoCs >> >> arch/arm/boot/dts/exynos3250.dtsi | 14 ++++++++++++ >> arch/arm/boot/dts/exynos4.dtsi | 14 ++++++++++++ >> arch/arm/boot/dts/exynos5.dtsi | 14 ++++++++++++ >> arch/arm/boot/dts/exynos5410.dtsi | 14 ++++++++++++ >> arch/arm/configs/exynos_defconfig | 11 +++++----- >> arch/arm/mach-exynos/pmu.c | 43 ------------------------------------- >> 6 files changed, 61 insertions(+), 49 deletions(-) >> >> -- >> 1.7.10.4 >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" in >> the body of a message to majordomo at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > Feel free to add Acked-By: Moritz Fischer > to the patches in your series > Thanks! > Moritz >