From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752495AbeAWXk0 (ORCPT ); Tue, 23 Jan 2018 18:40:26 -0500 Received: from vern.gendns.com ([206.190.152.46]:43412 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbeAWXkY (ORCPT ); Tue, 23 Jan 2018 18:40:24 -0500 Subject: Re: [PATCH 0/6] ARM: davinci: common clock prep work To: Sekhar Nori , linux-arm-kernel@lists.infradead.org Cc: Kevin Hilman , Lee Jones , Arnd Bergmann , Kishon Vijay Abraham I , Adam Ford , Bartosz Golaszewski , linux-kernel@vger.kernel.org References: <1516418424-28686-1-git-send-email-david@lechnology.com> <28bb9f44-c6b5-e2e9-2d13-5b50dbceac7b@ti.com> From: David Lechner Message-ID: Date: Tue, 23 Jan 2018 17:40:14 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <28bb9f44-c6b5-e2e9-2d13-5b50dbceac7b@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/22/2018 05:13 AM, Sekhar Nori wrote: > On Saturday 20 January 2018 08:50 AM, David Lechner wrote: >> This series contains some changes needed for the conversion of arch/arm/mach- >> davinci to the common clock framework. >> >> Most of the boards in mach-davinci do not have device tree support. However, >> CFGCHIP, which is a syscon regmap, is needed during clock init in early boot. >> Using a platform device for the syscon at this point is not an option. So, >> this series introduces a new way to register a syscon regmap on non-DT systems. >> >> The DA8XX USB PHY driver is a consumer of the CFGCHIP syscon regmap, so some >> changes are needed in that driver as well since we are removing the syscon >> platform devices. The patch "phy: da8xx-usb: rename clock con_ids" doesn't >> have anything to do with syscon, but I included in this series because we are >> touching PHY code here anyway and it is also a dependency for the upcoming >> common clock framework conversion changes. >> >> Maintainers, please coordinate with Sekhar before committing. We will probably >> want everything to go through the linux-davinci tree if possible. > > You should wait for some more feedback before resending anything, but I > think it will be easier to reivew/accept this if the changes are just > related to removal of "syscon" platform device from devices-da8xx.c. > > It _seems_ like this series does more than just that, and I hope it can > be pared down. > This series has been split out into "ARM: da8xx: use platform data for CFGCHIP syscon regmap" [1] and "phy: da8xx-usb: rename clock con_ids" [2]. [1]: https://patchwork.kernel.org/patch/10181147/ [2]: https://patchwork.kernel.org/patch/10180897/