Re: mysterious crashes on OMAP5 uevm

2015-09-14 Thread Dr. H. Nikolaus Schaller
Am 14.09.2015 um 21:02 schrieb Tony Lindgren : > * Russell King - ARM Linux [150914 05:16]: >> On Fri, Sep 11, 2015 at 03:03:07PM +0100, Russell King - ARM Linux wrote: >>> >>> Merely changing __LINUX_ARM_ARCH__ >= 7 to >= 6 should fix the problem, >>> and I doubt there's any ARMv6 non-T2 syste

Re: mysterious crashes on OMAP5 uevm

2015-09-10 Thread Dr. H. Nikolaus Schaller
Am 10.09.2015 um 10:30 schrieb Russell King - ARM Linux : > On Thu, Sep 10, 2015 at 08:42:57AM +0200, Dr. H. Nikolaus Schaller wrote: >> >> Am 08.09.2015 um 23:07 schrieb Tony Lindgren : >> >>> * Grazvydas Ignotas [150908 13:44]: >>>> On Tue, Se

Re: mysterious crashes on OMAP5 uevm

2015-09-09 Thread Dr. H. Nikolaus Schaller
Am 08.09.2015 um 23:07 schrieb Tony Lindgren : > * Grazvydas Ignotas [150908 13:44]: >> On Tue, Sep 8, 2015 at 4:38 PM, Tony Lindgren wrote: >>> * Grazvydas Ignotas [150908 05:50]: Hi, this is a longstanding problem I'm seeing since the very beginning, which was around 3.1

Re: gpadc iio support for tlw6037/palmas [was: twl6030-gpadc support for twl6037]

2015-07-23 Thread Dr. H. Nikolaus Schaller
Hi Graeme, Am 22.07.2015 um 21:41 schrieb Graeme Gregory : > > > On Wed, 22 Jul 2015, at 08:33 PM, Graeme Gregory wrote: >> >> >> On Wed, 22 Jul 2015, at 08:28 PM, Belisko Marek wrote: >>> Adding also twl6030-gpadc driver authors to loop >>> >>> On Mon, Jul 20, 2015 at 8:57 AM, Belisko Marek

Re: twl6030-gpadc support for twl6037

2015-07-22 Thread Dr. H. Nikolaus Schaller
Am 22.07.2015 um 21:41 schrieb Graeme Gregory : > > > On Wed, 22 Jul 2015, at 08:33 PM, Graeme Gregory wrote: >> >> >> On Wed, 22 Jul 2015, at 08:28 PM, Belisko Marek wrote: >>> Adding also twl6030-gpadc driver authors to loop >>> >>> On Mon, Jul 20, 2015 at 8:57 AM, Belisko Marek >>> wrote

Re: [Gta04-owner] [PATCH 5/6] phy: twl4030-usb: add support for reading resistor on ID pin.

2015-06-23 Thread Dr. H. Nikolaus Schaller
Hi Neil, Am 01.06.2015 um 23:37 schrieb NeilBrown : > On Mon, 1 Jun 2015 19:06:52 +0530 Kishon Vijay Abraham I > wrote: > >> Hi, >> >> On Thursday 16 April 2015 01:33 PM, NeilBrown wrote: >>> From: NeilBrown >>> >>> The twl4030 phy can measure, with low precision, the >>> resistance-to-groun

Re: [Gta04-owner] [PATCH 5/6] phy: twl4030-usb: add support for reading resistor on ID pin.

2015-06-02 Thread Dr. H. Nikolaus Schaller
Hi, Am 02.06.2015 um 22:11 schrieb Pavel Machek : > On Tue 2015-06-02 16:06:47, Dr. H. Nikolaus Schaller wrote: >> Hi, >> >> Am 02.06.2015 um 15:49 schrieb Kishon Vijay Abraham I : >> >>> Hi, >>> >>> On Tuesday 02 June 2015 03:07 AM, N

Re: [Gta04-owner] [PATCH 5/6] phy: twl4030-usb: add support for reading resistor on ID pin.

