[PATCH 3/5] Staging: comedi: fix line indentation issue in dt9812.c

2012-04-30 Thread Ravishankar Karkala Mallikarjunayya
Replaced the spaces with a tab. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt9812.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/dt9812.c b/drivers/staging/comedi/drivers/dt9812.c inde

[PATCH 5/5] Staging: comedi: fix line over 80 character issue in rtd520.c

2012-04-30 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the rtd520.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/rtd520.c | 62 +-- 1 files changed, 42 insertions(+), 20 delet

[PATCH 4/5] Staging: comedi: Checkpatch cleanups.

2012-04-30 Thread Ravishankar Karkala Mallikarjunayya
drivers/staging/comedi/drivers/dt9812.c:369: ERROR: "foo * bar" should be "foo *bar" drivers/staging/comedi/drivers/dt9812.c:369: ERROR: "foo * bar" should be "foo *bar" drivers/staging/comedi/drivers/dt9812.c:395: ERROR: "foo * bar" should be "foo *bar" drivers/staging/comedi/drivers/dt9812.c:3

[PATCH 2/5] Staging: comedi: fix printk issue in pcmmio.c

2012-04-30 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the pcmmio.c file that fixes up a printk warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/pcmmio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/dr

[PATCH 1/5] Staging: comedi: fix line over 80 character issue in usbduxfast.c

2012-04-30 Thread Ravishankar Karkala Mallikarjunayya
This is a patch to the usbduxfast.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/usbduxfast.c | 37 ++ 1 files changed, 20 insertions(+), 17 de

Staging: comedi: fix code cleanup issues.

2012-04-30 Thread Ravishankar Karkala Mallikarjunayya
Hi, This set of patches fix a some coding style issues found by the checkpatch tool. regards, Ravishankar K M Ravishankar Karkala Mallikarjunayya (5): Staging: comedi: fix line over 80 character issue in usbduxfast.c Staging: comedi: fix printk issue in pcmmio.c Stagin

