All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tc358743: minor driver fixes
@ 2017-06-02 12:18 Dave Stevenson
       [not found] ` <cover.1496398217.git.dave.stevenson@raspberrypi.org>
  2017-06-02 12:35 ` [PATCH 0/3] tc358743: minor driver fixes Hans Verkuil
  0 siblings, 2 replies; 10+ messages in thread
From: Dave Stevenson @ 2017-06-02 12:18 UTC (permalink / raw)
  To: Mats Randgaard, Mauro Carvalho Chehab, linux-media; +Cc: Dave Stevenson

These 3 patches for TC358743 came out of trying to use the
existing driver with a new Raspberry Pi CSI-2 receiver driver.

A couple of the subdevice API calls were not implemented or
otherwise gave odd results. Those are fixed.

The TC358743 interface board being used didn't have the IRQ
line wired up to the SoC. "interrupts" is listed as being
optional in the DT binding, but the driver didn't actually
function if it wasn't provided.

Dave Stevenson (3):
  [media] tc358743: Add enum_mbus_code
  [media] tc358743: Setup default mbus_fmt before registering
  [media] tc358743: Add support for platforms without IRQ line

 drivers/media/i2c/tc358743.c | 59 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 58 insertions(+), 1 deletion(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-06-02 15:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 12:18 [PATCH 0/3] tc358743: minor driver fixes Dave Stevenson
     [not found] ` <cover.1496398217.git.dave.stevenson@raspberrypi.org>
2017-06-02 12:18   ` [PATCH 1/3] [media] tc358743: Add enum_mbus_code Dave Stevenson
2017-06-02 12:18   ` [PATCH 2/3] [media] tc358743: Setup default mbus_fmt before registering Dave Stevenson
2017-06-02 12:18   ` [PATCH 3/3] [media] tc358743: Add support for platforms without IRQ line Dave Stevenson
2017-06-02 12:35 ` [PATCH 0/3] tc358743: minor driver fixes Hans Verkuil
2017-06-02 13:03   ` Dave Stevenson
2017-06-02 13:27     ` Hans Verkuil
2017-06-02 14:13       ` Philipp Zabel
2017-06-02 14:36         ` Dave Stevenson
2017-06-02 15:35           ` Philipp Zabel

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.