public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v3.9] Move cx2341x from media/i2c to media/common
@ 2013-01-29  8:56 Hans Verkuil
  2013-02-05 18:49 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2013-01-29  8:56 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

The cx2341x module is a helper module for conexant-based MPEG encoders.
It isn't an i2c module at all, instead it should be in common since it is
used by 7 pci and usb drivers to handle the MPEG setup.
    
It also shouldn't be visible in the config menu as it is always
selected automatically by those drivers that need it.

This pull request moves it to the right directory.

Regards,

	Hans

The following changes since commit a32f7d1ad3744914273c6907204c2ab3b5d496a0:

  Merge branch 'v4l_for_linus' into staging/for_v3.9 (2013-01-24 18:49:18 -0200)

are available in the git repository at:


  git://linuxtv.org/hverkuil/media_tree.git cx2341x

for you to fetch changes up to 15ee97480694257081933f3f78666de1c88eec5e:

  cx2341x: move from media/i2c to media/common (2013-01-29 09:47:49 +0100)

----------------------------------------------------------------
Hans Verkuil (1):
      cx2341x: move from media/i2c to media/common

 drivers/media/common/Kconfig                    |    1 +
 drivers/media/common/Makefile                   |    2 +-
 drivers/media/common/cx2341x/Kconfig            |    2 ++
 drivers/media/common/cx2341x/Makefile           |    1 +
 drivers/media/{i2c => common/cx2341x}/cx2341x.c |    0
 drivers/media/i2c/Kconfig                       |   14 --------------
 drivers/media/i2c/Makefile                      |    1 -
 7 files changed, 5 insertions(+), 16 deletions(-)
 create mode 100644 drivers/media/common/cx2341x/Kconfig
 create mode 100644 drivers/media/common/cx2341x/Makefile
 rename drivers/media/{i2c => common/cx2341x}/cx2341x.c (100%)

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

end of thread, other threads:[~2013-02-07 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29  8:56 [GIT PULL FOR v3.9] Move cx2341x from media/i2c to media/common Hans Verkuil
2013-02-05 18:49 ` Mauro Carvalho Chehab
2013-02-06  7:46   ` Hans Verkuil
2013-02-06  9:16     ` Mauro Carvalho Chehab
2013-02-06  9:41       ` Laurent Pinchart
2013-02-07 12:27         ` Sakari Ailus
2013-02-06  9:57       ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox