public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/3] saa7115: Implement i2c_board_info.platform_data
@ 2013-05-29 20:41 Jon Arne Jørgensen
  2013-05-29 20:41 ` [RFC 1/3] saa7115: Set saa7113 init to values from datasheet Jon Arne Jørgensen
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Jon Arne Jørgensen @ 2013-05-29 20:41 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.

The first patch in the series sets the saa7113 init table to the defaults
according to the datasheet. Maybe it's better to add a new initialization
table for the gm7113c chip to avoid breaking devices that depend on the
settings as they are now?
That would introduce some unneeded code duplication.

Jon Arne Jørgensen (3):
  saa7115: Set saa7113 init to values from datasheet
  saa7115: [gm7113c] Remove unneeded register change
  saa7115: Implement i2c_board_info.platform data

 drivers/media/i2c/saa7115.c |  91 ++++++++++++++++++++++++------------
 include/media/saa7115.h     | 109 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 170 insertions(+), 30 deletions(-)

-- 
1.8.2.3


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

end of thread, other threads:[~2013-05-31 14:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 20:41 [RFC 0/3] saa7115: Implement i2c_board_info.platform_data Jon Arne Jørgensen
2013-05-29 20:41 ` [RFC 1/3] saa7115: Set saa7113 init to values from datasheet Jon Arne Jørgensen
2013-05-30  0:35   ` Mauro Carvalho Chehab
2013-05-30  2:19     ` Andy Walls
2013-05-30  5:21       ` Jon Arne Jørgensen
2013-05-30  5:33         ` Timo Teras
2013-05-30 19:00           ` Jon Arne Jørgensen
2013-05-31 13:08             ` Mauro Carvalho Chehab
2013-05-31 14:08               ` Timo Teras
2013-05-31 14:14               ` Jon Arne Jørgensen
2013-05-29 20:41 ` [RFC 2/3] saa7115: Remove unneeded register change for gm7113c Jon Arne Jørgensen
2013-05-29 20:41 ` [RFC 3/3] saa7115: Implement i2c_board_info.platform data Jon Arne Jørgensen
2013-05-29 20:49   ` Jon Arne Jørgensen
2013-05-30  0:42   ` Mauro Carvalho Chehab
2013-05-29 20:48 ` [RFC 0/3] saa7115: Implement i2c_board_info.platform_data 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