From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754551AbbCLMVn (ORCPT ); Thu, 12 Mar 2015 08:21:43 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:24566 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754110AbbCLMVk (ORCPT ); Thu, 12 Mar 2015 08:21:40 -0400 X-AuditID: cbfec7f4-b7f126d000001e9a-12-55018440ff68 Message-id: <1426162896.17146.5.camel@AMDC1943> Subject: Re: [GIT PULL] Exynos fixes for v4.0 From: Krzysztof Kozlowski To: Kukjin Kim , s.nawrocki@samsung.com, a.hajda@samsung.com Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, "'Marek Szyprowski'" , "'Bartlomiej Zolnierkiewicz'" Date: Thu, 12 Mar 2015 13:21:36 +0100 In-reply-to: <021d01d05cb4$49599260$dc0cb720$@kernel.org> References: <1426083637.24734.14.camel@AMDC1943> <021d01d05cb4$49599260$dc0cb720$@kernel.org> Content-type: text/plain; charset=UTF-8 X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-version: 1.0 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrFLMWRmVeSWpSXmKPExsVy+t/xy7oOLYyhBvvOy1jcWneO1WLjjPWs Fv2PXzNbbHp8jdXi8q45bBYzzu9jslh75C67xeE37awOHB6bVnWyeWxeUu/Rt2UVo8fnTXIB LFFcNimpOZllqUX6dglcGQ8nfWMs+CRa0dBe2MD4Q6CLkZNDQsBEYv3UM8wQtpjEhXvr2boY uTiEBJYySlzs7WCBcD4zSnTPn87YxcjBwSugL/H5XzZIg7CArsT9u+vAmtkEjCU2L1/CBmKL CPhJfJt6mxGkl1ngCqPE/i8nWUASLAKqEi3PP4EVcQpYSrx59JoJZKaQQLzEkn0hIGFmAXWJ SfMWMYOEJQSUJRr73UDCvAKCEj8m32OBKJGX2LzmLfMERoFZSDpmISmbhaRsASPzKkbR1NLk guKk9FxDveLE3OLSvHS95PzcTYyQ8P6yg3HxMatDjAIcjEo8vBF9DKFCrIllxZW5hxglOJiV RHgfVTCGCvGmJFZWpRblxxeV5qQWH2Jk4uCUamBcorSwx5w1XnbS3N63ijnrLe/+WVKhaCc9 +eyBWol/1as5tt8QKvh9cUuw3SyjOal656W6qtcqZDLq7XmptkJ0Z7v4QlElZ//e7lOS92c+ 31G2rMlt2vanH55/fliwRnbv98ncl/L+LV95Wv6PfvPcklrWfap7o7+zc2WXdjhG7v9218d/ XouWEktxRqKhFnNRcSIAlagEck0CAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On czw, 2015-03-12 at 20:04 +0900, Kukjin Kim wrote: > Krzysztof Kozlowski wrote: > > > > Dear Kukjin, > > > Hi, > > > This groups important fixes for this v4.0-rc cycle. I hope you will find > > useful such grouping them in a pull request. > > > Thanks for your gentle reminder :-) > > > 1. Fix second suspend to RAM on Trats2 board. This has shown up > > after enabling L2 cache but actually the "use delayed reset > > assertion" is to be blamed. > > 2. Fix power domain issues with disp1 domain and HDMI (some of them) > > on Odroid XU3: > > - disp1 power domain can be turned off, > > - no more "imprecise external abort" faults. > > 3. Proper fix for build breakage of cpuidle on !SMP. This allows using > > Exynos cpuidle driver on UP. > > > > Best regards, > > Krzysztof > > > > ---------------------------------------------------------------- > > > > The following changes since commit 2d2c9a8d0a4f90e298315d2f4a282d8bd5d45e5c: > > > > ARM: dts: add display power domain for exynos5250 (2015-02-27 05:29:32 +0900) > > > > are available in the git repository at: > > > > git://git.linaro.org/people/marek.szyprowski/linux-srpol.git v4.0-rc1-exynos-fixes > > > > for you to fetch changes up to c1b57bce36a69f3972a1db433d3c8b34e0541e63: > > > > ARM: EXYNOS: cpuidle: Fix build breakage on !SMP (2015-03-11 13:02:08 +0100) > > > > ---------------------------------------------------------------- > > Andrzej Hajda (4): > > arm/exynos: add asynchronous bridge clock bindings > > arm/exynos/pm_domains: add support for async-bridge clocks > > ARM: dts: exynos5420: add async-bridge clocks to disp1 power domain > > ARM: dts: exynos5420: add async-bridge clocks to gsc power domain > > > When I checked the patches, I expected that we could get the review from clock > guys even we could do it though. And basically/usually the 'RFC' tagging means > it's not a patch can be upstreamed and will be posted after gathering some > comments so I didn't queue them in my tree. I'm still thinking like that... You are right that it was tagged RFC. However Javier looked at it and gave his reviewed-by/tested-by tags. Anyway maybe Sylwester (+cc) could look at them and share his comments? The patches are necessary now to fix power domain issues related to HDMI. > > > Bartlomiej Zolnierkiewicz (1): > > ARM: EXYNOS: cpuidle: Fix build breakage on !SMP > > > Yeah, we need to fix it up asap and I'll finish it by this weekend. Sorry for > the inconvenience. Thanks! > > > Krzysztof Kozlowski (1): > > ARM: EXYNOS: Fix failed second suspend on Exynos4 > > > I'll have a look at this with above. Great, thanks again! Best regards, Krzysztof