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

2016-06-07 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 should downplay "backlight"

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

2016-06-06 Thread Jani Nikula
On Mon, 06 Jun 2016, Vinay Simha wrote: > 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 >>

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

2016-06-06 Thread Jani Nikula
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 should downplay "backlight" in the DSI DCS brightness control... there need not be a

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

2016-06-02 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. ---