Re: [GIT PULL] On-demand device probing

2015-10-19 Thread Olof Johansson
On Sat, Oct 17, 2015 at 8:19 AM, Rob Herring <robh...@kernel.org> wrote: > On Fri, Oct 16, 2015 at 4:23 PM, Olof Johansson <o...@lixom.net> wrote: >> Hi, >> >> I've bisected boot failures in next-20151016 down to patches in this branch: >> >>

Re: [GIT PULL] On-demand device probing

2015-10-16 Thread Olof Johansson
Hi, I've bisected boot failures in next-20151016 down to patches in this branch: On Thu, Oct 15, 2015 at 4:42 AM, Tomeu Vizoso wrote: > Tomeu Vizoso (20): > driver core: handle -EPROBE_DEFER from bus_type.match() The machine it happened on was OMAP5UEVM:

Re: [PATCH 1/4] usb: phy: Fix deferred probing

2015-01-06 Thread Olof Johansson
USB on tegra/trimslice here. Tested-by: Olof Johansson o...@lixom.net Given that the regression went in during 3.19 merge window, this should go in as a fix during -rc, please. -Olof -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord

Re: RCU bug with v3.17-rc3 ?

2014-10-19 Thread Olof Johansson
On Sun, Oct 19, 2014 at 8:28 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Sun, Oct 19, 2014 at 10:54:16AM +0100, Russell King - ARM Linux wrote: On Wed, Oct 15, 2014 at 10:25:13PM +0100, Russell King - ARM Linux wrote: On Wed, Oct 15, 2014 at 10:23:10PM +0100, Russell King - ARM Linux wrote:

Re: [PATCH 1/2] usb: host: Kconfig: Select PHY drivers for Exynos EHCI/OHCI

2014-06-27 Thread Olof Johansson
On Fri, Jun 27, 2014 at 9:32 AM, Doug Anderson diand...@chromium.org wrote: Felipe, On Fri, Jun 27, 2014 at 8:59 AM, Felipe Balbi ba...@ti.com wrote: I'll admit to not having been involved with the previous discussions, but this seems strange to me. Are we throwing in the towel and deciding

Re: [PATCHv4 15/20] ARM: configs: enable XHCI mvebu support in multi_v7_defconfig

2014-05-16 Thread Olof Johansson
. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com Cc: a...@kernel.org Cc: Kevin Hilman khil...@linaro.org Cc: Olof Johansson o...@lixom.net Cc: Arnd Bergmann a...@arndb.de Applied. -Olof

Re: [PATCH v6 8/8] usb: ehci-exynos: Change to use phy provided by the generic phy framework

2014-02-05 Thread Olof Johansson
On Wed, Feb 5, 2014 at 7:57 AM, Kamil Debski k.deb...@samsung.com wrote: Hi Olof, Thank you for your review. From: Olof Johansson [mailto:o...@lixom.net] Sent: Wednesday, January 29, 2014 9:55 PM Hi, On Wed, Jan 29, 2014 at 9:29 AM, Kamil Debski k.deb...@samsung.com wrote: Change

Re: [PATCH v2 2/2] usb: host: xhci-plat: Fix build warning when !CONFIG_PM

2014-02-03 Thread Olof Johansson
-function] drivers/usb/host/xhci-plat.c:211:12: warning: 'xhci_plat_resume' defined but not used [-Wunused-function] Cc: Olof Johansson o...@lixom.net Reported-by: Olof Johansson o...@lixom.net Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Olof Johansson o...@lixom.net

Re: [PATCH v6 3/8] dts: Add usb2phy to Exynos 4

2014-01-29 Thread Olof Johansson
On Wed, Jan 29, 2014 at 9:29 AM, Kamil Debski k.deb...@samsung.com wrote: Add support to PHY of USB2 of the Exynos 4 SoC. Signed-off-by: Kamil Debski k.deb...@samsung.com --- .../devicetree/bindings/arm/samsung/pmu.txt|2 ++ arch/arm/boot/dts/exynos4.dtsi |

Re: [PATCH v6 8/8] usb: ehci-exynos: Change to use phy provided by the generic phy framework

2014-01-29 Thread Olof Johansson
Hi, On Wed, Jan 29, 2014 at 9:29 AM, Kamil Debski k.deb...@samsung.com wrote: Change the phy provider used from the old one using the USB phy framework to a new one using the Generic phy framework. Signed-off-by: Kamil Debski k.deb...@samsung.com ---

Re: [PATCH v5 1/3] usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resource

2014-01-06 Thread Olof Johansson
Boris, On Mon, Dec 9, 2013 at 12:51 AM, Boris BREZILLON b.brezil...@overkiz.com wrote: Replace the request_mem_region + ioremap calls by the devm_ioremap_resource call which does the same things but with device managed resources. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com

Re: [PATCH] usb: ohci: remove ep93xx bus glue platform driver

