Re: [PATCH 1/3] staging: olpc_dcon: add OLPC display controller (DCON) support

2010-09-24 Thread Greg KH
On Fri, Sep 24, 2010 at 07:13:42PM -0700, Andres Salomon wrote: > > This adds DCON support for the OLPC XO. The DCON is found in XO-1 and > XO-1.5 hardware. The XO-1 has a CS5536 southbridge, while the XO-1.5 > has a Via chipset; the GPIO magic that's necessary to communicate with > the DCON chi

[PATCH 3/3] staging: olpc_dcon: drop XO-1.5 support for now

2010-09-24 Thread Andres Salomon
The vx855 stuff isn't upstream yet; for now, drop support for XO-1.5. This will come back once the 1.5 code is in place (and will be in a form that allows both 1.0 and 1.5 support to be compiled in at the same time), but for now just remove it. This is necessary to get the driver building. Signe

[PATCH 2/3] staging: olpc_dcon: switch back to using olpc_board(0xXX)

2010-09-24 Thread Andres Salomon
...Rather than macros that don't exist. Necessary for building the driver. Signed-off-by: Andres Salomon --- drivers/staging/olpc_dcon/olpc_dcon.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon.c b/drivers/staging/olpc_dcon/olpc

[PATCH 1/3] staging: olpc_dcon: add OLPC display controller (DCON) support

2010-09-24 Thread Andres Salomon
This adds DCON support for the OLPC XO. The DCON is found in XO-1 and XO-1.5 hardware. The XO-1 has a CS5536 southbridge, while the XO-1.5 has a Via chipset; the GPIO magic that's necessary to communicate with the DCON chip is unfortunately different across both platforms. This driver supports

RE: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Savoy, Pavan
Greg, > -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Friday, September 24, 2010 4:14 PM > To: Savoy, Pavan > Cc: Anca Emanuel; devel@linuxdriverproject.org > Subject: Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device > > On Fri, Sep 24, 2010 at 02:13:22PM -0

Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Greg KH
On Fri, Sep 24, 2010 at 02:13:22PM -0700, Greg KH wrote: > On Sat, Sep 25, 2010 at 02:34:31AM +0530, Savoy, Pavan wrote: > > > > Greg, > > > > > -Original Message- > > > From: Greg KH [mailto:gre...@suse.de] > > > Sent: Friday, September 24, 2010 3:38 PM > > > To: Anca Emanuel > > > Cc: S

Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Greg KH
On Sat, Sep 25, 2010 at 02:34:31AM +0530, Savoy, Pavan wrote: > > Greg, > > > -Original Message- > > From: Greg KH [mailto:gre...@suse.de] > > Sent: Friday, September 24, 2010 3:38 PM > > To: Anca Emanuel > > Cc: Savoy, Pavan; devel@linuxdriverproject.org > > Subject: Re: [PATCH 1/1] Stag

RE: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Savoy, Pavan
Greg, > -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Friday, September 24, 2010 3:38 PM > To: Anca Emanuel > Cc: Savoy, Pavan; devel@linuxdriverproject.org > Subject: Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device > > On Fri, Sep 24, 2010 at 11:21:38PM +0

Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Greg KH
On Fri, Sep 24, 2010 at 11:21:38PM +0300, Anca Emanuel wrote: > Building 2.6.36-rc5-git5 > > Building modules, stage 2. > MODPOST 3058 modules > ERROR: "st_get_plat_device" [drivers/staging/ti-st/st_drv.ko] undefined! > WARNING: modpost: Found 59 section mismatch(es). > To see full details buil

Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Anca Emanuel
Building 2.6.36-rc5-git5 Building modules, stage 2. MODPOST 3058 modules ERROR: "st_get_plat_device" [drivers/staging/ti-st/st_drv.ko] undefined! WARNING: modpost: Found 59 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' make[2]: *** [__m

Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Greg KH
On Sat, Sep 25, 2010 at 01:33:05AM +0530, Savoy, Pavan wrote: > > > Greg, > > > > -Original Message- > > From: Greg KH [mailto:gre...@suse.de] > > Sent: Friday, September 24, 2010 2:57 PM > > To: Savoy, Pavan > > Cc: devel@linuxdriverproject.org; Anca Emanuel > > Subject: Re: [PATCH 1/

Re: [PATCH 10/10] rtl8192e: Convert macros to inline functions

2010-09-24 Thread Jiri Slaby
On 09/24/2010 12:40 PM, Mike McCormack wrote: > --- a/drivers/staging/rtl8192e/dot11d.h > +++ b/drivers/staging/rtl8192e/dot11d.h > @@ -41,9 +41,11 @@ typedef struct _RT_DOT11D_INFO { > DOT11D_STATE State; > } RT_DOT11D_INFO, *PRT_DOT11D_INFO; > > -#define eqMacAddr(a, b) (((a)[0] == (b)[0

RE: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Savoy, Pavan
Greg, > -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Friday, September 24, 2010 2:57 PM > To: Savoy, Pavan > Cc: devel@linuxdriverproject.org; Anca Emanuel > Subject: Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device > > On Sat, Sep 25, 2010 at 01:19:43AM

Re: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Greg KH
On Sat, Sep 25, 2010 at 01:19:43AM +0530, Savoy, Pavan wrote: > > > > -Original Message- > > From: Greg Kroah-Hartman [mailto:gre...@suse.de] > > Sent: Friday, September 24, 2010 1:14 PM > > To: devel@linuxdriverproject.org > > Cc: Savoy, Pavan; Anca Emanuel; Greg Kroah-Hartman > > Subjec

RE: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Savoy, Pavan
> -Original Message- > From: Greg Kroah-Hartman [mailto:gre...@suse.de] > Sent: Friday, September 24, 2010 1:14 PM > To: devel@linuxdriverproject.org > Cc: Savoy, Pavan; Anca Emanuel; Greg Kroah-Hartman > Subject: [PATCH 1/1] Staging: ti-st: remove st_get_plat_device Again? Can I know wh

[PATCH 1/1] Staging: ti-st: remove st_get_plat_device

2010-09-24 Thread Greg Kroah-Hartman
From: Pavan Savoy In order to support multiple ST platform devices, a new symbol 'st_get_plat_device' earlier needed to be exported by the arch/XX/brd-XX.c file which intends to add the ST platform device. On removing this dependency, now inside ST driver maintain the array of ST platform device

[GIT PATCH] STAGING fix for .36-rc6

2010-09-24 Thread Greg KH
Here is one staging driver fix for your .36-rc kernel. It's a build-fix for the ti-st driver that a number of people have been hitting, including some of the distros. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging-2.6.git/ This patch has been in the linux-ne

Re: [PATCH 1/1] Rename camel case variables in channel.c (updated again)

2010-09-24 Thread Joe Perches
On Fri, 2010-09-24 at 16:06 +, Haiyang Zhang wrote: > From: Haiyang Zhang > - set_bit(Channel->MonitorBit, > - (unsigned long *)&monitorPage->TriggerGroup > - [Channel->MonitorGroup].Pending); > + set_bit(channel->

RE: [PATCH 1/1] Rename camel case variables in channel.c (updated)

2010-09-24 Thread Haiyang Zhang
> From: Joe Perches [mailto:j...@perches.com] > Sent: Thursday, September 23, 2010 6:38 PM > > + struct vmbus_channel_gpadl_header *gpal_header; > > + struct vmbus_channel_gpadl_body *gpadl_body; > > + struct vmbus_channel_msginfo *msgheader; > > + struct vmbus_channel_msginfo *msgbody = NU

[PATCH 1/1] Rename camel case variables in channel.c (updated again)

2010-09-24 Thread Haiyang Zhang
From: Haiyang Zhang Rename camel case variables in channel.c Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen --- drivers/staging/hv/channel.c | 767 +- 1 files changed, 387 insertions(+), 380 deletions(-) diff --git a/drivers/staging/hv/chan

[PATCH] staging/keucr: fix keucr lost disconnect in transport

2010-09-24 Thread Al Cho
The other part of keucr lost usb disconnect. Unplug SDcard after thread scan,the wrong rule in usb_stor_port_reset, so the driver still fail in stress test. Signed-off-by: Al Cho --- drivers/staging/keucr/transport.c | 15 +-- 1 files changed, 5 insertions(+), 10 deletions(-) diff

[PATCH 10/10] rtl8192e: Convert macros to inline functions

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/dot11d.h |8 +--- drivers/staging/rtl8192e/r8192E_core.c | 19 --- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h inde

[PATCH 09/10] rtl8192e: Clean formatting in rtl8192_hard_start_xmit()

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 63 1 files changed, 31 insertions(+), 32 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index adbf41b..94aaa2e 100644 --- a/d

[PATCH 08/10] rtl8192e: Clean up rtl8192_pci_initdescring()

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 46 --- 1 files changed, 18 insertions(+), 28 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index 8761adb..adbf41b 100644 --- a/dr

[PATCH 07/10] rtl8192e: Clean formatting in rtl8192_tx()

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 291 1 files changed, 142 insertions(+), 149 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index 409c542..8761adb 100644 --- a

[PATCH 06/10] rtl8192e: Remove dead code from rtl8192_tx

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 21 - 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index a0c6380..409c542 100644 --- a/drivers/stagi

[PATCH 05/10] rtl8192e: Clean up rtl8192_halt_adapter()

2010-09-24 Thread Mike McCormack
Remove dead code, fix whitespace, clean comments Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 53 1 files changed, 20 insertions(+), 33 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r

[PATCH 04/10] rtl8192e: Clean up rtl8192_qos_association_resp()

2010-09-24 Thread Mike McCormack
Fix whitespace, remove dead code. Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 56 +++- 1 files changed, 26 insertions(+), 30 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c in

[PATCH 03/10] rtl8192e: Delete some dead code

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 34 +-- 1 files changed, 2 insertions(+), 32 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index 352bdfb..ba5fb9b 100644 --- a/dri

[PATCH 02/10] rtl8192e: Clean up formatting in MapHwQueueToFirmwareQueue()

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 61 ++- 1 files changed, 28 insertions(+), 33 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index 330e5f6..352bdfb 100644 --- a/dr

[PATCH 01/10] rtl8192e: Clean up rtl8192_net_update()

2010-09-24 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c | 41 ++- 1 files changed, 19 insertions(+), 22 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index d5282fe..330e5f6 100644 --- a/dr