From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751626AbcFYPXT (ORCPT ); Sat, 25 Jun 2016 11:23:19 -0400 Received: from megous.com ([83.167.254.221]:40721 "EHLO xff.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751450AbcFYPXR (ORCPT ); Sat, 25 Jun 2016 11:23:17 -0400 Subject: Re: [PATCH v2 01/14] ARM: clk: sunxi: Add driver for the H3 THS clock To: Maxime Ripard References: <20160625034511.7966-1-megous@megous.com> <20160625034511.7966-2-megous@megous.com> <20160625071338.GC4000@lukather> Cc: dev@linux-sunxi.org, linux-arm-kernel@lists.infradead.org, Josef Gajdusek , Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Chen-Yu Tsai , =?UTF-8?Q?Emilio_L=c3=b3pez?= , "open list:COMMON CLK FRAMEWORK" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list From: =?UTF-8?Q?Ond=c5=99ej_Jirman?= Message-ID: <6a37450f-35fe-3296-da4b-10f7d645e2b9@megous.com> Date: Sat, 25 Jun 2016 17:23:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160625071338.GC4000@lukather> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Maxime, I try to base everything on the torvalds's kernel. I did notice the patches. Is there some main git tree/branch where this work is tracked in? I'd gladly use it. Also there's a PLL1 rate application patch, that would need to be ported to the new CCU code, in the case I would use it as a base for this work. Given that the new CCU code is your work and it's fresh in your mind, do you have suggestion how to approach it? It is [PATCH v2 06/14] in this series. regards, o. On 25.6.2016 09:13, Maxime Ripard wrote: > Hi, > > On Sat, Jun 25, 2016 at 05:44:58AM +0200, megous@megous.com wrote: >> From: Josef Gajdusek >> >> This patch adds a driver for the THS clock which is present on the >> Allwinner H3. >> >> Signed-off-by: Josef Gajdusek > > You might not have noticed, but we are currently rewriting the whole > clock support for the Allwinner SoCs, targetting the H3 as the first > SoC to use it. > > There's already some support for the H3 THS clock, so please use that > instead. > > Thanks! > Maxime > From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Ond=c5=99ej_Jirman?= Subject: Re: [PATCH v2 01/14] ARM: clk: sunxi: Add driver for the H3 THS clock Date: Sat, 25 Jun 2016 17:23:12 +0200 Message-ID: <6a37450f-35fe-3296-da4b-10f7d645e2b9@megous.com> References: <20160625034511.7966-1-megous@megous.com> <20160625034511.7966-2-megous@megous.com> <20160625071338.GC4000@lukather> Reply-To: megous-5qf/QAjKc83QT0dZR+AlfA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20160625071338.GC4000@lukather> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Maxime Ripard Cc: dev-3kdeTeqwOZ9EV1b7eY7vFQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Josef Gajdusek , Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Chen-Yu Tsai , =?UTF-8?Q?Emilio_L=c3=b3pez?= , "open list:COMMON CLK FRAMEWORK" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list List-Id: devicetree@vger.kernel.org Hi Maxime, I try to base everything on the torvalds's kernel. I did notice the patches. Is there some main git tree/branch where this work is tracked in? I'd gladly use it. Also there's a PLL1 rate application patch, that would need to be ported to the new CCU code, in the case I would use it as a base for this work. Given that the new CCU code is your work and it's fresh in your mind, do you have suggestion how to approach it? It is [PATCH v2 06/14] in this series. regards, o. On 25.6.2016 09:13, Maxime Ripard wrote: > Hi, > > On Sat, Jun 25, 2016 at 05:44:58AM +0200, megous-5qf/QAjKc83QT0dZR+AlfA@public.gmane.org wrote: >> From: Josef Gajdusek >> >> This patch adds a driver for the THS clock which is present on the >> Allwinner H3. >> >> Signed-off-by: Josef Gajdusek > > You might not have noticed, but we are currently rewriting the whole > clock support for the Allwinner SoCs, targetting the H3 as the first > SoC to use it. > > There's already some support for the H3 THS clock, so please use that > instead. > > Thanks! > Maxime > From mboxrd@z Thu Jan 1 00:00:00 1970 From: megous@megous.com (=?UTF-8?Q?Ond=c5=99ej_Jirman?=) Date: Sat, 25 Jun 2016 17:23:12 +0200 Subject: [PATCH v2 01/14] ARM: clk: sunxi: Add driver for the H3 THS clock In-Reply-To: <20160625071338.GC4000@lukather> References: <20160625034511.7966-1-megous@megous.com> <20160625034511.7966-2-megous@megous.com> <20160625071338.GC4000@lukather> Message-ID: <6a37450f-35fe-3296-da4b-10f7d645e2b9@megous.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Maxime, I try to base everything on the torvalds's kernel. I did notice the patches. Is there some main git tree/branch where this work is tracked in? I'd gladly use it. Also there's a PLL1 rate application patch, that would need to be ported to the new CCU code, in the case I would use it as a base for this work. Given that the new CCU code is your work and it's fresh in your mind, do you have suggestion how to approach it? It is [PATCH v2 06/14] in this series. regards, o. On 25.6.2016 09:13, Maxime Ripard wrote: > Hi, > > On Sat, Jun 25, 2016 at 05:44:58AM +0200, megous at megous.com wrote: >> From: Josef Gajdusek >> >> This patch adds a driver for the THS clock which is present on the >> Allwinner H3. >> >> Signed-off-by: Josef Gajdusek > > You might not have noticed, but we are currently rewriting the whole > clock support for the Allwinner SoCs, targetting the H3 as the first > SoC to use it. > > There's already some support for the H3 THS clock, so please use that > instead. > > Thanks! > Maxime >