From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759197AbcBYAnO (ORCPT ); Wed, 24 Feb 2016 19:43:14 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:34702 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758000AbcBYAnJ (ORCPT ); Wed, 24 Feb 2016 19:43:09 -0500 X-AuditID: cbfec7f4-f79026d00000418a-b1-56ce4e1ab8e7 Subject: Re: [GIT PULL 3/7] drivers: soc: EXYNOS drivers for v4.6 To: Olof Johansson References: <1455496446-23779-1-git-send-email-k.kozlowski@samsung.com> <1455496446-23779-4-git-send-email-k.kozlowski@samsung.com> <20160224222254.GT10126@localhost> Cc: Arnd Bergmann , Kevin Hilman , arm@kernel.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Pankaj Dubey , Pavel Fedin , Bartlomiej Zolnierkiewicz , Javier Martinez Canillas From: Krzysztof Kozlowski X-Enigmail-Draft-Status: N1110 Message-id: <56CE4E14.2050701@samsung.com> Date: Thu, 25 Feb 2016 09:43:00 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-version: 1.0 In-reply-to: <20160224222254.GT10126@localhost> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFuplkeLIzCtJLcpLzFFi42I5/e/4FV0pv3NhBh+OcVoc+7KFzeLvpGPs FhtnrGe1ePN2DZPF6xeGFv2PXzNbPN38mMli0+NrrBaXd81hs5hxfh+Txanrn9ksXl1axWax aOsXdgdej9+/JjF6bFrVyeaxeUm9x5UTTaweW/rvsnv0bVnF6PF5k1wAexSXTUpqTmZZapG+ XQJXxszpCxgLVgtV/Fy7h6mB8TNfFyMHh4SAicTXdXVdjJxAppjEhXvr2boYuTiEBJYySuxp WQflPGWU2DrrDBNIlbCAo8SChbvZQGwRAWWJJ22XmCGKVjFK7Ft3mAXEYRaYzSyxacIcFpAq NgFjic3Ll7BB7JCT6O2eBBbnFdCS2PT/JiOIzSKgKrH18UqwGlGBCInDnV3sEDWCEj8m3wOr 5xTQl9gxbToLyNnMAnoS9y9qgYSZBeQlNq95yzyBUXAWko5ZCFWzkFQtYGRexSiaWppcUJyU nmuoV5yYW1yal66XnJ+7iRESSV92MC4+ZnWIUYCDUYmHN+L32TAh1sSy4srcQ4wSHMxKIrx1 PufChHhTEiurUovy44tKc1KLDzFKc7AoifPO3fU+REggPbEkNTs1tSC1CCbLxMEp1cBYuXjF TLel7w7s/f3c7UUNr0557Vr7Q7az8w7yx//TS1AodG1x5spMd2Ha82pzfoBby8q1y6uuWvFt sAmx3LjqFuPZb1vvrZ5ro77nRHLzkznHdh/6p+96/92CRZu5zt3MMJVdrDFVkyPRxuD2iU/e Tj1HpZsLHXduSg2J3++34tV1NqMcx1+rlFiKMxINtZiLihMB/N57PaACAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.02.2016 07:22, Olof Johansson wrote: > On Mon, Feb 15, 2016 at 09:34:02AM +0900, Krzysztof Kozlowski wrote: >> Hi Arnd, Kevin and Olof, >> >> This finally moves SROM controller and PMU code to separate >> driver under drivers/soc/samsung. >> >> Kind regards, >> Krzysztof >> >> >> The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: >> >> Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-soc-srom-pmu-4.6 >> >> for you to fetch changes up to 74a6659e8bf193066ba6bf365de66baa897aebb1: >> >> drivers: soc: Add support for Exynos PMU driver (2016-01-25 10:46:59 +0900) >> >> ---------------------------------------------------------------- >> A set of changes adding new drivers under drivers/soc/samsung: >> >> 1. Split code for handling SROM registers out of arm/mach-exynos >> in to separate SROM controller driver under drivers/soc/samsung. >> The driver will save and restore SROM registers during Suspend >> to RAM. >> >> 2. Add to this SROM controller driver support for bank configuration >> used by child devices. This allows usage of SMSC9115 Ethernet chip >> on SMDK5410 (Exynos5410) directly connected to SROM controller. > > Hi, > > OMAP has GPMC drivers under drivers/memory. I wonder if SROM should go there > too, since it's a quite similar bus. I wish I get this feedback before, when we were discussing the SROM patches. :/ Indeed this sounds reasonable. On some boards the omap-gpmc is used for the same purpose: interfacing to smsc,lan9115 (like on SMDK5410). > Feel free to respin this without SROM now, so we can get the other pieces in > sooner and then revisit the SROM asyncronously. That'll remove the dependencies > on DT as well. Okay, I'll rebase all drivers/soc branches and respin the pull request so PMU driver and other stuff could go in. BTW, just in case, although PMU stands for "Power Management Unit" I don't think it should be placed under drivers/power because it is not a avs/charger/battery/reset driver. Existing power-related drivers are under driver/soc (bcm, dove, tegra). Re-work of SROM drivers could be started on top of it. Best regards, Krzysztof