linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC] gpio controlled clock
@ 2013-11-01 14:01 Jyri Sarha
  2013-11-01 14:01 ` [PATCH RFC] clk: add " Jyri Sarha
  2013-11-08 14:26 ` [PATCH v3 " Jyri Sarha
  0 siblings, 2 replies; 7+ messages in thread
From: Jyri Sarha @ 2013-11-01 14:01 UTC (permalink / raw)
  To: linux-arm-kernel

The patch implements a basic clock that can be enabled and disabled
trough a gpio output. There is such a clock at least on
Beaglebone-Black and I need such a clock to implement HDMI audio
support for the board. I just thought this simple driver could be
useful for wider audience.

Best regards,
Jyri

Jyri Sarha (1):
  clk: add gpio controlled clock

 .../devicetree/bindings/clock/gpio-clock.txt       |   21 +++
 drivers/clk/Makefile                               |    1 +
 drivers/clk/clk-gpio.c                             |  154 ++++++++++++++++++++
 include/linux/clk-provider.h                       |   25 ++++
 4 files changed, 201 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/gpio-clock.txt
 create mode 100644 drivers/clk/clk-gpio.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-11-08 14:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 14:01 [PATCH RFC] gpio controlled clock Jyri Sarha
2013-11-01 14:01 ` [PATCH RFC] clk: add " Jyri Sarha
2013-11-04  7:42   ` Lothar Waßmann
2013-11-04  8:17     ` Sarha, Jyri
2013-11-04  8:21       ` Lothar Waßmann
2013-11-05  8:07     ` [PATCH v2 " Jyri Sarha
2013-11-08 14:26 ` [PATCH v3 " Jyri Sarha

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).