Re: [PATCH linux-next] staging: r8192ee: Adapt flush function prototype

2014-06-20 Thread Vincent
On 06/20/2014 02:19 AM, Greg Kroah-Hartman wrote: (..) This doesn't apply as I think it's already done part of a merge... You are right, it seems to be in f9da455b93f6. Thanks for your concern! Best regards, V. ___ devel mailing list de...@linuxdr

Re: [PATCH 3/8] wlan-ng/prism2mgmt:checkpatch: Insert blank line

2014-06-20 Thread Dan Carpenter
On Thu, Jun 19, 2014 at 01:11:40PM -0700, j...@joshtriplett.org wrote: > On Thu, Jun 19, 2014 at 09:20:15PM +0200, Johannes Stadlinger wrote: > > This patch inserts a blank line after a declaration to avoid checkpatch > > warning. > > > > Signed-off-by: Johannes Stadlinger > > Signed-off-by: Maxi

Re: [PATCH v3 01/05] staging: emxx_udc: Add Emma Mobile USB Gadget driver

2014-06-20 Thread Paul Bolle
his point DT bindings are clearly lacking and I doubt that the > driver even can run with multiple instances (global variables, hurray!). > > Signed-off-by: Magnus Damm > --- This patch appeared in linux-next (ie, next-20140620). >[...] > --- /dev/null > +++ work/drivers/sta

Re: [PATCH net-next] hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event

2014-06-20 Thread Dan Carpenter
On Thu, Jun 19, 2014 at 06:34:36PM -0700, Haiyang Zhang wrote: > @@ -589,7 +590,19 @@ void netvsc_linkstatus_callback(struct hv_device > *device_obj, > net_device = hv_get_drvdata(device_obj); > rdev = net_device->extension; > > - rdev->link_state = status != 1; > + switch (i

Re: [PATCH] staging: dgap: make dgap_found_board() return a brd pointer

2014-06-20 Thread Dan Carpenter
On Fri, Jun 20, 2014 at 02:19:58PM +0900, Daeseok Youn wrote: > - rc = dgap_found_board(pdev, ent->driver_data, dgap_numboards); > - if (rc) > + brd = dgap_found_board(pdev, ent->driver_data, dgap_numboards); > + if (IS_ERR(brd)) > return rc; return ER

[PATCH] staging/cptm1217: fix checkpatch warnings about else clause

2014-06-20 Thread Evgeny Budilovsky
Signed-off-by: Evgeny Budilovsky --- drivers/staging/cptm1217/clearpad_tm1217.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/staging/cptm1217/clearpad_tm1217.c b/drivers/staging/cptm1217/clearpad_tm1217.c index ca4c2c6..edf9ff2 100644 --- a/driver

Re: [PATCH] staging: dgap: make dgap_found_board() return a brd pointer

2014-06-20 Thread DaeSeok Youn
Hi, Dan. 2014-06-20 18:09 GMT+09:00 Dan Carpenter : > On Fri, Jun 20, 2014 at 02:19:58PM +0900, Daeseok Youn wrote: >> - rc = dgap_found_board(pdev, ent->driver_data, dgap_numboards); >> - if (rc) >> + brd = dgap_found_board(pdev, ent->driver_data, dgap_numboards); >> + if (IS_ERR(

[PATCH V2] staging: dgap: make dgap_found_board() return a brd pointer

2014-06-20 Thread Daeseok Youn
Make dgap_found_board() return a brd pointer and that brd pointer assign to dgap_board[] in the end of the dgap_init_one(). Signed-off-by: Daeseok Youn --- V2: change return value properly. update error handling, if one of functions in dgap_init_one() is failed, do not need to set dgap_bo

Re: [PATCH V2] staging: dgap: make dgap_found_board() return a brd pointer

2014-06-20 Thread Dan Carpenter
On Fri, Jun 20, 2014 at 06:21:50PM +0900, Daeseok Youn wrote: > Make dgap_found_board() return a brd pointer and that brd pointer > assign to dgap_board[] in the end of the dgap_init_one(). > > Signed-off-by: Daeseok Youn Looks nice, thanks. Reviewed-by: Dan Carpenter regards, dan carpenter

Re: Anybody working on netlogic?

2014-06-20 Thread Kristina Martšenko
Great, thanks for the quick response. I saw the patches, hope to see more soon! Kristina On 18/06/14 15:16, Ganesan Ramalingam wrote: > Hi Kristina, > > We are working on next set of patches for this driver, it is in final stage, > will be posting it soon. > > Thanks, > Ganesan > > -Orig

Unpaid settlement.

2014-06-20 Thread Irene
Contact me to receive your unpaid settlement. Regards, Irene ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: Anybody working on crystalhd?

2014-06-20 Thread Kristina Martšenko
On 19/06/14 04:03, Greg KH wrote: > On Thu, Jun 19, 2014 at 12:07:38AM +, Naren (Narendra) Sankar wrote: >> We have EOL this part and have not been selling it for a while and there has >> been no new customer interest in a long time. >> >> So I am also ok with this moving off the kernel and be

Re: [PATCH] staging: rtl8712: rtl871x_ioctl_linux.c: Cleaning up useless if statement

2014-06-20 Thread Rickard Strandqvist
Hi It's a bit confusing with this, I have received a lot of complaints that I have not had a cover letter. When should I include it? In an obvious patching. But where there's a need to explain anything further should have a cover letter. In this case, I suspected that there is a missed special ca

Re: [PATCH] staging: rtl8712: rtl871x_ioctl_linux.c: Cleaning up useless if statement

2014-06-20 Thread Dan Carpenter
On Fri, Jun 20, 2014 at 12:46:33PM +0200, Rickard Strandqvist wrote: > Hi > > It's a bit confusing with this, I have received a lot of complaints > that I have not had a cover letter. > When should I include it? In an obvious patching. But where there's a > need to explain anything further should

[-next] comedi I/O accessor name clashes

2014-06-20 Thread Geert Uytterhoeven
commit 9c340ac934dbbfd46e776465b08391baac32d486 Author: H Hartley Sweeten Date: Thu May 29 10:56:32 2014 -0700 staging: comedi: ni_stc.h: add read/write callbacks to struct ni_private --- a/drivers/staging/comedi/drivers/ni_stc.h +++ b/drivers/staging/comedi/drivers/ni_stc.h @@ -1421,6 +14

Re: [-next] comedi I/O accessor name clashes

2014-06-20 Thread Ian Abbott
On 2014-06-20 12:07, Geert Uytterhoeven wrote: commit 9c340ac934dbbfd46e776465b08391baac32d486 Author: H Hartley Sweeten Date: Thu May 29 10:56:32 2014 -0700 staging: comedi: ni_stc.h: add read/write callbacks to struct ni_private --- a/drivers/staging/comedi/drivers/ni_stc.h +++ b/driv

[PATCH] staging: crystalhd: Do not mix integers and user pointers

2014-06-20 Thread Lubomir Rintel
Fixes the following sparse warnings: crystalhd/crystalhd_lnx.c:227:61: warning: incorrect type in argument 3 (different base types) crystalhd/crystalhd_lnx.c:227:61:expected unsigned long [unsigned] ua crystalhd/crystalhd_lnx.c:227:61:got void [noderef] *ua crystalhd/crystalhd_lnx

Re: [PATCH] staging: imx-drm: ipu-v3: ipu-common.c: Cleaning up return of uninitialized variable

2014-06-20 Thread Rickard Strandqvist
Hi The mainline form about Jun 6. And now it is in drivers/gpu/ipu-v3/ipu-common.c Still with the same error. Sorry, I have started to compare to linux-next, but I do it as: diff `find . ../linux-next/ -name ipu-common.c` So missed that the file had moved :-/ Ok, I send a new patch then.. Kin

Re: [-next] comedi I/O accessor name clashes

2014-06-20 Thread Geert Uytterhoeven
Hi Ian, On Fri, Jun 20, 2014 at 1:12 PM, Ian Abbott wrote: >> drivers/staging/comedi/drivers/ni_atmio.c:318:38: error: macro >> "writew" passed 3 arguments, but takes just 2 > Thanks, but Hartley has already fixed it and Greg has applied it to his > staging-next branch. It should wend it's merr

Re: [PATCH] staging: crystalhd: Do not mix integers and user pointers

2014-06-20 Thread Dan Carpenter
On Fri, Jun 20, 2014 at 01:16:17PM +0200, Lubomir Rintel wrote: > Fixes the following sparse warnings: > > crystalhd/crystalhd_lnx.c:227:61: warning: incorrect type in argument 3 > (different base types) > crystalhd/crystalhd_lnx.c:227:61:expected unsigned long [unsigned] ua > crystalhd

Re: [PATCH 0/6] staging: comedi: ni_stc.h: remove i/o callbacks from ni_private

2014-06-20 Thread Ian Abbott
On 2014-06-19 18:20, H Hartley Sweeten wrote: The kbuild test robot pointed out some build errors on ARCH=ia64 of this type: drivers/staging/comedi/drivers/ni_pcimio.c:1105:42: error: macro "writew" passed 3 arguments, but takes just 2 It appears the read[lwb]/write[lwb] callabacks in struct ni

[PATCH 2/2 v3] staging: comedi: ni_daq_700: add AI range and input mode switching

2014-06-20 Thread Ian Abbott
From: Fred Brooks Add support for switching the input range and the single-ended/ differential input mode for the AI subdevice. We needed to clear the FIFO of data before the conversion to handle card mode switching glitches. [ Minor whitespace fixes and driver comment reformatting. - Ian ] S

Re: [PATCH 2/2 v3] staging: comedi: ni_daq_700: add AI range and input mode switching

2014-06-20 Thread Ian Abbott
On 2014-06-20 12:53, Ian Abbott wrote: From: Fred Brooks Add support for switching the input range and the single-ended/ differential input mode for the AI subdevice. We needed to clear the FIFO of data before the conversion to handle card mode switching glitches. [ Minor whitespace fixes and

[PATCH] staging/lustre: disable virtual block device for 64K pages

2014-06-20 Thread Arnd Bergmann
The lustre virtual block device cannot handle 64K pages and fails at compile time. To avoid running into this error, let's disable the Kconfig option for this driver in cases it doesn't support. Reported-by: Dann Frazier Signed-off-by: Arnd Bergmann --- On Thursday 19 June 2014 12:10:51 Greg KH

[PATCH] staging: comedi: describe struct comedi_async

2014-06-20 Thread Ian Abbott
Describe `struct comedi_async` in kerneldoc format. Expand on the members involved in reading/writing the buffer. Signed-off-by: Ian Abbott --- This replaces a previous patch titled "staging: comedi: describe members involved when reading/writing buffer", Message-ID: <1401970286-32676-1-git-send

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 44 - 1 file changed

[PATCH] Staging: serqt_usb2: fixed blank line style warning in serqt_usb2.c

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes the following warning: WARNING: Missing a blank line after declarations Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/serqt_usb2/serqt_usb2.c b/dri

Re: [PATCH]staging: rtl8821ae: translate some comments

2014-06-20 Thread Toralf Förster
On 06/20/2014 02:20 AM, Greg KH wrote: > On Mon, Jun 16, 2014 at 07:35:34PM +0200, Toralf Förster wrote: >> comments were translated with https://translate.google.com/ >> this enables python to parse that file right > > This patch fails to apply :( > > seems, that the CR at line 3741 is a the cu

[PATCH] v2 staging: translates 3 comments into english in HalBtc8812a1Ant.c

2014-06-20 Thread Toralf Förster
Signed-off-by: Toralf Förster --- drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c b/drivers/staging/rtl8821ae/btcoexist/HalBtc8812a1Ant.c index 5a54bb1..

[PATCH] Fixed coding style problem

2014-06-20 Thread rbasukala
--- drivers/staging/netlogic/xlr_net.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/netlogic/xlr_net.c b/drivers/staging/netlogic/xlr_net.c index e320d6b..3ad48a0 100644 --- a/drivers/staging/netlogic/xlr_net.c +++ b/drivers/staging/netlogic/xlr_net.c @

[PATCH 00/41] Cleanup and consolidate efuse related code.

2014-06-20 Thread navin patidar
navin patidar (41): staging: rtl8188eu: Rename hal_EfusePowerSwitch_RTL8188E() staging: rtl8188eu: Remove rtl8188e_ReadEFuse() staging: rtl8188eu: Remove unused function ReadEFuse_Pseudo() staging: rtl8188eu: Remove rtl8188e_EfuseGetCurrentSize() staging: rtl8188eu: Remove unused functio

[PATCH 01/41] staging: rtl8188eu: Rename hal_EfusePowerSwitch_RTL8188E()

2014-06-20 Thread navin patidar
Rename hal_EfusePowerSwitch_RTL8188E() to rtl8188e_EfusePowerSwitch() and remove original rtl8188e_EfusePowerSwitch(), so that driver can call hal_EfusePowerSwitch_RTL8188E() directly without going through rtl8188e_EfusePowerSwitch(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/ha

[PATCH 02/41] staging: rtl8188eu: Remove rtl8188e_ReadEFuse()

2014-06-20 Thread navin patidar
rtl8188e_ReadEFuse() checks bool bPseudoTest and then calls suitable function to read Fuse, ReadEFuseByIC() also does same thing. So use ReadEFuseByIC() and drop rtl8188e_ReadEFuse(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 12 +--- 1 file c

[PATCH 04/41] staging: rtl8188eu: Remove rtl8188e_EfuseGetCurrentSize()

2014-06-20 Thread navin patidar
rtl8188e_EfuseGetCurrentSize() checks bool bPseudoTest and then calls suitable function to get efuse size, hal_EfuseGetCurrentSize_8188e() also does same thing. So use hal_EfuseGetCurrentSize_8188e() and drop rtl8188e_EfuseGetCurrentSize(). Signed-off-by: navin patidar --- drivers/staging/rtl81

[PATCH 03/41] staging: rtl8188eu: Remove unused function ReadEFuse_Pseudo()

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c index 1d6224a..b7066cb 100644 --- a/drivers/staging

[PATCH 05/41] staging: rtl8188eu: Remove unused function Hal_EfuseGetCurrentSize_Pseudo()

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c index 84393aa..8bd7205 100644 --- a/drivers/stag

[PATCH 06/41] staging: rtl8188eu: Remove function Hal_EFUSEGetEfuseDefinition_Pseudo88E()

2014-06-20 Thread navin patidar
Definition of Hal_EFUSEGetEfuseDefinition_Pseudo88E() is identical to Hal_EFUSEGetEfuseDefinition88E(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 65 - 1 file changed, 65 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl

[PATCH 11/41] staging: rtl8188eu: rtw_efuse.c: Remove unnecessary function declaration

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index 7752efd..bae0fca 100644 --- a/drivers/stagin

[PATCH 07/41] staging: rtl8188eu: Rename Hal_EFUSEGetEfuseDefinition88E()

2014-06-20 Thread navin patidar
Rename Hal_EFUSEGetEfuseDefinition88E() to rtl8188e_EFUSE_GetEfuseDefinition() and remove original rtl8188e_EFUSE_GetEfuseDefinition(), so that driver can call Hal_EFUSEGetEfuseDefinition88E() directly without going through rtl8188e_EFUSE_GetEfuseDefinition(). Signed-off-by: navin patidar --- dr

[PATCH 08/41] staging: rtl8188eu: assign hal_EfusePgPacketRead_8188e() to ->Efuse_PgPacketRead

2014-06-20 Thread navin patidar
assign hal_EfusePgPacketRead_8188e() to ->Efuse_PgPacketRead directly instead of going through many functions. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 29 + 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/drivers/st

[PATCH 10/41] staging:rtl8188eu: Assign rtl8188e_Efuse_WordEnableDataWrite() to ->Efuse_WordEnableDataWrite

2014-06-20 Thread navin patidar
Assign rtl8188e_Efuse_WordEnableDataWrite() to ->Efuse_WordEnableDataWrite instead of going through many functions. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 21 + 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/drive

[PATCH 09/41] staging:rtl8188eu:assign hal_EfusePgPacketWrite_8188e() to ->Efuse_PgPacketWrite

2014-06-20 Thread navin patidar
assign hal_EfusePgPacketWrite_8188e() to ->Efuse_PgPacketWrite directly instead of going through many functions. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 29 + drivers/staging/rtl8188eu/include/hal_intf.h |2 +- 2 files c

[PATCH 12/41] staging: rtl8188eu: Rename rtl8188e_EFUSE_GetEfuseDefinition()

2014-06-20 Thread navin patidar
Rename rtl8188e_EFUSE_GetEfuseDefinition() to EFUSE_GetEfuseDefinition() and remove original EFUSE_GetEfuseDefinition() function, so that driver can call rtl8188e_EFUSE_GetEfuseDefinition() directly without going through EFUSE_GetEfuseDefinition(). Signed-off-by: navin patidar --- drivers/stagin

[PATCH 13/41] staging: rtl8188eu: Rename hal_EfuseGetCurrentSize_8188e()

2014-06-20 Thread navin patidar
Rename hal_EfuseGetCurrentSize_8188e() to Efuse_GetCurrentSize() and remove original Efuse_GetCurrentSize() function, so that driver can call hal_EfuseGetCurrentSize_8188e() directly without going through Efuse_GetCurrentSize(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw

[PATCH 14/41] staging: rtl8188eu: Rename rtl8188e_EfusePowerSwitch() to Efuse_PowerSwitch()

2014-06-20 Thread navin patidar
Rename rtl8188e_EfusePowerSwitch() to Efuse_PowerSwitch() and remove original Efuse_PowerSwitch() function, so that driver can call rtl8188e_EfusePowerSwitch() directly without going through Efuse_PowerSwitch(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|

[PATCH 15/41] staging: rtl8188eu: Rename function Hal_EfuseWordEnableDataWrite()

2014-06-20 Thread navin patidar
Rename Hal_EfuseWordEnableDataWrite() to Efuse_WordEnableDataWrite() and remove original EFUSE_GetEfuseDefinition() function, so that driver can call Hal_EfuseWordEnableDataWrite() directly without going through Efuse_WordEnableDataWrite(). Signed-off-by: navin patidar --- drivers/staging/rtl818

[PATCH 16/41] staging: rtl8188eu: Remove function Hal_EfuseReadEFuse88E()

2014-06-20 Thread navin patidar
Hal_EfuseReadEFuse88E() is called in ReadEFuseByIC(), when bPseudoTest is true but it's always false. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 136 - 1 file changed, 136 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8

[PATCH 17/41] staging: rtl8188eu: Rename function ReadEFuseByIC() to efuse_ReadEFuse()

2014-06-20 Thread navin patidar
Rename ReadEFuseByIC() to efuse_ReadEFuse() and remove original efuse_ReadEFuse() function, so that driver can call ReadEFuseByIC() directly without going through efuse_ReadEFuse(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 21 - d

[PATCH 18/41] staging: rtl8188eu: Rename hal_EfusePgPacketRead_8188e() to Efuse_PgPacketRead()

2014-06-20 Thread navin patidar
Rename hal_EfusePgPacketRead_8188e() to Efuse_PgPacketRead() and remove original EFUSE_GetEfuseDefinition() function, so that driver can call hal_EfusePgPacketRead_8188e() directly without going through Efuse_PgPacketRead(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efu

[PATCH 20/41] staging: rtl8188eu: Remove function Efuse_Write1ByteToFakeContent()

2014-06-20 Thread navin patidar
Efuse_Write1ByteToFakeContent() is used only in efuse_OneByteWrite(), when pseudo is true, but pseudo is always false. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 20 1 file changed, 20 deletions(-) diff --git a/drivers/staging/rtl8188eu/

[PATCH 19/41] staging: rtl8188eu: Rename hal_EfusePgPacketWrite_8188e()

2014-06-20 Thread navin patidar
Rename hal_EfusePgPacketWrite_8188e() to Efuse_PgPacketWrite() and remove original Efuse_PgPacketWrite() function, so that driver can call hal_EfusePgPacketWrite_8188e() directly without going through Efuse_PgPacketWrite(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efus

[PATCH 22/41] staging: rtl8188eu: Remove function rtw_BT_efuse_map_write()

2014-06-20 Thread navin patidar
rtl8188eu is not a wifi/bluetooth combo device, so remove bluetooth related code. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 97 drivers/staging/rtl8188eu/include/rtw_efuse.h |2 - drivers/staging/rtl8188eu/os_dep/ioctl_linux

[PATCH 25/41] staging: rtl8188eu: Remove unused function ReadEFuseByte()

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 47 - drivers/staging/rtl8188eu/include/rtw_efuse.h |1 - 2 files changed, 48 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw

[PATCH 28/41] staging: rtl8188eu: efuse_OneByteWrite(): Remove unused parameter bool test

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|4 +-- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 28 ++--- drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --g

[PATCH 21/41] staging: rtl8188eu: Remove function Efuse_Read1ByteFromFakeContent()

2014-06-20 Thread navin patidar
Efuse_Read1ByteFromFakeContent() is never called because pseudo is always false in Efuse_CalculateWordCnts() and efuse_OneByteRead(). Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 23 --- 1 file changed, 23 deletions(-) diff --git a/drivers/

[PATCH 23/41] staging: rtl8188eu: Remove unused function Efuse_PgPacketWrite_BT()

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c |9 - drivers/staging/rtl8188eu/include/hal_intf.h |3 --- 2 files changed, 12 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index 9

[PATCH 24/41] staging: rtl8188eu: Remove function rtw_BT_efuse_map_read()

2014-06-20 Thread navin patidar
rtl8188eu is not a wifi/bluetooth combo device, so remove bluetooth related code. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 17 -- drivers/staging/rtl8188eu/include/rtw_efuse.h |2 - drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 78

[PATCH 26/41] staging: rtl8188eu: Remove unused function EFUSE_Read1Byte()

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 59 - drivers/staging/rtl8188eu/include/rtw_efuse.h |1 - 2 files changed, 60 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw

[PATCH 27/41] staging: rtl8188eu: efuse_OneByteRead():Remove unused parameter bool test

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|4 +- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 44 ++--- drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +- 3 files changed, 25 insertions(+), 25 deletions(-) diff --gi

[PATCH 39/41] staging: rtl8188eu: rtw_efuse.c: Remove unused local variables

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index a0204ed..26d1d51 100644 --- a/drivers/staging/rtl818

[PATCH 34/41] staging: rtl8188eu: hal_EfuseCheckIfDatafollowed(): Remove unused parameter

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c index 1945099..ed9e42c 100644 --- a/dri

[PATCH 38/41] staging: rtl8188eu: rtw_efuse.c: Remove unused global variables

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/include/rtw_efuse.h | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/rtw_efuse.h b/drivers/staging/rtl8188eu/include/rtw_efuse.h index 00f8797..b608b92 100644 --- a/drivers/stagi

[PATCH 33/41] staging: rtl8188eu: Efuse_WordEnableDataWrite(): Remove unused parameter test

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |8 drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl

[PATCH 35/41] staging: rtl8188eu: Remove bool bPseudoTest parameter from efuse functions

2014-06-20 Thread navin patidar
In most of the functions bPseudoTest is not used and in remaining ones it's always false. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|2 +- drivers/staging/rtl8188eu/core/rtw_mp_ioctl.c |4 +- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |

[PATCH 29/41] staging: rtl8188eu: efuse_ReadEFuse(): Remove parameter bool bPseudoTest

2014-06-20 Thread navin patidar
bPseudoTest is always false. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|4 ++-- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 20 ++-- drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +- 3 files changed, 9 insertions(+

[PATCH 32/41] staging: rtl8188eu: EFUSE_ShadowMapUpdate():Remove unused parameter bool test

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|3 +-- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |4 ++-- drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/stagin

[PATCH 40/41] staging: rtl8188eu: rtw_efuse.c: Remove unnecessary comments

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 125 ++-- 1 file changed, 24 insertions(+), 101 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index 26d1d51..7eb8946 100644

[PATCH 41/41] staging: rtl8188eu: Move all efuse related code to rtw_efuse.c

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 871 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 875 + drivers/staging/rtl8188eu/include/rtl8188e_hal.h |2 + 3 files changed, 875 insertions(+), 873 dele

[PATCH 31/41] staging: rtl8188eu: Efuse_ReadAllMap(): Remove unused parameter bool test

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index dfbb774..c7ea214 100644 --- a/drivers/staging/rtl8

[PATCH 36/41] staging: rtl8188eu: rtl8188e_hal_init.c: Remove forward declarations

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c index 0de4a91..cf94e46 100644 --- a/

[PATCH 37/41] staging: rtl8188eu: hal_EfusePartialWriteCheck(): Remove bluetooth specific code

2014-06-20 Thread navin patidar
Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c index cf94e46..10ff404 100644 -

Re: [PATCH] staging: crystalhd: Do not mix integers and user pointers

2014-06-20 Thread Greg Kroah-Hartman
On Fri, Jun 20, 2014 at 02:34:26PM +0300, Dan Carpenter wrote: > On Fri, Jun 20, 2014 at 01:16:17PM +0200, Lubomir Rintel wrote: > > Fixes the following sparse warnings: > > > > crystalhd/crystalhd_lnx.c:227:61: warning: incorrect type in argument 3 > > (different base types) > > crystalhd/cr

[PATCH 30/41] staging: rtl8188eu: Efuse_GetCurrentSize(): Remove parameter bool test

2014-06-20 Thread navin patidar
test is always false. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/core/rtw_efuse.c|2 +- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 16 +--- drivers/staging/rtl8188eu/include/rtw_efuse.h |2 +- 3 files changed, 7 insertions(+), 13 deletio

Re: [PATCH] Fixed coding style problem

2014-06-20 Thread Greg KH
On Fri, Jun 20, 2014 at 10:50:09AM -0400, rbasukala wrote: > --- > drivers/staging/netlogic/xlr_net.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/netlogic/xlr_net.c > b/drivers/staging/netlogic/xlr_net.c > index e320d6b..3ad48a0 100644 > --- a/dr

Re: [PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Greg KH
On Fri, Jun 20, 2014 at 06:23:17AM -0700, Vincent Heuken wrote: > This is a patch to the serqt_usb2.c file that fixes two instances > of the following checkpatch.pl warning: > WARNING: else is not generally useful after a break or return > > Signed-off-by: Vincent Heuken > --- > drivers/staging/

[PATCH] fix coding style issue

2014-06-20 Thread rbasukala
Signed-off-by: rbasukala --- drivers/staging/netlogic/xlr_net.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/netlogic/xlr_net.c b/drivers/staging/netlogic/xlr_net.c index e320d6b..3ad48a0 100644 --- a/drivers/staging/netlogic/xlr_net.c +++ b/drivers/st

Anybody working on panel?

2014-06-20 Thread Kristina Martšenko
Hi Willy, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving panel out of staging in over a year. Are there any plans to clean it up and move it out soon? Because otherwise we're going to have to delete the driver, as we don't want s

Anybody working on rtl8712?

2014-06-20 Thread Kristina Martšenko
Hi Larry and Florian, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving rtl8712 out of staging in over a year. Are there any plans to clean it up and move it out soon? Because otherwise we're going to have to delete the driver, as w

Anybody working on tidspbridge?

2014-06-20 Thread Kristina Martšenko
Hi Omar, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving tidspbridge out of staging in over a year. Are there any plans to clean it up and move it out soon? Because otherwise we're going to have to delete the driver, as we don't w

Anybody working on winbond?

2014-06-20 Thread Kristina Martšenko
Hi Pavel, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving winbond out of staging in over a year. Are there any plans to clean it up and move it out soon? Because otherwise we're going to have to delete the driver, as we don't want

Re: [PATCH] fix coding style issue

2014-06-20 Thread Greg KH
On Fri, Jun 20, 2014 at 11:25:58AM -0400, rbasukala wrote: > Signed-off-by: rbasukala > --- > drivers/staging/netlogic/xlr_net.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/netlogic/xlr_net.c > b/drivers/staging/netlogic/xlr_net.c > index e320d6

Re: Anybody working on tidspbridge?

2014-06-20 Thread Kristina Martšenko
On 20/06/14 18:43, Kristina Martšenko wrote: > Hi Omar, > > I'm helping Greg do a bit of cleanup in the staging tree. I noticed that > nobody seems to have worked towards moving tidspbridge out of staging in > over a year. Are there any plans to clean it up and move it out soon? > Because otherwis

RE: [PATCH net-next] hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event

2014-06-20 Thread Haiyang Zhang
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Friday, June 20, 2014 1:12 AM > To: Olaf Hering > Cc: Haiyang Zhang; net...@vger.kernel.org; jasow...@redhat.com; > driverdev-devel@linuxdriverproject.org; linux-ker...@vger.kernel.org; > da...@davemloft.net > Subject: R

Anybody working on wlags49_h2?

2014-06-20 Thread Kristina Martšenko
Hi Henk, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving wlags49_h2(5) out of staging in over a year. Are there any plans to clean it up and move it out soon? Because otherwise we're going to have to delete the driver, as we don't

RE: [-next] comedi I/O accessor name clashes

2014-06-20 Thread Hartley Sweeten
as already fixed it and Greg has applied it to his >> staging-next branch. It should wend it's merry way to linux-next in the >> not-too-distant future. > > Thanks, good to hear that! Geert / Ian, The patches to fix this are in next-20140620. Sorry for the trouble, Hartley

RE: [PATCH net-next] hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event

2014-06-20 Thread Haiyang Zhang
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Friday, June 20, 2014 4:42 AM > To: Haiyang Zhang > Cc: da...@davemloft.net; net...@vger.kernel.org; o...@aepfle.de; > jasow...@redhat.com; driverdev-devel@linuxdriverproject.org; linux- > ker...@vger.ker

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes two instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 47 + 1 file changed

Re: [PATCH] staging: rtl8192e: check return value of dev_skb_alloc

2014-06-20 Thread Nick Krause
This patch is old I thought I fixed it and resent. Cheers Nick On Thu, Jun 19, 2014 at 5:25 PM, Joe Perches wrote: > On Thu, 2014-06-19 at 15:29 -0400, Nicholas Krause wrote: > >> diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c >> b/drivers/staging/rtl8192e/rtl8192e/r8192E_firmw

Re: [PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Greg KH
On Fri, Jun 20, 2014 at 09:31:28AM -0700, Vincent Heuken wrote: > This is a patch to the serqt_usb2.c file that fixes two instances > of the following checkpatch.pl warning: > WARNING: else is not generally useful after a break or return > > Signed-off-by: Vincent Heuken > --- > drivers/staging/

[PATCH] Staging: serqt_usb2: fixed frivolous else statement warnings

2014-06-20 Thread Vincent Heuken
This is a patch to the serqt_usb2.c file that fixes three instances of the following checkpatch.pl warning: WARNING: else is not generally useful after a break or return Signed-off-by: Vincent Heuken --- drivers/staging/serqt_usb2/serqt_usb2.c | 45 - 1 file chang

Anybody working on bcm?

2014-06-20 Thread Kristina Martšenko
Hi Stephen, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving bcm out of staging in over a year. Are there any plans to clean it up and move it out soon? Because otherwise we're going to have to delete the driver, as we don't want s

[PATCH] staging: rtl8192 Check for Null return from dev_skb_alloc

2014-06-20 Thread Nicholas Krause
Checks for Null return from dev_skb_alloc if it returns Null, fw_download returns false. Otherwise it returns true.Also removed rt_status due to returning true of false directly. Signed-off-by: Nicholas Krause --- drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c | 7 --- 1 file changed, 4

Re: Anybody working on panel?

2014-06-20 Thread Willy Tarreau
Hi Kristina, On Fri, Jun 20, 2014 at 06:35:03PM +0300, Kristina Mart?enko wrote: > Hi Willy, > > I'm helping Greg do a bit of cleanup in the staging tree. I noticed that > nobody seems to have worked towards moving panel out of staging in over > a year. Are there any plans to clean it up and move

[PATCH] staging:rtl8821ae: rewrite legacy wifi check in halbcoutsrc

2014-06-20 Thread Nicholas Krause
Rewrites the wireless check for legacy checking in function halbtc_legacy to check for both Mode A and B. Signed-off-by: Nicholas Krause --- drivers/staging/rtl8821ae/btcoexist/halbtcoutsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8821ae/btcoexist/

Re: Anybody working on bcm?

2014-06-20 Thread Stephen Hemminger
On Fri, 20 Jun 2014 19:49:33 +0300 Kristina Martšenko wrote: > Hi Stephen, > > I'm helping Greg do a bit of cleanup in the staging tree. I noticed that > nobody seems to have worked towards moving bcm out of staging in over a > year. Are there any plans to clean it up and move it out soon? Becau

Re: Anybody working on rtl8712?

2014-06-20 Thread Larry Finger
On 06/20/2014 10:40 AM, Kristina Martšenko wrote: Hi Larry and Florian, I'm helping Greg do a bit of cleanup in the staging tree. I noticed that nobody seems to have worked towards moving rtl8712 out of staging in over a year. Are there any plans to clean it up and move it out soon? Because othe

[PATCH] staging: comedi: ke_counter: expose clock source options to user space

2014-06-20 Thread H Hartley Sweeten
As pointed out by Ian Abbott, the INSN_CONFIG_SET_CLOCK_SRC options should be exposed in the user header comedi.h. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --- drivers/staging/comedi/comedi.h | 11 ++ drivers/staging/comedi/drivers/ke_counter.c

[PATCH 2/3] Staging: rtl8192u: r8192U_wx.c Fixed some more code-style warnings about spaces

2014-06-20 Thread Chaitanya Hazarey
Fixed the following warnings issued by checkpatch.pl WARNING: please, no space before tabs Signed-off-by: Chaitanya Hazarey --- drivers/staging/rtl8192u/r8192U_wx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rt

[PATCH 1/3] Staging: rtl8192u: r8192U_wx.c Fixed code-style warnings

2014-06-20 Thread Chaitanya Hazarey
Fixed some of the following warning generated by checkpatch.pl: WARNING: Missing a blank line after declarations Signed-off-by: Chaitanya Hazarey --- drivers/staging/rtl8192u/r8192U_wx.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r

[PATCH 3/3] Staging: rtl8192u: r8192U_wx.c Fixed a code-style error about trailing whitespace

2014-06-20 Thread Chaitanya Hazarey
Fixed the following error reported by running checkpatch.pl ERROR: trailing whitespace Signed-off-by: Chaitanya Hazarey --- drivers/staging/rtl8192u/r8192U_wx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r

  1   2   3   >