Re: [PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread joseph daniel
On Tue, May 1, 2012 at 2:18 AM, Dan Carpenter wrote: > On Mon, Apr 30, 2012 at 11:04:44PM +0300, Dan Carpenter wrote: >> On Tue, May 01, 2012 at 01:26:17AM +0600, joseph daniel wrote: >> > >> > Signed-off-by: joseph daniel >> > --- >> > Hi Lars, >> >     Thanks for review. how about the below cha

Re: [PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread joseph daniel
On Tue, May 1, 2012 at 2:01 AM, Lars-Peter Clausen wrote: > On 04/30/2012 09:26 PM, joseph daniel wrote: >> Signed-off-by: joseph daniel >> --- >> Hi Lars, >>       Thanks for review. how about the below change? >>  drivers/staging/iio/meter/ade7854-i2c.c |    6 +- >>  1 file changed, 5 inser

Re: [PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Justin P. Mattock
On 04/30/2012 02:05 PM, Jesper Juhl wrote: On Mon, 30 Apr 2012, Justin P. Mattock wrote: On 04/30/2012 01:41 PM, Jesper Juhl wrote: On Mon, 30 Apr 2012, Justin P. Mattock wrote: From: "Justin P. Mattock" Signed-off-by: Justin P. Mattock --- The below patch fixes some typos that I found

[PATCH NEXT]staging:rtl8192u Fix typos and comments

2012-04-30 Thread Justin P. Mattock
From: "Justin P. Mattock" Signed-off-by: Justin P. Mattock --- The below patch fixes some comments after being revised by jesper juhl. drivers/staging/rtl8192u/r8192U.h |4 ++-- drivers/staging/rtl8192u/r8192U_core.c | 24 drivers/staging/rtl8192u/

Re: [PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Jesper Juhl
On Mon, 30 Apr 2012, Justin P. Mattock wrote: > On 04/30/2012 01:41 PM, Jesper Juhl wrote: > > On Mon, 30 Apr 2012, Justin P. Mattock wrote: > > > > > From: "Justin P. Mattock" > > > > > > Signed-off-by: Justin P. Mattock > > > > > > --- > > > > > > The below patch fixes some typos that I fo

Re: [PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Justin P. Mattock
On 04/30/2012 01:41 PM, Jesper Juhl wrote: On Mon, 30 Apr 2012, Justin P. Mattock wrote: From: "Justin P. Mattock" Signed-off-by: Justin P. Mattock --- The below patch fixes some typos that I found while going through staging/rtl8192u I think it needs a little more work - see below.

[PATCH NEXT]staging: rtl8192u Fix a typo.

2012-04-30 Thread Justin P. Mattock
From: "Justin P. Mattock" Signed-off-by: Justin P. Mattock --- NOTE: I had not realized that my previous applied patch had created a typo. Thanks to Larry Finger for pointing this out to me. So either you take this one on top of the original and/or I send you the original with the updated fix

Re: [PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Jesper Juhl
On Mon, 30 Apr 2012, Justin P. Mattock wrote: > From: "Justin P. Mattock" > > Signed-off-by: Justin P. Mattock > > --- > > The below patch fixes some typos that I found while going through > staging/rtl8192u > I think it needs a little more work - see below. > drivers/staging/rtl8192u/

Re: [PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread Dan Carpenter
On Mon, Apr 30, 2012 at 11:04:44PM +0300, Dan Carpenter wrote: > On Tue, May 01, 2012 at 01:26:17AM +0600, joseph daniel wrote: > > > > Signed-off-by: joseph daniel > > --- > > Hi Lars, > > Thanks for review. how about the below change? Lar's review is the correct one. It's cleaner to use g

different data rate in IIO ?

2012-04-30 Thread Ge Gao
Dear all, I am currently developing a driver for a chip that has gyro, accelerometer and compass sensor together and these sensor data could come at different rate. There could be more data coming from this chip because this chip has on-chip CPU to do some data processing. The IIO subsystem is in s

Re: [PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread Dan Carpenter
On Tue, May 01, 2012 at 01:26:17AM +0600, joseph daniel wrote: > > Signed-off-by: joseph daniel > --- > Hi Lars, > Thanks for review. how about the below change? Slow down. There is no rush. It's better to sit on patches overnight so you can review them carefully the next day. Take the

Re: [PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread Lars-Peter Clausen
On 04/30/2012 09:26 PM, joseph daniel wrote: > Signed-off-by: joseph daniel > --- > Hi Lars, > Thanks for review. how about the below change? > drivers/staging/iio/meter/ade7854-i2c.c |6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/drivers/staging/iio/meter

Re: [PATCH] scsi/mvsas: Remove an unused variable

2012-04-30 Thread Dan Carpenter
On Tue, May 01, 2012 at 01:24:05AM +0600, joseph daniel wrote: > the pointer of type struct domain_device is not used anywhere in the code. > This is already fixed in linux-next. regards, dan carpenter ___ devel mailing list devel@linuxdriverproject.o

[PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread joseph daniel
Signed-off-by: joseph daniel --- Hi Lars, Thanks for review. how about the below change? drivers/staging/iio/meter/ade7854-i2c.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/meter/ade7854-i2c.c b/drivers/staging/iio/meter/ade7854-i2c.c

[PATCH] scsi/mvsas: Remove an unused variable

2012-04-30 Thread joseph daniel
the pointer of type struct domain_device is not used anywhere in the code. Signed-off-by: joseph daniel --- drivers/scsi/mvsas/mv_sas.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/mvsas/mv_sas.c b/drivers/scsi/mvsas/mv_sas.c index fd3b283..3006ec9 100644 --- a/drivers/scsi

Re: [PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread Lars-Peter Clausen
On 04/30/2012 08:21 PM, joseph daniel wrote: > Signed-off-by: joseph daniel > --- > Please consider this patch, previous one is wrong because my > tabspace in vim was 4, instead 8. sorry.. > > drivers/staging/iio/meter/ade7854-i2c.c |5 - > 1 file changed, 4 insertions(+), 1 deletion(-

[PATCH] staging/et131x: Fix coding style issues

2012-04-30 Thread joseph daniel
Signed-off-by: joseph daniel --- drivers/staging/et131x/et131x.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index 886f565..5b11c5e 100644 --- a/drivers/staging/et131x/et131x.c +++ b/drivers/st

[PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread joseph daniel
Signed-off-by: joseph daniel --- Please consider this patch, previous one is wrong because my tabspace in vim was 4, instead 8. sorry.. drivers/staging/iio/meter/ade7854-i2c.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/meter/ade7854-i2c.c b

[PATCH] staging/iio/meter: fix the coding style problem

2012-04-30 Thread joseph daniel
Signed-off-by: joseph daniel --- drivers/staging/iio/meter/ade7854-i2c.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/meter/ade7854-i2c.c b/drivers/staging/iio/meter/ade7854-i2c.c index 1e1faa0..d55cb87 100644 --- a/drivers/staging/iio/meter/ade

[PATCHv2] x86info: dump kvm cpuid's

2012-04-30 Thread Michael S. Tsirkin
The following makes 'x86info -r' dump hypervisor leaf cpu ids (for kvm this is signature+features) when running in a vm. On the guest we see the signature and the features: eax in: 0x4000, eax = ebx = 4b4d564b ecx = 564b4d56 edx = 004d eax in: 0x4001, eax = 017b ebx =

Re: [PATCHv2] x86info: dump kvm cpuid's

2012-04-30 Thread Gleb Natapov
On Mon, Apr 30, 2012 at 05:38:35PM +0300, Michael S. Tsirkin wrote: > The following makes 'x86info -r' dump hypervisor leaf cpu ids > (for kvm this is signature+features) when running in a vm. > > On the guest we see the signature and the features: > eax in: 0x4000, eax = ebx = 4b4d56

[PATCH NEXT]staging: rtl8192u Fix typos.

2012-04-30 Thread Justin P. Mattock
From: "Justin P. Mattock" Signed-off-by: Justin P. Mattock --- The below patch fixes some typos that I found while going through staging/rtl8192u drivers/staging/rtl8192u/r8180_93cx6.c |2 +- drivers/staging/rtl8192u/r8180_93cx6.h |2 +- drivers/staging/rtl8192u/r8192U.h

Re: x86info: dump kvm cpuid's

2012-04-30 Thread Gleb Natapov
On Mon, Apr 30, 2012 at 12:38:13PM +0300, Michael S. Tsirkin wrote: > On Mon, Apr 30, 2012 at 11:43:19AM +0300, Gleb Natapov wrote: > > On Sun, Apr 29, 2012 at 01:10:21PM +0300, Michael S. Tsirkin wrote: > > > The following makes 'x86info -r' dump kvm cpu ids > > > (signature+features) when running

Re: x86info: dump kvm cpuid's

2012-04-30 Thread Michael S. Tsirkin
On Mon, Apr 30, 2012 at 11:43:19AM +0300, Gleb Natapov wrote: > On Sun, Apr 29, 2012 at 01:10:21PM +0300, Michael S. Tsirkin wrote: > > The following makes 'x86info -r' dump kvm cpu ids > > (signature+features) when running in a vm. > > > > On the guest we see the signature and the features: > > e

Re: VME and the staging tree

2012-04-30 Thread Martyn Welch
On 27/04/12 09:07, Manohar Vanga wrote: > Martyn, is there any reason the driver for the GE PIO2 card be left in > staging? > Or is it just for uniformity; ie. all VME device drivers stay in staging? > The PIO2 is essentially a IO device (ok, it also provides some timers, but they are rather slo