Re: [PATCH 3.16 000/366] 3.16.61-rc1 review

2018-11-14 Thread Johannes Pointner
On Tue, Nov 13, 2018 at 2:58 AM Guenter Roeck wrote: > > On Sun, Nov 11, 2018 at 07:49:04PM +, Ben Hutchings wrote: > > This is the start of the stable review cycle for the 3.16.61 release. > > There are 366 patches in this series, which will be posted as responses > > to this one. If anyone

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-24 Thread Johannes Pointner
2014-11-21 23:25 GMT+01:00 Griffis, Brad : > >> -Original Message- >> From: Richard Cochran [mailto:richardcoch...@gmail.com] >> >> On Fri, Nov 21, 2014 at 07:17:18PM +0100, Johannes Pointner wrote: >> > Before the patches were also jumps but I thought

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-21 Thread Johannes Pointner
. 2014-11-21 16:37 GMT+01:00 Sekhar Nori : > On Friday 21 November 2014 08:41 PM, Johannes Pointner wrote: >> I tested version 4 of the patch series on a custom design and I saw >> also the jumps as described by Richard. I played a little with the >> sample delay and it got

Re: [PATCH v4 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2014-11-21 Thread Johannes Pointner
I tested version 4 of the patch series on a custom design and I saw also the jumps as described by Richard. I played a little with the sample delay and it got better but I couldn't completely remove the jumps. The other issue I had with version 3, the pen_ups during the busy loop, is solved. I expe

Re: [PATCH 0/4] Touchscreen performance related fixes

2014-11-12 Thread Johannes Pointner
Hello Vignesh, I tried your patch version 3 on a customized board and had some behavior I couldn't explain. If I only use the touchscreen it works fine but if I also read values from the ADCs then I get a lot of pen_up events even if I am still touching the screen. For the test I read via # cat /s

Re: [PATCH v3 2/2] dt: bindings: tps65217: add compatible property for backlight subnode

2014-10-29 Thread Johannes Pointner
ping 2014-10-08 23:20 GMT+02:00 Johannes Pointner : > Add documentation for compatible property of backlight subnode. > > Signed-off-by: Johannes Pointner > --- > Changes since v2: > 1. Removed the pmic part of the patch. > 2. Added newline before subnode in the example. &g

[PATCH v3 2/2] dt: bindings: tps65217: add compatible property for backlight subnode

2014-10-08 Thread Johannes Pointner
Add documentation for compatible property of backlight subnode. Signed-off-by: Johannes Pointner --- Changes since v2: 1. Removed the pmic part of the patch. 2. Added newline before subnode in the example. --- .../devicetree/bindings/video/backlight/tps65217-backlight.txt | 10 +++--- 1

Re: [PATCH v2 2/2] dt: bindings: tps65217: add compatible property for subnodes

2014-10-08 Thread Johannes Pointner
2014-10-08 12:47 GMT+02:00 Lee Jones : > On Wed, 08 Oct 2014, Johannes Pointner wrote: > >> 2014-10-06 23:22 GMT+02:00 Lee Jones : >> > On Thu, 25 Sep 2014, Johannes Pointner wrote: >> > >> >> Add documentation for compatible property of subnodes. &g

Re: [PATCH v2 2/2] dt: bindings: tps65217: add compatible property for subnodes

2014-10-08 Thread Johannes Pointner
2014-10-06 23:22 GMT+02:00 Lee Jones : > On Thu, 25 Sep 2014, Johannes Pointner wrote: > >> Add documentation for compatible property of subnodes. >> >> Signed-off-by: Johannes Pointner >> --- >> Documentation/devicetree/bindings/regulator/tps65217.txt

[PATCH v2 2/2] dt: bindings: tps65217: add compatible property for subnodes

2014-09-24 Thread Johannes Pointner
Add documentation for compatible property of subnodes. Signed-off-by: Johannes Pointner --- Documentation/devicetree/bindings/regulator/tps65217.txt | 7 ++- .../devicetree/bindings/video/backlight/tps65217-backlight.txt | 9 ++--- 2 files changed, 12 insertions(+), 4

[PATCH v2 0/2] mfd: tps65217: adds support for compatible string of subdevices

2014-09-24 Thread Johannes Pointner
compatible string is for sub-node 2. Split the patch Johannes Pointner (2): mfd: tps65217: add compatible string for subdevices dt: bindings: tps65217: add compatible property for subnodes Documentation/devicetree/bindings/regulator/tps65217.txt | 7 ++- .../devicetree/bindings

[PATCH v2 1/2] mfd: tps65217: add compatible string for subdevices

2014-09-24 Thread Johannes Pointner
Adds of_compatible strings to mfd_cells for sub devices of the tps65217. Signed-off-by: Johannes Pointner --- drivers/mfd/tps65217.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index 3cc4c70..77708f9 100644 --- a/drivers/mfd/tps65217.c

Re: [PATCH] mfd: tps65217: add compatible string for subdevices

2014-09-24 Thread Johannes Pointner
2014-09-24 13:06 GMT+02:00 Lee Jones : > On Mon, 22 Sep 2014, Johannes Pointner wrote: > >> The TPS65217 is missing of_compatible string in the mfd_cell for its >> subdevices. This compatible string is necessary to use functions like >> of_find_backlight_by_node in backligh

[PATCH] mfd: tps65217: add compatible string for subdevices

2014-09-22 Thread Johannes Pointner
The TPS65217 is missing of_compatible string in the mfd_cell for its subdevices. This compatible string is necessary to use functions like of_find_backlight_by_node in backlight.c. Signed-off-by: Johannes Pointner --- Documentation/devicetree/bindings/regulator/tps65217.txt| 5