[PATCH 0/2] mmc: rtsx: fix incorrect last byte in R2 response

2014-08-14 Thread rogerable
From: Roger Tseng (The original patch for PCI and USB was splitted here to make it easier for stable tree.) Current code erroneously fill the last byte of R2 response with an undefined value. In addition, the controller actually 'offloads' the last byte (CRC7, end bit) while receiving R2 respons

[PATCH 2/2] mmc: rtsx_usb_sdmmc: fix incorrect last byte in R2 response

2014-08-14 Thread rogerable
From: Roger Tseng Current code erroneously fill the last byte of R2 response with an undefined value. In addition, the controller actually 'offloads' the last byte (CRC7, end bit) while receiving R2 response and thus it's impossible to get the actual value. This could cause mmc stack to obtain in

[PATCH 1/2] mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 response

2014-08-14 Thread rogerable
From: Roger Tseng Current code erroneously fill the last byte of R2 response with an undefined value. In addition, the controller actually 'offloads' the last byte (CRC7, end bit) while receiving R2 response and thus it's impossible to get the actual value. This could cause mmc stack to obtain in

Re: [GIT PULL] Staging driver patches for 3.17-rc1

2014-08-14 Thread Andreas Mohr
Hi, late reply due to fatal environment failure, sorry. On Mon, Aug 04, 2014 at 09:31:43PM -0700, Greg KH wrote: > On Tue, Aug 05, 2014 at 06:13:25AM +0200, Andreas Mohr wrote: > > Oh well, yet another driver where it became more difficult rather than > > easier to make forward progress. > > If

[PATCH 1/1] staging: dgnc: brace checkpatch fixes

2014-08-14 Thread Aaron Brice
Bring braces in line with CodingStyle Signed-off-by: Aaron Brice --- Applies to next-20140814 drivers/staging/dgnc/dgnc_neo.c | 10 -- drivers/staging/dgnc/dgnc_sysfs.c | 6 ++ drivers/staging/dgnc/dgnc_tty.c | 38 +++--- 3 files changed, 17

Thu, Aug 14, 2014

2014-08-14 Thread Asare Akuffo
Greetings,   I am a Financial Consultant with the HFC Bank Limited in Ghana   I am in control of privately owned funds placed for long term investments.   Our interest is to fund projects in form of Loan. Viable projects ranging from 1-500 Million USD would be funded at a guaranteed 3%

RE: [PATCH net-next,v2] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-14 Thread Haiyang Zhang
> -Original Message- > From: David Miller [mailto:[email protected]] > Sent: Thursday, August 14, 2014 5:29 PM > To: Haiyang Zhang > Cc: [email protected]; KY Srinivasan; [email protected]; > [email protected]; [email protected]; driverdev- > [email protected] > S

Re: [PATCH net-next,v2] hyperv: Increase the buffer length for netvsc_channel_cb()

2014-08-14 Thread David Miller
From: Haiyang Zhang Date: Wed, 13 Aug 2014 18:03:44 + > When the buffer is too small for a packet from VMBus, a bigger buffer will be > allocated in netvsc_channel_cb() and retry reading the packet from VMBus. > Increasing this buffer size will reduce the retry overhead. > > Signed-off-by: H

Re: [PATCH v3] staging: wlan-ng: prism2mgmt.c Fix break not useful

2014-08-14 Thread Jeshwanth Kumar N K
Hi Tobias, On Thu, Aug 14, 2014 at 12:11 PM, Tobias Klauser wrote: > On 2014-08-13 at 21:11:19 +0200, Jeshwanth Kumar N K > wrote: >> On Wed, Aug 13, 2014 at 12:06 PM, Tobias Klauser >> wrote: >> >> > On 2014-08-12 at 20:54:48 +0200, Jeshwanth Kumar N K < >> > [email protected]> wrote: >>

[PATCH v4] staging: wlan-ng: prism2mgmt.c Fix break not useful

2014-08-14 Thread Jeshwanth Kumar N K
Fixed up warnings, break is not useful after return statement. And the exit Label is deleted, now returning inline. Signed-off-by: Jeshwanth Kumar N K --- drivers/staging/wlan-ng/prism2mgmt.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/drivers/staging

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-14 Thread Jesse Barnes
On Thu, 14 Aug 2014 11:54:52 +0200 Maarten Lankhorst wrote: > This allows users of dma fences to create a android fence. > > Signed-off-by: Maarten Lankhorst > Cc: Daniel Vetter > Cc: Jesse Barnes > --- > drivers/staging/android/sync.c | 24 > drivers/staging/android

Caro usuário

2014-08-14 Thread ADMIN
Caro usuário Seu e-mail ultrapassou 2 GB criadas pelo webmaster, você está executando em 2.30GB, o que não é possível enviar ou receber nova mensagem no próximo 24 horas até que você verificar e-mails conta. Por favor, informe seus dados abaixo para verificar a sua conta: (1) E-mail: (2)

Re: [PATCH 1/2] staging/nokia_h4p: replace short sleep using msleep with usleep_range

2014-08-14 Thread Pavel Machek
On Thu 2014-08-14 12:46:40, Son Le wrote: > >From this page > >(https://www.kernel.org/doc/Documentation/timers/timers-howto.txt): > "msleep(1~20) may not do what the caller intends, and will often sleep > longer (~20 ms actual sleep for any value given in the 1~20ms range). > In many cases this i

Re: [PATCH 1/2] staging/nokia_h4p: replace short sleep using msleep with usleep_range

2014-08-14 Thread Son Le
>From this page >(https://www.kernel.org/doc/Documentation/timers/timers-howto.txt): "msleep(1~20) may not do what the caller intends, and will often sleep longer (~20 ms actual sleep for any value given in the 1~20ms range). In many cases this is not the desired behavior." The call to msleep in

Re: [PATCH 2/2] staging/nokia_h4p: remove unwanted returns

2014-08-14 Thread Pavel Machek
On Thu 2014-08-14 01:18:35, Son Le wrote: > > Signed-off-by: Son Le Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html ___ devel mailing list

Re: [PATCH 1/2] staging/nokia_h4p: replace short sleep using msleep with usleep_range

2014-08-14 Thread Pavel Machek
> > Signed-off-by: Son Le > --- > drivers/staging/nokia_h4p/nokia_core.c |2 +- > drivers/staging/nokia_h4p/nokia_fw-csr.c |2 +- > drivers/staging/nokia_h4p/nokia_uart.c |2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/nokia_h4p/nokia_

[PATCH] Staging: bmc: fix coding style warning

2014-08-14 Thread Ramesh Basukala
This is a patch to the vendorspecificextn.c that fixes coding style warning message line over 80 characters found by checkpatch.pl script. I am submitting this patch as required by Eudyptula Challenge. Signed-off-by: Ramesh Basukala --- drivers/staging/bcm/vendorspecificextn.c | 19 +++

[PATCH 2/2] android: add sync_fence_create_dma

2014-08-14 Thread Maarten Lankhorst
This allows users of dma fences to create a android fence. Signed-off-by: Maarten Lankhorst Cc: Daniel Vetter Cc: Jesse Barnes --- drivers/staging/android/sync.c | 24 drivers/staging/android/sync.h | 11 +++ 2 files changed, 31 insertions(+), 4 deletions(-) d

[PATCH 1/2] android: fix reference leak in sync_fence_create

2014-08-14 Thread Maarten Lankhorst
According to the documentation sync_fence_create takes ownership of the point, not a reference on the point. Signed-off-by: Maarten Lankhorst Cc: Colin Cross --- drivers/staging/android/sync.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/an

Re: [PATCH] mmc: rtsx: fix incorrect last byte in R2 response

2014-08-14 Thread Ulf Hansson
On 14 August 2014 08:06, Roger Tseng wrote: > On Wed, 2014-08-13 at 17:09 +0200, Ulf Hansson wrote: >> On 11 August 2014 10:32, wrote: >> > From: Roger Tseng >> > >> > Current code erroneously fill the last byte of R2 response with an >> > undefined >> > value. In addition, it is impossible to

[PATCH] staging: lustre: lustre: ptlrpc: Donot initialise null

2014-08-14 Thread Hema Prathaban
This patch fixes the following error using checkpatch.pl Error: Do not initialise statics to 0 or NULL Signed-off-by: Hema Prathaban --- drivers/staging/lustre/lustre/ptlrpc/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/ptlrpc/conn