linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Third OLPC viafb patch series (camera driver)
@ 2010-05-05 22:34 Jonathan Corbet
  2010-05-05 22:34 ` [PATCH 1/5] viafb: fold via_io.h into via-core.h Jonathan Corbet
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jonathan Corbet @ 2010-05-05 22:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Harald Welte, linux-fbdev, JosephChan, ScottFang,
	Bruno Prémont, Florian Tobias Schandinat, linux-media

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



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

end of thread, other threads:[~2010-05-25  1:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-05 22:34 [RFC] Third OLPC viafb patch series (camera driver) Jonathan Corbet
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

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