linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ov5647 driver improvement
@ 2020-04-13  9:17 Roman Kovalivskyi
       [not found] ` <cover.1586759968.git.roman.kovalivskyi@globallogic.com>
  0 siblings, 1 reply; 10+ messages in thread
From: Roman Kovalivskyi @ 2020-04-13  9:17 UTC (permalink / raw)
  To: linux-kernel, linux-media, linux-renesas-soc
  Cc: Luis Oliveira, Niklas Söderlund, Jacopo Mondi,
	Michael Rodin, Mauro Carvalho Chehab, Sakari Ailus,
	Hugues Fruchet, Maxime Ripard, Adam Ford, Todor Tomov,
	Suresh Udipi, Andrew Gabbasov, Eugeniu Rosca, Dave Stevenson,
	Roman Kovalivskyi

Driver for ov5647 camera sensor lacks some important functionality, such
as ability to query device format and resolution or operations with
power down mode. Patches from Raspberry kernel source tree[1] fixes
those issues and improves quality of mentioned driver.

[1] - https://github.com/raspberrypi/linux

Dave Stevenson (4):
  media: ov5647: Add set_fmt and get_fmt calls.
  media: ov5647: Add support for PWDN GPIO.
  media: ov5647: Add support for non-continuous clock mode
  media: ov5647: Use gpiod_set_value_cansleep

 drivers/media/i2c/ov5647.c | 67 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 64 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-04-23  7:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  9:17 [PATCH 0/4] ov5647 driver improvement Roman Kovalivskyi
     [not found] ` <cover.1586759968.git.roman.kovalivskyi@globallogic.com>
2020-04-13  9:17   ` [PATCH 1/4] media: ov5647: Add set_fmt and get_fmt calls Roman Kovalivskyi
2020-04-15 12:11     ` Jacopo Mondi
2020-04-13  9:17   ` [PATCH 2/4] media: ov5647: Add support for PWDN GPIO Roman Kovalivskyi
2020-04-15 12:38     ` Jacopo Mondi
2020-04-13  9:17   ` [PATCH 3/4] media: ov5647: Add support for non-continuous clock mode Roman Kovalivskyi
2020-04-15 13:17     ` Jacopo Mondi
2020-04-23  7:47     ` Sakari Ailus
2020-04-13  9:17   ` [PATCH 4/4] media: ov5647: Use gpiod_set_value_cansleep Roman Kovalivskyi
2020-04-23  7:55     ` Sakari Ailus

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