Re: FUSB200 xhci issue

2013-07-28 Thread Oleksij Rempel
Am 28.07.2013 13:38, schrieb Christian Lamparter: Anyway, I tried the -next branch. commit dbbb809d592dde0b3c9ecb97b3b387ff8e40e799 Author: Oleksij Rempel Date: Wed Jul 24 10:26:18 2013 +0200 k2_fw_usb_api: workaround for EP4 bug. but still, the device won't show up after autosuspen

Re: [PATCH v3 2/8] clk: samsung: pll: Add support for PLL6552 and PLL6553

2013-07-28 Thread Mark Brown
On Wed, Jul 24, 2013 at 01:52:19AM +0200, Tomasz Figa wrote: > Changes since v2: > - Reworked to use new PLL registration method introduced by Yadwinder >Singh Brar's patch series: >( http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20041 ) I'm not able to test this series since th

Re: [PATCH v2 5/8] ARM: s3c64xx: dma: Use clk_prepare_enable/clk_disable_unprepare

2013-07-28 Thread Mark Brown
On Tue, Jul 23, 2013 at 01:49:22AM +0200, Tomasz Figa wrote: > This patch modifies s3c64xx DMA driver to prepare and unprepare clocks > in addition to enableind and disabling, since it is required by common > clock framework. Tested-by: Mark Brown signature.asc Description: Digital signature

Re: [PATCH v3 2/8] clk: samsung: pll: Add support for PLL6552 and PLL6553

2013-07-28 Thread Tomasz Figa
On Sunday 28 of July 2013 13:30:51 Mark Brown wrote: > On Wed, Jul 24, 2013 at 01:52:19AM +0200, Tomasz Figa wrote: > > Changes since v2: > > - Reworked to use new PLL registration method introduced by Yadwinder > > > >Singh Brar's patch series: > >( http://thread.gmane.org/gmane.linux.k

Re: FUSB200 xhci issue

2013-07-28 Thread Oleksij Rempel
Am 28.07.2013 14:12, schrieb Oleksij Rempel: Am 28.07.2013 13:38, schrieb Christian Lamparter: Anyway, I tried the -next branch. commit dbbb809d592dde0b3c9ecb97b3b387ff8e40e799 Author: Oleksij Rempel Date: Wed Jul 24 10:26:18 2013 +0200 k2_fw_usb_api: workaround for EP4 bug. but st

[PATCH] usb: gadget: udc-core: fix the typo of udc state attribute

2013-07-28 Thread Barry Song
From: Rong Wang The name of udc state attribute file under sysfs is registered as "state", while usb_gadget_set_state take it as "status" when it's going to update. This patch fixes the typo. Signed-off-by: Rong Wang Signed-off-by: Barry Song Cc: --- drivers/usb/gadget/udc-core.c | 2 +- 1 f

Re: Audio I/O parameters

2013-07-28 Thread James Stone
On Sat, Jul 27, 2013 at 6:45 PM, Alan Stern wrote: > On Sat, 27 Jul 2013, James Stone wrote: > >> OK. So this seems to have solved the starting jack at low latencies >> problem, but I am still getting sporadic cannot submit urb (err = -18) >> under normal use. Will try to add some more info to the

Re: [xhci] null pointer dereference on ring_doorbell_for_active_rings

2013-07-28 Thread Oleksij Rempel
Hi Mathias, this bug makes me cry... same kernel config, same git revision... but i just can't reproduce it this... grrr. There is one more mysterious bug graphic related bug on this machine. May be they are related. Am 25.07.2013 18:07, schrieb Mathias Nyman: Hi I just started looking at

Re: Kernel 3.10.3 "reset SuperSpeed USB device number 2 using xhci_hcd"

2013-07-28 Thread Alan Stern
On Sat, 27 Jul 2013, Stuart Foster wrote: > On 07/27/13 20:34, Alan Stern wrote: > > On Sat, 27 Jul 2013, Stuart Foster wrote: > > > >> On 07/27/13 15:58, Alan Stern wrote: > >>> On Sat, 27 Jul 2013, Stuart Foster wrote: > >>> > Hi, > > I have started having problems with an externa

Re: FUSB200 xhci issue

2013-07-28 Thread Christian Lamparter
On Sunday, July 28, 2013 04:28:25 PM Oleksij Rempel wrote: > Am 28.07.2013 14:12, schrieb Oleksij Rempel: > > Am 28.07.2013 13:38, schrieb Christian Lamparter: > > > > Anyway, I tried the -next branch. > > commit dbbb809d592dde0b3c9ecb97b3b387ff8e40e799 > Author: Oleksij Re

Panasonic DMC-ZS3 mass storage USB regression in 3.10.3

2013-07-28 Thread Marc Meledandri
I've hit a USB regression from 3.10.2 (working) -> 3.10.3 (busted) with my Panasonic DMC-ZS3 camera. I can no longer mount the mass storage device. $ lspci 00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05) (prog-if 20 [EHCI])

Re: [PATCH v2 1/3] net/usb/r815x: replace USB buffer from stack to DMA-able

2013-07-28 Thread Oliver Neukum
On Sat, 2013-07-27 at 20:21 -0700, David Miller wrote: > From: Hayes Wang > Date: Thu, 25 Jul 2013 15:59:02 +0800 > > > Some USB buffers use stack which may not be DMA-able. > > Use the buffers from kmalloc to replace those one. > > > > Signed-off-by: Hayes Wang > > I don't think it's reasonab

[PATCH 0/3] networking: Use ETH_ALEN where appropriate

2013-07-28 Thread Joe Perches
Convert the uses mac addresses to ETH_ALEN so it's easier to find and verify where mac addresses need to be __aligned(2) Joe Perches (3): uapi: Convert some uses of 6 to ETH_ALEN include: Convert ethernet mac address declarations to use ETH_ALEN ethernet: Convert mac address uses of 6 to ETH

[PATCH 2/3] include: Convert ethernet mac address declarations to use ETH_ALEN

2013-07-28 Thread Joe Perches
It's convenient to have ethernet mac addresses use ETH_ALEN to be able to grep for them a bit easier and also to ensure that the addresses are __aligned(2). Add #include as necessary. Signed-off-by: Joe Perches --- include/acpi/actbl2.h | 4 ++- include/linux/dm9000.h | 4

Re: Ejected Nook (usb mass storage) prevents suspend

2013-07-28 Thread Oliver Neukum
On Fri, 2013-07-26 at 09:54 -0700, Andy Lutomirski wrote: > This is kernel 3.9.9-302.fc19.x86_64. > > I plugged in a BN Nook (a usb mass storage device), used it, and > ejected it. This makes suspend fail: > > [50135.265514] PM: Entering freeze sleep > [50135.265517] Suspending console(s) (use n

Re: Ejected Nook (usb mass storage) prevents suspend

2013-07-28 Thread Oliver Neukum
On Fri, 2013-07-26 at 16:31 -0400, Alan Stern wrote: > In addition to my earlier comment, the patch below should be applied. > It will fix your immediate problem, although not in the best way. Alan, I think your diagnosis is correct, but not the fix. This is run even in the runtime case. We mi