Re: [GIT PULL] On-demand device probing

2015-10-19 Thread Olof Johansson
On Sat, Oct 17, 2015 at 8:19 AM, Rob Herring wrote: > On Fri, Oct 16, 2015 at 4:23 PM, Olof Johansson wrote: >> 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

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: http://arm-soc.lixom.net/bootlogs

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

2015-01-06 Thread Olof Johansson
by: Maxime Ripard This also fixes USB on tegra/trimslice here. Tested-by: Olof Johansson 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&quo

Re: RCU bug with v3.17-rc3 ?

2014-10-19 Thread Olof Johansson
On Sun, Oct 19, 2014 at 8:28 AM, Felipe Balbi 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 wrote: > Felipe, > > On Fri, Jun 27, 2014 at 8:59 AM, Felipe Balbi 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 that it's too hard to

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

2014-05-16 Thread Olof Johansson
igned-off-by: Gregory CLEMENT > Signed-off-by: Thomas Petazzoni > Cc: a...@kernel.org > Cc: Kevin Hilman > Cc: Olof Johansson > Cc: Arnd Bergmann Applied. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to ma

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 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 Deb

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

2014-02-03 Thread Olof Johansson
rivers/usb/host/xhci-plat.c:211:12: warning: 'xhci_plat_resume' defined but > not used [-Wunused-function] > > Cc: Olof Johansson > Reported-by: Olof Johansson > Signed-off-by: Fabio Estevam Acked-by: Olof Johansson -- To unsubscribe from this list: send the line &q

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 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 > --- > .../devicetree/bindings/usb/exynos-usb.txt | 13 +++ > drivers/u

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 wrote: > Add support to PHY of USB2 of the Exynos 4 SoC. > > Signed-off-by: Kamil Debski > --- > .../devicetree/bindings/arm/samsung/pmu.txt|2 ++ > arch/arm/boot/dts/exynos4.dtsi | 31 > > arch

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 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 > Acked-by: Nicolas Ferre > Signed-off-by: Alan

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 wrote: > Convert ep93xx to use the OHCI platform driver and remove the > ohci-ep93xx bus glue driver. > > Signed-off-by: H Hartley Sweeten > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Cc: Ryan Mallon > --- > arch/arm/mach-ep93xx/clock.c

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 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 move a bit of glue cod

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 wrote: > From: Manjunath Goudar > > Suspend scenario in case of ohci-ep93xx glue was not > properly handled as it was not suspending generic part > of ohci controller. Alan Stern suggested, properly ha

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 Acked-by: Olof Johansson -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-info.html

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 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 wrote: >> > On Thu, Jul 25, 2013 at 01:59:51PM -0700, Olof Johansson wrote: >> >> On Thu, Jul 25,

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

2013-07-26 Thread Olof Johansson
On Fri, Jul 26, 2013 at 2:54 AM, Felipe Balbi wrote: > On Thu, Jul 25, 2013 at 01:59:51PM -0700, Olof Johansson wrote: >> On Thu, Jul 25, 2013 at 10:19 AM, Felipe Balbi wrote: >> > On Thu, Jul 25, 2013 at 09:18:39AM -0700, Olof Johansson wrote: >> >> That's wha

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 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 >&

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 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 >&

[PATCH] usb: xhci: Mark two functions __maybe_unused

2013-07-23 Thread Olof Johansson
ifdefs in this code, I've just marked both with __maybe_unused. Signed-off-by: Olof Johansson --- 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 dele

[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

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

2013-05-31 Thread Olof Johansson
; > drivers/usb/misc/usb3503.c | 16 +++- > 1 file changed, 3 insertions(+), 13 deletions(-) Series: Acked-by: Olof Johansson -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More

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 wrote: > * Alan Stern [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 i.e. one for >> > board data, o

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-v

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

2012-09-22 Thread Olof Johansson
On Sat, Sep 22, 2012 at 12:41 AM, Olof Johansson wrote: > Hi, > > On Fri, Sep 21, 2012 at 9:53 AM, Shawn Guo 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 >>>

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 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 >> staging/im

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

2012-09-21 Thread Olof Johansson
Hi, Sorry for the late feedback but I didn't notice this until I looked at the pull request from Jason. Please go back and revisit these bindings. I'll merge in the current version but they need to be fixed up. Also, always cc devicetree-discuss and the DT maintainers on new bindings. On Sat, S

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

2012-09-21 Thread Olof Johansson
On Fri, Sep 21, 2012 at 1:01 AM, Shawn Guo wrote: > On Thu, Sep 20, 2012 at 03:56:56PM +, Arnd Bergmann wrote: >> Ok, fair enough. I think we can put it in arm-soc/for-next as a staging >> branch anyway to give it some exposure to linux-next, and then we can >> decide whether a rebase is neces

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,