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

2010-09-07 Thread Anca Emanuel
Build error (kernel 2.6.36-rc3-git1): Building modules, stage 2. MODPOST 3056 modules ERROR: "st_get_plat_device" [drivers/staging/ti-st/st_drv.ko] undefined! ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/

[PATCH 2/2 v2] staging : xgifb: Removes compilation conditionals

2010-09-07 Thread Javier Martinez Canillas
This patch fixes a compilation warning in today linux-next removing some compilation conditionals. Signed-off-by: Javier Martinez Canillas --- drivers/staging/xgifb/XGI_main_26.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/

[PATCH 1/2 v2] staging: xgifb: Removes unnecesary log

2010-09-07 Thread Javier Martinez Canillas
This patch fixes a compile warning removing an unnecessary log message. I redo the patch against today linux-next. Thanks a lot Signed-off-by: Javier Martinez Canillas --- drivers/staging/xgifb/XGI_main_26.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/drivers

Re: [PATCH 1/3] Staging: otus: fixed style issues in wwrap.c

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 06:44:48PM +0530, Prashant P. Shah wrote: > This is a patch to the wwrap.c file that fixes style > issues found by the checkpatch.pl tool. > - extra spaces > - invalid code indent > - extra braces > - invalid comment style > > Signed-off-by: Prashant P. Shah This patch no

Re: [PATCH 2/3] Staging: otus: added valid KERN_ loglevels to printk in wwrap.c

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 08:09:53AM -0700, Joe Perches wrote: > On Tue, 2010-09-07 at 18:44 +0530, Prashant P. Shah wrote: > > This is a patch to the wwrap.c file that adds valid KERN_ loglevels > > to printk() statements > > > > Signed-off-by: Prashant P. Shah > > --- > > drivers/staging/otus/ww

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

2010-09-07 Thread Vipin Mehta
> -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 > Subject: Re: [PATCH 2/2] staging: ath6kl: use native methods from kernel > library

Re: Opinion about Linux Foundation courses

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 11:54:46PM +0100, Andre Nogueira wrote: > Hi. > > I want to consolidate my knowledge about Linux Kernel. > > The Linux foundation has courses for Linux development. I am > interested in the following courses: Linux Kernel Internals/Debugging > and Linux Device Drivers. >

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

2010-09-07 Thread Greg KH
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: Javier Martinez Canillas > > --- > > driver

Re: [PATCH 09/14] staging: westbridge: improve error path

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 09:16:46AM +0200, walter harms wrote: > > > Greg KH schrieb: > > On Mon, Sep 06, 2010 at 09:51:20AM +0200, walter harms wrote: > >> the indention should be fixed also. > > > > Yes, the indentation for the whole file should be fixed, but that's not > > what this patch was

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

2010-09-07 Thread Greg KH
On Tue, Sep 07, 2010 at 02:18:02PM -0700, Vipin Mehta wrote: > Andy, > Thanks for the patch. Although the driver supports Linux but it has > been architected to support other OSes if desired. The code is, > therefore, organized into generic and OS specific components with the > latter part of the c

[PATCH] staging: ath6kl: Fixing a compilation error introduced by commit ec53d6123bea9f69887f194b5d4294a43292120d.

2010-09-07 Thread Vipin Mehta
Signed-off-by: Vipin Mehta --- drivers/staging/ath6kl/os/linux/ioctl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/ath6kl/os/linux/ioctl.c b/drivers/staging/ath6kl/os/linux/ioctl.c index 8ed87e7..d5f7ac0 100644 --- a/drivers/staging/ath6kl/os/linux/i

Healthcare, Business and Finance mailing/email lists

2010-09-07 Thread Perry Z Light
Until Friday Sep 10 buy any list below for just $199 each or 3 for $299: All lists are 100% optin and are 6 months or newer. ** HEALTHCARE LISTS ** - Physicians (34 specialties) - 788k records, 17k emails, 200k fax numbers - Chiropractors - 108,421 total records * 3,414 emails * 6,553 fax number

Opinion about Linux Foundation courses

2010-09-07 Thread Andre Nogueira
Hi. I want to consolidate my knowledge about Linux Kernel. The Linux foundation has courses for Linux development. I am interested in the following courses: Linux Kernel Internals/Debugging and Linux Device Drivers. What do you think about these courses? Thanks in advance for your opinion. --

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

2010-09-07 Thread Andy Shevchenko
On Wed, Sep 8, 2010 at 12:18 AM, Vipin Mehta wrote: > Andy, >   Thanks for the patch. Although the driver supports Linux but it has been > architected to support other OSes if desired. The code is, therefore, > organized into generic and OS specific components with the latter part of the > code

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

