From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932299AbcFJK3l (ORCPT ); Fri, 10 Jun 2016 06:29:41 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:44855 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751630AbcFJK3j (ORCPT ); Fri, 10 Jun 2016 06:29:39 -0400 X-AuditID: cbfec7f5-f792a6d000001302-81-575a968fef53 Subject: Re: [PATCH 0/3] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag and To: Chanwoo Choi References: <1465534592-18860-1-git-send-email-cw00.choi@samsung.com> Cc: tomasz.figa@gmail.com, mturquette@baylibre.com, sboyd@codeaurora.org, kgene@kernel.org, k.kozlowski@samsung.com, jh80.chung@samsung.com, jonghwa3.lee@samsung.com, beomho.seo@samsung.com, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Sylwester Nawrocki Message-id: <575A967B.9080209@samsung.com> Date: Fri, 10 Jun 2016 12:29:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-version: 1.0 In-reply-to: <1465534592-18860-1-git-send-email-cw00.choi@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrPLMWRmVeSWpSXmKPExsVy+t/xq7r906LCDe53Klqc/rSN3eL6l+es Fjd+tbFadJ59wmzx+oWhRf/j18wWmx5fY7X42HOP1eLyrjlsFjPO72OyuHjK1eLHmW4Wi1W7 /jA68Hq8v9HK7nG5r5fJY+esu+wem1Z1snlsXlLv0bdlFaPH501yAexRXDYpqTmZZalF+nYJ XBm7L/UxFvxkq5iyqY+xgfEMaxcjJ4eEgInEj8s7GCFsMYkL99azdTFycQgJLGWU+P5pKpTz nFHi+p6bLF2MHBzCAsESyy+HgzSICGhIzPx7BaxZSMBV4kfDF7B6ZoHjTBKvT68D28AmYCjR e7QPrIhXQEvi+87pzCA2i4CqxKelJ8BqRAUiJJ7MPQlVIyjxY/I9FhCbU8BNYtHfX2wge5kF 9CTuX9QCCTMLyEtsXvOWeQKjwCwkHbMQqmYhqVrAyLyKUTS1NLmgOCk910ivODG3uDQvXS85 P3cTIyRavu5gXHrM6hCjAAejEg9vxK7IcCHWxLLiytxDjBIczEoivO8mRYUL8aYkVlalFuXH F5XmpBYfYpTmYFES5525632IkEB6YklqdmpqQWoRTJaJg1OqgdH774Y27tZF0+tkJHveu6+X VWlRU1t51y1jnaXfSy4NGU92K6ELys35zIULJx1POZxdttZFypfN5ST/Hbke0ccGa3ICd977 cXTFzbDMdbKzIm78e6f8kOdg1Z6G48m3l/z4/W/e5MRJMzN+3O7zu3Ew+3fg/yIfoQexG2fz lMhsv5sb1/tdj0uJpTgj0VCLuag4EQCyRXGHkgIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/10/2016 06:56 AM, Chanwoo Choi wrote: > This patch-set add the CLK_IGNORE_UNUSED flag to the specific clocks because > the specific clocks should remain the enable state. This patch-set support the > PCIE (PCI Express), serial3(AUD Uart) device and fix the hang issue for > suspend-to-ram. > > Beomho Seo (1): > clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag for AUD Uart > > Jaehoon Chung (1): > clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to PCIE device > > Jonghwa Lee (1): > clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to clocks occurring hang at sleep I applied these patches, after slightly editing the descriptions. I also tested with the audio subsystem patches on top of 4.7-rc1 tree and with AUD UART enabled. Everything seems to be working fine, there was no any "external abort" exceptions. -- Thanks, Sylwester From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Fri, 10 Jun 2016 12:29:15 +0200 Subject: [PATCH 0/3] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag and In-Reply-To: <1465534592-18860-1-git-send-email-cw00.choi@samsung.com> References: <1465534592-18860-1-git-send-email-cw00.choi@samsung.com> Message-ID: <575A967B.9080209@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/10/2016 06:56 AM, Chanwoo Choi wrote: > This patch-set add the CLK_IGNORE_UNUSED flag to the specific clocks because > the specific clocks should remain the enable state. This patch-set support the > PCIE (PCI Express), serial3(AUD Uart) device and fix the hang issue for > suspend-to-ram. > > Beomho Seo (1): > clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag for AUD Uart > > Jaehoon Chung (1): > clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to PCIE device > > Jonghwa Lee (1): > clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag to clocks occurring hang at sleep I applied these patches, after slightly editing the descriptions. I also tested with the audio subsystem patches on top of 4.7-rc1 tree and with AUD UART enabled. Everything seems to be working fine, there was no any "external abort" exceptions. -- Thanks, Sylwester