RE: [PATCH 04/14] staging: ath6kl: check return code of get_user and put_user

2010-09-08 Thread Vipin Mehta
Hi Vasiliy, You mentioned in your email that you were unable to compile the driver. Can you pls reproduce a log of the errors you observed? Regards, Vipin > -Original Message- > From: Kulikov Vasiliy [mailto:sego...@gmail.com] > Sent: Sunday, September 05, 2010 11:32 AM > To: kernel-

Re: [PATCH] staging: ath6kl: Eliminating the symlink to 2.0 header files

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 03:19:48PM -0700, Vipin Mehta wrote: > Moving the AR6002 hw 2.0 specific register definitions files from > the hw.0 directory to a new directory, 'hw' within hw2.0. That worked, thanks. greg k-h ___ devel mailing list devel@linux

Re: Opinion about Linux Foundation courses

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 05:08:08PM -0700, Adarsh Joshi wrote: > Hi everyone, > > The documentation is great but I think Andre means that the courses give > more confidence. Why? > I am a kernel newbie as well and as all beginners are suggested, I have > subscribed to kernel.org mailing lists. I

Re: [PATCH] staging: Beceem USB Wimax driver

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 03:03:22PM -0700, Stephen Hemminger wrote: > > The Sprint 4G network uses a Wimax dongle with Beecem > chipset. The driver is typical of out of tree drivers, but > maybe useful for people, and the hardware is readily available. > > Here is a staging ready version (i.e

Re: [PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 08:29:45PM +, Haiyang Zhang wrote: > From: Haiyang Zhang > > Convert vmbus driver interface function pointer table to constant > The vmbus interface functions are assigned to a constant - vmbus_ops. You also remove a function pointer in this patch, why? Please break

RE: [PATCH] staging: ath6kl: Replacing the symbolic link to the hw.0 directory with a new directory 'hw' while retaining the contents. This will help with the cases where the driver fails to compile i

2010-09-08 Thread Vipin Mehta
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Wednesday, September 08, 2010 2:06 AM > To: Vipin Mehta > Cc: linux-wirel...@vger.kernel.org; de...@driverdev.osuosl.org > Subject: Re: [PATCH] staging: ath6kl: Replacing the symbolic link to the > hw.0 directory with a

[PATCH] staging: ath6kl: Eliminating the symlink to 2.0 header files

2010-09-08 Thread Vipin Mehta
Moving the AR6002 hw 2.0 specific register definitions files from the hw.0 directory to a new directory, 'hw' within hw2.0. Signed-off-by: Vipin Mehta --- .../staging/ath6kl/include/common/AR6002/hw2.0/hw |1 - .../AR6002/{hw.0 => hw2.0/hw}/analog_intf_reg.h|0 .../common/AR6002/{hw

[PATCH] staging: Beceem USB Wimax driver

2010-09-08 Thread Stephen Hemminger
The Sprint 4G network uses a Wimax dongle with Beecem chipset. The driver is typical of out of tree drivers, but maybe useful for people, and the hardware is readily available. Here is a staging ready version (i.e warts and all) 0. Started with Rel_5.2.7.3P1_USB from Sprint4GDeveloperPac

[PATCH 7/8] drivers/staging/vt6656: use ARRAY_SIZE macro in channel.c

2010-09-08 Thread Nikitas Angelinas
Replace (sizeof(ChannelRuleTab) / sizeof(ChannelRuleTab[0])) with ARRAY_SIZE(ChannelRuleTab) in drivers/staging/vt6656/channel.c Signed-off-by: Nikitas Angelinas --- drivers/staging/vt6656/channel.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/staging/vt6656

[PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant

2010-09-08 Thread Haiyang Zhang
From: Haiyang Zhang Convert vmbus driver interface function pointer table to constant The vmbus interface functions are assigned to a constant - vmbus_ops. Signed-off-by: Haiyang Zhang Signed-off-by: Hank Janssen --- drivers/staging/hv/TODO|2 -- drivers/staging/hv/channe

RE: [PATCH] drivers:staging:ti-st: remove st_get_plat_device

2010-09-08 Thread Savoy, Pavan
Emanuel, > -Original Message- > From: Anca Emanuel [mailto:anca.eman...@gmail.com] > Sent: Wednesday, September 08, 2010 2:03 PM > To: Savoy, Pavan > Cc: Greg KH; linux-ker...@vger.kernel.org; de...@driverdev.osuosl.org; Linus > Torvalds > Subject: Re: [PATCH] drivers:staging:ti-st: rem

Re: [PATCH] drivers:staging:ti-st: remove st_get_plat_device

2010-09-08 Thread Anca Emanuel
Linus, this patch is not in your tree. please fix this. On Wed, Sep 8, 2010 at 5:39 PM, Savoy, Pavan wrote: > Emanuel, > > I've recently posted a patch to solve this problem. > Patch @ http://lkml.org/lkml/2010/8/19/238 > > PS: In fact it is strange that you replied to the same thread which is

[PATCH] Staging: comedi: fix space coding style issue in adl_pci9111.c

2010-09-08 Thread Maurice Dawson
This is a patch to the adl_pci9111.c file that fixes up multiple please, no space for starting a line warnings, found by the checkpatch.pl tool Signed-off-by: Maurice Dawson --- drivers/staging/comedi/drivers/adl_pci9111.c | 193 +- 1 files changed, 98 insertions(+), 95

RE: [PATCH] drivers:staging:ti-st: remove st_get_plat_device

2010-09-08 Thread Savoy, Pavan
Emanuel, I've recently posted a patch to solve this problem. Patch @ http://lkml.org/lkml/2010/8/19/238 PS: In fact it is strange that you replied to the same thread which is supposed to solve the problem. Thanks... > -Original Message- > From: Anca Emanuel [mailto:anca.eman...@gmail.

[PATCH 9/9] rtl8192e: Less verbose function headers

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_dm.c | 221 drivers/staging/rtl8192e/r819xE_cmdpkt.c | 213 ++- drivers/staging/rtl8192e/r819xE_firmware.c | 26 +--- 3 files changed, 75 insertions(+), 385 deletions

[PATCH 8/9] rtl8192e: Fix indent in some places

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_dm.c | 108 ++ 1 files changed, 44 insertions(+), 64 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_dm.c b/drivers/staging/rtl8192e/r8192E_dm.c index aa52c6b..0d66faf 100644 --- a/drive

[PATCH 7/9] rtl8192e: Remove some redundant comments

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c |3 -- drivers/staging/rtl8192e/r8192E_dm.c | 33 +-- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r81

[PATCH 6/9] rtl8192e: Remove extern and redundant declarations

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/ieee80211.h | 213 +++--- drivers/staging/rtl8192e/r8190_rtl8256.h | 12 +- drivers/staging/rtl8192e/r8192E_wx.h |2 +- drivers/staging/rtl8192e/r819xE_cmdpkt.h |2 +- drivers/staging/rtl8192e/r8

[PATCH 5/9] rtl8192e: Remove function with no effect

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r819xE_cmdpkt.c | 35 -- 1 files changed, 0 insertions(+), 35 deletions(-) diff --git a/drivers/staging/rtl8192e/r819xE_cmdpkt.c b/drivers/staging/rtl8192e/r819xE_cmdpkt.c index 501650e..adaebe0 100644 ---

[PATCH 4/9] rtl8192e: Remove unused macros

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r819xE_cmdpkt.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/drivers/staging/rtl8192e/r819xE_cmdpkt.c b/drivers/staging/rtl8192e/r819xE_cmdpkt.c index b8c8785..501650e 100644 --- a/drivers/stag

[PATCH 3/9] rtl8192e: Remove some commented out code

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_dm.c |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8192e/r8192E_dm.c b/drivers/staging/rtl8192e/r8192E_dm.c index 00c517b..ee3fc22 100644 --- a/drivers/staging/rtl8192e/r8192E_d

[PATCH 2/9] rtl8192e: Remove function name comments at end of functions

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r8192E_core.c |4 +- drivers/staging/rtl8192e/r8192E_dm.c | 52 +++--- drivers/staging/rtl8192e/r819xE_cmdpkt.c | 18 +- drivers/staging/rtl8192e/r819xE_phy.c|4 +- 4 files changed, 39

[PATCH 1/9] rtl8192e: Remove some redundant code

2010-09-08 Thread Mike McCormack
Signed-off-by: Mike McCormack --- drivers/staging/rtl8192e/r819xE_phy.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/drivers/staging/rtl8192e/r819xE_phy.c b/drivers/staging/rtl8192e/r819xE_phy.c index 48e27bb..e64f83d 100644 --- a/drivers/staging/rtl81

Re: [PATCH] staging: ath6kl: Replacing the symbolic link to the hw.0 directory with a new directory 'hw' while retaining the contents. This will help with the cases where the driver fails to compile i

2010-09-08 Thread Greg KH
On Tue, Sep 07, 2010 at 05:24:47PM -0700, Vipin Mehta wrote: > Signed-off-by: Vipin Mehta What's with the long Subject: ? Anyway, this patch fails to apply, it seems you want to just delete the symlink, which you might need to tell git that you want to generate a patch that does this. For how y

Re: [PATCH 3/3] staging: xgifb: Initialize uninitialized variables

2010-09-08 Thread Greg KH
On Wed, Sep 08, 2010 at 09:16:43AM +0200, Jiri Slaby wrote: > On 09/08/2010 02:38 AM, Greg KH wrote: > > On Tue, Sep 07, 2010 at 10:46:27AM +0200, Jiri Slaby wrote: > >> On 09/07/2010 07:34 AM, Javier Martinez Canillas wrote: > >>> Current patch solves compilation warnings in staging/xgifb for usin

Re: [PATCH 3/3] staging: xgifb: Initialize uninitialized variables

2010-09-08 Thread Jiri Slaby
On 09/08/2010 02:38 AM, Greg KH wrote: > On Tue, Sep 07, 2010 at 10:46:27AM +0200, Jiri Slaby wrote: >> On 09/07/2010 07:34 AM, Javier Martinez Canillas wrote: >>> Current patch solves compilation warnings in staging/xgifb for using >>> possibly uninitialized variables. >>> >>> Signed-off-by: Javi

Re: [PATCH 2/2] staging: ath6kl: use native methods from kernel library

2010-09-08 Thread Greg KH
On Tue, Sep 07, 2010 at 07:29:30PM -0700, Vipin Mehta wrote: > > > > -Original Message- > > From: Greg KH [mailto:gre...@suse.de] > > Sent: Tuesday, September 07, 2010 5:04 PM > > To: Vipin Mehta > > Cc: Andy Shevchenko; linux-ker...@vger.kernel.org; > > de...@driverdev.osuosl.org > > Sub

给各部门高管

2010-09-08 Thread nj_sdw
׿ԽµÄÆóÒµÁ÷³ÌÌåϵ½¨ÉèÓëʵʩʵսÑÐÐÞ°à.doc Description: Binary data ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel