[PATCH] rtl8192e: update for ndo_set_multicast_list removal.

2011-08-25 Thread Larry Finger
From: Stephen Rothwell After merging the staging tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/rtl8192e/rtl_core.c:2917:2: error: unknown field 'ndo_set_multicast_list' specified in initializer Caused by commit 94a799425eee ("From: wlanfae " - really "[

Re: STAGING:iio:light: fix ISL29018 init to handle brownout

2011-08-25 Thread Grant Grundler
On Thu, Aug 25, 2011 at 6:15 PM, Dan Carpenter wrote: > Hi Grant, > > There is a memory corruption bug in 176f9f29cec9 "STAGING:iio:light: > fix ISL29018 init to handle brownout". > > In isl29018_chip_init() we call: >        status = isl29018_write_data(client, ISL29018_REG_TEST, 0, >            

re: STAGING:iio:light: fix ISL29018 init to handle brownout

2011-08-25 Thread Dan Carpenter
Hi Grant, There is a memory corruption bug in 176f9f29cec9 "STAGING:iio:light: fix ISL29018 init to handle brownout". In isl29018_chip_init() we call: status = isl29018_write_data(client, ISL29018_REG_TEST, 0, ISL29018_TEST_MASK, ISL29018_TE

RE: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Thursday, August 25, 2011 6:28 PM > To: KY Srinivasan > Cc: devel@linuxdriverproject.org; Haiyang Zhang; gre...@suse.de; linux- > ker...@vger.kernel.org; virtualizat...@lists.osdl.org > Subject: Re: [PATCH 12/59] Staging

Re: [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 10:27:40PM +, KY Srinivasan wrote: > This was existing code and I realized it did not conform to the Linux > Driver Model. I fixed it in the patch set I had sent earlier (110/117). > Yesterday I only got up to 74 of the 117 patches that you commented on. > I was planning

Re: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 10:20:32PM +, KY Srinivasan wrote: > > > I have to edit this to get it to work properly with the fact that I > > > added the driver_data field to hv_vmbus_device_id. > > > > You should have a copy of the patch I applied in your inbox now, can you > > verify I didn't mes

RE: [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver

2011-08-25 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Thursday, August 25, 2011 5:28 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang > Subject: Re: [PATCH 22/59] Staging:

Re: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 10:14:05PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Greg KH [mailto:g...@kroah.com] > > Sent: Thursday, August 25, 2011 5:00 PM > > To: KY Srinivasan > > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > > devel@linuxdriverproject.org; vir

RE: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Thursday, August 25, 2011 5:15 PM > To: KY Srinivasan > Cc: devel@linuxdriverproject.org; Haiyang Zhang; gre...@suse.de; linux- > ker...@vger.kernel.org; virtualizat...@lists.osdl.org > Subject: Re: [PATCH 12/59] Staging

RE: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Thursday, August 25, 2011 5:00 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang > Subject: Re: [PATCH 12/59] Staging:

Re: [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 02:28:20PM -0700, Greg KH wrote: > > Man, if you want something done right, you have to do it yourself, let > > me go make these changes so you don't have to do any new work at this > > point in time, hopefully your other patches will apply... > > What, vmbus_child_driver_r

Re: [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 09:48:48AM -0700, K. Y. Srinivasan wrote: > Get rid of the unused "name" field in struct hv_driver. > > Signed-off-by: K. Y. Srinivasan > Signed-off-by: Haiyang Zhang > --- > drivers/staging/hv/hyperv.h |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > d

Re: [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 02:24:28PM -0700, Greg KH wrote: > On Thu, Aug 25, 2011 at 09:48:48AM -0700, K. Y. Srinivasan wrote: > > Get rid of the unused "name" field in struct hv_driver. > > > > Signed-off-by: K. Y. Srinivasan > > Signed-off-by: Haiyang Zhang > > --- > > drivers/staging/hv/hyperv

Re: [PATCH v2] Move brcm80211 to mainline

2011-08-25 Thread Larry Finger
On 08/25/2011 03:55 PM, Rafał Miłecki wrote: 2011/8/25 Henry Ptasinski: With the latest series of cleanup patches merged in by Greg KH, I'd like to once again propose moving brcm80211 out of staging and into mainline. Henry: a simple question, please explain it to me, what brcmsmac does provid

Re: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 01:59:30PM -0700, Greg KH wrote: > On Thu, Aug 25, 2011 at 09:48:38AM -0700, K. Y. Srinivasan wrote: > > Now generate appropriate uevent based on the modalias string. As part of > > this, > > cleanup the existing uevent code. > > > > Signed-off-by: K. Y. Srinivasan > > Si

Re: [PATCH v2] Move brcm80211 to mainline

2011-08-25 Thread Rafał Miłecki
W dniu 25 sierpnia 2011 22:55 użytkownik Rafał Miłecki napisał: > 2011/8/25 Henry Ptasinski : >> With the latest series of cleanup patches merged in by Greg KH, I'd like to >> once again propose moving brcm80211 out of staging and into mainline. > > Henry: a simple question, please explain it to m

Re: [PATCH v2] Move brcm80211 to mainline

2011-08-25 Thread Rafał Miłecki
W dniu 25 sierpnia 2011 23:07 użytkownik Rafał Miłecki napisał: > 2011/8/25 Jonas Gorski : >> Hi, >> >> On 25 August 2011 02:20, Henry Ptasinski wrote: >>> On Wed, Aug 24, 2011 at 04:41:54PM -0700, Jonas Gorski wrote: Hi Henry, On 25 August 2011 00:28, Henry Ptasinski wrote:

Re: [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 09:48:38AM -0700, K. Y. Srinivasan wrote: > Now generate appropriate uevent based on the modalias string. As part of this, > cleanup the existing uevent code. > > Signed-off-by: K. Y. Srinivasan > Signed-off-by: Haiyang Zhang > --- > drivers/staging/hv/vmbus_drv.c | 60

Re: [PATCH v2] Move brcm80211 to mainline

2011-08-25 Thread Rafał Miłecki
2011/8/25 Jonas Gorski : > Hi, > > On 25 August 2011 02:20, Henry Ptasinski wrote: >> On Wed, Aug 24, 2011 at 04:41:54PM -0700, Jonas Gorski wrote: >>> Hi Henry, >>> >>> On 25 August 2011 00:28, Henry Ptasinski wrote: >>> > With the latest series of cleanup patches merged in by Greg KH, I'd like

Re: [PATCH v2] Move brcm80211 to mainline

2011-08-25 Thread Rafał Miłecki
2011/8/25 Henry Ptasinski : > With the latest series of cleanup patches merged in by Greg KH, I'd like to > once again propose moving brcm80211 out of staging and into mainline. Henry: a simple question, please explain it to me, what brcmsmac does provide that b43 doesn't? brcmsmac doesn't suppor

Re: [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 09:48:32AM -0700, K. Y. Srinivasan wrote: > Use the newly introduced vmbus ID in the blockvsc driver. Also, do > the associated cleanup. > > Signed-off-by: K. Y. Srinivasan > Signed-off-by: Haiyang Zhang > --- > drivers/staging/hv/blkvsc_drv.c | 23 ++--

[SPAM] Digital Photo Editing Services - Photo Cutout

2011-08-25 Thread Rick
You are receiving this email because we wish you to use our digital photo editing services. Digital Photo Editing Services : We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, phot

[PATCH 3/4] staging: rtl8192e: Fix sparse (non-endian) warnings - Part II

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/r8192E_cmdpkt.c | 10 +- drivers/staging/rtl8192e/r8192E_dev.c | 43 ++--- drivers/staging/rtl8192e/r8192E_firmware.c | 45 +- drivers/staging/rtl8192e/r8192E_phy.c | 38 +++-- drivers/staging/rtl8192e/rtl_core.c

[PATCH 4/4] staging: rtl8192e: Add endian checking switch to Makefile

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/rtl8192e/Makefile b/drivers/staging/rtl8192e/Makefile index fb00749..a66a9ad 100644 --- a/drivers/staging/rtl8192e/Makefile +++ b/drivers/sta

[PATCH 2/4] staging: rtl8192e: Fix sparse (non-endian) messages - Part I

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtl819x_BAProc.c| 24 ++-- drivers/staging/rtl8192e/rtl819x_HTProc.c| 169 ++ drivers/staging/rtl8192e/rtl819x_TSProc.c| 35 +++--- drivers/staging/rtl8192e/rtllib_crypt_ccmp.c |2 +- drivers/sta

[PATCH 1/4] staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pM

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtl819x_BAProc.c| 15 drivers/staging/rtl8192e/rtl819x_TSProc.c|6 ++-- drivers/staging/rtl8192e/rtl_cam.c |4 +- drivers/staging/rtl8192e/rtl_dm.c|4 +- drivers/staging/rtl8192e/rtllib.h

[PATCH 0/4] staging: rtl8192e: Miscellaneouse cleanups

2011-08-25 Thread Larry Finger
This patch set is the last of the cleanups for the new rtl8192e. Signed-off-by: Larry Finger --- Greg, These patches can be pulled from git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E.git Larry Larry Finger (4): staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pM staging:

RE: [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver

2011-08-25 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Thursday, August 25, 2011 2:46 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang > Subject: Re: [PATCH 06/59] Staging:

Re: [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 05:52:10PM +, KY Srinivasan wrote: > > No need to set the field name to nothing. > > > > Hm, this could all be made even smaller with something like the > > USB_DEVICE() macro. How about this instead: > > > > /* IDE guid */ > > static const struct hv_vmbus_device_id i

Re: [PATCH v2] Move brcm80211 to mainline

2011-08-25 Thread Henry Ptasinski
On Thu, Aug 25, 2011 at 03:34:52AM -0700, Jonas Gorski wrote: > > I believe the only SB bus functions that brcmfmac uses are the core reset > > and > > disable functions, and only when initializing the chip to download firmware > > (all other management of the bus is handled by the on-chip CPU).  

RE: [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver

2011-08-25 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Thursday, August 25, 2011 1:36 PM > To: KY Srinivasan > Cc: gre...@suse.de; linux-ker...@vger.kernel.org; > devel@linuxdriverproject.org; virtualizat...@lists.osdl.org; Haiyang Zhang > Subject: Re: [PATCH 06/59] Staging:

Re: [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 09:48:32AM -0700, K. Y. Srinivasan wrote: > Use the newly introduced vmbus ID in the blockvsc driver. Also, do > the associated cleanup. > > Signed-off-by: K. Y. Srinivasan > Signed-off-by: Haiyang Zhang > --- > drivers/staging/hv/blkvsc_drv.c | 23 ++--

Re: [PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Larry Finger
On 08/25/2011 12:18 PM, Greg KH wrote: On Thu, Aug 25, 2011 at 12:10:32PM -0500, Larry Finger wrote: On 08/25/2011 12:02 PM, Greg KH wrote: On Thu, Aug 25, 2011 at 11:58:26AM -0500, Larry Finger wrote: On 08/25/2011 11:52 AM, Greg KH wrote: On Thu, Aug 25, 2011 at 11:48:10AM -0500, Larry Fing

Re: [PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 12:10:32PM -0500, Larry Finger wrote: > On 08/25/2011 12:02 PM, Greg KH wrote: > >On Thu, Aug 25, 2011 at 11:58:26AM -0500, Larry Finger wrote: > >>On 08/25/2011 11:52 AM, Greg KH wrote: > >>>On Thu, Aug 25, 2011 at 11:48:10AM -0500, Larry Finger wrote: > This set of pat

Re: [PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Larry Finger
On 08/25/2011 12:02 PM, Greg KH wrote: On Thu, Aug 25, 2011 at 11:58:26AM -0500, Larry Finger wrote: On 08/25/2011 11:52 AM, Greg KH wrote: On Thu, Aug 25, 2011 at 11:48:10AM -0500, Larry Finger wrote: This set of patches fixes all checkpatch errors and most warnings. The exceptions are a few

[PATCH 10/59] Staging: hv: util: Make hv_utils a vmbus device driver

2011-08-25 Thread K. Y. Srinivasan
In preperation for supporting auto-loading the util driver, make the util driver a vmbus driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_util.c | 64 +- 1 files changed, 63 insertions(+), 1 deletions(-) di

[PATCH 17/59] Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c

2011-08-25 Thread K. Y. Srinivasan
Now that we have implemented a vmbus specific mechanism for auto-loading, get rid of the DMI signature. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc_drv.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/dr

Re: [PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 11:58:26AM -0500, Larry Finger wrote: > On 08/25/2011 11:52 AM, Greg KH wrote: > >On Thu, Aug 25, 2011 at 11:48:10AM -0500, Larry Finger wrote: > >>This set of patches fixes all checkpatch errors and most warnings. The > >>exceptions > >>are a few lines over 80 characters w

[PATCH 11/59] Staging: hv: vmbus: Cleanup vmbus_match()

2011-08-25 Thread K. Y. Srinivasan
Use the preferred mechanism to compare guids in vmbus_match(). Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/vmbus_drv.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv

Re: [PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Larry Finger
On 08/25/2011 11:52 AM, Greg KH wrote: On Thu, Aug 25, 2011 at 11:48:10AM -0500, Larry Finger wrote: This set of patches fixes all checkpatch errors and most warnings. The exceptions are a few lines over 80 characters where there is no obvious place to break the line. The code in these sections

Re: [PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Greg KH
On Thu, Aug 25, 2011 at 11:48:10AM -0500, Larry Finger wrote: > This set of patches fixes all checkpatch errors and most warnings. The > exceptions > are a few lines over 80 characters where there is no obvious place to break > the > line. The code in these sections needs to be refactored. > > A

[PATCH 13/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtl_eeprom.c| 69 +++--- drivers/staging/rtl8192e/rtl_eeprom.h|2 +- drivers/staging/rtl8192e/rtllib_crypt.c |6 +- drivers/staging/rtl8192e/rtllib_crypt.h |8 +- drivers/staging/rtl8192e/rtll

[PATCH 19/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVII

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtl_pci.c | 21 +- drivers/staging/rtl8192e/rtl_pci.h |6 +- drivers/staging/rtl8192e/rtllib_wx.c | 472 +- 3 files changed, 257 insertions(+), 242 deletions(-) diff --git a/drivers/staging/rtl819

[PATCH 09/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VII

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtl_cam.c | 325 ++-- drivers/staging/rtl8192e/rtl_cam.h | 10 +- 2 files changed, 132 insertions(+), 203 deletions(-) diff --git a/drivers/staging/rtl8192e/rtl_cam.c b/drivers/staging/rtl8192e/rtl_cam.c

[PATCH 08/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VI

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtl819x_Qos.h| 245 +++ drivers/staging/rtl8192e/rtl819x_TS.h |2 + drivers/staging/rtl8192e/rtl819x_TSProc.c | 373 + 3 files changed, 312 insertions(+), 308 deletions(-) diff --gi

[PATCH 18/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVI

2011-08-25 Thread Larry Finger
This patch removes all the errors and most of the warnings generated by checkpatch -f for rtllib_softmac_tx.c.. Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtllib_tx.c | 504 +- 1 files changed, 258 insertions(+), 246 deletions(-) diff --git a/d

[PATCH 17/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XV

2011-08-25 Thread Larry Finger
This patch removes all the errors and warnings generated by checkpatch -f for rtllib_softmac_wx.c.. Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtllib_softmac_wx.c | 177 +- 1 files changed, 90 insertions(+), 87 deletions(-) diff --git a/drivers/staging/rtl

[PATCH 05/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/r8192E_dev.h | 30 +- drivers/staging/rtl8192e/r8192E_firmware.c | 156 +++-- drivers/staging/rtl8192e/r8192E_firmware.h |4 +- drivers/staging/rtl8192e/r8192E_hw.h | 76 ++- drivers/staging/rtl8192e/r8192E_hwimg.c|

[PATCH 03/20] staging: rtl8192e: Remove extraneous log message

2011-08-25 Thread Larry Finger
The driver logs all DHCP transactions and thus spams the logs. Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/rtllib_tx.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c index d03b5

[PATCH 02/20] staging: rtl8192e: Modify time handling

2011-08-25 Thread Larry Finger
In several places, the driver keeps times (in jiffies) in two 32-bit quantities. In the rtl8192_hw_to_sleep(), there is an error in the calculation of the difference between two 64-bit quantities. Rather than fix that error, I have converted to a single 64-bit number. That makes the code be much cl

[PATCH 01/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I

2011-08-25 Thread Larry Finger
Signed-off-by: Larry Finger --- drivers/staging/rtl8192e/r8190P_def.h | 72 ++-- drivers/staging/rtl8192e/r8190P_rtl8256.c | 186 ++-- drivers/staging/rtl8192e/r8190P_rtl8256.h | 11 +- drivers/staging/rtl8192e/r8192E_cmdpkt.c | 196 -

[PATCH 00/20] staging: rtl8192r: Clean up most checkpatch errors and warnings

2011-08-25 Thread Larry Finger
This set of patches fixes all checkpatch errors and most warnings. The exceptions are a few lines over 80 characters where there is no obvious place to break the line. The code in these sections needs to be refactored. Also included is a patch to use a 64-bit quantity to store the time in jiffies

[PATCH 59/59] Staging: hv: netvsc: Change the jump label Exit to exit

2011-08-25 Thread K. Y. Srinivasan
Change the jump lable "Exit" to "exit". Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c index 79d

[PATCH 57/59] Staging: hv: mouse: Get rid of the unused PCI signature

2011-08-25 Thread K. Y. Srinivasan
Get rid of the unused PCI signature in the mouse driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_mouse.c | 22 -- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/stagin

[PATCH 56/59] Staging: hv: mouse: Change the jump label Cleanup to cleanup

2011-08-25 Thread K. Y. Srinivasan
Change the jump label "Cleanup" to "cleanup". Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_mouse.c | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mous

[PATCH 55/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c index a71f29d..f0d1

[PATCH 50/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index f7f4957..b6e1fb9 100644 --- a/

[PATCH 58/59] Staging: hv: netvsc: Change the jump label Cleanup to cleanup

2011-08-25 Thread K. Y. Srinivasan
Change the jump label "Cleanup" to "cleanup". Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/sta

[PATCH 37/59] Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c index 915aeee..22ac6f2 100644 --- a

[PATCH 53/59] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes and cleanup some error paths. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rn

[PATCH 40/59] Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c

2011-08-25 Thread K. Y. Srinivasan
Get rid of some unnecessary DPRINTs from storvsc.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc.c | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c

[PATCH 02/59] Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux

2011-08-25 Thread K. Y. Srinivasan
Replace struct hv_guid with the uuid type already defined in Linux. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/blkvsc_drv.c | 18 +++--- drivers/staging/hv/channel.c |4 +- drivers/staging/hv/channel_mgmt.c | 50 ++--- drivers/stag

[PATCH 23/59] Staging: hv: vmbus: Get rid of some unnecessary comments

2011-08-25 Thread K. Y. Srinivasan
Get rid of some unnecessary comments. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/vmbus_drv.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index dbb51b0..e467c56

[PATCH 15/59] Staging: hv: storvsc: Get rid of the DMI signature

2011-08-25 Thread K. Y. Srinivasan
Now that we have implemented a vmbus specific mechanism for auto-loading, get rid of the DMI signature. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 22 -- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git

[PATCH 31/59] Staging: hv: vmbus: Change the variable name openInfo to open_info in channel.c

2011-08-25 Thread K. Y. Srinivasan
Change the variable name openInfo to open_info in channel.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/channel.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/hv/channel.c b/drivers/sta

[PATCH 43/59] Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index c245698..956f01

[PATCH 07/59] Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver

2011-08-25 Thread K. Y. Srinivasan
Use the newly introduced vmbus ID in storvsc driver. Also, do the assciated cleanup. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c | 25 ++--- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/stagi

[PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver

2011-08-25 Thread K. Y. Srinivasan
Use the newly introduced vmbus ID in the blockvsc driver. Also, do the associated cleanup. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/blkvsc_drv.c | 23 ++- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/drivers/sta

[PATCH 35/59] Staging: hv: vmbus: Retry vmbus_post_msg() before giving up

2011-08-25 Thread K. Y. Srinivasan
The function hv_post_msg() can fail because of transient resource conditions. It may be useful to retry the operation. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- arch/x86/include/asm/hyperv.h |1 + drivers/staging/hv/connection.c | 18 +- 2 files ch

[PATCH 14/59] Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c

2011-08-25 Thread K. Y. Srinivasan
Get rid of an unnecessary include line in vmbus_drv.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/vmbus_drv.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index a

[PATCH 19/59] Staging: hv: util: Get rid of the PCI signature in hv_util.c

2011-08-25 Thread K. Y. Srinivasan
Now that we have implemented a vmbus specific mechanism for auto-loading, get rid of the PCI signature. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_util.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/staging/h

[PATCH 48/59] Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index 5703fd7..9cc126b 100644

[PATCH 54/59] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c index f5f3052..a7

[PATCH 32/59] Staging: hv: vmbus: Cleanup error values in ringbuffer.c

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux errno values in ringbuffer.c and do the associated cleanup in the clients. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/blkvsc_drv.c |2 +- drivers/staging/hv/netvsc.c |2 +- drivers/staging/hv/ring_buffer.c |6 +++---

[PATCH 51/59] Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c index dbb5201..8e

[PATCH 30/59] Staging: hv: vmbus: Get rid of unnecessary comments in channel.c

2011-08-25 Thread K. Y. Srinivasan
Get rid of unnecessary comments in channel.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/channel.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index ebd7552..e020

[PATCH 25/59] Staging: hv: vmbus: Cleanup error handling in hv_init()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/hv/hv.c b/drivers/staging/hv/hv.c index d2b921b..736794e 100644 --- a/drivers/s

[PATCH 45/59] Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/netvsc_drv.c b/drivers/staging/hv/netvsc_drv.c index 77f9236..e7c61d6 100

[PATCH 36/59] Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error values and cleanup error handling. I would like to acknowledge Andre Bartke (andre.bar...@gmail.com) for highlighting this problem. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc.c | 12 ++-- 1 files changed, 6 inse

[PATCH 27/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()

2011-08-25 Thread K. Y. Srinivasan
Get rid of the function dump_gpadl_body() since it adds no value and actually is in the data path. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/channel.c | 20 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/drivers/s

[PATCH 05/59] Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver

2011-08-25 Thread K. Y. Srinivasan
In preparation for supporting auto-loading Hyper-V drivers using vmbus specific aliases, introduce vmbus ID space in struct hv_driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hyperv.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff -

[PATCH 24/59] Staging: hv: vmbus: Cleanup unnecessary comments in hv.c

2011-08-25 Thread K. Y. Srinivasan
Cleanup unnecessary comments in hv.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/staging/hv/hv.c b/drivers/staging/hv/hv.c index 2192d78..d2b921b 100644 --- a/dr

[PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code

2011-08-25 Thread K. Y. Srinivasan
Now generate appropriate uevent based on the modalias string. As part of this, cleanup the existing uevent code. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/vmbus_drv.c | 60 1 files changed, 12 insertions(+), 48

[PATCH 26/59] Staging: hv: vmbus: Get rid of unnecessay comments in connection.c

2011-08-25 Thread K. Y. Srinivasan
Get rid of unnecessay comments in connection.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/connection.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/connection.c b/drivers/staging/hv/connection.c index e6b4

[PATCH 47/59] Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index baa0c8d..5703fd7 100644

[PATCH 42/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index 1e49879..c245698

[PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver

2011-08-25 Thread K. Y. Srinivasan
Get rid of the unused "name" field in struct hv_driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hyperv.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/hyperv.h b/drivers/staging/hv/hyperv.h index b8199f4.

[PATCH 21/59] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()

2011-08-25 Thread K. Y. Srinivasan
Now, get rid of the empty function netvsc_initialize(). Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hyperv_net.h |1 - drivers/staging/hv/netvsc.c |9 - drivers/staging/hv/netvsc_drv.c |3 --- 3 files changed, 0 insertions(+), 13 d

[PATCH 08/59] Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver

2011-08-25 Thread K. Y. Srinivasan
Use the newly introduced vmbus ID in netvsc driver. Also, do the associated cleanup. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc.c | 10 -- drivers/staging/hv/netvsc_drv.c | 16 2 files changed, 16 insertions(+), 10

[PATCH 46/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()

2011-08-25 Thread K. Y. Srinivasan
Cleanup error return codes in netvsc_destroy_recv_buf(). Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index b89ac

[PATCH 09/59] Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver

2011-08-25 Thread K. Y. Srinivasan
Use the newly introduced vmbus ID in mouse driver. Also, do the associated cleanup. Since the mouse driver is not functional, we disable the autoloading of this driver. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_mouse.c | 27 ++--

[PATCH 39/59] Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c index 2b73f72..2b914e4 100644 --- a

[PATCH 38/59] Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()

2011-08-25 Thread K. Y. Srinivasan
Cleanup error handling in storvsc_connect_to_vsp(). Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c index 22ac6f2..

[PATCH 01/59] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature

2011-08-25 Thread K. Y. Srinivasan
VMBUS is an ACPI enumerated device, get rid of the PCI signature. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/vmbus_drv.c | 13 - 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/stagin

[PATCH 41/59] Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c

2011-08-25 Thread K. Y. Srinivasan
Fix/cleanup some dated comments in storvsc.c. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/storvsc.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c index 3730f3f..

[PATCH 52/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/rndis_filter.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/hv/rndis_filter.c b/drivers/staging/hv/rndis_filter.c index 8e1ef00..f268

[PATCH 49/59] Staging: hv: netvsc: Cleanup error return values in netvsc_send()

2011-08-25 Thread K. Y. Srinivasan
Use standard Linux error codes. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/netvsc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index 9cc126b..f7f4957 100644 --- a/

[PATCH 28/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_header()

2011-08-25 Thread K. Y. Srinivasan
Get rid of the function dump_gpadl_header() as this adds no value. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/channel.c | 28 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/drivers/staging/hv/channel.c b/dr

[PATCH 04/59] Staging: hv: Add code to parse struct hv_vmbus_device_id table

2011-08-25 Thread K. Y. Srinivasan
Add code to parse struct hv_vmbus_device_id table. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- scripts/mod/file2alias.c | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c inde

[PATCH 18/59] Staging: hv: util: Get rid of the DMI signature in hv_util.c

2011-08-25 Thread K. Y. Srinivasan
Now that we have implemented a vmbus specific mechanism for auto-loading, get rid of the DMI signature. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang --- drivers/staging/hv/hv_util.c | 20 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/driv

  1   2   >