devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] media: radio-si470x-i2c: Add device tree and reset gpio support
@ 2018-12-05 15:47 Paweł Chmiel
  2018-12-05 15:47 ` [PATCH 1/5] si470x-i2c: Add device tree support Paweł Chmiel
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Paweł Chmiel @ 2018-12-05 15:47 UTC (permalink / raw)
  To: mchehab, robh+dt, mark.rutland
  Cc: hverkuil, fischerdouglasc, keescook, linux-media, linux-kernel,
	devicetree, Paweł Chmiel

This patchset adds support for device tree and reset-gpios
to si470x i2c radio driver.

First two patches adds and documents device tree support.
Third patch simplifies code by using managed resource helpers.
Last two patches adds and documents new optional reset gpios support.

It was tested on Samsung Galaxy S (i9000) phone.

Paweł Chmiel (5):
  si470x-i2c: Add device tree support
  media: dt-bindings: Add binding for si470x radio
  si470x-i2c: Use managed resource helpers
  si470x-i2c: Add optional reset-gpio support
  media: dt-bindings: si470x: Document new reset-gpios property

 .../devicetree/bindings/media/si470x.txt      | 26 ++++++++++
 drivers/media/radio/si470x/radio-si470x-i2c.c | 52 ++++++++++++-------
 drivers/media/radio/si470x/radio-si470x.h     |  1 +
 3 files changed, 61 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/si470x.txt

-- 
2.17.1

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

end of thread, other threads:[~2018-12-19 20:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-05 15:47 [PATCH 0/5] media: radio-si470x-i2c: Add device tree and reset gpio support Paweł Chmiel
2018-12-05 15:47 ` [PATCH 1/5] si470x-i2c: Add device tree support Paweł Chmiel
2018-12-05 15:47 ` [PATCH 2/5] media: dt-bindings: Add binding for si470x radio Paweł Chmiel
2018-12-07 11:33   ` Hans Verkuil
2018-12-07 11:43     ` Paweł Chmiel
2018-12-05 15:47 ` [PATCH 3/5] si470x-i2c: Use managed resource helpers Paweł Chmiel
2018-12-05 15:47 ` [PATCH 4/5] si470x-i2c: Add optional reset-gpio support Paweł Chmiel
2018-12-05 15:47 ` [PATCH 5/5] media: dt-bindings: si470x: Document new reset-gpios property Paweł Chmiel
2018-12-19 20:37   ` Rob Herring

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