[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-19 Thread Vinay Simha BN
.nik...@linux.intel.com> Cc: Thierry Reding <thierry.red...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped accordingly -bl value increased from 0xff to 0x -ba

[PATCH v7 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-19 Thread Vinay Simha BN
mil Velikov <emil.l.veli...@gmail.com> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: David Airlie <airl...@linux.ie> Signed-off-by: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: John Stultz <john.stu...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.c

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-19 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the display brightness value Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Cc: Jani Nikula Cc: Thierry Reding Signed-off-by: Vinay Simha BN --- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments

[PATCH v7 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-19 Thread Vinay Simha BN
v/null +++ b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c @@ -0,0 +1,495 @@ +/* + * Copyright (C) 2016 InforceComputing + * Author: Vinay Simha BN + * + * Copyright (C) 2016 Linaro Ltd + * Author: Sumit Semwal + * + * From internet archives, the panel for Nexus 7 2nd Gen, 2013 model is a + * JDI

Re: [PATCH v6 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-18 Thread Vinay Simha
On Sat, Jun 18, 2016 at 5:58 AM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > Hi Vinay, > > On 17 June 2016 at 19:23, Vinay Simha BN <simha...@gmail.com> wrote: > >> v6: >> * emil review comments incorporated >>PANEL_NUM_REGULATORS dropped,

Re: [PATCH v6 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-18 Thread Vinay Simha
On Sat, Jun 18, 2016 at 5:58 AM, Emil Velikov wrote: > Hi Vinay, > > On 17 June 2016 at 19:23, Vinay Simha BN wrote: > >> v6: >> * emil review comments incorporated >>PANEL_NUM_REGULATORS dropped, return ret added at necessary >>places, if ch

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-17 Thread Vinay Simha BN
.nik...@linux.intel.com> Cc: Thierry Reding <thierry.red...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped accordingly -bl value increased from 0xff to 0x -ba

[PATCH v6 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-17 Thread Vinay Simha BN
mil Velikov <emil.l.veli...@gmail.com> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: David Airlie <airl...@linux.ie> Signed-off-by: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: John Stultz <john.stu...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.c

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-17 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the display brightness value Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Cc: Jani Nikula Cc: Thierry Reding Signed-off-by: Vinay Simha BN --- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments

[PATCH v6 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-17 Thread Vinay Simha BN
panel-jdi-lt070me05000.c new file mode 100644 index 000..3213025 --- /dev/null +++ b/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c @@ -0,0 +1,494 @@ +/* + * Copyright (C) 2016 InforceComputing + * Author: Vinay Simha BN + * + * Copyright (C) 2016 Linaro Ltd + * Author: Sumit Semwal +

[PATCH v5 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-15 Thread Vinay Simha BN
d down other fixes from Vinay and Archit] Signed-off-by: John Stultz <john.stu...@linaro.org> [vinay simha bn: removed interface setting cmd mode, video mode panel setting selection] Cc: Rob Clark <robdcl...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- v2: *

[PATCH v5 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-15 Thread Vinay Simha BN
Stultz [vinay simha bn: removed interface setting cmd mode, video mode panel setting selection] Cc: Rob Clark Signed-off-by: Vinay Simha BN --- v2: * incorporated code reviews from theiry, archit code style, alphabetical soring in Makefile, Kconfig, regulator_bulk, arrays of u8, generic

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-15 Thread Vinay Simha BN
.nik...@linux.intel.com> Cc: Thierry Reding <thierry.red...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped accordingly -bl value increased from 0xff to 0x -ba

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-15 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the display brightness value Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Cc: Jani Nikula Cc: Thierry Reding Signed-off-by: Vinay Simha BN --- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments

Re: [PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-15 Thread Vinay Simha
On Mon, Jun 13, 2016 at 6:05 PM, Thierry Reding <thierry.red...@gmail.com> wrote: > On Mon, Jun 13, 2016 at 03:55:28PM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA DSI panel used in > > Can you please make the names consistent? Use the a

Re: [PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-15 Thread Vinay Simha
On Mon, Jun 13, 2016 at 6:05 PM, Thierry Reding wrote: > On Mon, Jun 13, 2016 at 03:55:28PM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA DSI panel used in > > Can you please make the names consistent? Use the all-uppercase spelling > for the panel m

Re: [PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-14 Thread Vinay Simha
On Tue, Jun 14, 2016 at 4:55 PM, Thierry Reding <thierry.red...@gmail.com> wrote: > On Tue, Jun 14, 2016 at 04:27:53PM +0530, Vinay Simha wrote: > [...] >> On Mon, Jun 13, 2016 at 6:05 PM, Thierry Reding >> <thierry.red...@gmail.com> wrote: >> > On Mon,

Re: [PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-14 Thread Vinay Simha
On Tue, Jun 14, 2016 at 4:55 PM, Thierry Reding wrote: > On Tue, Jun 14, 2016 at 04:27:53PM +0530, Vinay Simha wrote: > [...] >> On Mon, Jun 13, 2016 at 6:05 PM, Thierry Reding >> wrote: >> > On Mon, Jun 13, 2016 at 03:55:28PM +0530, Vinay Simha BN wrote: >

Re: [PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-14 Thread Vinay Simha
thierry, reviews are incorportated in v4, need some clarification on few reviews. On Mon, Jun 13, 2016 at 6:05 PM, Thierry Reding <thierry.red...@gmail.com> wrote: > On Mon, Jun 13, 2016 at 03:55:28PM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA

Re: [PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-14 Thread Vinay Simha
thierry, reviews are incorportated in v4, need some clarification on few reviews. On Mon, Jun 13, 2016 at 6:05 PM, Thierry Reding wrote: > On Mon, Jun 13, 2016 at 03:55:28PM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA DSI panel used in > > Can

[PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-13 Thread Vinay Simha BN
d down other fixes from Vinay and Archit] Signed-off-by: John Stultz <john.stu...@linaro.org> [vinay simha bn: removed interface setting cmd mode, video mode panel setting selection] Cc: Rob Clark <robdcl...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> -- v2: *

[PATCH v4 2/2] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-13 Thread Vinay Simha BN
Stultz [vinay simha bn: removed interface setting cmd mode, video mode panel setting selection] Cc: Rob Clark Signed-off-by: Vinay Simha BN -- v2: * incorporated code reviews from theiry, archit code style, alphabetical soring in Makefile, Kconfig, regulator_bulk, arrays of u8, generic

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-13 Thread Vinay Simha BN
...@linux.intel.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> -- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped accordingly -bl value increased from 0xff to 0x -backlight interface will be handled in panel driver, so

[PATCH v2 1/2] drm/dsi: Implement dcs set/get display brightness

2016-06-13 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the display brightness value Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Cc: Jani Nikula Signed-off-by: Vinay Simha BN -- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped

[[RESEND][PATCH v2] 1/2] dt-bindings: Add jdi panel vendor

2016-06-12 Thread Vinay Simha BN
Japan Display Inc. Cc: Archit Taneja <archit.tan...@gmail.com> Cc: John Stultz <john.stu...@linaro.org> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.com> Acked-by

[[RESEND][PATCH v2] 1/2] dt-bindings: Add jdi panel vendor

2016-06-12 Thread Vinay Simha BN
Japan Display Inc. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN Acked-by: Rob Herring --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings

[[RESEND][PATCH v2] 2/2] dt-bindings: Add jdi lt070me05000 panel bindings

2016-06-12 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Cc: Archit Taneja <archit.tan...@gmail.com> Cc: John Stultz <john.stu...@linaro.org> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.co

[[RESEND][PATCH v2] 2/2] dt-bindings: Add jdi lt070me05000 panel bindings

2016-06-12 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN Acked-by: Rob Herring -- v2: * incorporated rob herring and thierry reviews gpio to gpios, gpio to regulator using fixed regulators and pwm

[PATCH v2] drm/dsi: Implement dcs set/get display brightness

2016-06-09 Thread Vinay Simha BN
...@linux.intel.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> -- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped accordingly -bl value increased from 0xff to 0x -backlight interface will be handled in panel driver, so

[PATCH v2] drm/dsi: Implement dcs set/get display brightness

2016-06-09 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the display brightness value Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Cc: Jani Nikula Signed-off-by: Vinay Simha BN -- v1: *tested in nexus7 2nd gen. v2: * implemented jani review comments -functions name mapped

[PATCH v3] drm/dsi: Implement set tear scanline

2016-06-07 Thread Vinay Simha BN
c: Jani Nikula <jani.nik...@linux.intel.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> -- v1: * helper function suggested by Thierry for set_tear_scanline * Also includes small build fixes from Sumit Semwal. v2: * one scanline parameter suggested by jani v3: * passing the p

[PATCH v3] drm/dsi: Implement set tear scanline

2016-06-07 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Cc: Jani Nikula Signed-off-by: Vinay Simha BN -- v1: * helper function suggested by Thierry for set_tear_scanline * Also includes

Re: [PATCH 2/2] drm/dsi: Implement dcs backlight brightness

2016-06-06 Thread Vinay Simha
On Mon, Jun 6, 2016 at 1:07 PM, Jani Nikula <jani.nik...@linux.intel.com> wrote: > On Thu, 02 Jun 2016, Vinay Simha BN <simha...@gmail.com> wrote: >> Provide a small convenience wrapper that set/get the >> backlight brightness control and creates the backlight >&g

Re: [PATCH 2/2] drm/dsi: Implement dcs backlight brightness

2016-06-06 Thread Vinay Simha
On Mon, Jun 6, 2016 at 1:07 PM, Jani Nikula wrote: > On Thu, 02 Jun 2016, Vinay Simha BN wrote: >> Provide a small convenience wrapper that set/get the >> backlight brightness control and creates the backlight >> device for the panel interface > > To be pedantic, we

[PATCH v2] drm/dsi: Implement set tear scanline

2016-06-06 Thread Vinay Simha BN
Semwal <sumit.sem...@linaro.org> Cc: Jani Nikula <jani.nik...@linux.intel.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> -- v1: * helper function suggested by Thierry for set_tear_scanline v2: * one scanline parameter suggested by jani ---

[PATCH v2] drm/dsi: Implement set tear scanline

2016-06-06 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Also includes small build fixes from Sumit Semwal. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Cc: Jani Nikula Signed-off-by: Vinay Simha BN -- v1: * helper function suggested

[PATCH v3] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-01 Thread Vinay Simha BN
Sumit Semwal <sumit.sem...@linaro.org> [jstultz: Cherry-picked to mainline, folded down other fixes from Vinay and Archit] Signed-off-by: John Stultz <john.stu...@linaro.org> [vinay simha bn: removed interface setting cmd mode, video mode panel setting selection] Cc: Rob Clark <robd

[PATCH v3] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-06-01 Thread Vinay Simha BN
other fixes from Vinay and Archit] Signed-off-by: John Stultz [vinay simha bn: removed interface setting cmd mode, video mode panel setting selection] Cc: Rob Clark Signed-off-by: Vinay Simha BN -- v2: * incorporated code reviews from theiry, archit code style, alphabetical soring in Makefile

[PATCH 2/2] dt-bindings: Add jdi lt070me05000 panel bindings

2016-06-01 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Cc: Archit Taneja <archit.tan...@gmail.com> Cc: John Stultz <john.stu...@linaro.org> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.com&g

[PATCH 2/2] dt-bindings: Add jdi lt070me05000 panel bindings

2016-06-01 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN -- v2: * incorporated rob herring and thierry reviews gpio to gpios, gpio to regulator using fixed regulators and pwm backlight is removed

[PATCH 1/2] dt-bindings: Add jdi panel vendor

2016-06-01 Thread Vinay Simha BN
Japan Display Inc. Cc: Archit Taneja <archit.tan...@gmail.com> Cc: John Stultz <john.stu...@linaro.org> Cc: Thierry Reding <thierry.red...@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- Documentat

[PATCH 1/2] dt-bindings: Add jdi panel vendor

2016-06-01 Thread Vinay Simha BN
Japan Display Inc. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b

[PATCH 2/2] drm/dsi: Implement dcs backlight brightness

2016-06-01 Thread Vinay Simha BN
Rob Clark <robdcl...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> -- v1: *tested in nexus7 2nd gen. --- drivers/gpu/drm/drm_mipi_dsi.c | 63 ++ include/drm/drm_mipi_dsi.h | 3 ++ 2 files changed, 66 insertions(+) diff --git a/dr

[PATCH 1/2] drm/dsi: Implement set tear scanline

2016-06-01 Thread Vinay Simha BN
.@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 23 +++ include/drm/drm_mipi_dsi.h | 2 ++ 2 files changed, 25 insertions(+) diff --git a/drivers/gpu/drm/dr

[PATCH 2/2] drm/dsi: Implement dcs backlight brightness

2016-06-01 Thread Vinay Simha BN
Provide a small convenience wrapper that set/get the backlight brightness control and creates the backlight device for the panel interface Cc: John Stultz Cc: Sumit Semwal Cc: Archit Taneja Cc: Rob Clark Signed-off-by: Vinay Simha BN -- v1: *tested in nexus7 2nd gen. --- drivers/gpu/drm

[PATCH 1/2] drm/dsi: Implement set tear scanline

2016-06-01 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits ia set_tear_scanline command as suggested by Thierry Reding. Also includes small build fixes from Sumit Semwal. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN --- drivers/gpu/drm

Re: [PATCH 1/2] drm/dsi: Implement DCS get display mode

2016-04-25 Thread Vinay Simha
HI, I have not got response from maintainers. Did i miss anything? On Mon, Apr 18, 2016 at 2:52 PM, Vinay Simha BN <simha...@gmail.com> wrote: > Provide a small convenience wrapper that transmits > a DCS get_display_mode command. > > Signed-off-by: Vinay Simha BN &

Re: [PATCH 1/2] drm/dsi: Implement DCS get display mode

2016-04-25 Thread Vinay Simha
HI, I have not got response from maintainers. Did i miss anything? On Mon, Apr 18, 2016 at 2:52 PM, Vinay Simha BN wrote: > Provide a small convenience wrapper that transmits > a DCS get_display_mode command. > > Signed-off-by: Vinay Simha BN > --- > drivers/gpu/drm/d

Re: [PATCH 2/2] drm/dsi: Implement DCS get display self diagnostic

2016-04-25 Thread Vinay Simha
HI, I have not got response from maintainers. Did i miss anything? On Mon, Apr 18, 2016 at 2:52 PM, Vinay Simha BN <simha...@gmail.com> wrote: > Provide a small convenience wrapper that transmits > a DCS get_diagnostic_result command. > > Signed-off-by: Vinay Simha BN &

Re: [PATCH 2/2] drm/dsi: Implement DCS get display self diagnostic

2016-04-25 Thread Vinay Simha
HI, I have not got response from maintainers. Did i miss anything? On Mon, Apr 18, 2016 at 2:52 PM, Vinay Simha BN wrote: > Provide a small convenience wrapper that transmits > a DCS get_diagnostic_result command. > > Signed-off-by: Vinay Simha BN > --- > drivers/gpu/drm/d

[PATCH v4] drm/dsi: Implement set tear scanline

2016-04-25 Thread Vinay Simha BN
.@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- v2: * Added fix for compilation issue from Sumit Semwal v3: * Simple subject line change v4 * commit message changes from john stultz --- drive

[PATCH v4] drm/dsi: Implement set tear scanline

2016-04-25 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits ia set_tear_scanline command as suggested by Thierry Reding. Also includes small build fixes from Sumit Semwal. Cc: Archit Taneja Cc: John Stultz Cc: Thierry Reding Cc: Sumit Semwal Signed-off-by: Vinay Simha BN --- v2: * Added fix

Re: [PATCH v2 2/4] dt-bindings: Add jdi lt070me05000 panel bindings

2016-04-22 Thread Vinay Simha
On Thu, Apr 21, 2016 at 9:15 PM, Rob Herring <r...@kernel.org> wrote: > On Wed, Apr 20, 2016 at 03:02:31PM +0530, Vinay Simha BN wrote: >> Add documentation for lt070me05000 panel >> >> Signed-off-by: Vinay Simha BN <simha...@gmail.com> >> --- >> ..

Re: [PATCH v2 2/4] dt-bindings: Add jdi lt070me05000 panel bindings

2016-04-22 Thread Vinay Simha
On Thu, Apr 21, 2016 at 9:15 PM, Rob Herring wrote: > On Wed, Apr 20, 2016 at 03:02:31PM +0530, Vinay Simha BN wrote: >> Add documentation for lt070me05000 panel >> >> Signed-off-by: Vinay Simha BN >> --- >> .../bindings/display/p

[PATCH v3] drm/dsi: Implement set tear scanline

2016-04-21 Thread Vinay Simha BN
mit.semwal: create a single patch for compilation fix (v2)] Cc: Sumit Semwal <sumit.sem...@linaro.org> [vinay simha bn: subject line changed (v3)] Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 23 +++ include/drm/drm_mipi_dsi.h

[PATCH v3] drm/dsi: Implement set tear scanline

2016-04-21 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Cc: Archit Taneja Cc: John Stultz [thierry.reding: suggested to create helper function (v1)] Cc: Thierry Reding [sumit.semwal: create a single patch for compilation fix (v2)] Cc: Sumit Semwal [vinay simha bn

[PATCH v2] drm/dsi: Implement set tear scanline compile fix

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Cc: Archit Taneja <archit.tan...@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Cc: John Stultz <john.stu...@linaro.org> Cc: Thierry Reding <thierry.red...@gmail.com> Signed-off-b

[PATCH v2] drm/dsi: Implement set tear scanline compile fix

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Cc: Archit Taneja Cc: Sumit Semwal Cc: John Stultz Cc: Thierry Reding Signed-off-by: Vinay Simha BN --- drivers/gpu/drm/drm_mipi_dsi.c | 23 +++ include/drm/drm_mipi_dsi.h | 2 ++ 2

[PATCH v3] drm/dsi: Implement set tear scanline compile fix

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. compilation fix Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drive

[PATCH v3] drm/dsi: Implement set tear scanline compile fix

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. compilation fix Signed-off-by: Vinay Simha BN --- drivers/gpu/drm/drm_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b/drivers/gpu/drm/drm_mipi_dsi.c

Re: [PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-20 Thread Vinay Simha
On Thu, Apr 14, 2016 at 8:10 PM, Archit Taneja <arch...@codeaurora.org> wrote: > > > On 4/13/2016 11:58 AM, Vinay Simha BN wrote: >> >> Add support for the JDI lt070me05000 WUXGA DSI panel used in >> Nexus 7 2013 devices. >> >> Programming s

Re: [PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-20 Thread Vinay Simha
On Thu, Apr 14, 2016 at 8:10 PM, Archit Taneja wrote: > > > On 4/13/2016 11:58 AM, Vinay Simha BN wrote: >> >> Add support for the JDI lt070me05000 WUXGA DSI panel used in >> Nexus 7 2013 devices. >> >> Programming sequence for the panel is was origina

Re: [PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-20 Thread Vinay Simha
On Wed, Apr 13, 2016 at 7:19 PM, Thierry Reding <thierry.red...@gmail.com> wrote: > On Wed, Apr 13, 2016 at 11:58:04AM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA DSI panel used in >> Nexus 7 2013 devices. >> >> Programming sequenc

Re: [PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-20 Thread Vinay Simha
On Wed, Apr 13, 2016 at 7:19 PM, Thierry Reding wrote: > On Wed, Apr 13, 2016 at 11:58:04AM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA DSI panel used in >> Nexus 7 2013 devices. >> >> Programming sequence for the panel is was originally

[PATCH v2 3/4] drm/dsi: Implement set tear scanline

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 22 ++ include/drm/drm_mipi_dsi.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a/drive

[PATCH v2 2/4] dt-bindings: Add jdi lt070me05000 panel bindings

2016-04-20 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- .../bindings/display/panel/jdi,lt070me05000.txt| 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070m

[PATCH v2 2/4] dt-bindings: Add jdi lt070me05000 panel bindings

2016-04-20 Thread Vinay Simha BN
Add documentation for lt070me05000 panel Signed-off-by: Vinay Simha BN --- .../bindings/display/panel/jdi,lt070me05000.txt| 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.txt diff --git

[PATCH v2 3/4] drm/dsi: Implement set tear scanline

2016-04-20 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a set_tear_scanline command. Signed-off-by: Vinay Simha BN --- drivers/gpu/drm/drm_mipi_dsi.c | 22 ++ include/drm/drm_mipi_dsi.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a/drivers/gpu/drm/drm_mipi_dsi.c b

[PATCH v2 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-20 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja <archit.tan...@gmail.com> Cc: Archit Taneja <archit.tan...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> [su

[PATCH v2 1/4] dt-bindings: Add jdi panel vendor

2016-04-20 Thread Vinay Simha BN
Japan Display Inc. Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt

[PATCH v2 4/4] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-20 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja Cc: Archit Taneja Signed-off-by: Vinay Simha BN [sumit.semwal: Ported to the drm/panel framework] Signed-off-by: Sumit Semwal [jstultz: Cherry

[PATCH v2 1/4] dt-bindings: Add jdi panel vendor

2016-04-20 Thread Vinay Simha BN
Japan Display Inc. Signed-off-by: Vinay Simha BN --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 0061d25..a9ae6c14

[PATCH 1/2] drm/dsi: Implement DCS get display mode

2016-04-18 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a DCS get_display_mode command. Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 24 include/drm/drm_mipi_dsi.h | 1 + 2 files changed, 25 insertions(+) diff --git a/d

[PATCH 2/2] drm/dsi: Implement DCS get display self diagnostic

2016-04-18 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a DCS get_diagnostic_result command. Signed-off-by: Vinay Simha BN <simha...@gmail.com> --- drivers/gpu/drm/drm_mipi_dsi.c | 25 + include/drm/drm_mipi_dsi.h | 1 + 2 files changed, 26 insertions(+) diff

[PATCH 2/2] drm/dsi: Implement DCS get display self diagnostic

2016-04-18 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a DCS get_diagnostic_result command. Signed-off-by: Vinay Simha BN --- drivers/gpu/drm/drm_mipi_dsi.c | 25 + include/drm/drm_mipi_dsi.h | 1 + 2 files changed, 26 insertions(+) diff --git a/drivers/gpu/drm

[PATCH 1/2] drm/dsi: Implement DCS get display mode

2016-04-18 Thread Vinay Simha BN
Provide a small convenience wrapper that transmits a DCS get_display_mode command. Signed-off-by: Vinay Simha BN --- drivers/gpu/drm/drm_mipi_dsi.c | 24 include/drm/drm_mipi_dsi.h | 1 + 2 files changed, 25 insertions(+) diff --git a/drivers/gpu/drm

Re: [PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-14 Thread Vinay Simha
Thierry Reding, Thanks for the review. Will address your reviews and resend the patches. On Wed, Apr 13, 2016 at 7:19 PM, Thierry Reding <thierry.red...@gmail.com> wrote: > On Wed, Apr 13, 2016 at 11:58:04AM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000

Re: [PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-14 Thread Vinay Simha
Thierry Reding, Thanks for the review. Will address your reviews and resend the patches. On Wed, Apr 13, 2016 at 7:19 PM, Thierry Reding wrote: > On Wed, Apr 13, 2016 at 11:58:04AM +0530, Vinay Simha BN wrote: >> Add support for the JDI lt070me05000 WUXGA DSI panel used in >&g

[RESEND][PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-14 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja <archit.tan...@gmail.com> Cc: Archit Taneja <archit.tan...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> [su

[RESEND][PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-14 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja Cc: Archit Taneja Signed-off-by: Vinay Simha BN [sumit.semwal: Ported to the drm/panel framework] Signed-off-by: Sumit Semwal [jstultz: Cherry

[PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-13 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja <archit.tan...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> [sumit.semwal: Ported to the drm/panel framework] Signed-o

[PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-13 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja Signed-off-by: Vinay Simha BN [sumit.semwal: Ported to the drm/panel framework] Signed-off-by: Sumit Semwal [jstultz: Cherry-picked to mainline

[PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-12 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja <archit.tan...@gmail.com> Signed-off-by: Vinay Simha BN <simha...@gmail.com> [sumit.semwal: Ported to the drm/panel framework] Signed-o

[PATCH] drm/panel: Add JDI LT070ME05000 WUXGA DSI Panel

2016-04-12 Thread Vinay Simha BN
-dualmipi1-video.dtsi file in: git://codeaurora.org/kernel/msm-3.10.git LNX.LA.3.6_rb1.27 Other fixes folded in were provided by Archit Taneja Signed-off-by: Vinay Simha BN [sumit.semwal: Ported to the drm/panel framework] Signed-off-by: Sumit Semwal [jstultz: Cherry-picked to mainline

[PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan

2016-01-05 Thread Vinay Simha BN
BT LED - PMIC - MPP_03 WLAN LED - PMIC - MPP_02 Signed-off-by: Vinay Simha BN --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index

[PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan

2016-01-05 Thread Vinay Simha BN
BT LED - PMIC - MPP_03 WLAN LED - PMIC - MPP_02 Signed-off-by: Vinay Simha BN --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index

[PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan

2016-01-05 Thread Vinay Simha BN
BT LED - PMIC - MPP_03 WLAN LED - PMIC - MPP_02 Signed-off-by: Vinay Simha BN <vinaysi...@inforcecomputing.com> --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/bo

[PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan

2016-01-05 Thread Vinay Simha BN
BT LED - PMIC - MPP_03 WLAN LED - PMIC - MPP_02 Signed-off-by: Vinay Simha BN <vinaysi...@inforcecomputing.com> --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/bo

[PATCH 2/2] sm750fb: coding style fixes lines over 80 chars - v2

2015-07-21 Thread Vinay Simha BN
--- drivers/staging/sm750fb/sm750_accel.h | 30 -- drivers/staging/sm750fb/sm750_help.h | 23 +-- 2 files changed, 21 insertions(+), 32 deletions(-) diff --git a/drivers/staging/sm750fb/sm750_accel.h b/drivers/staging/sm750fb/sm750_accel.h index

[PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 6 -- drivers/staging/sm750fb/ddk750_power.h | 6

[PATCH] sm750fb: coding style fixes in _accel.h,__help.h

2015-07-21 Thread Vinay Simha BN
WARNING: line over 80 characters comment block , odd statement fixes Signed-off-by: Vinay Simha BN --- drivers/staging/sm750fb/sm750_accel.h | 30 -- drivers/staging/sm750fb/sm750_help.h | 23 +-- 2 files changed, 21 insertions(+), 32 deletions

[PATCH 2/2] sm750fb: coding style fixes lines over 80 chars - v2

2015-07-21 Thread Vinay Simha BN
--- drivers/staging/sm750fb/sm750_accel.h | 30 -- drivers/staging/sm750fb/sm750_help.h | 23 +-- 2 files changed, 21 insertions(+), 32 deletions(-) diff --git a/drivers/staging/sm750fb/sm750_accel.h b/drivers/staging/sm750fb/sm750_accel.h index

[PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN simha...@gmail.com --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 6 -- drivers/staging/sm750fb/ddk750_power.h

[PATCH] sm750fb: coding style fixes in _accel.h,__help.h

2015-07-21 Thread Vinay Simha BN
WARNING: line over 80 characters comment block , odd statement fixes Signed-off-by: Vinay Simha BN simha...@gmail.com --- drivers/staging/sm750fb/sm750_accel.h | 30 -- drivers/staging/sm750fb/sm750_help.h | 23 +-- 2 files changed, 21 insertions

[PATCH] sm750fb: coding style fixes lines over 80 chars

2015-07-17 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 6 -- drivers/staging/sm750fb/ddk750_power.h | 6

Re: [PATCH] sm750fb: coding style fixes lines over 80 chars

2015-07-17 Thread Vinay Simha
530, Vinay Simha BN wrote: >> scripts/checkpatch.pl kernel coding style fixes of WARNING > > Please don't be a checkpatch robot. > > Use tools to prompt your brain, but don't ever turn > your brain off. > >> diff --git a/drivers/staging/sm750fb/ddk750_help.h >>

[PATCH] sm750fb: coding style fixes lines over 80 chars

2015-07-17 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN simha...@gmail.com --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 6 -- drivers/staging/sm750fb/ddk750_power.h

Re: [PATCH] sm750fb: coding style fixes lines over 80 chars

2015-07-17 Thread Vinay Simha
at 00:16 +0530, Vinay Simha BN wrote: scripts/checkpatch.pl kernel coding style fixes of WARNING Please don't be a checkpatch robot. Use tools to prompt your brain, but don't ever turn your brain off. diff --git a/drivers/staging/sm750fb/ddk750_help.h b/drivers/staging/sm750fb/ddk750_help.h

[PATCH] sm750fb: coding style fixes lines over 80 chars

2015-07-15 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_help.h| 6 -- drivers/staging/sm750fb/ddk750_hwi2c.h | 6

Re: [PATCH] pinctrl/qcom Kconfig CFG repeated

2015-07-15 Thread Vinay Simha
sorry. My mistake. i saw both as 8064. On Wed, Jul 15, 2015 at 8:34 PM, Stanimir Varbanov wrote: > On 07/15/2015 05:53 PM, Vinay Simha BN wrote: >> repeatation of the same configs >> obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o > > hm you might be kidding

<    1   2   3   >