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
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
...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
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
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
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
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
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
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
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
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/
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
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
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
> -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
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
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
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->
> 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
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
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
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
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
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
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
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
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
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
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
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
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
31 matches
Mail list logo