Re: [PATCH 5/5] lustre: add myself to list of people to CC on lustre patches

2014-01-24 Thread Oleg Drokin
Hello! On Jan 24, 2014, at 3:55 AM, Geert Uytterhoeven wrote: > On Fri, Jan 24, 2014 at 6:51 AM, Oleg Drokin wrote: >>> +STAGING - LUSTRE >>> +M: Andreas Dilger >>> +M: Oleg Drokin >>> +M: Peng Tao . >>> +L: hpdd-discuss >>> +S: Odd Fixes >> >> Actually we are at least Maintained h

Re: [PATCH] x86, hyperv: bypass the timer_irq_works() check

2014-01-24 Thread H. Peter Anvin
On 01/23/2014 10:02 PM, Jason Wang wrote: > This patch bypass the timer_irq_works() check for hyperv guest since: > > - It was guaranteed to work. > - timer_irq_works() may fail sometime due to the lpj calibration were > inaccurate > in a hyperv guest or a buggy host. > > In the future, we sho

RE: [PATCH] x86, hyperv: bypass the timer_irq_works() check

2014-01-24 Thread KY Srinivasan
> -Original Message- > From: Jason Wang [mailto:jasow...@redhat.com] > Sent: Thursday, January 23, 2014 10:03 PM > To: KY Srinivasan; Haiyang Zhang; t...@linutronix.de; mi...@redhat.com; > h...@zytor.com; x...@kernel.org; de...@linuxdriverproject.org; linux- > ker...@vger.kernel.org > Cc:

[PATCH v2] staging/usbip: userspace to use linux header for usb_device_speed enum, missing speeds to speed_strings array

2014-01-24 Thread Shuah Khan
Remove usb_device_speed enum define from usbip_common.h and change it to include linux/usb/ch9.h instead. Add speed strings for usb wireless and 3.0 to speed_strings array. Signed-off-by: Shuah Khan --- v2: combined the following two userspace patches and addressed comments. https://lkml.org/lkm

Re: [PATCH] staging/usbip: Change userspace to use linux include for usb_device_speed enum

2014-01-24 Thread Shuah Khan
On 01/22/2014 10:56 AM, Shuah Khan wrote: Remove usb_device_speed enum define from usbip_common.h and change it to include linux/usb/ch9.h instead. Signed-off-by: Shuah Khan --- drivers/staging/usbip/userspace/libsrc/usbip_common.h | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-)

Re: [PATCH] staging/usbip: Add missing speeds to userspace speed_strings array

2014-01-24 Thread Shuah Khan
On 01/24/2014 10:31 AM, Thomas Pugliese wrote: On Fri, 24 Jan 2014, Shuah Khan wrote: On 01/24/2014 10:08 AM, Thomas Pugliese wrote: On Wed, 22 Jan 2014, Shuah Khan wrote: Add speed strings for usb wireless and 3.0 to speed_strings array. Signed-off-by: Shuah Khan --- drivers/stagin

Re: [PATCH] staging/usbip: Add missing speeds to userspace speed_strings array

2014-01-24 Thread Thomas Pugliese
On Fri, 24 Jan 2014, Shuah Khan wrote: > On 01/24/2014 10:08 AM, Thomas Pugliese wrote: > > > > > > On Wed, 22 Jan 2014, Shuah Khan wrote: > > > > > Add speed strings for usb wireless and 3.0 to speed_strings array. > > > > > > Signed-off-by: Shuah Khan > > > --- > > > drivers/staging/usb

Re: [PATCH] staging/usbip: Add missing speeds to userspace speed_strings array

2014-01-24 Thread Shuah Khan
On 01/24/2014 10:08 AM, Thomas Pugliese wrote: On Wed, 22 Jan 2014, Shuah Khan wrote: Add speed strings for usb wireless and 3.0 to speed_strings array. Signed-off-by: Shuah Khan --- drivers/staging/usbip/userspace/libsrc/usbip_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH] staging/usbip: Add missing speeds to userspace speed_strings array

2014-01-24 Thread Thomas Pugliese
On Wed, 22 Jan 2014, Shuah Khan wrote: > Add speed strings for usb wireless and 3.0 to speed_strings array. > > Signed-off-by: Shuah Khan > --- > drivers/staging/usbip/userspace/libsrc/usbip_common.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/staging/usbip/userspace/l

[PATCH] staging/usbip: simplify usbip_dump_usb_device() udev->speed handling

2014-01-24 Thread Shuah Khan
Change usbip_dump_usb_device() to use usb_speed_string() and remove the code that does switch on udev->speed and builds custom speed strings. Signed-off-by: Shuah Khan --- drivers/staging/usbip/usbip_common.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --g

Re: [PATCH v2] memstick: rtsx: fix ms card data transfer bug

2014-01-24 Thread Maxim Levitsky
On Wed, 2013-11-20 at 17:54 +0800, micky_ch...@realsil.com.cn wrote: > From: Micky Ching > > This patch is used to add support for ms card. The main difference > between ms card and mspro card is long data transfer mode. mspro card > can use auto mode DMA for long data transfer, but ms can not us

Re: [PATCH 5/5] lustre: add myself to list of people to CC on lustre patches

2014-01-24 Thread Joe Perches
Add a MAINTAINERS entry too? --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5c5d554..9ca5de8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8284,6 +8284,14 @@ W: http://www.lirc.org/ S: Odd Fixes F: drivers/staging/media/

Re: [PATCH 5/5] lustre: add myself to list of people to CC on lustre patches

2014-01-24 Thread Geert Uytterhoeven
On Fri, Jan 24, 2014 at 6:51 AM, Oleg Drokin wrote: >> +STAGING - LUSTRE >> +M: Andreas Dilger >> +M: Oleg Drokin >> +M: Peng Tao . >> +L: hpdd-discuss >> +S: Odd Fixes > > Actually we are at least Maintained here, if not outright Supported. Good to hear that! So can we assume that

Re: [PATCH] drivers: staging: Mark functions as static and remove unused function in bpctl_mod.c

2014-01-24 Thread Rashika Kheria
On Fri, Jan 24, 2014 at 1:34 PM, Dan Carpenter wrote: > On Fri, Jan 24, 2014 at 04:14:00AM +0530, Rashika Kheria wrote: >> Mark functions as static in bpctl_mod.c because they are not used >> outside this file. Remove unused function from bpctl_mod.c. >> >> This also eliminates the following warni

Re: [PATCH 5/5] lustre: add myself to list of people to CC on lustre patches

2014-01-24 Thread Dan Carpenter
On Thu, Jan 23, 2014 at 11:45:08PM -0500, Oleg Drokin wrote: > Signed-off-by: Oleg Drokin Add yourself to MAINTAINERS if you really want email. No one reads the email addresses here. regards, dan carpenter ___ devel mailing list de...@linuxdriverproj

Re: [PATCH] drivers: staging: Mark functions as static and remove unused function in bpctl_mod.c

2014-01-24 Thread Dan Carpenter
On Fri, Jan 24, 2014 at 04:14:00AM +0530, Rashika Kheria wrote: > Mark functions as static in bpctl_mod.c because they are not used > outside this file. Remove unused function from bpctl_mod.c. > > This also eliminates the following warnings from bpctl_mod.c: > drivers/staging/silicom/bpctl_mod.c: