All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix Arndale Octa/Peach Pi boot on Audio subsystem clocks
@ 2014-11-26 14:24 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 40+ messages in thread
From: Krzysztof Kozlowski @ 2014-11-26 14:24 UTC (permalink / raw)
  To: Sylwester Nawrocki, Tomasz Figa, Mike Turquette, Kukjin Kim,
	linux-samsung-soc, linux-kernel, linux-arm-kernel, Thomas Abraham,
	Linus Walleij, linux-gpio, devicetree, Javier Martinez Canillas,
	Vivek Gautam, Kevin Hilman
  Cc: Russell King, Kyungmin Park, Marek Szyprowski,
	Bartlomiej Zolnierkiewicz, Krzysztof Kozlowski

Hi,

Changes since v1
================
1. clocks-audss: Reimplement own clock register functions instead
   changing clk API. Minor fixes. (after idea from Tomasz Figa)
2. Add new patches: fix for pinctrl and minor fixes in clk-audss.

Description
===========
This patchset tries to solve dependency between AudioSS components
(clocks and GPIO) and main clock controller on Exynos platform.

This solves boot failure of Peach Pi/Pit and Arndale Octa [1].

Any access to memory of audss block (like checking if clock is enabled
or configuring GPIO) will hang if main audss clock is gated.

Tested on Arndale Octa board.

[1] http://www.spinics.net/lists/linux-samsung-soc/msg39331.html

Best regards,
Krzysztof Kozlowski


Krzysztof Kozlowski (3):
  clk: samsung: Fix clock disable failure because domain being gated
  pinctrl: exynos: Fix GPIO setup failure because domain clock being
    gated
  ARM: dts: exynos5420: Add clock for audss pinctrl

 .../bindings/pinctrl/samsung-pinctrl.txt           |   6 +
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |   3 +
 drivers/clk/samsung/clk-exynos-audss.c             | 367 +++++++++++++++++++--
 drivers/pinctrl/samsung/pinctrl-samsung.c          | 110 +++++-
 drivers/pinctrl/samsung/pinctrl-samsung.h          |   2 +
 5 files changed, 446 insertions(+), 42 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2015-01-12 14:11 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 14:24 [PATCH v2 0/5] Fix Arndale Octa/Peach Pi boot on Audio subsystem clocks Krzysztof Kozlowski
2014-11-26 14:24 ` Krzysztof Kozlowski
2014-11-26 14:24 ` [PATCH v2 1/5] clk: samsung: Fix double add of syscore ops after driver rebind Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-12-03 12:10   ` Sylwester Nawrocki
2014-12-03 12:10     ` Sylwester Nawrocki
2014-11-26 14:24 ` [PATCH v2 2/5] clk: samsung: Fix clock disable failure because domain being gated Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-12-03 14:12   ` Sylwester Nawrocki
2014-12-03 14:12     ` Sylwester Nawrocki
2014-12-04  9:46     ` Krzysztof Kozlowski
2014-12-04  9:46       ` Krzysztof Kozlowski
2014-11-26 14:24 ` [PATCH v2 3/5] pinctrl: exynos: Fix GPIO setup failure because domain clock " Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-11-28 14:04   ` Linus Walleij
2014-11-28 14:04     ` Linus Walleij
2014-11-28 14:08     ` Krzysztof Kozlowski
2014-11-28 14:08       ` Krzysztof Kozlowski
2014-11-30 12:19       ` Tomasz Figa
2014-11-30 12:19         ` Tomasz Figa
2014-11-30 12:19         ` Tomasz Figa
2014-12-01  8:37         ` Krzysztof Kozlowski
2014-12-01  8:37           ` Krzysztof Kozlowski
2014-12-01  8:37           ` Krzysztof Kozlowski
2014-12-01 14:34           ` Tomasz Figa
2014-12-01 14:34             ` Tomasz Figa
     [not found]             ` <CA+Ln22H_a9CWxrYO_i9Esm6keXA8XLLYmE1Vg-8ynamJ1sAwpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-01 14:52               ` Krzysztof Kozlowski
2014-12-01 14:52                 ` Krzysztof Kozlowski
2014-12-01 14:52                 ` Krzysztof Kozlowski
2015-01-12 14:11             ` Krzysztof Kozlowski
2015-01-12 14:11               ` Krzysztof Kozlowski
2014-11-26 14:24 ` [PATCH v2 4/5] ARM: dts: exynos5420: Add clock for audss pinctrl Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-11-26 14:24 ` [PATCH v2 5/5] clk: samsung: Fix memory leak of clock gate/divider/mux structures Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-11-26 14:24   ` Krzysztof Kozlowski
2014-11-26 16:31 ` [PATCH v2 0/5] Fix Arndale Octa/Peach Pi boot on Audio subsystem clocks Javier Martinez Canillas
2014-11-26 16:31   ` Javier Martinez Canillas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.