Re: [PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery

2016-01-06 Thread H. Nikolaus Schaller
Hi Tony, Am 06.01.2016 um 17:41 schrieb Tony Lindgren : > Hi, > > * H. Nikolaus Schaller [160106 00:12]: >> Am 06.01.2016 um 02:00 schrieb Tony Lindgren : >>> >>> Also I'm not seeing just zeroes coming from RTC after typing hwclock >>

Re: [PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery

2016-01-06 Thread H. Nikolaus Schaller
Hi Tony, Am 06.01.2016 um 02:00 schrieb Tony Lindgren : > * Nishanth Menon [160105 15:40]: >> On 01/05/2016 06:01 AM, H. Nikolaus Schaller wrote: >>> tested on OMP5432 EVM >>> >>> Signed-off-by: H. Nikolaus Schaller >>> --- >>> arch/arm/bo

Re: [PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery

2016-01-05 Thread H. Nikolaus Schaller
Hi, Am 06.01.2016 um 00:40 schrieb Nishanth Menon : > On 01/05/2016 06:01 AM, H. Nikolaus Schaller wrote: >> tested on OMP5432 EVM >> >> Signed-off-by: H. Nikolaus Schaller >> --- >> arch/arm/boot/dts/omap5-board-common.dtsi | 8 >> 1 file chang

[PATCH 2/3] ARM: dts: omap5-board-common: enable iio gpadc for Palmas

2016-01-05 Thread H. Nikolaus Schaller
tested on OMP5432 EVM Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap5-board-common.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi index 30c0d3b..56429ce 100644 --- a/arch

[PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery

2016-01-05 Thread H. Nikolaus Schaller
tested on OMP5432 EVM Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap5-board-common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi index 5cf76a1..30c0d3b 100644 --- a/arch/arm

[PATCH 0/3] Enable twl603x-GPADC for some OMAP4/OMAP5 boards and Palmas-RTC for OMAP5

2016-01-05 Thread H. Nikolaus Schaller
This patch series adds DT nodes for: twl6030-gpadc for omap4 based boards (Pandaboard ES) twl6037-gpadc for omap5 based boards (OMAP5 EVM) twl6037-rtc for omap5 based boards (OMAP5 EVM) H. Nikolaus Schaller (3): ARM: dts: omap5-board-common: enable rtc and charging of backup battery ARM

[PATCH 3/3] ARM: dts: twl6030: add gpadc

2016-01-05 Thread H. Nikolaus Schaller
tested on Pandaboard ES. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/twl6030.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi index 55eb35f..98e444d 100644 --- a/arch/arm/boot/dts/twl6030.dtsi +++ b/arch

Re: [PATCH 1/2] video:omap2:dss: fix timings for VENC to match what omapdrm expects

2015-12-13 Thread H. Nikolaus Schaller
Hi Tomi, Am 09.12.2015 um 09:18 schrieb Tomi Valkeinen : > > On 13/11/15 12:29, H. Nikolaus Schaller wrote: >> Otherwise check_timings fails and we get a "has no modes" message >> from xrandr. >> >> This fix makes the venc assume PAL and NTSC timings

Re: [PATCH v2 8/8] DT:omap3+ads7846: use new common touchscreen bindings

2015-11-16 Thread H. Nikolaus Schaller
HI, Am 16.11.2015 um 15:37 schrieb Grazvydas Ignotas : > Hi, > > On Fri, Nov 13, 2015 at 10:35 PM, H. Nikolaus Schaller > wrote: >> The standard touch screen bindings [1] replace the private ti,swap-xy >> with touchscreen-swaped-x-y. And for the Openpandora we use >

Re: [PATCH v2 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2015-11-15 Thread H. Nikolaus Schaller
Am 15.11.2015 um 03:14 schrieb Rob Herring : > On Fri, Nov 13, 2015 at 09:35:52PM +0100, H. Nikolaus Schaller wrote: >> commit b98abe52fa8e ("Input: add common DT binding for touchscreens") >> introduced common DT bindings for touchscreens [1] and a helper fu

Re: [PATCH v2 6/8] drivers:input:ads7846(+tsc2046): recognise old binding for coordinate flipping

2015-11-15 Thread H. Nikolaus Schaller
Am 15.11.2015 um 03:19 schrieb Rob Herring : > On Fri, Nov 13, 2015 at 2:35 PM, H. Nikolaus Schaller > wrote: >> By this patch we still recognise the old binding ti,swap-xy in parallel to >> the common binding touchscreen-swapped-x-y. This keeps compatibility >> to ol

[PATCH v2 5/8] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping

2015-11-13 Thread H. Nikolaus Schaller
an improve the precision. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller --- .../devicetree/bindings/input/ads7846.txt | 8 ++- drivers/input/touchscreen/ads7846.c| 72 -- 2 files c

[PATCH v2 1/8] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2015-11-13 Thread H. Nikolaus Schaller
an improve the precision. calculate_pressure has been renamed to calculate_resistance because that is what it is doing. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller --- .../bindings/input/touchscreen/tsc2007.txt | 20 +-

[PATCH v2 4/8] DT:omap3+tsc2007: use new common touchscreen bindings

2015-11-13 Thread H. Nikolaus Schaller
Tested on: GTA04A4 (Letux2804), Letux3704, Letux7004 Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index

[PATCH v2 6/8] drivers:input:ads7846(+tsc2046): recognise old binding for coordinate flipping

2015-11-13 Thread H. Nikolaus Schaller
notice is printed to remind developers of using old API. We also fix the bindings name for all in-tree device tree sources in a separate patch. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/ads7846.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 7/8] drivers:input:ads7846(+tsc2046): fix spi module table

2015-11-13 Thread H. Nikolaus Schaller
Fix module table so that the driver is loaded if compiled as module and requested by DT. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/ads7846.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen

[PATCH v2 3/8] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-13 Thread H. Nikolaus Schaller
adc channels in addition to the raw x, y, z values and the estimated touch screen resistance. This can be used for debugging or special applications. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/Kconfig | 1 + drivers/input/touchscreen/tsc2007.c | 137

[PATCH v2 2/8] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does

2015-11-13 Thread H. Nikolaus Schaller
this should reduce unnecessary input events. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/tsc2007.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c index e0c7173

[PATCH v2 8/8] DT:omap3+ads7846: use new common touchscreen bindings

2015-11-13 Thread H. Nikolaus Schaller
The standard touch screen bindings [1] replace the private ti,swap-xy with touchscreen-swaped-x-y. And for the Openpandora we use touchscreen-size etc. to match the LCD screen size. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller

[PATCH v2 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)

2015-11-13 Thread H. Nikolaus Schaller
hannels of the tsc2007 and also provide the touch screen raw values. This allows to read an optional ambient light sensor installed on the gta04 board and improves calibration and hardware monitoring. H. Nikolaus Schaller (8): drivers:input:tsc2007: add new common binding names, pre-c

Re: [PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected

2015-11-13 Thread H. Nikolaus Schaller
Here the test results: Am 13.11.2015 um 13:01 schrieb Laurent Pinchart : > On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote: >> On 13/11/15 12:29, H. Nikolaus Schaller wrote: >>> Include VENC in the set of drivers where it is assimed that the cable >>> is alwa

Re: [PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected

2015-11-13 Thread H. Nikolaus Schaller
Hi Laurent and Tomi, Am 13.11.2015 um 13:01 schrieb Laurent Pinchart : > On Friday 13 November 2015 13:46:01 Tomi Valkeinen wrote: >> On 13/11/15 12:29, H. Nikolaus Schaller wrote: >>> Include VENC in the set of drivers where it is assimed that the cable >>> is alwa

[PATCH 2/2] video:omapdrm: make omapdrm assume the tv-out cable is always connected

2015-11-13 Thread H. Nikolaus Schaller
GTA04 and OpenPandora Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/omapdrm/omap_connector.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/omapdrm/omap_connector.c b/drivers/gpu/drm/omapdrm/omap_connector.c index 83f2a91..98ddb5d 100644 --- a/drivers/gpu/drm/omapdrm/omap_c

[PATCH 0/2] Fix omap VENC (PAL/NTSC TV out) operation with omapdrm driver

2015-11-13 Thread H. Nikolaus Schaller
This patch set fixes some issues with the OMAP VENC when used with the omapdrm driver. Tested on: BeagleBoard XM, GTA04 and OpenPandora H. Nikolaus Schaller (2): video:omap2:dss: fix timings for VENC to match what omapdrm expects video:omapdrm: make omapdrm assume the tv-out cable is always

[PATCH 1/2] video:omap2:dss: fix timings for VENC to match what omapdrm expects

2015-11-13 Thread H. Nikolaus Schaller
GTA04 and OpenPandora Signed-off-by: H. Nikolaus Schaller --- drivers/video/fbdev/omap2/dss/venc.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/video/fbdev/omap2/dss/venc.c b/drivers/video/fbdev/omap2/dss/venc.c index 99ca268..d05a549 100644 --- a/drivers/video/fbdev

Re: [PATCH 5/7] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping

2015-11-09 Thread H. Nikolaus Schaller
Am 09.11.2015 um 18:31 schrieb Rob Herring : > On Fri, Nov 06, 2015 at 04:14:47PM +0100, H. Nikolaus Schaller wrote: >> commit b98abe52fa8e ("Input: add common DT binding for touchscreens") >> introduced common DT bindings for touchscreens [1] and a helper fu

Re: [PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread H. Nikolaus Schaller
Am 06.11.2015 um 17:08 schrieb kbuild test robot : > Hi Nikolaus, > > [auto build test ERROR on input/next] > [also build test ERROR on v4.3 next-20151106] > > url: > https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-touchscreen-tsc2007-and-ads7846

[PATCH 5/7] drivers:input:ads7846(+tsc2046): add new common binding names, pre-calibration and flipping

2015-11-06 Thread H. Nikolaus Schaller
an improve the precision. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller --- .../devicetree/bindings/input/ads7846.txt | 8 ++- drivers/input/touchscreen/ads7846.c| 72 -- 2 files c

[PATCH 2/7] drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does

2015-11-06 Thread H. Nikolaus Schaller
this should reduce unnecessary input events. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/tsc2007.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c index e0c7173

[PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread H. Nikolaus Schaller
adc channels in addition to the raw x, y, z values and the estimated touch screen resistance. This can be used for debugging or special applications. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/tsc2007.c | 137 +++- 1 file changed, 135

[PATCH 7/7] DT:omap3+ads7846: use new common touchscreen bindings

2015-11-06 Thread H. Nikolaus Schaller
The standard touch screen bindings [1] replace the private ti,swap-xy with touchscreen-swaped-x-y. And for the Openpandora we use touchscreen-size etc. to match the LCD screen size. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller

[PATCH 4/7] DT:omap3+tsc2007: use new common touchscreen bindings

2015-11-06 Thread H. Nikolaus Schaller
Tested on: GTA04A4 (Letux2804), Letux3704, Letux7004 Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap3-gta04.dtsi | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index

[PATCH 0/7] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)

2015-11-06 Thread H. Nikolaus Schaller
board and improves calibration and hardware monitoring. H. Nikolaus Schaller (7): drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation drivers:input:tsc2007: send pendown and penup only once like ads7846(+tsc2046) driver does drivers:input:tsc2007

[PATCH 1/7] drivers:input:tsc2007: add new common binding names, pre-calibration, flipping and rotation

2015-11-06 Thread H. Nikolaus Schaller
an improve the precision. calculate_pressure has been renamed to calculate_resistance because that is what it is doing. [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Signed-off-by: H. Nikolaus Schaller --- .../bindings/input/touchscreen/tsc2007.txt | 20 +-

[PATCH 6/7] drivers:input:ads7846(+tsc2046): fix spi module table

2015-11-06 Thread H. Nikolaus Schaller
Fix module table so that the driver is loaded if compiled as module and requested by DT. Signed-off-by: H. Nikolaus Schaller --- drivers/input/touchscreen/ads7846.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/input/touchscreen/ads7846.c b/drivers/input/touchscreen

Re: [PATCH v3 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-10-25 Thread H. Nikolaus Schaller
Am 25.10.2015 um 13:04 schrieb Jonathan Cameron : > On 16/10/15 13:53, H. Nikolaus Schaller wrote: >> This driver code was found as: >> >> https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc >> >> Fix

Re: [PATCH v3 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas

2015-10-20 Thread H. Nikolaus Schaller
Hi, Am 20.10.2015 um 18:24 schrieb Tony Lindgren : > Hi, > > * H. Nikolaus Schaller [151016 05:58]: >> Signed-off-by: H. Nikolaus Schaller >> --- >> arch/arm/boot/dts/omap5-uevm.dts | 10 ++ >> 1 file changed, 10 insertions(+) >> >> diff -

Re: [PATCH v3 2/3] iio:adc:palmas: add DT support

2015-10-19 Thread H. Nikolaus Schaller
Am 19.10.2015 um 13:57 schrieb Lars-Peter Clausen : > On 10/16/2015 02:53 PM, H. Nikolaus Schaller wrote: > [...] >> +Optional sub-nodes: >> +ti,channel0-current-microamp: Channel 0 current in uA. >> +Values are rounded to derive 0uA, 5uA, 15uA, 20uA. >>

[PATCH v3 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-10-16 Thread H. Nikolaus Schaller
This driver code was found as: https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc Fixed various compilation issues and test this driver on omap5 evm. Signed-off-by: Pradeep Goudagunta Signed-off-by: H. Nikolaus Schaller Signed-off

[PATCH v3 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas

2015-10-16 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap5-uevm.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 0e8128b..63f81bb 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot

[PATCH v3 2/3] iio:adc:palmas: add DT support

2015-10-16 Thread H. Nikolaus Schaller
From: Marek Belisko Code was found at: https://android.googlesource.com/kernel/tegra/+/a90856a6626d502d42c6e7abccbdf9d730b36270%5E%21/#F1 Signed-off-by: Laxman Dewangan Signed-off-by: Marek Belisko [Fixed minor typos + add channels list to documentation] --- .../devicetree/bindings/iio/adc/p

[PATCH v3 0/3] Add Palmas iio gpadc

2015-10-16 Thread H. Nikolaus Schaller
H. Nikolaus Schaller (2): iio:adc: add iio driver for Palmas (twl6035/7) gpadc ARM: dts: omap5-uevm: enable iio gpadc for Palmas Marek Belisko (1): iio:adc:palmas: add DT support .../devicetree/bindings/iio/adc/palmas-gpadc.txt | 48 ++ arch/arm/boot/dts/omap5-uevm.dts

Re: [PATCH] twl4030_charger: add missing iio dependency

2015-10-15 Thread H. Nikolaus Schaller
Acked-by: Nikolaus Schaller BR, Nikolaus Am 15.10.2015 um 11:11 schrieb Sebastian Reichel : > This driver fails to link without CONFIG_IIO, since > there are no stubs for the iio_channels functions. > > Signed-off-by: Sebastian Reichel > --- > drivers/power/Kconfig | 2 +- > 1 file changed, 1

Re: [PATCH v2 2/3] iio:adc:palmas: add DT support

2015-10-05 Thread H. Nikolaus Schaller
Am 05.10.2015 um 13:17 schrieb Mark Rutland : > On Sun, Oct 04, 2015 at 06:05:59PM +0200, H. Nikolaus Schaller wrote: >> From: Marek Belisko >> >> Code was found at: >> https://android.googlesource.com/kernel/tegra/+/a90856a6626d502d42c6e7abccbdf9d730b36270%5E%

[PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-10-04 Thread H. Nikolaus Schaller
This driver code was found as: https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc Fixed various compilation issues and test this driver on omap5 evm. Signed-off-by: Pradeep Goudagunta Signed-off-by: H. Nikolaus Schaller Signed-off

[PATCH v2 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas

2015-10-04 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap5-uevm.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 3b16e8f..c78ee2f 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts

[PATCH v2 2/3] iio:adc:palmas: add DT support

2015-10-04 Thread H. Nikolaus Schaller
From: Marek Belisko Code was found at: https://android.googlesource.com/kernel/tegra/+/a90856a6626d502d42c6e7abccbdf9d730b36270%5E%21/#F1 Signed-off-by: Laxman Dewangan [Fixed minor typos + add channels list to documentation] Signed-off-by: Marek Belisko --- .../devicetree/bindings/iio/adc/pa

[PATCH v2 0/3] Add Palmas iio gpadc

2015-10-04 Thread H. Nikolaus Schaller
Laxman Dewangan Edited and extended for mainline by: H. Nikolaus Schaller Marek Belisko H. Nikolaus Schaller (2): iio:adc: add iio driver for Palmas (twl6035/7) gpadc ARM: dts: omap5-uevm: enable iio gpadc for Palmas Marek Belisko (1): iio:adc:palmas: add DT support .../devicetree

[PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-10-04 Thread H. Nikolaus Schaller
This driver code was found as: https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc Fixed various compilation issues and test this driver on omap5 evm. Signed-off-by: Pradeep Goudagunta Signed-off-by: H. Nikolaus Schaller Signed-off

Re: [PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-09-28 Thread H. Nikolaus Schaller
Hi, Am 27.09.2015 um 17:21 schrieb Jonathan Cameron : > On 23/09/15 13:48, H. Nikolaus Schaller wrote: >> This driver code was found as: >> >> https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc >> >>

Re: [PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-09-24 Thread H. Nikolaus Schaller
depend on each other. > >> Signed-off-by: Pradeep Goudagunta >> Signed-off-by: H. Nikolaus Schaller >> Signed-off-by: Marek Belisko >> --- >> drivers/iio/adc/Kconfig| 9 + >> drivers/iio/adc/Makefile | 1 + >> drivers/iio/adc/

Re: [PATCH 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas

2015-09-23 Thread H. Nikolaus Schaller
Hi, Am 23.09.2015 um 18:56 schrieb Tony Lindgren : > * H. Nikolaus Schaller [150923 05:53]: > > Missing description? well, description is “ARM: dts: omap5-uevm: enable iio gpadc for Palmas" and I didn’t catch that the commit is otherwise empty. Sorry. > BTW, this I want to

[PATCH 2/3] iio:adc:palmas: add DT support

2015-09-23 Thread H. Nikolaus Schaller
From: Marek Belisko Code was found at: https://android.googlesource.com/kernel/tegra/+/a90856a6626d502d42c6e7abccbdf9d730b36270%5E%21/#F1 Signed-off-by: Laxman Dewangan [Fixed minor typos + add channels list to documentation] Signed-off-by: Marek Belisko --- .../devicetree/bindings/iio/adc/pal

[PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-09-23 Thread H. Nikolaus Schaller
This driver code was found as: https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc Fixed various compilation issues and test this driver on omap5 evm. Signed-off-by: Pradeep Goudagunta Signed-off-by: H. Nikolaus Schaller Signed-off

[PATCH 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas

2015-09-23 Thread H. Nikolaus Schaller
Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap5-uevm.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 3b16e8f..0d4c8ff 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch

[PATCH 0/3] Add Palmas iio gpadc

2015-09-23 Thread H. Nikolaus Schaller
/staging/iio/adc) Tegra code was developed by: Pradeep Goudagunta Laxman Dewangan Edited and extended for mainline by: H. Nikolaus Schaller Marek Belisko H. Nikolaus Schaller (2): iio:adc: add iio driver for Palmas (twl6035/7) gpadc ARM: dts: omap5-uevm: enable iio gpadc for Palmas Marek

Re: mysterious crashes on OMAP5 uevm

2015-09-14 Thread Dr. H. Nikolaus Schaller
ave tested on: * GTA04 with DM3730 (OMAP3) * Pyra prototype with OMAP5432 No X server crashes seen any more. Tested-by: H. Nikolaus Schaller -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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 peri

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
;>> 4. clip reported coordinates to the active area. >>> >>> If none of the new parameters is defined (in DT) or set in a board file, >>> the driver behaves the same as without this patch. >>> >>> Author (1&2): H. Nikolaus Schaller >>>

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
t a/drivers/video/fbdev/omap2/displays-new/amplifier-opa362.c >> b/drivers/video/fbdev/omap2/displays-new/amplifier-opa362.c >> new file mode 100644 >> index 000..8065a28 >> --- /dev/null >> +++ b/drivers/video/fbdev/omap2/displays-new/amplifier-opa362.c >> @@ -

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
> > >> >> +++ b/arch/arm/boot/dts/Makefile > > >> >> @@ -285,6 +285,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb > > >> >> \ > > >> >> omap3-evm-37xx.dtb \ > > >> >&g

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
uly 2014 22:20, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> Signed-off-by: H. Nikolaus Schaller >> --- >> arch/arm/boot/dts/omap3-gta04.dts | 443 >> +++--- >> 1 file changed, 412 insertions(+), 31 deletions(-) >> &

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

  1   2   >