[PATCH] memstick: rtsx: fix ms card data transfer bug

2013-10-30 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn unlike mspro card, ms card use normal read/write mode for DMA data transfer. Signed-off-by: Micky Ching micky_ch...@realsil.com.cn --- drivers/memstick/host/rtsx_pci_ms.c | 87 --- 1 file changed, 81 insertions(+), 6

[PATCH] memstick: fix unreachable state in h_msb_read_page() in ms_block.c

2013-10-30 Thread rogerable
From: Roger Tseng rogera...@realtek.com In h_msb_read_page() in ms_block.c, flow never reaches case MSB_RP_RECIVE_STATUS_REG. This causes error when MEMSTICK_INT_ERR is encountered and status error bits are going to be examined, but the status will never be copied back. Fix it by transiting to

Re: [PATCH v2 0/8] staging: bcm: Clean up user defined data types

2013-10-30 Thread Dan Carpenter
You and Kevin are treading on each other's patches. CC each other for bcm work. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v2 6/8] staging: bcm: Replace TRUE with true

2013-10-30 Thread Dan Carpenter
On Tue, Oct 29, 2013 at 10:06:34PM -0700, Lisa Nguyen wrote: --- a/drivers/staging/bcm/Bcmchar.c +++ b/drivers/staging/bcm/Bcmchar.c @@ -287,9 +287,9 @@ static long bcm_char_ioctl(struct file *filp, UINT cmd, ULONG arg) struct bcm_rdm_buffer sRdmBuffer = {0};

Re: [PATCH 1/1] staging: Add NULL checks to return value of skb_clone() and dev_alloc_skb()

2013-10-30 Thread Dan Carpenter
On Mon, Oct 28, 2013 at 12:37:26PM +0800, RUC_SoftSec wrote: Function skb_clone() and dev_alloc_skb() may return NULL pointers if there is no enough memroy, their return values should be checked against NULL before used. This bug is found by a static tool developed by RUC_SoftSec, supported

Re: [PATCH v2 6/8] staging: bcm: Replace TRUE with true

2013-10-30 Thread Lisa Nguyen
On Wed, Oct 30, 2013 at 2:01 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Oct 29, 2013 at 10:06:34PM -0700, Lisa Nguyen wrote: --- a/drivers/staging/bcm/Bcmchar.c +++ b/drivers/staging/bcm/Bcmchar.c @@ -287,9 +287,9 @@ static long bcm_char_ioctl(struct file *filp, UINT cmd,

Re: [PATCH 1/2] staging: media: davinci_vpfe: Rewrite return statement in vpfe_video.c

2013-10-30 Thread Dan Carpenter
On Mon, Oct 28, 2013 at 01:19:29PM -0700, Lisa Nguyen wrote: --- a/drivers/staging/media/davinci_vpfe/vpfe_video.c +++ b/drivers/staging/media/davinci_vpfe/vpfe_video.c @@ -346,7 +346,10 @@ static int vpfe_pipeline_disable(struct vpfe_pipeline *pipe) }

Re: [PATCH v2 6/8] staging: bcm: Replace TRUE with true

2013-10-30 Thread Dan Carpenter
On Wed, Oct 30, 2013 at 02:51:45AM -0700, Lisa Nguyen wrote: On Wed, Oct 30, 2013 at 2:01 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Oct 29, 2013 at 10:06:34PM -0700, Lisa Nguyen wrote: --- a/drivers/staging/bcm/Bcmchar.c +++ b/drivers/staging/bcm/Bcmchar.c @@ -287,9

Re: [PATCH v2 0/8] staging: bcm: Clean up user defined data types

2013-10-30 Thread Dan Carpenter
On Wed, Oct 30, 2013 at 02:46:27AM -0700, Lisa Nguyen wrote: On Wed, Oct 30, 2013 at 1:55 AM, Dan Carpenter dan.carpen...@oracle.com wrote: You and Kevin are treading on each other's patches. CC each other for bcm work. regards, dan carpenter Ah, I wasn't aware of this. Huge

USB, TTY, char/misc, and Staging trees now closed for 3.13

2013-10-30 Thread Greg KH
Hi all, Given that 3.12 will be out in a few days, it's time to close my trees for new patches until 3.13-rc1 is out. The merge window for 3.13-rc1 is going to be a bit longer than normal as Linus has pointed out, due to travel and conferences. I'll also be traveling for 2 weeks, so my response

Re: [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()

2013-10-30 Thread Geert Uytterhoeven
On Thu, Sep 19, 2013 at 11:54 PM, Russell King rmk+ker...@arm.linux.org.uk wrote: diff --git a/drivers/ata/pata_octeon_cf.c b/drivers/ata/pata_octeon_cf.c index c51bbb9..6231d43 100644 --- a/drivers/ata/pata_octeon_cf.c +++ b/drivers/ata/pata_octeon_cf.c @@ -1014,8 +1014,9 @@ static int

Re: [PATCH v3] imx-drm: Add mx6 hdmi transmitter support

2013-10-30 Thread Russell King - ARM Linux
On Mon, Oct 28, 2013 at 06:26:49PM -0200, Fabio Estevam wrote: + /*Wait for PHY PLL lock */ + msec = 4; + val = hdmi_readb(hdmi, HDMI_PHY_STAT0) HDMI_PHY_TX_PHY_LOCK; + while (!val) { + udelay(1000); + if (msec-- == 0) { +

Re: [PATCH v2 0/8] staging: bcm: Clean up user defined data types

2013-10-30 Thread Kevin McKinney
On Wed, Oct 30, 2013 at 02:46:27AM -0700, Lisa Nguyen wrote: On Wed, Oct 30, 2013 at 1:55 AM, Dan Carpenter dan.carpen...@oracle.com wrote: You and Kevin are treading on each other's patches. CC each other for bcm work. regards, dan carpenter Ah, I wasn't aware of this. Huge

Re: [PATCH v2 0/8] staging: bcm: Clean up user defined data types

2013-10-30 Thread Kevin McKinney
On Wed, Oct 30, 2013 at 09:40:10AM -0700, Greg KH wrote: Lisa and Kevin, you both keep stomping on each others patches, making my merges a pain :( Sorry about this. I will make sure this does not happen again. My tree is now closed for 3.13 stuff like this, so I recommend doing something

Re: [PATCH] drivers: staging: speakup: serialio: delay initializing 'old_serial_port.baud_base'

2013-10-30 Thread Chen Gang
On 10/26/2013 09:18 PM, Chen Gang wrote: On 10/25/2013 01:29 PM, Greg KH wrote: No, just use the platform-specific SERIAL_PORT_DNFS, instead of having a copy of it here in this driver, which is just wrong. So please remove this, and just rely on the system version of this, defining it to

[PATCH] staging: android: Fix typo in android/sync.h

2013-10-30 Thread Masanari Iida
Correct spelling typo in android/sync.h Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/staging/android/sync.h | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/staging/android/sync.h