From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752860AbbLQFOt (ORCPT ); Thu, 17 Dec 2015 00:14:49 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:41765 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448AbbLQFOr (ORCPT ); Thu, 17 Dec 2015 00:14:47 -0500 X-AuditID: cbfec7f4-f79026d00000418a-dc-567244c4cdcc Subject: Re: [RESEND PATCH v5 0/8] Add support for Exynos SROM Controller driver To: Pankaj Dubey , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <1449906242-20843-1-git-send-email-pankaj.dubey@samsung.com> Cc: kgene.kim@samsung.com, thomas.ab@samsung.com, p.fedin@samsung.com, andi.shyti@samsung.com From: Krzysztof Kozlowski Message-id: <567244C4.8080708@samsung.com> Date: Thu, 17 Dec 2015 14:14:44 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: <1449906242-20843-1-git-send-email-pankaj.dubey@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrKLMWRmVeSWpSXmKPExsVy+t/xq7pHXIrCDP78FLLYfuQZq8XrF4YW vQuusllsenyN1eLyrjlsFjPO72OyeHVpFZvFoq1f2C06ljE6cHpsXlLv0bdlFaPH501yAcxR XDYpqTmZZalF+nYJXBn3nv9nK/gtWNG05R5LA+Npvi5GTg4JAROJz7ffskDYYhIX7q1n62Lk 4hASWMoocenfIbCEkMBTRonuFcldjBwcwgIBElf+GoDUiAhMYZS42LOMEaLGQ2LPxU4wm1kg XmLfy9lMIDabgLHE5uVL2EBsXgEtiVu/VzOD2CwCqhKX78xkB5kpKhAhsWhHJkSJoMSPyffA 1nIKeErc2tHJAlLCLKAncf+iFsR0eYnNa94yT2AUmIWkYxZC1SwkVQsYmVcxiqaWJhcUJ6Xn GuoVJ+YWl+al6yXn525ihAT2lx2Mi49ZHWIU4GBU4uEV2FcYJsSaWFZcmXuIUYKDWUmE9/se oBBvSmJlVWpRfnxRaU5q8SFGaQ4WJXHeubvehwgJpCeWpGanphakFsFkmTg4pRoYq6t2vNfP sg5arRD2+5j2xamLn7xaleZ3yG/N4mqGy4KHc694syZ7CMZVvFq8VPejubBOuPIRTg2bU9K7 PZqfKaV62jY+NXk2NfnbOW1Bv3kLPKbtm+V7UDtz/YJ0RQNJtlLzB9f7Vj+J/R6W9+vU6f9/ 1hzUDnCrzC3jX7Ly0d7a0PxTTzxNlFiKMxINtZiLihMBwi5W7mgCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12.12.2015 16:43, Pankaj Dubey wrote: > THIS IS A RESEND OF ONCE MERGED INTO kgene/for-next AND LOST PATCHES > > Series v5 got merged in kgene/for-next but due to last moment change before pull > these patches were not accepted during 4.3 merge window.After that kgene/for-next > got rebased over 4.4-rc1 these patches got dropped into another branch and till > date not included to for-next. > > Since then due to minor change in "drivers/soc/", patches are not getting applied > cleanly so rebasing on current for-next and resending all these with fix in memory > mapping included. > > > This patch set adds support for Exynos SROM controller DT based driver. > Currently SROM register sets are used only during S2R, so driver > basically added for taking care of S2R. It will help us in removing > static mapping from exynos.c and other extra code handline during S2R. > > This patch set also updated exynos4 and exynos5 dtsi files for with device > node for srom, and added binding documentation for the same. > > First two patches are some minor cleanup in mach-exynos. > > Patchset v1 was posted here[1] > [1]: https://lkml.org/lkml/2015/4/29/98 > Patchset v2 was posted here[2] > [2]: https://lkml.org/lkml/2015/8/24/125 > Patchset v3 was posted here[3] > [3]: https://lkml.org/lkml/2015/10/13/392 > Patchset v3 was posted here[4] > [4]: https://lkml.org/lkml/2015/10/19/278 > > This patchset, I have tested on Peach-Pi (Exynos5880) based chromebook for boot > and S2R functionality. Let me share the plan/status: 1. Currently Kukjin Kim is on out of office (he told me he will be back on Christmas). 2. I asked arm-soc people to pull my requests. 3. I applied this patchset to my branch: next/stuff-late-not-split-per-branch https://git.kernel.org/cgit/linux/kernel/git/krzk/linux.git/log/?h=next/stuff-late-not-split-per-branch 4. This branch is not pushed to linux-next. I will sort it out if my previous pull requests get in. I will be out of office for Christmas so depending on the timing of arm-soc/Christmas/Kukjin this may or may not go into v4.5 (yay...). 5. If it does not get into v4.5, I will rebase it and proceed further for v4.6. If you have any questions, please let me know. Best regards, Krzysztof