linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Renesas CEU: SH7724 ECOVEC + Aptina mt9t112
@ 2018-03-12 13:43 Jacopo Mondi
  2018-03-12 13:43 ` [PATCH v2 1/4] media: i2c: Copy mt9t112 soc_camera sensor driver Jacopo Mondi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jacopo Mondi @ 2018-03-12 13:43 UTC (permalink / raw)
  To: hverkuil, laurent.pinchart, sakari.ailus, mchehab
  Cc: Jacopo Mondi, linux-renesas-soc, linux-media, linux-sh,
	linux-kernel

Hello Hans,
   I have squashed in the two patches I sent on top of v1 in this series, one
fix for the build error you reported me, and reduced the patch count fixing the
style changes on the patch that removes the soc_camera dependencies.

No frame rate control, but now a TODO note makes clear that is expected
v4l2 compliance tool to report errors.

v1 -> v2:
- Fix soc_camera driver build error
- Add TODO note for missing frame rate control
- Reduce patch count

Jacopo Mondi (4):
  media: i2c: Copy mt9t112 soc_camera sensor driver
  media: i2c: mt9t112: Remove soc_camera dependencies
  arch: sh: ecovec: Use new renesas-ceu camera driver
  media: MAINTAINERS: Add entry for Aptina MT9T112

 MAINTAINERS                            |    7 +
 arch/sh/boards/mach-ecovec24/setup.c   |  338 +++++-----
 arch/sh/kernel/cpu/sh4a/clock-sh7724.c |    4 +-
 drivers/media/i2c/Kconfig              |   11 +
 drivers/media/i2c/Makefile             |    1 +
 drivers/media/i2c/mt9t112.c            | 1140 ++++++++++++++++++++++++++++++++
 drivers/media/i2c/soc_camera/mt9t112.c |    2 +-
 include/media/i2c/mt9t112.h            |   17 +-
 8 files changed, 1338 insertions(+), 182 deletions(-)
 create mode 100644 drivers/media/i2c/mt9t112.c

--
2.7.4


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

end of thread, other threads:[~2018-03-15 16:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-12 13:43 [PATCH v2 0/4] Renesas CEU: SH7724 ECOVEC + Aptina mt9t112 Jacopo Mondi
2018-03-12 13:43 ` [PATCH v2 1/4] media: i2c: Copy mt9t112 soc_camera sensor driver Jacopo Mondi
2018-03-15 11:35   ` Sakari Ailus
2018-03-15 14:38     ` jacopo mondi
2018-03-15 15:30       ` Hans Verkuil
2018-03-15 16:20         ` jacopo mondi
2018-03-12 13:43 ` [PATCH v2 2/4] media: i2c: mt9t112: Remove soc_camera dependencies Jacopo Mondi
2018-03-12 13:43 ` [PATCH v2 3/4] arch: sh: ecovec: Use new renesas-ceu camera driver Jacopo Mondi
2018-03-12 13:43 ` [PATCH v2 4/4] media: MAINTAINERS: Add entry for Aptina MT9T112 Jacopo Mondi

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