Re: [BUG] mfd: rtsx_usb data corruption with SDCX microsd

2015-10-21 Thread Marcus Overhagen
On Wed, Oct 21, 2015 at 2:02 PM, Ulf Hansson wrote: > were added in Linux 3.16. Perhaps you can verify if this is a regression or > not!? I will try this. > Have you tried other SDXC cards which supports the "ultra high speed SDR50" > mode? I think only have a single large card that supports t

[BUG] mfd: rtsx_usb data corruption with SDCX microsd

2015-10-20 Thread Marcus Overhagen
iginal cmd response 0x900, card status 0x900 [39179.890435] mmcblk0: error -110 sending stop command, original cmd response 0x900, card status 0x900 regards Marcus -- Forwarded message ------ From: Marcus Overhagen Date: Mon, Sep 28, 2015 at 9:42 PM Subject: Fwd: Data corruption with RT

Fwd: Data corruption with RTS5129 card reader and 128 GB SDXC microsd

2015-09-28 Thread Marcus Overhagen
, -- Forwarded message -- From: Marcus Overhagen Date: Fri, Sep 11, 2015 at 3:26 PM Subject: Data corruption with RTS5129 card reader and 128 GB SDXC microsd To: linux-...@vger.kernel.org I have a data corruption problem with RTS5129 sd card reader and a 128GB Samsung EVO microsd. This is not a

Re: [git pull] Input updates for 3.18-rc4

2014-11-19 Thread Marcus Overhagen
Hi, when moving a single finger [3] seems to be one of 0x21, 0x25, 0x31, 0x35 moving two fingers [3] seems to be mostly 0x22, 0x26, 0x32, 0x36 but also sometimes it's 0x42, 0x46, 0x52, 0x56. It seems to occationally seems to switch between these two groups after touching the pad with three or mor

Re: [git pull] Input updates for 3.18-rc4

2014-11-19 Thread Marcus Overhagen
On Wed, Nov 19, 2014 at 10:05 PM, wrote: > Marcus, do you even have a trackpoint ? This is a clickpad without buttons and without trackpoint. Looks similar to this image: http://i.imgur.com/5pcCxqa.jpg > Marcus, can you send the firmware and capabilities information for your laptop > (it is ava

Re: [git pull] Input updates for 3.18-rc4

2014-11-19 Thread Marcus Overhagen
Hi Dmitry, luckily I found some time right now. I haven't reverted the original large patch, but I tested your short patch and it fixes the problem for me. regards Marcus On Wed, Nov 19, 2014 at 7:39 PM, Dmitry Torokhov wrote: > On Wed, Nov 19, 2014 at 07:20:21PM +0100, Marcus Overhag

Re: [git pull] Input updates for 3.18-rc4

2014-11-19 Thread Marcus Overhagen
Torokhov wrote: > Hi Marcus, > > On Wed, Nov 19, 2014 at 07:00:16PM +0100, Marcus Overhagen wrote: >> I'm not sure if my problems are related, but anyway: >> >> I'm using a Samsung NP730U3E notebook that also has an elantech touchpad. >> >> With 3.18.0-

Re: [git pull] Input updates for 3.18-rc4

2014-11-19 Thread Marcus Overhagen
I'm not sure if my problems are related, but anyway: I'm using a Samsung NP730U3E notebook that also has an elantech touchpad. With 3.18.0-rc3 two finger scrolling in Firefox is smoth, but with 3.18.0-rc5 I have to press a lot harder and usually scrolling only startes after stopping the movement

Fwd: Crash of radeon_ttm_tt_unpopulate in ttm_dma_unpopulate with

2014-11-11 Thread Marcus Overhagen
This crash occured after about a day with 3.18.0-rc3 that is unmodified with exception of a single unrelated i915 driver patch from http://www.spinics.net/lists/intel-gfx/msg54997.html Its a samsung np730u3e-s05 with hybrid graphics chipset and the Radeon HD 8550M isn't used. I can provide furthe

Re: SATA hdd refuses to reallocate a sector?

2013-06-23 Thread Marcus Overhagen
> > root@amd:~# dd if=/dev/sda4 of=/dev/zero bs=1 skip=8958947328 > > > dd: reading `/dev/sda4': Input/output error > > > 0+0 records in > > > 0+0 records out > > > 0 bytes (0 B) copied, 5.05805 s, 0.0 kB/s > > > > I once noticed a similar problem. The trouble is that the kernel > > always seems to

Re: SATA hdd refuses to reallocate a sector?

2013-06-23 Thread Marcus Overhagen
On Sun, Jun 23, 2013 at 1:21 PM, Pavel Machek wrote: > ...Ok, lets try with dd. > > root@amd:~# dd if=/dev/sda4 of=/dev/zero bs=1 skip=8958947328 > dd: reading `/dev/sda4': Input/output error > 0+0 records in > 0+0 records out > 0 bytes (0 B) copied, 5.05805 s, 0.0 kB/s I once noticed a similar

[PATCH 0/2] staging: rts5139: Fix SD card reader for Samsung NP730U3E

2013-06-03 Thread Marcus Overhagen
Hello Greg, please apply this patchset. There appears to exist no maintainer for this driver. Marcus Overhagen (2): staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook staging: rts5139: Use correct USB transfer interval to fix syslog spamming drivers/staging/rts5139

[PATCH 2/2] staging: rts5139: Use correct USB transfer interval to fix syslog spamming

2013-06-03 Thread Marcus Overhagen
Using correct transfer interval as specified by the USB endpoint when doing the interrupt transfer fixes the warning printed by xhci USB core on every transfer that resulted in spamming "xhci_queue_intr_tx: 74 callbacks suppressed" to syslog every 5 seconds. Signed-off-by: Marcus

[PATCH 1/2] staging: rts5139: Fix SD card detection on Samsung NP730U3E Ultrabook

2013-06-03 Thread Marcus Overhagen
her places of this driver, makes it work. Signed-off-by: Marcus Overhagen --- drivers/staging/rts5139/rts51x_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5139/rts51x_transport.c b/drivers/staging/rts5139/rts51x_transport.c index 89e4d80..c573

[PATCH 1/1] Fix SD card detection and use correct transfer interval.

2013-06-01 Thread Marcus Overhagen
when this driver is used. Signed-off-by: Marcus Overhagen --- drivers/staging/rts5139/rts51x_transport.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts5139/rts51x_transport.c b/drivers/staging/rts5139/rts51x_transport.c index 89e4d80..c172f4a 10

[PATCH 0/1] rts5139 Fix SD card detection and use correct transfer interval

2013-06-01 Thread Marcus Overhagen
ssful, the polling thread often reported timeouts because the 50ms had expired before it got scheduled, and the SD card wasn't detected. Increasing it to 100ms at least makes it work. Using the correct interval as reported by the endpoint also stops the syslog spam printed by xhci. Marcus Overh