2015-06-02 Thread Dr. H. Nikolaus Schaller
Hi, Am 02.06.2015 um 15:49 schrieb Kishon Vijay Abraham I : > Hi, > > On Tuesday 02 June 2015 03:07 AM, NeilBrown wrote: >> On Mon, 1 Jun 2015 19:06:52 +0530 Kishon Vijay Abraham I >> wrote: >> >>> Hi, >>> >>> On Thursday 16 April 2015 01:33 PM, NeilBrown wrote: From: NeilBrown >>

Re: [PATCH v4 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-04-04 Thread Dr. H. Nikolaus Schaller
Hi Pavel, Am 04.04.2015 um 10:16 schrieb Pavel Machek : > Hi! > Please propose your own code doing that so that we can test if it is better. >>> >>> So, how does this look? >>> >>> It looks to me like you have cca 0.1 Ohm resistance in your system, >> >> This is completely unknown.

Re: [PATCH v4 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-04-01 Thread Dr. H. Nikolaus Schaller
Hi, Am 01.04.2015 um 22:16 schrieb Pavel Machek : > Hi! > >>> As I explained in some other mail, those tables should not be >>> neccessary at all. They can be computed from li-ion characteristics >>> and internal resistance, and assumed current during charge and >>> discharge. >> >> I already e

Re: [PATCH v4 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-04-01 Thread Dr. H. Nikolaus Schaller
Hi, Am 01.04.2015 um 18:30 schrieb Rob Herring : > On Tue, Mar 10, 2015 at 4:27 PM, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> .../bindings/power_supply/twl4030_madc_battery.txt | 43 >> ++ >> 1 file changed, 43 insertions(+) >> create mode 100644 >> Doc

Re: [PATCH v4 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-04-01 Thread Dr. H. Nikolaus Schaller
Hi Pavel, Am 31.03.2015 um 09:26 schrieb Pavel Machek : > Hi! > > + io-channels = <&twl_madc 1>, > + <&twl_madc 10>, > + <&twl_madc 12>; > + io-channel-names = "temp", > +"ichg", > +

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi Pavel, Am 17.03.2015 um 14:59 schrieb Pavel Machek : > Hi! > >>> to introduce coefficients for temperature and discharge rate? >> What do you mean? Nothing like that is used in current driver why do >> we need to add it? > > Well, conversion between Li-ion's voltage and s

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi Pavel, Am 17.03.2015 um 11:37 schrieb Pavel Machek : > Hi! > > to introduce coefficients for temperature and discharge rate? What do you mean? Nothing like that is used in current driver why do we need to add it? >>> >>> Well, conversion between Li-ion's voltage and state of ch

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Am 17.03.2015 um 09:47 schrieb Pavel Machek : > Hi! > diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /de

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Am 17.03.2015 um 09:48 schrieb Pavel Machek : >> >> Temperature calibration should have already been done in the underlaying >> twl4030 iio driver. >> >> Discharge rate is the real current flow reported in uA. Also >> reported by iio. > > Ack, but there's rather severe temperature dependency

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi, Am 17.03.2015 um 09:47 schrieb Pavel Machek : > Hi! > diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c ---

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-16 Thread Dr. H. Nikolaus Schaller
Am 16.03.2015 um 22:20 schrieb Belisko Marek : > On Mon, Mar 16, 2015 at 10:05 PM, Pavel Machek wrote: >> On Wed 2015-02-04 23:14:32, Marek Belisko wrote: >>> Signed-off-by: Marek Belisko >>> --- >>> .../bindings/power_supply/twl4030_madc_battery.txt | 43 >>> ++ >>> 1 file

Re: [PATCH v4 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-11 Thread Dr. H. Nikolaus Schaller
Am 11.03.2015 um 17:44 schrieb Tony Lindgren : > * Dr. H. Nikolaus Schaller [150311 09:17]: >> Hi, >> >> Am 11.03.2015 um 16:24 schrieb Tony Lindgren : >> >>> Hi, >>> >>> * Marek Belisko [150310 14:28]: >>>> Sig

Re: [PATCH v4 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-11 Thread Dr. H. Nikolaus Schaller
Hi, Am 11.03.2015 um 16:24 schrieb Tony Lindgren : > Hi, > > * Marek Belisko [150310 14:28]: >> Signed-off-by: Marek Belisko >> --- >> .../bindings/power_supply/twl4030_madc_battery.txt | 43 >> ++ >> 1 file changed, 43 insertions(+) >> create mode 100644 >> Documentation/

Re: [Gta04-owner] [PATCH 3/4] usb: phy: twl4030: add support for reading restore on ID pin.

2015-03-03 Thread Dr. H. Nikolaus Schaller
Am 04.03.2015 um 07:35 schrieb NeilBrown : > On Mon, 2 Mar 2015 22:04:31 +0100 Pavel Machek wrote: > >> Hi! >> >>> The twl4030 phy can measure, with low precision, the >>> resistance-to-ground of the ID pin. >>> >>> Add a function to read the value, and export the result >>> via sysfs. >>> >

Re: [PATCH] OMAPDSS: restore "name" sysfs entry.

2015-02-24 Thread Dr. H. Nikolaus Schaller
I have tested it with X.Org X Server 1.12.4 Release Date: 2012-08-27 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-4-mx5 armv7l Debian (coming from Debian Wheezy) on: * gta04 (SPI panel) * openpandora (SPI panel) * BeagleBoard XM (with RGB panel) * PandaBoard ES (w/o pane

Re: [PATCH 1/4] ARM: dts: omap3-pandora: add common device tree

2015-02-12 Thread Dr. H. Nikolaus Schaller
Am 12.02.2015 um 18:47 schrieb Grazvydas Ignotas : > On Thu, Feb 12, 2015 at 3:03 PM, Marek Belisko wrote: >> From: "H. Nikolaus Schaller" >> >> This device tree allows to boot, supports the panel, >> framebuffer, touch screen, as well as some more peripherals. >> Since there is a OMAP3530 bas

Re: [PATCH 1/4] ARM: dts: omap3-pandora: add common device tree

2015-02-12 Thread Dr. H. Nikolaus Schaller
Am 12.02.2015 um 17:03 schrieb Tony Lindgren : > Hi, > > Few comments below. > > * Marek Belisko [150212 05:07]: >> + >> +&omap3_pmx_core { >> + >> +mmc1_pins: pinmux_mmc1_pins { >> +pinctrl-single,pins = < >> +OMAP3_CORE1_IOPAD(0x2144, PIN_INPUT_PULLUP | MU

Re: [PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2015-01-15 Thread Dr. H. Nikolaus Schaller
Am 15.01.2015 um 19:16 schrieb Dmitry Torokhov : > On Thu, Jan 15, 2015 at 05:14:38PM +0100, Dr. H. Nikolaus Schaller wrote: >> >> Am 15.01.2015 um 15:38 schrieb Sebastian Reichel : >> >>> Hi, >>> >>> On Thu, Jan 15, 2015 at 08:36:44AM +0100,

Re: [PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2015-01-15 Thread Dr. H. Nikolaus Schaller
Am 15.01.2015 um 15:38 schrieb Sebastian Reichel : > Hi, > > On Thu, Jan 15, 2015 at 08:36:44AM +0100, Dr. H. Nikolaus Schaller wrote: >>> 1. Perform conversion in input core rather than individual drivers. I >>> think we should allocate a new bitmaps for some trans

Re: [PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2015-01-15 Thread Dr. H. Nikolaus Schaller
Hi, Am 15.01.2015 um 15:38 schrieb Sebastian Reichel : > Hi, > > On Thu, Jan 15, 2015 at 08:36:44AM +0100, Dr. H. Nikolaus Schaller wrote: >>> 1. Perform conversion in input core rather than individual drivers. I >>> think we should allocate a new bitmaps for so

Re: [PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2015-01-14 Thread Dr. H. Nikolaus Schaller
Hi, Am 15.01.2015 um 01:59 schrieb Dmitry Torokhov : > On Sat, Jan 10, 2015 at 03:15:39PM +0100, Belisko Marek wrote: >> Ping for input maintainer. DT changes was acked. Thanks. >> >> On Tue, Sep 30, 2014 at 10:17 PM, Marek Belisko wrote: >>> This patch adds new parameters that allow to address

Re: [PATCH v2 1/5] video: omapdss: Add opa362 driver

2014-11-19 Thread Dr. H. Nikolaus Schaller
Am 13.11.2014 um 17:41 schrieb Tomi Valkeinen : > On 13/11/14 18:25, Dr. H. Nikolaus Schaller wrote: >> Hi, >> >> Am 13.11.2014 um 12:51 schrieb Tomi Valkeinen : >> >>> On 13/11/14 00:10, Marek Belisko wrote: >>>> opa362 is amplifier for video an

Re: [PATCH v2 1/5] video: omapdss: Add opa362 driver

2014-11-13 Thread Dr. H. Nikolaus Schaller
Hi, Am 13.11.2014 um 12:51 schrieb Tomi Valkeinen : > On 13/11/14 00:10, Marek Belisko wrote: >> 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 Sc

Re: [PATCH] mfd: twl4030-power: Fix poweroff with PM configuration enabled

2014-11-12 Thread Dr. H. Nikolaus Schaller
Am 12.11.2014 um 16:45 schrieb Grazvydas Ignotas : > On Tue, Nov 4, 2014 at 5:42 PM, Tony Lindgren wrote: >> * Igor Grinberg [141104 05:22]: >>> Hi Tony, >>> >>> On 11/02/14 20:07, Tony Lindgren wrote: Commit e7cd1d1eb16f ("mfd: twl4030-power: Add generic reset configuration") enable

Re: PROBLEM: bindings for drivers/mfd/twl4030-power.c

2014-09-01 Thread Dr. H. Nikolaus Schaller
Hi, Am 25.08.2014 um 23:26 schrieb Tony Lindgren: > * Dr. H. Nikolaus Schaller [140817 08:46]: >> I am trying to make ti,use_poweroff work on 3.17-rc1 for the GTA04 board. >> Poweroff was broken for a while and I found that the driver isn't loaded at >> all. >>

Re: DTR gpio handling removed by 985bfd54c826c0ba873ca0adfd5589263e0c6ee2

2014-08-14 Thread Dr. H. Nikolaus Schaller
Hi Felipe, Am 15.08.2014 um 00:58 schrieb Felipe Balbi : > Hi, > > On Thu, Aug 14, 2014 at 11:04:58PM +0200, Belisko Marek wrote: >> during 3.15 release was removed by commit >> 985bfd54c826c0ba873ca0adfd5589263e0c6ee2 code which was added by >> 9574f36fb801035f6ab0fbb1b53ce2c12c17d100 by Neil B

Re: [PATCH 3/3] arm: dts: Add gta04a5 model

2014-07-29 Thread Dr. H. Nikolaus Schaller
Hi, Am 29.07.2014 um 14:41 schrieb Tony Lindgren: > * Dr. H. Nikolaus Schaller [140728 13:45]: >> >> Yes, >> the boot loader either loads gta04a3.dtb gta04.dtb or gta05.dtb >> depending on board revision. >> >> Therefore we have multiple devic

Re: [PATCH 3/3] arm: dts: Add gta04a5 model

2014-07-28 Thread Dr. H. Nikolaus Schaller
Hi, Am 28.07.2014 um 22:12 schrieb Michael Trimarchi: > Hi > > Il 28/lug/2014 22:06 "Belisko Marek" ha scritto: > > > > On Mon, Jul 28, 2014 at 10:04 PM, Michael Trimarchi > > wrote: > > > Hi > > > > > > Il 28/lug/2014 22:02 "Belisko Marek" ha scritto: > > > > > > > > >> > > >> Hi Michael, >

Re: [PATCH 1/5] arm: dts: omap3-gta04: Add missing nodes to fully describe gta04 board

2014-07-19 Thread Dr. H. Nikolaus Schaller
Hi all, Am 18.07.2014 um 11:21 schrieb Javier Martinez Canillas: > Hello Marek and Dr. H. Nikolaus, > > On Fri, Jul 18, 2014 at 8:55 AM, Joachim Eastwood wrote: >> On 16 July 2014 09:17, Dr. H. Nikolaus Schaller wrote: >>> Am 15.07.2014 um 14:45 schrieb Joachim East

Re: [PATCH 1/5] arm: dts: omap3-gta04: Add missing nodes to fully describe gta04 board

2014-07-16 Thread Dr. H. Nikolaus Schaller
Hi Joachim, is there some policy for only having nodes for existing drivers in DT files? If I understand the device tree concept correctly, it should not describe drivers (and hence nothing about the state of them being mainlined), but it should statically describe the given hardware in a way th

Re: [PATCH 0/3] omapdss: venc: Add support for bypass and acbias.

2013-11-18 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 18.11.2013 um 14:29 schrieb Tomi Valkeinen: > On 2013-11-11 16:30, Dr. H. Nikolaus Schaller wrote: > >> Maybe it looks as if it is an unsolvable problem. The OPA works only if >> acbias >> and bypass are enabled, but is not allowed to tell that it is th

Re: [PATCH 0/3] omapdss: venc: Add support for bypass and acbias.

2013-11-11 Thread Dr. H. Nikolaus Schaller
Am 11.11.2013 um 15:13 schrieb Tomi Valkeinen: > On 2013-11-11 15:57, Dr. H. Nikolaus Schaller wrote: >> Hi Tomi, >> >> Am 11.11.2013 um 14:29 schrieb Tomi Valkeinen: >> >>> Hi, >>> >>> On 2013-11-05 09:24, Belisko Marek wrote: >>&

Re: [PATCH 0/3] omapdss: venc: Add support for bypass and acbias.

2013-11-11 Thread Dr. H. Nikolaus Schaller
Am 11.11.2013 um 15:13 schrieb Tomi Valkeinen: > On 2013-11-11 15:57, Dr. H. Nikolaus Schaller wrote: >> Hi Tomi, >> >> Am 11.11.2013 um 14:29 schrieb Tomi Valkeinen: >> >>> Hi, >>> >>> On 2013-11-05 09:24, Belisko Marek wrote: >>&

Re: [PATCH 0/3] omapdss: venc: Add support for bypass and acbias.

2013-11-11 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 11.11.2013 um 14:29 schrieb Tomi Valkeinen: > Hi, > > On 2013-11-05 09:24, Belisko Marek wrote: >> Hi, >> >> ping. >> >> On Mon, Oct 14, 2013 at 11:02 PM, Marek Belisko wrote: >>> This patches is adding bypass and acbias functionality to omapdss venc >>> driver. >>> In first patc

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-11 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 11.10.2013 um 12:09 schrieb Tomi Valkeinen: > On 11/10/13 12:50, Dr. H. Nikolaus Schaller wrote: > >> Hm. Is this a SPI or does it just look like one? Or is it some - otherwise >> unknown - "3 wire serial interface". Or is it a "3(+1) GPIO slave devi

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-11 Thread Dr. H. Nikolaus Schaller
Hi all, Am 11.10.2013 um 11:06 schrieb Lars-Peter Clausen: > On 10/11/2013 10:59 AM, Belisko Marek wrote: >> Hi Tomi, >> >> On Fri, Oct 11, 2013 at 10:17 AM, Tomi Valkeinen >> wrote: >>> On 11/10/13 10:42, Dr. H. Nikolaus Schaller wrote: >>> >

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-11 Thread Dr. H. Nikolaus Schaller
Hi Lars-Peter, ah, I didn't see your mail while writing mine - so some overlap. Am 11.10.2013 um 09:08 schrieb Lars-Peter Clausen: > On 10/11/2013 06:41 AM, Tomi Valkeinen wrote: >> On 10/10/13 21:58, Lars-Peter Clausen wrote: >> >>> According to the datasheet the the panel as a dedicated dout p

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-11 Thread Dr. H. Nikolaus Schaller
Hi all, Am 11.10.2013 um 06:41 schrieb Tomi Valkeinen: > On 10/10/13 21:58, Lars-Peter Clausen wrote: > >> According to the datasheet the the panel as a dedicated dout pin. Maybe >> you did not connect it in your design, which means you won't be able to >> read any data from the panel at all. >

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-10 Thread Dr. H. Nikolaus Schaller
Am 10.10.2013 um 14:26 schrieb Lars-Peter Clausen: > On 10/10/2013 02:13 PM, Tomi Valkeinen wrote: >> On 10/10/13 14:52, Dr. H. Nikolaus Schaller wrote: >> >>> Yes, I agree and I am willing to help if someone comes up with such a SoC. >>> At the moment we ha

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-10 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 10.10.2013 um 13:10 schrieb Tomi Valkeinen: > On 10/10/13 12:34, Dr. H. Nikolaus Schaller wrote: >> Hi Tomi, >> >> Am 10.10.2013 um 10:19 schrieb Tomi Valkeinen: >> >>> Hi, >>> >>> On 10/10/13 00:08, Marek Belisko wrote: >

Re: [PATCH] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-10 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 10.10.2013 um 10:19 schrieb Tomi Valkeinen: > Hi, > > On 10/10/13 00:08, Marek Belisko wrote: >> For communicating with driver is used gpio bitbanging because TD028 does >> not have a standard compliant SPI interface. It is a 3-wire thing with >> direction reversal. > > Isn't that S

Re: DSS display-new custom enable/disable hooks

2013-09-26 Thread Dr. H. Nikolaus Schaller
Am 26.09.2013 um 13:49 schrieb Tomi Valkeinen: > On 26/09/13 14:01, Dr. H. Nikolaus Schaller wrote: > >> So this essentially means that the "invert" property and the "bypass", >> "acen" properties >> should be defined for the VENC (if it a

Re: DSS display-new custom enable/disable hooks

2013-09-26 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 26.09.2013 um 10:20 schrieb Tomi Valkeinen: > On 25/09/13 19:11, Dr. H. Nikolaus Schaller wrote: > >> Well, I understand it that way: >> >> RAM -> DISPC -> Video Encoder -> DAC-Stage (the DAC and an output amplifier >> within the OMAP chip)

Re: DSS display-new custom enable/disable hooks

2013-09-25 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 25.09.2013 um 15:57 schrieb Tomi Valkeinen: > On 25/09/13 15:26, Dr. H. Nikolaus Schaller wrote: > >>> Sure, but the gpio is not related to the connector, it's related to >>> another component. >> >> I would see it as a part of the interf

Re: DSS display-new custom enable/disable hooks

2013-09-25 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 25.09.2013 um 12:50 schrieb Tomi Valkeinen: > On 25/09/13 12:00, Dr. H. Nikolaus Schaller wrote: > >>> Well, OPA is a distinct hardware block in the video path, I see no issue >>> in having an OPA encoder driver, that sits in between VENC and the >>&g

Re: DSS display-new custom enable/disable hooks

2013-09-25 Thread Dr. H. Nikolaus Schaller
Hi Tomi, Am 25.09.2013 um 10:29 schrieb Tomi Valkeinen: > On 25/09/13 10:45, Dr. H. Nikolaus Schaller wrote: >> Hi, >> >> Am 25.09.2013 um 09:09 schrieb Belisko Marek: >> >>> CC - Nikolaus Schaller >>> >>> On Wed, Sep 25, 2013 at 8:12

Re: DSS display-new custom enable/disable hooks

2013-09-25 Thread Dr. H. Nikolaus Schaller
Hi, Am 25.09.2013 um 09:09 schrieb Belisko Marek: > CC - Nikolaus Schaller > > On Wed, Sep 25, 2013 at 8:12 AM, Tomi Valkeinen wrote: >> On 24/09/13 23:04, Belisko Marek wrote: >>> Hi, >>> >>> we're using connector-analog-tv driver to enable TV out on gta04 >>> board. There is exception that w