[PATCH 2/3] usb: dwc3: add Fujitsu Specific Glue layer

2014-12-15 Thread Sneeker Yeh
This patch adds support for Synopsis DesignWare USB3 IP Core found on Fujitsu Socs. Signed-off-by: Sneeker Yeh --- .../devicetree/bindings/usb/fujitsu-dwc3.txt | 25 +++ drivers/usb/dwc3/Kconfig | 11 ++ drivers/usb/dwc3/Makefile |

[PATCH 0/3] Add support for Fujitsu USB host controller

2014-12-15 Thread Sneeker Yeh
These patches add support for EHCI and XHCI compliant Host controller found on Fujitsu Socs, and are based on http://www.spinics.net/lists/arm-kernel/msg385573.html First patch is EHCI platform glue driver. Patch 2 introduces Fujitsu Specific Glue layer in Synopsis DesignWare USB3 IP driver. Patch

[PATCH 1/3] usb: host: f_usb20ho: add support for Fujitsu ehci/ohci USB 2.0 host controller

2014-12-15 Thread Sneeker Yeh
This patch adds support for EHCI compliant Host controller found on Fujitsu Socs. Signed-off-by: Sneeker Yeh --- .../devicetree/bindings/usb/fujitsu-ehci.txt | 22 ++ drivers/usb/host/Kconfig | 11 + drivers/usb/host/Makefile |1 +

[PATCH 3/3] usb: dwc3: add a quirk for device disconnection issue in Synopsis dwc3 core

2014-12-15 Thread Sneeker Yeh
Synopsis DesignWare USB3 IP Core integrated with a config-free phy needs special handling during device disconnection to avoid the host controller dying. This quirk makes sure PORT_CSC is cleared after the disable slot command when usb device is disconnected from internal root hub, otherwise, Syno

Re: regression: Clock changes in next-20141205 break at least omap4

2014-12-15 Thread Paul Walmsley
On 12/15/2014 05:38 PM, Tony Lindgren wrote: * Paul Walmsley [141215 16:23]: On 12/15/2014 03:02 PM, Mike Turquette wrote: Quoting Paul Walmsley (2014-12-12 15:28:32) On Fri, 12 Dec 2014, Mike Turquette wrote: Quoting Tony Lindgren (2014-12-05 10:38:49) * Stephen Boyd [141205 10:23]: On

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Tony Lindgren
* Tony Lindgren [141215 15:04]: > * Kevin Hilman [141215 10:26]: > > Tero Kristo writes: > > > > > On 12/12/2014 09:07 PM, Kevin Hilman wrote: > > >> Hi Tero, > > >> > > >> Tero Kristo writes: > > >> > > >>> The new usage of determine_rate and set_rate_and_parent calls for > > >>> OMAP DPLLs a

Re: regression: Clock changes in next-20141205 break at least omap4

2014-12-15 Thread Tony Lindgren
* Paul Walmsley [141215 16:23]: > On 12/15/2014 03:02 PM, Mike Turquette wrote: > >Quoting Paul Walmsley (2014-12-12 15:28:32) > >>On Fri, 12 Dec 2014, Mike Turquette wrote: > >> > >>>Quoting Tony Lindgren (2014-12-05 10:38:49) > * Stephen Boyd [141205 10:23]: > >On 12/05/2014 08:55 AM, T

Re: regression: Clock changes in next-20141205 break at least omap4

2014-12-15 Thread Paul Walmsley
On 12/15/2014 03:02 PM, Mike Turquette wrote: Quoting Paul Walmsley (2014-12-12 15:28:32) On Fri, 12 Dec 2014, Mike Turquette wrote: Quoting Tony Lindgren (2014-12-05 10:38:49) * Stephen Boyd [141205 10:23]: On 12/05/2014 08:55 AM, Tony Lindgren wrote: Hi, Looks like commit 646cafc6aa4d (

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Tony Lindgren
* Kevin Hilman [141215 10:26]: > Tero Kristo writes: > > > On 12/12/2014 09:07 PM, Kevin Hilman wrote: > >> Hi Tero, > >> > >> Tero Kristo writes: > >> > >>> The new usage of determine_rate and set_rate_and_parent calls for > >>> OMAP DPLLs assumes the DPLLs must have two parents defined, even

Re: [GIT PULL] few fixes for the v3.19 merge window

2014-12-15 Thread Kevin Hilman
Tony Lindgren writes: > The following changes since commit a0e4467726cd26bacb16f13d207ffcfa82ffc07d: > > Merge tag 'asm-generic-for-linus' of > git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic (2014-12-09 > 17:25:00 -0800) > > are available in the git repository at: > > git://

Re: [PATCH] gpio: pcf857x: restore the initial line state of all pcf lines

2014-12-15 Thread Nishanth Menon
On 12/12/2014 02:06 AM, Kishon Vijay Abraham I wrote: > The reset values for all the PCF lines are high and hence on shutdown > we should drive all the lines high in order to bring it to the reset state. > > This is actually required since pcf doesn't have a reset line and even after > warm reset

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Kevin Hilman
Tero Kristo writes: > On 12/12/2014 09:07 PM, Kevin Hilman wrote: >> Hi Tero, >> >> Tero Kristo writes: >> >>> The new usage of determine_rate and set_rate_and_parent calls for >>> OMAP DPLLs assumes the DPLLs must have two parents defined, even >>> if it is the same clock. Legacy clock data did

Re: [PATCH v4 0/6] Touchscreen performance related fixes

2014-12-15 Thread Catalin Crenguta
On Fri, Dec 12, 2014 at 4:16 PM, Griffis, Brad wrote: > How are you configuring ti,charge-delay in your dts? I've seen this behavior > on some custom boards where we were using a smaller charge delay (0x400) to > begin with, and by upping it to 0xb000 we resolved the issue. These patches > ho

Re: bluetooth: Add hci_h4p driver

2014-12-15 Thread Marcel Holtmann
Hi Pavel, > diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig > index 4547dc2..0fc7d3a 100644 > --- a/drivers/bluetooth/Kconfig > +++ b/drivers/bluetooth/Kconfig > @@ -243,4 +243,14 @@ config BT_WILINK > Say Y here to compile support for Texas Instrument's WiLink7 driver >

Re: [PATCH] ARM: omap2plus_defconfig: use CONFIG_CPUFREQ_DT

2014-12-15 Thread Geert Uytterhoeven
On Fri, Dec 12, 2014 at 6:18 PM, Nishanth Menon wrote: > CONFIG_GENERIC_CPUFREQ_CPU0 disappeared with commit bbcf071969b20f > ("cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'") > > Use the renamed CONFIG_CPUFREQ_DT generic driver. It looks like with > v3.18-rc1, commit bbcf071969b20f a

Re: bluetooth: Add hci_h4p driver

2014-12-15 Thread Oliver Neukum
Hi, a few remarks about possible issues. Regards Oliver > +static int h4p_send_negotiation(struct h4p_info *info) > +{ > + struct h4p_neg_cmd *neg_cmd; > + struct h4p_neg_hdr *neg_hdr; > + struct sk_buff *skb; > + int err, len; > + u16 sysclk = 38400;

Re: [GIT PULL] rpmsg for 3.19

2014-12-15 Thread Ohad Ben-Cohen
[Resending in plain text mode - sorry] The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9: Linux 3.18-rc6 (2014-11-23 15:25:20 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git tags/rpmsg-3.19-next for you t