linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: linux-kernel@vger.kernel.org
Cc: "Harald Welte" <laforge@gnumonks.org>,
	linux-fbdev@vger.kernel.org, JosephChan@via.com.tw,
	ScottFang@viatech.com.cn,
	"Bruno Prémont" <bonbons@linux-vserver.org>,
	"Florian Tobias Schandinat" <FlorianSchandinat@gmx.de>,
	linux-media@vger.kernel.org
Subject: [RFC] Third OLPC viafb patch series (camera driver)
Date: Wed, 05 May 2010 22:34:39 +0000	[thread overview]
Message-ID: <1273098884-21848-1-git-send-email-corbet@lwn.net> (raw)

This is, perhaps, the last set of viafb patches I'll send around before the
merge window.  This series completes the task of adding the via-camera
driver - in the correct spot, this time.  To that end, it has to reorganize
the viafb header files a bit.

V4L2 folks: only the final patch in this series really needs your
attention.  Note that it has no hope of appying or working without a long
series of predecessor patches; the full set, prior to this series, is
currently in linux-next.  If the driver is acceptable to you, I'd prefer to
merge it through my viafb tree to be sure all the prerequisites land in
mainline at the right time.

As usual, this series can be found at:

	git://git.lwn.net/linux-2.6.git viafb-posted

The camera driver has been cleaned up a bit since the last time around.
But the main thing I had to do was to make some of the header files
globally visible so I could put the camera driver with the rest of the V4L2
crowd.  This will also let us move the core, i2c, and gpio drivers to
drivers/mfd, should we want to in the future.

There shouldn't be any functionality changes beyond the new driver.

Comments?

Thanks,

jon

Jonathan Corbet (5):
      viafb: fold via_io.h into via-core.h
      viafb: get rid of i2c debug cruft
      viafb: Eliminate some global.h references
      viafb: move some include files to include/linux
      Add the viafb video capture driver

 b/drivers/media/video/Kconfig         |   10 
 b/drivers/media/video/Makefile        |    2 
 b/drivers/media/video/via-camera.c    | 1368 ++++++++++++++++++++++++++++++++++
 b/drivers/media/video/via-camera.h    |   93 ++
 b/drivers/video/via/accel.c           |    4 
 b/drivers/video/via/dvi.c             |    4 
 b/drivers/video/via/hw.c              |    3 
 b/drivers/video/via/hw.h              |    1 
 b/drivers/video/via/lcd.c             |    4 
 b/drivers/video/via/share.h           |   11 
 b/drivers/video/via/via-core.c        |   22 
 b/drivers/video/via/via-gpio.c        |    5 
 b/drivers/video/via/via_i2c.c         |   14 
 b/drivers/video/via/via_modesetting.c |    2 
 b/drivers/video/via/via_utility.c     |    1 
 b/drivers/video/via/viafbdev.c        |    4 
 b/drivers/video/via/viamode.c         |    1 
 b/drivers/video/via/vt1636.c          |    4 
 b/include/linux/via-core.h            |  221 +++++
 b/include/linux/via-gpio.h            |   14 
 b/include/linux/via_i2c.h             |   42 +
 b/include/media/v4l2-chip-ident.h     |    4 
 drivers/video/via/via-core.h          |  173 ----
 drivers/video/via/via-gpio.h          |   14 
 drivers/video/via/via_i2c.h           |   42 -
 drivers/video/via/via_io.h            |   67 -
 26 files changed, 1798 insertions(+), 332 deletions(-)



             reply	other threads:[~2010-05-05 22:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-05 22:34 Jonathan Corbet [this message]
2010-05-05 22:34 ` [PATCH 1/5] viafb: fold via_io.h into via-core.h Jonathan Corbet
2010-05-05 22:34 ` [PATCH 2/5] viafb: get rid of i2c debug cruft Jonathan Corbet
2010-05-05 22:34 ` [PATCH 3/5] viafb: Eliminate some global.h references Jonathan Corbet
2010-05-05 22:34 ` [PATCH 4/5] viafb: move some include files to include/linux Jonathan Corbet
2010-05-05 22:34 ` [PATCH 5/5] Add the viafb video capture driver Jonathan Corbet
2010-05-23 12:51   ` Mauro Carvalho Chehab
2010-05-24 23:22     ` Jonathan Corbet
2010-05-25  1:02       ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1273098884-21848-1-git-send-email-corbet@lwn.net \
    --to=corbet@lwn.net \
    --cc=FlorianSchandinat@gmx.de \
    --cc=JosephChan@via.com.tw \
    --cc=ScottFang@viatech.com.cn \
    --cc=bonbons@linux-vserver.org \
    --cc=laforge@gnumonks.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).