From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753783AbbANP2a (ORCPT ); Wed, 14 Jan 2015 10:28:30 -0500 Received: from mail.kernel.org ([198.145.29.136]:45787 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752777AbbANP23 (ORCPT ); Wed, 14 Jan 2015 10:28:29 -0500 Message-ID: <54B68B17.1070604@kernel.org> Date: Thu, 15 Jan 2015 00:28:23 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Kukjin Kim CC: Javier Martinez Canillas , linux-samsung-soc@vger.kernel.org, Kevin Hilman , Doug Anderson , linux-kernel@vger.kernel.org, Kukjin Kim , Olof Johansson , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RESEND 0/4] Small updates to Snow and Peach Pit/Pi DTS References: <1420212257-22443-1-git-send-email-javier.martinez@collabora.co.uk> <54B3A4C2.8070304@collabora.co.uk> <54B68773.10805@kernel.org> In-Reply-To: <54B68773.10805@kernel.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/15/15 00:12, Kukjin Kim wrote: > On 01/12/15 19:41, Javier Martinez Canillas wrote: >> Hello Kukjin, >> > Hi, > >> On 01/02/2015 04:24 PM, Javier Martinez Canillas wrote: >>> >>> This series adds some DTS snippets that were missing in the mainline >>> Snow and Peach Pit/Pi Device Trees but are present in the downstream >>> ChromeOS kernel. >>> >>> The series is composed of the following patches: >>> >>> Javier Martinez Canillas (4): >>> ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow >>> ARM: dts: Add lid GPIO key device node for Peach boards >>> ARM: dts: Set Peach boards USB WebCam regulators to always on >>> ARM: dts: Configure regulators for suspend on exynos Peach boards >>> >>> arch/arm/boot/dts/exynos5250-snow.dts | 16 +++++ >>> arch/arm/boot/dts/exynos5420-peach-pit.dts | 100 +++++++++++++++++++++++++++- >>> arch/arm/boot/dts/exynos5800-peach-pi.dts | 101 ++++++++++++++++++++++++++++- >>> 3 files changed, 215 insertions(+), 2 deletions(-) >>> >>> Patch #1 adds some pinctrl lines for the GPIO keys in the Snow DTS. >>> >>> Patch #2 adds a device node and pinctrl lines for the lid GPIO in >>> the Peach boards DTS. >>> >>> Patch #3 sets the regulators that supply voltage to the USB WebCam >>> in Peach boards as always on. >>> >>> Patch #4 configures the max77802 regulators on the Peach Pit and Pi >>> boards to be enabled or disabled during system suspend. >>> >> >> I saw that you collected some DTS patches for 3.20 but these are not >> included. Any comments about this series? >> > Yeah, but I don't think I checked all of submitted patches including > this at that time and I'll have a look at this series soon. > > Thanks for your gentle reminder. > This series looks good to me, applied ;-) Thanks, Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Thu, 15 Jan 2015 00:28:23 +0900 Subject: [PATCH RESEND 0/4] Small updates to Snow and Peach Pit/Pi DTS In-Reply-To: <54B68773.10805@kernel.org> References: <1420212257-22443-1-git-send-email-javier.martinez@collabora.co.uk> <54B3A4C2.8070304@collabora.co.uk> <54B68773.10805@kernel.org> Message-ID: <54B68B17.1070604@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/15/15 00:12, Kukjin Kim wrote: > On 01/12/15 19:41, Javier Martinez Canillas wrote: >> Hello Kukjin, >> > Hi, > >> On 01/02/2015 04:24 PM, Javier Martinez Canillas wrote: >>> >>> This series adds some DTS snippets that were missing in the mainline >>> Snow and Peach Pit/Pi Device Trees but are present in the downstream >>> ChromeOS kernel. >>> >>> The series is composed of the following patches: >>> >>> Javier Martinez Canillas (4): >>> ARM: dts: Add power and lid GPIO keys pinctrl for exynos5250-snow >>> ARM: dts: Add lid GPIO key device node for Peach boards >>> ARM: dts: Set Peach boards USB WebCam regulators to always on >>> ARM: dts: Configure regulators for suspend on exynos Peach boards >>> >>> arch/arm/boot/dts/exynos5250-snow.dts | 16 +++++ >>> arch/arm/boot/dts/exynos5420-peach-pit.dts | 100 +++++++++++++++++++++++++++- >>> arch/arm/boot/dts/exynos5800-peach-pi.dts | 101 ++++++++++++++++++++++++++++- >>> 3 files changed, 215 insertions(+), 2 deletions(-) >>> >>> Patch #1 adds some pinctrl lines for the GPIO keys in the Snow DTS. >>> >>> Patch #2 adds a device node and pinctrl lines for the lid GPIO in >>> the Peach boards DTS. >>> >>> Patch #3 sets the regulators that supply voltage to the USB WebCam >>> in Peach boards as always on. >>> >>> Patch #4 configures the max77802 regulators on the Peach Pit and Pi >>> boards to be enabled or disabled during system suspend. >>> >> >> I saw that you collected some DTS patches for 3.20 but these are not >> included. Any comments about this series? >> > Yeah, but I don't think I checked all of submitted patches including > this at that time and I'll have a look at this series soon. > > Thanks for your gentle reminder. > This series looks good to me, applied ;-) Thanks, Kukjin