From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v4 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver Date: Mon, 25 May 2015 14:47:00 +0800 Message-ID: <20150525064659.GH3264@dragon> References: <1432305399-30571-1-git-send-email-Frank.Li@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f53.google.com ([209.85.220.53]:32997 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750965AbbEYGrt (ORCPT ); Mon, 25 May 2015 02:47:49 -0400 Received: by padbw4 with SMTP id bw4so65064116pad.0 for ; Sun, 24 May 2015 23:47:49 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1432305399-30571-1-git-send-email-Frank.Li@freescale.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Frank.Li@freescale.com Cc: lznuaa@gmail.com, dmitry.torokhov@gmail.com, robh+dt@kernel.org, alexandre.belloni@free-electrons.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, rtc-linux@googlegroups.com, devicetree@vger.kernel.org On Fri, May 22, 2015 at 10:36:33PM +0800, Frank.Li@freescale.com wrote: > Frank Li (5): > rtc: arm: imx: snvs: change use syscon to access register > Document: dt: fsl: snvs: change support syscon > arm: dts: imx: update snvs to use syscon access register > document: devicetree: input: imx: i.mx snvs power device tree bindings > arm: dts: imx6sx: enable snvs power key > > Robin Gong (1): > input: keyboard: imx: add snvs power key driver For patch subject prefix, I suggest you use some help from 'git log' to find out what the best practice is for the files you are patching. Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com. [209.85.192.182]) by gmr-mx.google.com with ESMTPS id x3si994311pdh.2.2015.05.24.23.47.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 May 2015 23:47:49 -0700 (PDT) Received: by pdbki1 with SMTP id ki1so22142100pdb.1 for ; Sun, 24 May 2015 23:47:49 -0700 (PDT) Date: Mon, 25 May 2015 14:47:00 +0800 From: Shawn Guo To: Frank.Li@freescale.com Cc: lznuaa@gmail.com, dmitry.torokhov@gmail.com, robh+dt@kernel.org, alexandre.belloni@free-electrons.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, rtc-linux@googlegroups.com, devicetree@vger.kernel.org Subject: [rtc-linux] Re: [PATCH v4 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver Message-ID: <20150525064659.GH3264@dragon> References: <1432305399-30571-1-git-send-email-Frank.Li@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1432305399-30571-1-git-send-email-Frank.Li@freescale.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On Fri, May 22, 2015 at 10:36:33PM +0800, Frank.Li@freescale.com wrote: > Frank Li (5): > rtc: arm: imx: snvs: change use syscon to access register > Document: dt: fsl: snvs: change support syscon > arm: dts: imx: update snvs to use syscon access register > document: devicetree: input: imx: i.mx snvs power device tree bindings > arm: dts: imx6sx: enable snvs power key > > Robin Gong (1): > input: keyboard: imx: add snvs power key driver For patch subject prefix, I suggest you use some help from 'git log' to find out what the best practice is for the files you are patching. Shawn -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Mon, 25 May 2015 14:47:00 +0800 Subject: [PATCH v4 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver In-Reply-To: <1432305399-30571-1-git-send-email-Frank.Li@freescale.com> References: <1432305399-30571-1-git-send-email-Frank.Li@freescale.com> Message-ID: <20150525064659.GH3264@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 22, 2015 at 10:36:33PM +0800, Frank.Li at freescale.com wrote: > Frank Li (5): > rtc: arm: imx: snvs: change use syscon to access register > Document: dt: fsl: snvs: change support syscon > arm: dts: imx: update snvs to use syscon access register > document: devicetree: input: imx: i.mx snvs power device tree bindings > arm: dts: imx6sx: enable snvs power key > > Robin Gong (1): > input: keyboard: imx: add snvs power key driver For patch subject prefix, I suggest you use some help from 'git log' to find out what the best practice is for the files you are patching. Shawn