From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759244AbcBYEuc (ORCPT ); Wed, 24 Feb 2016 23:50:32 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:37183 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757934AbcBYEua (ORCPT ); Wed, 24 Feb 2016 23:50:30 -0500 X-AuditID: cbfec7f4-f79026d00000418a-c1-56ce8812fd41 Subject: Re: [GIT PULL 3/7] drivers: soc: EXYNOS drivers for v4.6 To: "pankaj.dubey" , 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> <56CE4E14.2050701@samsung.com> <56CE80C1.8040801@samsung.com> 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, Pavel Fedin , Bartlomiej Zolnierkiewicz , Javier Martinez Canillas From: Krzysztof Kozlowski X-Enigmail-Draft-Status: N1110 Message-id: <56CE880C.8090703@samsung.com> Date: Thu, 25 Feb 2016 13:50:20 +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: <56CE80C1.8040801@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupikeLIzCtJLcpLzFFi42I5/e/4VV2hjnNhBrO2c1oc+7KFzeLvpGPs FhtnrGe1ePN2DZPF6xeGFv2PXzNbPN38mMli0+NrrBaXd81hs5hxfh+Txanrn9ksXl1axWax aOsXdgdej9+/JjF6bFrVyeaxeUm9x5UTTaweW/rvsnv0bVnF6PF5k1wAexSXTUpqTmZZapG+ XQJXxpa/b1gL9vNXvOxVaWA8z9PFyMEhIWAicfN3QBcjJ5ApJnHh3nq2LkYuDiGBpYwSm9dM ZIFwnjJKPDs/gQWkSljAUWLBwt1sIM0iAn4SL5tlQcJCAq8YJdbdqwCpZxb4wCTxpaONGSTB JmAssXn5EjaIDXISvd2TwObwCmhJ/D37CCzOIqAqsfLXTXYQW1QgQuJwZxc7RI2gxI/J98Dq OQW0JT5ue8gIspdZQE/i/kUtkDCzgDzQnW+ZJzAKzkLSMQuhahaSqgWMzKsYRVNLkwuKk9Jz DfWKE3OLS/PS9ZLzczcxQmLoyw7GxcesDjEKcDAq8fBG/D4bJsSaWFZcmXuIUYKDWUmEN63t XJgQb0piZVVqUX58UWlOavEhRmkOFiVx3rm73ocICaQnlqRmp6YWpBbBZJk4OKUaGMPOauqE 1zYlMT5umF9sqPrizaxE7+0R3aJ1NySu98mvOrFzq302l97DyRMdknofVou/Cd7v+Unvcner bleIi9Telzzi4p3cW+e91i22/n9437ZEr0DDjq9a3WKp4mzvrGfrWJ6eXPDpktFXXdvOO7fm THM/E+RvvbxUd3Os+7Eevo+frx6IV2Ipzkg01GIuKk4EALmAzhKdAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.02.2016 13:19, pankaj.dubey wrote: > Hi Krzysztof, > >>> >>> 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. >> > > Please let me know if I need to take care of any of this work. Yes, unfortunately I need your help with that. I rebased mach-exynos/drivers-soc related patches and pushed it to my next/soc branch: https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/log/?h=next/soc There are some changes in commits, mostly for movement of PMU driver (now it is applied first, before SROMc driver). I also applied some of the cleanup and maintainer patches from SROMc patchset. DT changes are already merged. Overall, could you rebase remaining patches on top of my next/soc and move SROM driver to drivers/memory? You can also rebase Pavel Fedin's patches (if you don't I will rebase them). Last version of applied SROMc patches is here: https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/log/?h=for-v4.6/drivers-soc-exynos-srom-pmu Best regards, Krzysztof