2013-10-15 Thread Olof Johansson
Hi, On Mon, Oct 14, 2013 at 2:35 PM, H Hartley Sweeten hartl...@visionengravers.com wrote: Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Alan Stern st...@rowland.harvard.edu Cc:

Re: [PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-14 Thread Olof Johansson
Hi, Greg, [Adding ep93xx maintainers as well] On Wed, Oct 2, 2013 at 3:15 AM, Majunath Goudar csmanjuvi...@gmail.com wrote: From: Manjunath Goudar manjunath.gou...@linaro.org Suspend scenario in case of ohci-ep93xx glue was not properly handled as it was not suspending generic part of ohci

Re: [PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-14 Thread Olof Johansson
On Mon, Oct 14, 2013 at 2:07 PM, Hartley Sweeten hartl...@visionengravers.com wrote: On Monday, October 14, 2013 1:50 PM, Alan Stern wrote: On Mon, 14 Oct 2013, Hartley Sweeten wrote: As an alternative to this patch, I have successfully used the ohci-platform driver on the ep93xx. This does

Re: [PATCH] usb: misc: Fix swapped properties in usb3503 DT parsing

2013-08-11 Thread Olof Johansson
to check or update. Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Olof Johansson o...@lixom.net -Olof -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-26 Thread Olof Johansson
On Fri, Jul 26, 2013 at 1:30 PM, Felipe Balbi ba...@ti.com wrote: On Fri, Jul 26, 2013 at 09:23:35AM -0700, Olof Johansson wrote: On Fri, Jul 26, 2013 at 2:54 AM, Felipe Balbi ba...@ti.com wrote: On Thu, Jul 25, 2013 at 01:59:51PM -0700, Olof Johansson wrote: On Thu, Jul 25, 2013 at 10:19 AM

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-25 Thread Olof Johansson
On Thu, Jul 25, 2013 at 9:14 AM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jul 23, 2013 at 11:55:50AM -0700, Olof Johansson wrote: This resolves the following valid build warning: drivers/usb/gadget/at91_udc.c:1685:34: warning: 'flags' may be used uninitialized in this function [-Wmaybe

Re: [PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-25 Thread Olof Johansson
On Thu, Jul 25, 2013 at 10:19 AM, Felipe Balbi ba...@ti.com wrote: On Thu, Jul 25, 2013 at 09:18:39AM -0700, Olof Johansson wrote: That's what the code does today, and I wasn't trying to second-guess their decisions on that. Chances are firmware, in some instances, have left power on so

[PATCH] usb: gadget: at91_udc: Check gpio lookup results

2013-07-23 Thread Olof Johansson
This resolves the following valid build warning: drivers/usb/gadget/at91_udc.c:1685:34: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] I switched from ? : to !! mostly to save from wrapping the lines while I was at it. Signed-off-by: Olof Johansson o

[PATCH] usb: xhci: Mark two functions __maybe_unused

2013-07-23 Thread Olof Johansson
just marked both with __maybe_unused. Signed-off-by: Olof Johansson o...@lixom.net --- Sarah, I guess taste might differ on ifdef vs __maybe_unused, let me know this is not to your liking. Thanks, -Olof drivers/usb/host/xhci.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [PATCH 0/3] usb: misc: usb3503: Fix up usb3503 driver

2013-05-31 Thread Olof Johansson
.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) Series: Acked-by: Olof Johansson o...@lixom.net -Olof -- To unsubscribe from this list: send the line unsubscribe linux-usb in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH v7 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data

2013-02-10 Thread Olof Johansson
On Thu, Jan 17, 2013 at 8:59 AM, Tony Lindgren t...@atomide.com wrote: * Alan Stern st...@rowland.harvard.edu [130117 07:19]: On Thu, 17 Jan 2013, Roger Quadros wrote: Let's have a single platform data structure for the OMAP's High-Speed USB host subsystem instead of having 3 separate ones

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-26 Thread Olof Johansson
On Mon, Sep 24, 2012 at 09:13:53AM +0200, Andrew Lunn wrote: +Required properties: +- compatible: must be marvell,orion-ehci +- reg: physical base address of the controller and length of memory mapped + region. +- interrupts: The EHCI interrupt +- phy-version: Can be one of:

Re: [alsa-devel] [PATCH v2 00/34] i.MX multi-platform support

2012-09-22 Thread Olof Johansson
Hi, On Fri, Sep 21, 2012 at 9:53 AM, Shawn Guo shawn@linaro.org wrote: On Sat, Sep 22, 2012 at 12:46:26AM +0800, Shawn Guo wrote: I just published the branch below with this series rebased on top of the necessary dependant branches. git://git.linaro.org/people/shawnguo/linux-2.6.git

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-10 Thread Olof Johansson
On 10/02/2008, Daniel Hazelton [EMAIL PROTECTED] wrote: Yes, of course, and I'll never argue otherwise. However, what I was saying is that it is the claim of the FSF that, in no uncertain terms, a C program that uses the standard C library interface and is linked to glibc instead of, say, the