Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419021 > unrolled thread
| Started by | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| First post | 2016-06-10 07:00 +0200 |
| Last post | 2016-06-10 12:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag and Chanwoo Choi <cw00.choi@samsung.com> - 2016-06-10 07:00 +0200
Re: [PATCH 0/3] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag and Sylwester Nawrocki <s.nawrocki@samsung.com> - 2016-06-10 12:30 +0200
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Date | 2016-06-10 07:00 +0200 |
| Subject | [PATCH 0/3] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag and |
| Message-ID | <rImI1-8tA-5@gated-at.bofh.it> |
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 drivers/clk/samsung/clk-exynos5433.c | 47 +++++++++++++++++++++------------- include/dt-bindings/clock/exynos5433.h | 3 ++- 2 files changed, 31 insertions(+), 19 deletions(-) -- 1.9.1
[toc] | [next] | [standalone]
| From | Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|---|
| Date | 2016-06-10 12:30 +0200 |
| Subject | Re: [PATCH 0/3] clk: samsung: exynos5433: Add CLK_IGNORE_UNUSED flag and |
| Message-ID | <rIrRo-3lN-25@gated-at.bofh.it> |
| In reply to | #1419021 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web