From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id ha2si16101wib.1.2015.06.04.15.22.09 for ; Thu, 04 Jun 2015 15:22:09 -0700 (PDT) Date: Fri, 5 Jun 2015 00:22:08 +0200 From: Alexandre Belloni To: Philippe Reynes Cc: shawn.guo@linaro.org, kernel@pengutronix.de, linux@arm.linux.org.uk, a.zummo@towertech.it, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, fabio.estevam@freescale.com Subject: [rtc-linux] Re: [PATCH 2/2] rtc: mxc: add support of device tree Message-ID: <20150604222208.GE713@piout.net> References: <1431729330-7625-1-git-send-email-tremyfr@gmail.com> <1431729330-7625-3-git-send-email-tremyfr@gmail.com> <20150528120601.GO2185@piout.net> <5570C26D.5080204@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <5570C26D.5080204@gmail.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 04/06/2015 at 23:26:05 +0200, Philippe Reynes wrote : > I'll do it in the next version of this patch. > >>+ } else > >>+ pdata->devtype = pdev->id_entry->driver_data; > >> > > > > Do you prefer that I wait the clock driver has move to drivers/clk/imx > (as requested by Shawn) before sending a v2 ? > It would have been good to get the clock change in 4.2 but it is already late in the cycle now so I'm not sure it can go in. That would have removed the dependency. The other solution is to merge everything through Shawn's tree. Anyway, you can send the patches, we'll handle that part :) -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- 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: alexandre.belloni@free-electrons.com (Alexandre Belloni) Date: Fri, 5 Jun 2015 00:22:08 +0200 Subject: [PATCH 2/2] rtc: mxc: add support of device tree In-Reply-To: <5570C26D.5080204@gmail.com> References: <1431729330-7625-1-git-send-email-tremyfr@gmail.com> <1431729330-7625-3-git-send-email-tremyfr@gmail.com> <20150528120601.GO2185@piout.net> <5570C26D.5080204@gmail.com> Message-ID: <20150604222208.GE713@piout.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/06/2015 at 23:26:05 +0200, Philippe Reynes wrote : > I'll do it in the next version of this patch. > >>+ } else > >>+ pdata->devtype = pdev->id_entry->driver_data; > >> > > > > Do you prefer that I wait the clock driver has move to drivers/clk/imx > (as requested by Shawn) before sending a v2 ? > It would have been good to get the clock change in 4.2 but it is already late in the cycle now so I'm not sure it can go in. That would have removed the dependency. The other solution is to merge everything through Shawn's tree. Anyway, you can send the patches, we'll handle that part :) -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH 2/2] rtc: mxc: add support of device tree Date: Fri, 5 Jun 2015 00:22:08 +0200 Message-ID: <20150604222208.GE713@piout.net> References: <1431729330-7625-1-git-send-email-tremyfr@gmail.com> <1431729330-7625-3-git-send-email-tremyfr@gmail.com> <20150528120601.GO2185@piout.net> <5570C26D.5080204@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5570C26D.5080204@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Philippe Reynes Cc: shawn.guo@linaro.org, kernel@pengutronix.de, linux@arm.linux.org.uk, a.zummo@towertech.it, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, fabio.estevam@freescale.com List-Id: devicetree@vger.kernel.org On 04/06/2015 at 23:26:05 +0200, Philippe Reynes wrote : > I'll do it in the next version of this patch. > >>+ } else > >>+ pdata->devtype = pdev->id_entry->driver_data; > >> > > > > Do you prefer that I wait the clock driver has move to drivers/clk/imx > (as requested by Shawn) before sending a v2 ? > It would have been good to get the clock change in 4.2 but it is already late in the cycle now so I'm not sure it can go in. That would have removed the dependency. The other solution is to merge everything through Shawn's tree. Anyway, you can send the patches, we'll handle that part :) -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com