[PATCH 19/30] viafb: Introduce viafb_find_i2c_adapter()
The camera driver will need this to look up a specific adapter. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/via_i2c.c | 13 +++++++++++++ drivers/video/via/via_i2c.h | 1 + 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/video/via/via_i2c.c b/drivers/vide... 28 Apr 2010 18:36
[PATCH 20/30] via: Rationalize vt1636 detection
The code was ugly and didn't check whether i2c operations were succeeding; make it a little better. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/vt1636.c | 20 +++++++------------- 1 files changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/video/via/vt1636.c b/drivers/v... 28 Apr 2010 18:36
Staging: hv: Fix coding style errors in NetVsc.c
On Wed, Apr 28, 2010 at 11:55:48PM +0200, Roel Van Nyen wrote: Fix coding style issues Signed-of-by: Roel Van Nyen <roel.vannyen(a)gmail.com> --- drivers/staging/hv/NetVsc.c | 4 ++-- This fix has already been made in the linux-next tree. Can you make sure you work off of it, and not an older tree... 28 Apr 2010 19:44
[PATCH 18/30] via: Do not attempt I/O on inactive I2C adapters
If an adapter has been configured for GPIO (or off), we should not try to use it as an I2C port. Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/via_i2c.c | 14 ++++++++++---- drivers/video/via/via_i2c.h | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers... 28 Apr 2010 18:35
[PATCH 11/30] viafb: Only establish i2c busses on ports that always had them
....otherwise it seems we run into conflicts with shadowy other users which don't expect to see i2c taking control of ports it never used to do anything with. Reported-by: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> Signed-off-by: Jonathan Corbet <corbet(a)lwn.net> --- drivers/video/via/via_i2c.c | 19... 28 Apr 2010 18:35
[PATCH 27/30] viafb: replace inb/outb
From: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> viafb: replace inb/outb This patch replaces occurences of inb/outb with via_write_reg and via_write_reg_mask where this is possible to improve code readability. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> --- drivers/video/... 28 Apr 2010 18:35
[PATCH 06/30] viafb: Determine type of 2D engine and store it in chip_info
From: Harald Welte <laforge(a)gnumonks.org> This will help us for the upcoming support for 2D acceleration using the M1 engine. [jc: fixed merge conflicts] Signed-off-by: Harald Welte <HaraldWelte(a)viatech.com> --- drivers/video/via/chip.h | 8 ++++++++ drivers/video/via/hw.c | 15 +++++++++++++++ 2 fi... 28 Apr 2010 18:35
[PATCH 26/30] viafb: move some modesetting functions to a seperate file
From: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> viafb: move some modesetting functions to a seperate file This patch moves the modesetting functions which are already cleaned up to a seperate file. Just the beginning to bring some structure in this mess. Signed-off-by: Florian Tobias Schandinat <F... 28 Apr 2010 18:35
[PATCH 0/5] Blackfin I2C updates
On Mon, Mar 22, 2010 at 03:23, Mike Frysinger wrote: There were posted a few months ago, but seem to have stalled. These can also be pulled from:          git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin.git for-i2c ping ... -mike -- To unsubscribe from this list: send the line "unsubscri... 28 Apr 2010 18:35
[PATCH 23/30] viafb: Reserve framebuffer memory for the upcoming camera driver
The camera engine captures to framebuffer memory, so we need to set some aside for that purpose. There is no proper memory allocator for fbmem; instead, accel.c just trims some space off the top. Alas, without creating that proper memory allocator, the only way to make this work is to hack it into the same bit of... 28 Apr 2010 18:35