[PATCH] Revert "Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c"

2014-02-04 Thread Chen Gang
This reverts commit b73db54750482cf3910046c82a84ce8c1684dfbe. This re-factor did not notice about 'buf' and 'remain' which have effect in whole dgrp_receive() wide, so need revert. Signed-off-by: Chen Gang --- drivers/staging/dgrp/dgrp_net_ops.c | 330 +--- 1 fi

Hello!!

2014-02-04 Thread IPHONE AWARD CENTER
 OFFICIAL AWARD FOR IPHONE AWARD PAYMENT CENTER. We are please to announce to you that your email address emerged along side 4 others as a category 2 winner in this year weekly Publisher®'s Clearing House Consequently. You have won Three Million Five Hundred Thousand, and therefore been approve

[PATCH] Staging: rtl8812ae: replace strict_strtoul() with kstrtoul()

2014-02-04 Thread Jingoo Han
The usage of strict_strtoul() is not preferred, because strict_strtoul() is obsolete. Thus, kstrtoul() should be used. Signed-off-by: Jingoo Han --- drivers/staging/rtl8821ae/base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8821ae/base.c b/drivers/

Re: [PATCHv6] staging/iio/adc: change the MXS touchscreen driver implementation

2014-02-04 Thread Marek Vasut
On Friday, January 10, 2014 at 09:55:45 AM, Jürgen Beisert wrote: [...] > > While this is not necessarily an issue with ts_calibrate (it is possible > > to click longer so it collects more samples), I don't see that working > > with xinput_calibrator. > > > > While I don't have much experience w

Re: rtl8821ae.

2014-02-04 Thread Larry Finger
On 02/04/2014 01:57 PM, Andrea Merello wrote: Sorry, my fault.. you had already reported me the iowrite16 vs iowrite8 for anaparam3 issue, but I forgot to fix it :( If you are reasonably sure that a 16bits-wide write is OK on the rtl8187b hardware (In reference code I have here only 8bits are wr

Re: rtl8821ae.

2014-02-04 Thread Andrea Merello
Sorry, my fault.. you had already reported me the iowrite16 vs iowrite8 for anaparam3 issue, but I forgot to fix it :( If you are reasonably sure that a 16bits-wide write is OK on the rtl8187b hardware (In reference code I have here only 8bits are written), then I agree applying your fix, and I wi

[PATCH] usb: dwc2: fix role switch breakage

2014-02-04 Thread Paul Zimmerman
Commit beb7e592bc "staging: dwc2: add check on dwc2_core_reset return" broke the B -> A role switching on OTG-enabled platforms. This commit fixes it. Reported-by: Dinh Nguyen Tested-by: Dinh Nguyen Signed-off-by: Paul Zimmerman --- drivers/usb/dwc2/core.c | 2 +- 1 file changed, 1 insertion(+

[PATCH] usb: dwc2: fix memory corruption in dwc2 driver

2014-02-04 Thread Paul Zimmerman
The move from the staging tree to the main tree exposed a longstanding memory corruption bug in the dwc2 driver. The reordering of the driver initialization caused the dwc2 driver to corrupt the initialization data of the sdhci driver on the Raspberry Pi platform, which made the bug show up. The e

Q: comedi timeouts

2014-02-04 Thread Hartley Sweeten
Hello all, I'm in the process of cleaning up all the "timeout" code in the comedi drivers. The general form of the timeout code in all the drivers is: static int foo_eoc(struct comedi_device *dev, unsigned long timeout) { unsigned int status; while (timeout--) { s

Re: [PATCH v4] Move DWC2 driver out of staging

2014-02-04 Thread Andre Heider
On Mon, Feb 03, 2014 at 08:51:48PM +, Paul Zimmerman wrote: > > From: Paul Zimmerman > > Sent: Monday, February 03, 2014 9:36 AM > > > >> From: Stephen Warren [mailto:swar...@wwwdotorg.org] > >> Sent: Saturday, February 01, 2014 7:44 PM > >> > >> On 02/01/2014 03:00 AM, Andre Heider wrote: >

Re: vme_tsi148 question

2014-02-04 Thread Martyn Welch
On 04/02/14 16:34, Michael Kenney wrote: Hi Martyn, On Tue, Feb 4, 2014 at 7:28 AM, Martyn Welch mailto:martyn.we...@ge.com>> wrote: On 28/12/13 00:34, Michael Kenney wrote: Hi Martyn, On Fri, Dec 27, 2013 at 4:23 PM, Martyn Welch mailto:mar...@welchs.me.uk>> wrote

Re: rtl8821ae.

2014-02-04 Thread Linus Torvalds
On Mon, Feb 3, 2014 at 6:22 PM, Andrea Merello wrote: > Right now I have merged rtl8187se support in rtl8180 driver. But I must > admit that I ever been in doubt about whether to produce a separate driver > rather than going on merging. If you've already merged them, and you think it works, keep

Re: rtl8821ae.

2014-02-04 Thread Larry Finger
Andrea, After applying the latest patch, I get the following warning and errors when building the USB driver rtl8187: CC drivers/video/fbmon.o drivers/net/wireless/rtl818x/rtl8187/dev.c: In function ‘rtl8187_set_anaparam’: drivers/net/wireless/rtl818x/rtl8187/dev.c:595:3: warning: passi

Re: rtl8821ae.

2014-02-04 Thread Larry Finger
On 02/04/2014 08:41 AM, Andrea Merello wrote: Yes, I attach a cumulative patch for latest version of my work. When I will send this asking for merge in kernel, I will split it in some patches, because I also also included fix and improvements for other already supported cards (not directly relat

Re: vme_tsi148 question

2014-02-04 Thread Martyn Welch
On 28/12/13 00:34, Michael Kenney wrote: Hi Martyn, On Fri, Dec 27, 2013 at 4:23 PM, Martyn Welch wrote: On 27/12/13 20:15, Michael Kenney wrote: We are using the vme_tsi148 bridge driver along with the vme_user driver to access the VME boards. The A/D board requires D32 bus cycles and the V

Re: [PATCH v4] Move DWC2 driver out of staging

2014-02-04 Thread Andre Heider
On Mon, Feb 03, 2014 at 08:51:48PM +, Paul Zimmerman wrote: > > From: Paul Zimmerman > > Sent: Monday, February 03, 2014 9:36 AM > > > >> From: Stephen Warren [mailto:swar...@wwwdotorg.org] > >> Sent: Saturday, February 01, 2014 7:44 PM > >> > >> On 02/01/2014 03:00 AM, Andre Heider wrote: >

Re: rtl8821ae.

2014-02-04 Thread Dan Carpenter
Nice. Thanks for doing that. Do you have some patches we could review of the merged driver? regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-04 Thread SeongJae Park
On Tue, Feb 4, 2014 at 5:51 PM, Dan Carpenter wrote: > On Tue, Feb 04, 2014 at 05:26:57PM +0900, SeongJae Park wrote: >> Hello, >> >> On Tue, Feb 4, 2014 at 5:21 PM, Dan Carpenter >> wrote: >> > On Tue, Feb 04, 2014 at 03:59:23PM +0900, SeongJae Park wrote: >> >> Fix the pointer-integer size mis

Re: [PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-04 Thread Dan Carpenter
On Tue, Feb 04, 2014 at 05:26:57PM +0900, SeongJae Park wrote: > Hello, > > On Tue, Feb 4, 2014 at 5:21 PM, Dan Carpenter > wrote: > > On Tue, Feb 04, 2014 at 03:59:23PM +0900, SeongJae Park wrote: > >> Fix the pointer-integer size mismatch warnings below: > >> drivers/staging/bcm/CmHost.c

Re: [PATCH] staging: cxt1e1: remove unnecessary function, VMETRO_TRACE

2014-02-04 Thread Dan Carpenter
On Tue, Feb 04, 2014 at 05:36:39PM +0900, SeongJae Park wrote: > VMETRO_TRACE isn't called from anywhere. So delete it. > > Signed-off-by: SeongJae Park Thanks! Reviewed-by: Dan Carpenter regards, dan carpenter ___ devel mailing list de...@linuxdri

[PATCH] staging: cxt1e1: remove unnecessary function, VMETRO_TRACE

2014-02-04 Thread SeongJae Park
VMETRO_TRACE isn't called from anywhere. So delete it. Signed-off-by: SeongJae Park --- drivers/staging/cxt1e1/functions.c | 9 - drivers/staging/cxt1e1/pmcc4.h | 1 - 2 files changed, 10 deletions(-) diff --git a/drivers/staging/cxt1e1/functions.c b/drivers/staging/cxt1e1/function

Re: [PATCH] staging: cxt1e1: fix pointer-integer size mismatch warning

2014-02-04 Thread SeongJae Park
On Tue, Feb 4, 2014 at 5:23 PM, Dan Carpenter wrote: > On Tue, Feb 04, 2014 at 04:01:26PM +0900, SeongJae Park wrote: >> Fix the pointer-integer size mismatch warning below: >> drivers/staging/cxt1e1/functions.c: In function ‘VMETRO_TRACE’: >> drivers/staging/cxt1e1/functions.c:268:21:

Re: [PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-04 Thread SeongJae Park
Hello, On Tue, Feb 4, 2014 at 5:21 PM, Dan Carpenter wrote: > On Tue, Feb 04, 2014 at 03:59:23PM +0900, SeongJae Park wrote: >> Fix the pointer-integer size mismatch warnings below: >> drivers/staging/bcm/CmHost.c: In function >> ‘StoreCmControlResponseMessage’: >> drivers/staging/bc

Re: [PATCH] staging: cxt1e1: fix pointer-integer size mismatch warning

2014-02-04 Thread Dan Carpenter
On Tue, Feb 04, 2014 at 04:01:26PM +0900, SeongJae Park wrote: > Fix the pointer-integer size mismatch warning below: > drivers/staging/cxt1e1/functions.c: In function ‘VMETRO_TRACE’: > drivers/staging/cxt1e1/functions.c:268:21: warning: cast from pointer > to inte

Re: [PATCH] staging: bcm: fix pointer-integer size mismatch warnings

2014-02-04 Thread Dan Carpenter
On Tue, Feb 04, 2014 at 03:59:23PM +0900, SeongJae Park wrote: > Fix the pointer-integer size mismatch warnings below: > drivers/staging/bcm/CmHost.c: In function > ‘StoreCmControlResponseMessage’: > drivers/staging/bcm/CmHost.c:1387:39: warning: cast to pointer from >

Re: [PATCH] drivers:staging:tl8821ae Fixed the size of array to macro as discussed by Linus

2014-02-04 Thread Dan Carpenter
Great. Thanks. :) regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel