[PATCH 2/2] beceem: Move ZTE TU25's USB id to the beceem module

2010-11-09 Thread Alejandro R . Sedeño
Signed-off-by: Alejandro R. Sedeño --- drivers/staging/bcm/InterfaceInit.c |2 +- drivers/staging/bcm/InterfaceInit.h |1 + drivers/usb/serial/option.c |1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/InterfaceInit.c b/drivers/staging/b

Two small updates for the beceem driver

2010-11-09 Thread Alejandro R . Sedeño
Here are two patches I used to get the beceem driver working on x86_64 with my ZTE TU25. beceem: Use 32-bit integers for hardware register values beceem: Move ZTE TU25's USB id to the beceem module drivers/staging/bcm/Adapter.h |4 ++-- drivers/staging/bcm/DDRInit.c |4 ++-- dri

[PATCH 1/2] beceem: Use 32-bit integers for hardware register values

2010-11-09 Thread Alejandro R . Sedeño
Switching to UINT because that's what the rest of this codebase uses. Signed-off-by: Alejandro R. Sedeño --- drivers/staging/bcm/Adapter.h |4 ++-- drivers/staging/bcm/DDRInit.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/driver

Re: [PATCH 2/2] Staging: wlan-ng: Fix lines over 80 characters in p80211netdev.c

2010-11-09 Thread Greg KH
On Mon, Nov 08, 2010 at 05:35:35PM -0300, Maximiliano David Bustos wrote: > This patch fixes over 80 characters bugs reported by checkpatch.pl > Signed-off-by: Maximiliano David Bustos Sorry, someone beat you to this patch by a few days. It's now fixed up in linux-next. thanks, greg k-h __

Re: [PATCH 10/17][trivial] staging, bcm: Remove unnecessary casts of void ptr returning alloc function return values

2010-11-09 Thread Greg KH
On Tue, Nov 09, 2010 at 12:09:51AM +0100, Jesper Juhl wrote: > Hi, > > The [vk][cmz]alloc(_node) family of functions return void pointers which > it's completely unnecessary/pointless to cast to other pointer types since > that happens implicitly. > > This patch removes such casts from drivers/st

Re: [PATCH 4/6] Staging: wlan-ng: fix coding style issues in prism2mib.c

2010-11-09 Thread Greg KH
On Sat, Nov 06, 2010 at 06:23:27PM +0200, Johan Meiring wrote: > This is a patch to the prism2mib.c file that fixes various coding style > issues that were found by the checkpatch.pl tool > > Signed-off-by: Johan Meiring > --- > drivers/staging/wlan-ng/prism2mib.c |6 -- > 1 files change

Re: [PATCH] staging: vt6656: resolved checkpatch finding

2010-11-09 Thread Greg KH
On Fri, Oct 29, 2010 at 07:12:59PM -0300, Javier Carrizo wrote: > removed comment and {} not necessary for single statement blocks > > Signed-off-by: Javier Carrizo > --- > drivers/staging/vt6656/card.c |7 +++ > 1 files changed, 3 insertions(+), 4 deletions(-) > > diff --git a/drivers/

Re: [PATCH 21/39] drivers/staging: Update WARN uses

2010-11-09 Thread Greg KH
On Sat, Oct 30, 2010 at 02:08:38PM -0700, Joe Perches wrote: > Add missing newlines. > > Signed-off-by: Joe Perches > --- > drivers/staging/memrar/memrar_allocator.c|2 +- > drivers/staging/solo6x10/solo6010-v4l2-enc.c |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > di

Re: [PATCH] iio - add support for bmp085 barometer

2010-11-09 Thread Greg KH
On Fri, Oct 29, 2010 at 04:46:49PM +0200, Matthias Brugger wrote: > This patch adds support for the Bosch Sensortec bmp085 digital > barometer to the iio subsystem. > > Signed-off-by: Matthias Brugger > --- > drivers/staging/iio/Kconfig|1 + > drivers/staging/iio/Makefile

Re: [PATCH 0/4] staging: brcm80211: Various

