devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] clk: max77686: Clock provider implementation fixes
@ 2013-12-12 16:07 Tomasz Figa
  2013-12-12 16:07 ` [PATCH v2 1/8] clk: max77686: Correct callback used for checking clock status Tomasz Figa
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Tomasz Figa @ 2013-12-12 16:07 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: devicetree, linux-samsung-soc, Samuel Ortiz, Mike Turquette,
	Lee Jones, Sachin Kamat, Kyungmin Park, Tomasz Figa

This series intends to improve clock provider impementation of max77686
PMIC driver. First two patches are simple fixes of current implementation
to allow correct control of provided clocks. Further patches refactor
the driver to make the code cleaner and prepare for further patches. Then
last two patches add registration of OF clock provider and adjust device
tree nodes of boards containing max77686 chip to contain properties
required by clock provider.

Tested on Exynos4412-based Trats2 board, with additional patches adding
driver being a consumer of one of max77686 clocks.

Changes since v1:
 - rebased on top of current clk-next (no functional changes)

Tomasz Figa (8):
  clk: max77686: Correct callback used for checking clock status
  clk: max77686: Provide .recalc_rate() operation
  clk: max77686: Refactor successful exit of probe function
  clk: max77686: Make max77686_clk_register() return struct clk *
  clk: max77686: Fix clean-up in error and remove paths
  clk: max77686: Refactor driver data handling
  clk: max77686: Register OF clock provider
  ARM: dts: Add clock provider specific properties to max77686 node

 .../devicetree/bindings/clock/maxim,max77686.txt   | 38 +++++++++
 Documentation/devicetree/bindings/mfd/max77686.txt |  3 +
 arch/arm/boot/dts/cros5250-common.dtsi             |  1 +
 arch/arm/boot/dts/exynos4412-odroidx.dts           |  1 +
 arch/arm/boot/dts/exynos4412-trats2.dts            |  1 +
 drivers/clk/clk-max77686.c                         | 97 +++++++++++++---------
 6 files changed, 104 insertions(+), 37 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/maxim,max77686.txt

-- 
1.8.4.3

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

end of thread, other threads:[~2014-01-08 22:03 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12 16:07 [PATCH v2 0/8] clk: max77686: Clock provider implementation fixes Tomasz Figa
2013-12-12 16:07 ` [PATCH v2 1/8] clk: max77686: Correct callback used for checking clock status Tomasz Figa
2013-12-12 16:07 ` [PATCH v2 2/8] clk: max77686: Provide .recalc_rate() operation Tomasz Figa
2013-12-12 16:07 ` [PATCH v2 3/8] clk: max77686: Refactor successful exit of probe function Tomasz Figa
2013-12-12 16:07 ` [PATCH v2 5/8] clk: max77686: Fix clean-up in error and remove paths Tomasz Figa
     [not found] ` <1386864441-19561-1-git-send-email-t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-12-12 16:07   ` [PATCH v2 4/8] clk: max77686: Make max77686_clk_register() return struct clk * Tomasz Figa
2013-12-12 16:07   ` [PATCH v2 6/8] clk: max77686: Refactor driver data handling Tomasz Figa
2013-12-12 16:07 ` [PATCH v2 7/8] clk: max77686: Register OF clock provider Tomasz Figa
2013-12-12 16:07 ` [PATCH v2 8/8] ARM: dts: Add clock provider specific properties to max77686 node Tomasz Figa
2013-12-30 17:41 ` [PATCH v2 0/8] clk: max77686: Clock provider implementation fixes Tomasz Figa
2013-12-31 19:42 ` Mike Turquette
2014-01-02 15:22   ` Tomasz Figa
2014-01-06 11:06     ` Lee Jones
2014-01-08 16:31     ` Mike Turquette
2014-01-08 16:44       ` Tomasz Figa
2014-01-08 17:01         ` Mike Turquette
2014-01-08 17:15         ` Lee Jones
2014-01-08 17:59           ` Mike Turquette
2014-01-08 18:04             ` Tomasz Figa
2014-01-08 21:54               ` Mike Turquette
2014-01-08 22:03                 ` Tomasz Figa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).