Re: [PATCH RFC 1/1] MISC: Broadcom BCM4751 GPS driver

2010-09-13 Thread Matti J. Aaltonen
On Fri, 2010-09-10 at 20:59 +0200, ext Andy Isaacson wrote: On Fri, Sep 03, 2010 at 02:07:27PM +0300, Matti J. Aaltonen wrote: On Mon, 2010-08-23 at 16:00 +0200, Aaltonen Matti.J (Nokia-MS/Tampere) wrote: Driver for Broadcom BCM4751 GPS chip. I sent this a while ago but didn't get any

Re: [PATCH RFC 1/1] MISC: Broadcom BCM4751 GPS driver

2010-09-13 Thread Andy Isaacson
On Mon, Sep 13, 2010 at 01:11:56PM +0300, Matti J. Aaltonen wrote: On Fri, 2010-09-10 at 20:59 +0200, ext Andy Isaacson wrote: On Fri, Sep 03, 2010 at 02:07:27PM +0300, Matti J. Aaltonen wrote: On Mon, 2010-08-23 at 16:00 +0200, Aaltonen Matti.J (Nokia-MS/Tampere) wrote: Driver for

[PATCH 05/25] drivers/i2c: Use static const char arrays

2010-09-13 Thread Joe Perches
Signed-off-by: Joe Perches j...@perches.com --- drivers/i2c/busses/i2c-stu300.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-stu300.c b/drivers/i2c/busses/i2c-stu300.c index 495be45..2f7c09c 100644 --- a/drivers/i2c/busses/i2c-stu300.c +++

Re: [PATCH 05/25] drivers/i2c: Use static const char arrays

2010-09-13 Thread Russell King - ARM Linux
On Mon, Sep 13, 2010 at 12:47:43PM -0700, Joe Perches wrote: Signed-off-by: Joe Perches j...@perches.com --- drivers/i2c/busses/i2c-stu300.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-stu300.c b/drivers/i2c/busses/i2c-stu300.c index

Re: [PATCH 05/25] drivers/i2c: Use static const char arrays

2010-09-13 Thread Jonathan Cameron
Commit message is somewhat inaccurate... On 09/13/10 20:47, Joe Perches wrote: Signed-off-by: Joe Perches j...@perches.com --- drivers/i2c/busses/i2c-stu300.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-stu300.c

Re: [PATCH 05/25] drivers/i2c: Use static const char arrays

2010-09-13 Thread Joe Perches
On Mon, 2010-09-13 at 21:08 +0100, Jonathan Cameron wrote: Commit message is somewhat inaccurate... Yeah, sorry 'bout that. That's what I get for using a script. I did write an intro with more complete description. diff --git a/drivers/i2c/busses/i2c-stu300.c

[PATCH v4] i2c: QUP based bus driver for Qualcomm MSM chipsets

2010-09-13 Thread Kenneth Heitke
This bus driver supports the QUP i2c hardware controller in the Qualcomm MSM SOCs. The Qualcomm Universal Peripheral Engine (QUP) is a general purpose data path engine with input/output FIFOs and an embedded i2c mini-core. The driver supports FIFO mode (for low bandwidth applications) and block