From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751149AbeAVLPF (ORCPT ); Mon, 22 Jan 2018 06:15:05 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:64512 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750886AbeAVLPD (ORCPT ); Mon, 22 Jan 2018 06:15:03 -0500 Subject: Re: [PATCH 0/6] ARM: davinci: common clock prep work To: David Lechner , CC: Kevin Hilman , Lee Jones , Arnd Bergmann , Kishon Vijay Abraham I , Adam Ford , Bartosz Golaszewski , References: <1516418424-28686-1-git-send-email-david@lechnology.com> From: Sekhar Nori Message-ID: <28bb9f44-c6b5-e2e9-2d13-5b50dbceac7b@ti.com> Date: Mon, 22 Jan 2018 16:43:55 +0530 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: <1516418424-28686-1-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks, Sekhar