2010-09-07 Thread Vipin Mehta
Andy, Thanks for the patch. Although the driver supports Linux but it has been architected to support other OSes if desired. The code is, therefore, organized into generic and OS specific components with the latter part of the code captured into the os/linux directory. As such, the patch will

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

2010-09-07 Thread Savoy, Pavan
Greg, > -Original Message- > From: Greg KH [mailto:gre...@suse.de] > Sent: Tuesday, August 31, 2010 5:43 PM > To: Savoy, Pavan > Cc: linux-ker...@vger.kernel.org; de...@driverdev.osuosl.org > Subject: Re: [PATCH] drivers:staging:ti-st: remove st_get_plat_device > > On Wed, Sep 01, 2010

Business/Medical/Consumer Mailing lists

2010-09-07 Thread Rodolfo hey
Until Friday Sep 10 buy any list below for just $199 each, 3 for $299 or 5 for $399: All lists are 100% optin and are 6 months or newer. ** HEALTHCARE LISTS ** - Physicians (34 specialties) - 788k records, 17k emails, 200k fax numbers - Chiropractors - 108,421 total records * 3,414 emails * 6,5

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

2010-09-07 Thread Andy Shevchenko
There are already implemented methods such hex_to_bin() or isxdigit() in the kernel. Let's use them. Signed-off-by: Andy Shevchenko --- .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c | 31 ++- drivers/staging/ath6kl/os/linux/eeprom.c | 32 +-- 2

[PATCH 1/2] staging: rtl8712: throw away custom hex_to_bin()

2010-09-07 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 15 ++- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c index 1529239..eac049b 100644 ---

Re: [PATCH 2/3] Staging: otus: added valid KERN_ loglevels to printk in wwrap.c

2010-09-07 Thread Joe Perches
On Tue, 2010-09-07 at 18:44 +0530, Prashant P. Shah wrote: > This is a patch to the wwrap.c file that adds valid KERN_ loglevels > to printk() statements > > Signed-off-by: Prashant P. Shah > --- > drivers/staging/otus/wwrap.c | 33 - > 1 files changed, 16 inser

[PATCH 3/3] Staging: otus: removes global variable initialization to 0 in wwrap.c

2010-09-07 Thread Prashant P. Shah
This is a patch to the wwrap.c file that removes the initialization of global variable 'smp_kevent_Lock' to 0 Signed-off-by: Prashant P. Shah --- drivers/staging/otus/wwrap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/otus/wwrap.c b/drivers/staging/

[PATCH 2/3] Staging: otus: added valid KERN_ loglevels to printk in wwrap.c

2010-09-07 Thread Prashant P. Shah
This is a patch to the wwrap.c file that adds valid KERN_ loglevels to printk() statements Signed-off-by: Prashant P. Shah --- drivers/staging/otus/wwrap.c | 33 - 1 files changed, 16 insertions(+), 17 deletions(-) diff --git a/drivers/staging/otus/wwrap.c b/dr

[PATCH 1/3] Staging: otus: fixed style issues in wwrap.c

2010-09-07 Thread Prashant P. Shah
This is a patch to the wwrap.c file that fixes style issues found by the checkpatch.pl tool. - extra spaces - invalid code indent - extra braces - invalid comment style Signed-off-by: Prashant P. Shah --- drivers/staging/otus/wwrap.c | 1230 +- 1 files cha

Re: [PATCH 1/1] staging: xgifb: Removes unnecessary log

2010-09-07 Thread Javier Martinez Canillas
>> So this patch removes the unnecessary log. > > Unfortunatly it doesn't apply as you and Prashant seem to like to modify > the same file on the same day.  Prashant's patch is now in my tree, so > you need to redo this one.  I suggest you two get together and > coordinate this so I can stop reject

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

2010-09-07 Thread Jiri Slaby
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: Javier Martinez Canillas > --- > drivers/staging/xgifb/vb_setmode.c |4 ++-- > 1 files changed, 2 insertions(

Re: [PATCH 09/14] staging: westbridge: improve error path

2010-09-07 Thread walter harms
Greg KH schrieb: > On Mon, Sep 06, 2010 at 09:51:20AM +0200, walter harms wrote: >> the indention should be fixed also. > > Yes, the indentation for the whole file should be fixed, but that's not > what this patch was doing. > > Remember, a patch should only do one thing at a time. > that is