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
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
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
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
__
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
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
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/
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
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
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)
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
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
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
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
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 +
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
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
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
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:
19 matches
Mail list logo