All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] clk: add device tree fixed-factor-clock binding support
@ 2013-04-12  9:58 ` Gregory CLEMENT
  0 siblings, 0 replies; 10+ messages in thread
From: Gregory CLEMENT @ 2013-04-12  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

[I resend it because I forgot to add the mainling lists!]

Since august this patch finally find a user:
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/tree/arch/arc/boot/dts/abilis_*.dtsi.
So I resusrected this patch with small changed suggested by Christian
Ruppert.

- Adding CLK_OF_DECLARE
- Using IS_ERR to test the clk value

Thanks,

Gregory CLEMENT (1):
  clk: add device tree fixed-factor-clock binding support

 .../bindings/clock/fixed-factor-clock.txt          |   24 +++++++++++++
 drivers/clk/clk-fixed-factor.c                     |   36 ++++++++++++++++++++
 include/linux/clk-provider.h                       |    2 ++
 3 files changed, 62 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/fixed-factor-clock.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2013-04-12 11:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12  9:58 [PATCH v2] clk: add device tree fixed-factor-clock binding support Gregory CLEMENT
2013-04-12  9:58 ` Gregory CLEMENT
2013-04-12  9:58 ` Gregory CLEMENT
2013-04-12  9:58   ` Gregory CLEMENT
2013-04-12 10:30   ` Christian Ruppert
2013-04-12 10:30     ` Christian Ruppert
2013-04-12 11:18     ` Gregory CLEMENT
2013-04-12 11:18       ` Gregory CLEMENT
2013-04-12 11:42       ` Christian Ruppert
2013-04-12 11:42         ` Christian Ruppert

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.