linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 0/2] saa7115: Implement i2c_board_info.platform_data
@ 2013-05-31 11:40 Jon Arne Jørgensen
  2013-05-31 11:40 ` [RFC v2 1/2] " Jon Arne Jørgensen
  2013-05-31 11:40 ` [RFC v2 2/2] saa7115: Remove gm7113c video_std register change Jon Arne Jørgensen
  0 siblings, 2 replies; 9+ messages in thread
From: Jon Arne Jørgensen @ 2013-05-31 11:40 UTC (permalink / raw)
  To: linux-media
  Cc: linux-kernel, mchehab, hans.verkuil, prabhakar.csengg,
	g.liakhovetski, ezequiel.garcia, timo.teras

This patch set adds handling of the i2c_board_info struct to the saa7115 driver.
The main goal of this patch is to give the different devices with the gm7113c
chip an opportunity to configure the chip to their needs.

I've only implemented the overrides I know are necessary to get the stk1160
and the smi2021 drivers to work.

This is the second version of this patch series.
The first version of the RFC can be found here:
https://lkml.org/lkml/2013/5/29/558

In this version I've added a new init table for saa7113 chips.
This new table is only used by drivers that set the i2c_board_info.platform data.
I've also tried to give the different overrides some less obscure names.

Jon Arne Jørgensen (2):
  saa7115: Implement i2c_board_info.platform_data
  saa7115: Remove gm7113c video_std register change

 drivers/media/i2c/saa7115.c      | 127 ++++++++++++++++++++++++++++++---------
 drivers/media/i2c/saa711x_regs.h |   8 +++
 include/media/saa7115.h          |  39 ++++++++++++
 3 files changed, 145 insertions(+), 29 deletions(-)

-- 
1.8.2.3


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

end of thread, other threads:[~2013-06-09 20:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31 11:40 [RFC v2 0/2] saa7115: Implement i2c_board_info.platform_data Jon Arne Jørgensen
2013-05-31 11:40 ` [RFC v2 1/2] " Jon Arne Jørgensen
2013-06-07  9:12   ` Hans Verkuil
2013-06-08 17:29     ` Jon Arne Jørgensen
2013-06-09  9:36       ` Hans Verkuil
2013-06-09 20:20         ` Jon Arne Jørgensen
2013-05-31 11:40 ` [RFC v2 2/2] saa7115: Remove gm7113c video_std register change Jon Arne Jørgensen
2013-06-07  9:01   ` Hans Verkuil
2013-06-08 17:13     ` Jon Arne Jørgensen

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