linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] Second OLPC Viafb series
@ 2010-04-23 21:28 Jonathan Corbet
  2010-04-23 21:28 ` [PATCH 01/13] viafb: Move core stuff into via-core.c Jonathan Corbet
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jonathan Corbet @ 2010-04-23 21:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Harald Welte, Deepak Saxena, linux-fbdev, JosephChan, ScottFang,
	Florian Tobias Schandinat

So this is the second series of viafb patches - the stuff that I was really
working toward since the beginning.  They depend on the previously-posted
first series.  What's added here is a big refactoring of the driver to
split its functions apart and the addition of code for GPIO, interrupt,
DMA, and camera management.

Florian, I incorporated your indexed port I/O patch, since it was an
obvious improvement and I was reworking that stuff anyway.

Note that the camera driver (the last in the series) is not yet ready for
submission; I add it here for completeness.

The full series of patches can be pulled from:

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

Some of this stuff is disruptive, and I only have one machine to test it
all on, so I'd really appreciate it if folks with other types of hardware
could try them out.

Florian Tobias Schandinat (1):
      viafb: package often used basic io functions

Jonathan Corbet (12):
      viafb: Move core stuff into via-core.c
      viafb: Separate global and fb-specific data
      viafb: add a driver for GPIO lines
      viafb: Convert GPIO and i2c to the new indexed port ops
      viafb: Turn GPIO and i2c into proper platform devices
      via: Do not attempt I/O on inactive I2C adapters
      viafb: Introduce viafb_find_i2c_adapter()
      via: Rationalize vt1636 detection
      viafb: Add a simple interrupt management infrastructure
      viafb: Add a simple VX855 DMA engine driver
      viafb: Reserve framebuffer memory for the upcoming camera driver
      viafb: Add a driver for the video capture engine

 drivers/video/Kconfig           |   12 
 drivers/video/via/Makefile      |    7 
 drivers/video/via/accel.c       |   30 
 drivers/video/via/dvi.c         |    6 
 drivers/video/via/global.c      |    2 
 drivers/video/via/global.h      |    1 
 drivers/video/via/hw.c          |  152 ----
 drivers/video/via/hw.h          |   12 
 drivers/video/via/lcd.c         |   12 
 drivers/video/via/via-camera.c  | 1399 ++++++++++++++++++++++++++++++++++++++++
 drivers/video/via/via-camera.h  |   93 ++
 drivers/video/via/via-core.c    |  641 ++++++++++++++++++
 drivers/video/via/via-core.h    |  173 ++++
 drivers/video/via/via-gpio.c    |  289 ++++++++
 drivers/video/via/via-gpio.h    |   12 
 drivers/video/via/via_i2c.c     |  159 +++-
 drivers/video/via/via_i2c.h     |   25 
 drivers/video/via/via_io.h      |   58 +
 drivers/video/via/viafbdev.c    |  101 --
 drivers/video/via/viafbdev.h    |    9 
 drivers/video/via/vt1636.c      |   22 
 include/media/v4l2-chip-ident.h |    4 
 22 files changed, 2881 insertions(+), 338 deletions(-)

Thanks,

jon



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

end of thread, other threads:[~2010-04-24 15:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 21:28 [RFC] Second OLPC Viafb series Jonathan Corbet
2010-04-23 21:28 ` [PATCH 01/13] viafb: Move core stuff into via-core.c Jonathan Corbet
2010-04-23 21:28 ` [PATCH 02/13] viafb: Separate global and fb-specific data Jonathan Corbet
2010-04-23 21:28 ` [PATCH 03/13] viafb: add a driver for GPIO lines Jonathan Corbet
2010-04-23 21:28 ` [PATCH 04/13] viafb: package often used basic io functions Jonathan Corbet
2010-04-23 21:28 ` [PATCH 05/13] viafb: Convert GPIO and i2c to the new indexed port ops Jonathan Corbet
2010-04-23 21:28 ` [PATCH 06/13] viafb: Turn GPIO and i2c into proper platform devices Jonathan Corbet
2010-04-23 21:28 ` [PATCH 07/13] via: Do not attempt I/O on inactive I2C adapters Jonathan Corbet
2010-04-23 21:28 ` [PATCH 08/13] viafb: Introduce viafb_find_i2c_adapter() Jonathan Corbet
2010-04-23 21:28 ` [PATCH 09/13] via: Rationalize vt1636 detection Jonathan Corbet
2010-04-23 21:28 ` [PATCH 10/13] viafb: Add a simple interrupt management infrastructure Jonathan Corbet
2010-04-23 21:28 ` [PATCH 11/13] viafb: Add a simple VX855 DMA engine driver Jonathan Corbet
2010-04-23 21:28 ` [PATCH 12/13] viafb: Reserve framebuffer memory for the upcoming camera driver Jonathan Corbet
2010-04-23 21:28 ` [PATCH 13/13] viafb: Add a driver for the video capture engine Jonathan Corbet
2010-04-24 15:07 ` [RFC] Second OLPC Viafb series Florian Tobias Schandinat

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