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 "[
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,
>
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
> -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
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
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
> -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:
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
> -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
> -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:
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
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
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
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
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
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
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:
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
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
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
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 ++--
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
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
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
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
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
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:
> -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:
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
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).
> -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:
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 ++--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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|
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
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
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 -
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 +++---
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
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
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
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
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
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
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 -
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
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
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
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
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
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.
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
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
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
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 ++--
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
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..
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
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..
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
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/
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
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
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 - 100 of 181 matches
Mail list logo