Re: USB OTG doesn't work in HOST mode on OMAP3 processor on 3.18-rc5

2014-11-30 Thread Yegor Yefremov
On Sat, Nov 29, 2014 at 4:35 PM, Felipe Balbi wrote: > Hi, > > On Fri, Nov 28, 2014 at 11:35:53AM +0100, Yegor Yefremov wrote: >> On Wed, Nov 19, 2014 at 6:53 PM, Tony Lindgren wrote: >> > * Enric Balletbo Serra [141119 03:14]: >> >> 2014-11-18 16:42 GMT+01:00 Tony Lindgren : >> >> >> >> Checked

Re: [PATCH v7.1 09/19] ASoC: omap-hdmi-audio: Add platform device for OMAP HDMI audio support

2014-11-30 Thread Jyri Sarha
On 11/29/2014 01:32 PM, Mark Brown wrote: On Wed, Nov 12, 2014 at 04:41:00PM +0200, Jyri Sarha wrote: The platform device should only be registered from OMAPDSS HDMI driver. The platform driver registers and unregisters all ASoC components needed for OMAP HDMI audio. So, this basically seems f

[PATCH v3 0/3] omapdss: Add video output support for gta04

2014-11-30 Thread Marek Belisko
changes from v2: - rename amplifier-opa362.c to encoder-opa362 - drop inversion handlign from driver - add ti,invert-polarity to venc node I also drop devconf1 handling patches because discussion how to properly implement is not yet finished and this part is independent from video driver. changes

[PATCH v3 1/3] video: omapdss: Add opa362 driver

2014-11-30 Thread Marek Belisko
opa362 is amplifier for video and can be connected to the tvout pads of the OMAP3. It has one gpio control for enable/disable of the output (high impedance). Signed-off-by: H. Nikolaus Schaller Signed-off-by: Marek Belisko --- drivers/video/fbdev/omap2/displays-new/Kconfig | 6 + drivers/

[PATCH v3 3/3] arm: dts: omap3-gta04: Add handling for tv output

2014-11-30 Thread Marek Belisko
Add handling for gta04 tv out chain: venc -> opa362 -> svideo Use invert-polarity in venc node because opa362 is doing polarity inversion also. Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dtsi | 49 ++ 1 file changed, 49 insertions(+) diff

[PATCH v3 2/3] Documentation: DT: Add documentation for ti,opa362 bindings

2014-11-30 Thread Marek Belisko
Signed-off-by: Marek Belisko --- .../devicetree/bindings/video/ti,opa362.txt| 38 ++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/ti,opa362.txt diff --git a/Documentation/devicetree/bindings/video/ti,opa362.txt b/Docume