linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dt: i2c: Add support for bus clock
@ 2019-02-19 15:10 Gareth Williams
  2019-02-19 15:10 ` [PATCH v2 1/2] dt: snps,designware-i2c: Add clock bindings documentation Gareth Williams
  2019-02-19 15:10 ` [PATCH v2 2/2] i2c: designware: Add support for a bus clock Gareth Williams
  0 siblings, 2 replies; 5+ messages in thread
From: Gareth Williams @ 2019-02-19 15:10 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Alexandre Belloni, Wolfram Sang,
	Jarkko Nikula, Andy Shevchenko, Mika Westerberg
  Cc: Gareth Williams, devicetree, linux-i2c, linux-renesas-soc, linux-kernel

The Synopsys I2C Controller has a bus clock that some SoCs require to access
the registers. This series also details the new clock property in the bindings
documentation.

v2:
 - Use new devm_clk_get_optional() function as it simplifies handling when
   the optional clock is not present.

Phil Edworthy (2):
  dt: snps,designware-i2c: Add clock bindings documentation
  i2c: designware: Add support for a bus clock

 Documentation/devicetree/bindings/i2c/i2c-designware.txt |  9 +++++++++
 drivers/i2c/busses/i2c-designware-common.c               | 12 +++++++++++-
 drivers/i2c/busses/i2c-designware-core.h                 |  1 +
 drivers/i2c/busses/i2c-designware-platdrv.c              |  5 +++++
 4 files changed, 26 insertions(+), 1 deletion(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-02-19 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 15:10 [PATCH v2 0/2] dt: i2c: Add support for bus clock Gareth Williams
2019-02-19 15:10 ` [PATCH v2 1/2] dt: snps,designware-i2c: Add clock bindings documentation Gareth Williams
2019-02-19 20:23   ` Wolfram Sang
2019-02-19 15:10 ` [PATCH v2 2/2] i2c: designware: Add support for a bus clock Gareth Williams
2019-02-19 20:25   ` Wolfram Sang

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