All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 00/12] TC358743 async subdev and dt support
@ 2015-03-30 11:10 Philipp Zabel
  2015-03-30 11:10 ` [RFC 01/12] [media] Driver for Toshiba TC358743 CSI-2 to HDMI bridge Philipp Zabel
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: Philipp Zabel @ 2015-03-30 11:10 UTC (permalink / raw)
  To: Mats Randgaard; +Cc: Hans Verkuil, linux-media, kernel, Philipp Zabel

Hi Mats,

did you have time to work on the TC358743 driver some more in the meanwhile?
These are the changes I have made locally to v1 to get it to work on i.MX6.

regards
Philipp

Mats Randgaard (1):
  [media] Driver for Toshiba TC358743 CSI-2 to HDMI bridge

Philipp Zabel (11):
  [media] tc358743: register v4l2 asynchronous subdevice
  [media] tc358743: support probe from device tree
  [media] tc358743: fix set_pll to enable PLL with default frequency
  [media] tc358743: fix lane number calculation to include blanking
  [media] tc358743: split set_csi into set_csi and start_csi
  [media] tc358743: also set TCLK_TRAILCNT and TCLK_POSTCNT
  [media] tc358743: parse MIPI CSI-2 endpoint, support noncontinuous
    clock
  [media] tc358743: add direct interrupt handling
  [media] tc358743: detect chip by ChipID instead of IntMask
  [media] tc358743: don't return E2BIG from G_EDID
  [media] tc358743: allow event subscription

 MAINTAINERS                        |    6 +
 drivers/media/i2c/Kconfig          |   12 +
 drivers/media/i2c/Makefile         |    1 +
 drivers/media/i2c/tc358743.c       | 1979 ++++++++++++++++++++++++++++++++++++
 drivers/media/i2c/tc358743_regs.h  |  670 ++++++++++++
 include/media/tc358743.h           |   89 ++
 include/uapi/linux/v4l2-controls.h |    4 +
 7 files changed, 2761 insertions(+)
 create mode 100644 drivers/media/i2c/tc358743.c
 create mode 100644 drivers/media/i2c/tc358743_regs.h
 create mode 100644 include/media/tc358743.h

-- 
2.1.4


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

end of thread, other threads:[~2015-05-04 14:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 11:10 [RFC 00/12] TC358743 async subdev and dt support Philipp Zabel
2015-03-30 11:10 ` [RFC 01/12] [media] Driver for Toshiba TC358743 CSI-2 to HDMI bridge Philipp Zabel
2015-03-30 11:10 ` [RFC 02/12] [media] tc358743: register v4l2 asynchronous subdevice Philipp Zabel
2015-05-04 14:09   ` Mats Randgaard (matrandg)
2015-03-30 11:10 ` [RFC 03/12] [media] tc358743: support probe from device tree Philipp Zabel
2015-05-04 14:09   ` Mats Randgaard (matrandg)
2015-03-30 11:10 ` [RFC 04/12] [media] tc358743: fix set_pll to enable PLL with default frequency Philipp Zabel
     [not found]   ` <55477DAE.5040408@cisco.com>
2015-05-04 14:13     ` Mats Randgaard (matrandg)
2015-03-30 11:10 ` [RFC 05/12] [media] tc358743: fix lane number calculation to include blanking Philipp Zabel
2015-05-04 14:09   ` Mats Randgaard (matrandg)
2015-03-30 11:10 ` [RFC 06/12] [media] tc358743: split set_csi into set_csi and start_csi Philipp Zabel
2015-03-30 11:10 ` [RFC 07/12] [media] tc358743: also set TCLK_TRAILCNT and TCLK_POSTCNT Philipp Zabel
2015-03-30 11:10 ` [RFC 08/12] [media] tc358743: parse MIPI CSI-2 endpoint, support noncontinuous clock Philipp Zabel
2015-03-30 11:10 ` [RFC 09/12] [media] tc358743: add direct interrupt handling Philipp Zabel
2015-03-30 11:10 ` [RFC 10/12] [media] tc358743: detect chip by ChipID instead of IntMask Philipp Zabel
2015-05-04 14:09   ` Mats Randgaard (matrandg)
2015-03-30 11:10 ` [RFC 11/12] [media] tc358743: don't return E2BIG from G_EDID Philipp Zabel
2015-03-30 11:10 ` [RFC 12/12] [media] tc358743: allow event subscription Philipp Zabel
2015-04-08 11:40 ` [RFC 00/12] TC358743 async subdev and dt support Mats Randgaard (matrandg)
     [not found] ` <55477D9C.7050006@cisco.com>
2015-05-04 14:12   ` Mats Randgaard (matrandg)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.