2010-11-09 Thread Greg KH
On Mon, Nov 01, 2010 at 05:10:14PM -0700, Brett Rudley wrote: > This series to cleanup various issues assumes that my previous patch > "[PATCH 2/2] staging: brcm80211: Coalesce linux_osl.h/osl.h" > did not get merged by Greg because it hopelessly failed checkpatch > (because I neglected to run it)

Re: [re-send][-next] staging/vme: various fixes + new driver model for VME

2010-11-09 Thread Greg KH
On Mon, Oct 25, 2010 at 09:10:46PM -0400, Emilio G. Cota wrote: > This is a re-send of http://lkml.org/lkml/2010/10/22/77 now with > all the appropriate Cc's. The discussion should continue here. Martyn, I got lost as to which ones you want applied, and which you do not. Can you please send me th

RE: PROBLEM: brcm80211 unable to survive suspend/resume cycle

2010-11-09 Thread Jon Masters
On Tue, 2010-11-09 at 10:02 -0800, Brett Rudley wrote: > Hey Jon, thanks for the heads up. I can repro and am looking into it. Ok. Happy to test any experimental patches and get you a fast turn-around on results. After working a lot of the weekend on the i915 regression I'm almost at the point wh

Re: Update for beceem driver in staging

2010-11-09 Thread Greg KH
On Mon, Nov 01, 2010 at 02:45:44PM -0400, Stephen Hemminger wrote: > This is the collection of patches from my testing of Sprint U250. > The driver is still ugly and unstable but it did bring connection up > and transfer data. My recommendation is for the whole driver to be > rewritten! > > I no l

Re: [PATCH 2/2] Staging: RT2860: Fixed multiple errors in rtusb_io.h

2010-11-09 Thread Greg KH
On Sat, Oct 23, 2010 at 08:12:17PM +0100, Neil Munro wrote: > Fixed the errors in rtusb_io.h "errors"? What type of errors? Do you mean checkpatch.pl warnings/errors? > > Signed-off-by: Neil Munro > --- > drivers/staging/rt2860/rtusb_io.h | 44 +++- > 1 file

Re: [PATCH] staging: lis331dlh: add lis331dlh driver

2010-11-09 Thread Jiri Slaby
On 11/09/2010 06:25 PM, mems applications wrote: > Add STMicroelectronics LIS331DLH digital accelerometer device driver I'm no IIC guy, but why this goes to staging? > From: Carmine Iascone > --- > drivers/staging/Kconfig |2 + > drivers/staging/Makefile |1 +

RE: PROBLEM: brcm80211 unable to survive suspend/resume cycle

2010-11-09 Thread Brett Rudley
Hey Jon, thanks for the heads up. I can repro and am looking into it. Brett > -Original Message- > From: devel-boun...@linuxdriverproject.org [mailto:devel- > boun...@linuxdriverproject.org] On Behalf Of Jon Masters > Sent: Monday, November 08, 2010 7:14 PM > To: devel > Cc: Linux Kernel

Re: [PATCH] staging: lis331dlh: add lis331dlh driver

2010-11-09 Thread Greg KH
On Tue, Nov 09, 2010 at 06:25:27PM +0100, mems applications wrote: > Add STMicroelectronics LIS331DLH digital accelerometer device driver > > From: Carmine Iascone > --- > drivers/staging/Kconfig |2 + > drivers/staging/Makefile |1 + > drivers/staging/lis331dl

[PATCH] staging: lis331dlh: add lis331dlh driver

2010-11-09 Thread mems applications
Add STMicroelectronics LIS331DLH digital accelerometer device driver From: Carmine Iascone --- drivers/staging/Kconfig |2 + drivers/staging/Makefile |1 + drivers/staging/lis331dlh/Kconfig |7 + drivers/staging/lis331dlh/Makefile|1 + drivers/s

Movement of the USB, TTY, Staging, and driver core trees for linux-next

2010-11-09 Thread Greg KH
Hi Stephen, As discussed at the kernel summit, I've moved the USB, TTY, Staging, and driver core trees into git instead of using quilt. Previously you had been pulling in the quilt trees from kernel.org, so this should hopefully be easier. The location of the trees are now at: USB: git: