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
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
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/
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
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
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
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(+
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
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
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:
>
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
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
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
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
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
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:
>
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
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
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
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
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
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:
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
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
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
>
Great. Thanks. :)
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
26 matches
Mail list logo