All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Thompson <daniel.thompson@linaro.org>
To: Meghana Madhyastha <meghana.madhyastha@gmail.com>,
	daniel@ffwll.ch, noralf@tronnes.org,
	outreachy-kernel@googlegroups.com,
	dri-devel@lists.freedesktop.org, jani.nikula@linux.intel.com
Subject: Re: [PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
Date: Mon, 23 Oct 2017 11:34:23 +0100	[thread overview]
Message-ID: <4ca6e72d-30de-dc06-2ca6-1dbd6b10b8b4@linaro.org> (raw)
In-Reply-To: <cover.1508586429.git.meghana.madhyastha@gmail.com>

On 21/10/17 12:55, Meghana Madhyastha wrote:
> Changes in v14:
> - s/backlight_get/of_find_backlight/ in patch 2/3
> - Change commit message in patch 3/3 from requiring to acquiring

Can you take a look at
https://www.spinics.net/lists/dri-devel/msg154459.html ? This doesn't 
seem to have been acted on... and nor was it challenged ;-) .


Daniel.


> 
> Meghana Madhyastha (3):
>    drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h
>    drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c
>    drm/tinydrm: Add devres versions of of_find_backlight
> 
>   drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 95 --------------------------
>   drivers/gpu/drm/tinydrm/mi0283qt.c             |  3 +-
>   drivers/gpu/drm/tinydrm/mipi-dbi.c             |  5 +-
>   drivers/video/backlight/backlight.c            | 68 ++++++++++++++++++
>   include/drm/tinydrm/tinydrm-helpers.h          |  4 --
>   include/linux/backlight.h                      | 56 +++++++++++++++
>   6 files changed, 129 insertions(+), 102 deletions(-)
> 

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Thompson <daniel.thompson@linaro.org>
To: Meghana Madhyastha <meghana.madhyastha@gmail.com>,
	daniel@ffwll.ch, noralf@tronnes.org,
	outreachy-kernel@googlegroups.com,
	dri-devel@lists.freedesktop.org, jani.nikula@linux.intel.com
Subject: Re: [PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
Date: Mon, 23 Oct 2017 11:34:23 +0100	[thread overview]
Message-ID: <4ca6e72d-30de-dc06-2ca6-1dbd6b10b8b4@linaro.org> (raw)
In-Reply-To: <cover.1508586429.git.meghana.madhyastha@gmail.com>

On 21/10/17 12:55, Meghana Madhyastha wrote:
> Changes in v14:
> - s/backlight_get/of_find_backlight/ in patch 2/3
> - Change commit message in patch 3/3 from requiring to acquiring

Can you take a look at
https://www.spinics.net/lists/dri-devel/msg154459.html ? This doesn't 
seem to have been acted on... and nor was it challenged ;-) .


Daniel.


> 
> Meghana Madhyastha (3):
>    drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h
>    drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c
>    drm/tinydrm: Add devres versions of of_find_backlight
> 
>   drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c | 95 --------------------------
>   drivers/gpu/drm/tinydrm/mi0283qt.c             |  3 +-
>   drivers/gpu/drm/tinydrm/mipi-dbi.c             |  5 +-
>   drivers/video/backlight/backlight.c            | 68 ++++++++++++++++++
>   include/drm/tinydrm/tinydrm-helpers.h          |  4 --
>   include/linux/backlight.h                      | 56 +++++++++++++++
>   6 files changed, 129 insertions(+), 102 deletions(-)
> 



  parent reply	other threads:[~2017-10-23 10:34 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-21 11:55 [PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight Meghana Madhyastha
2017-10-21 11:55 ` Meghana Madhyastha
2017-10-21 11:56 ` [PATCH v14 1/3] drm/tinydrm: Move helper functions from tinydrm-helpers to backlight.h Meghana Madhyastha
2017-10-21 11:56   ` Meghana Madhyastha
2017-10-24 15:37   ` [Outreachy kernel] " Sean Paul
2017-10-24 15:37     ` Sean Paul
2017-10-21 11:57 ` [PATCH v14 2/3] drm/tinydrm: Move tinydrm_of_find_backlight to backlight.c Meghana Madhyastha
2017-10-21 11:57   ` Meghana Madhyastha
2017-10-24 15:38   ` [Outreachy kernel] " Sean Paul
2017-10-24 15:38     ` Sean Paul
2017-10-24 15:56     ` Daniel Thompson
2017-10-24 15:56       ` Daniel Thompson
2017-10-25  7:39       ` Sean Paul
2017-10-25  7:39         ` Sean Paul
2017-10-27 15:12         ` Daniel Thompson
2017-10-27 15:12           ` Daniel Thompson
2017-10-24 15:42   ` Sean Paul
2017-10-24 15:42     ` Sean Paul
2017-10-24 16:45     ` Noralf Trønnes
2017-10-24 16:45       ` Noralf Trønnes
2017-12-06 10:43       ` Meghana Madhyastha
2017-12-07 15:44         ` Daniel Thompson
2017-12-07 16:01           ` Noralf Trønnes
2017-12-08  8:52             ` Daniel Vetter
2017-10-21 11:59 ` [PATCH v14 3/3] drm/tinydrm: Add devres versions of of_find_backlight Meghana Madhyastha
2017-10-21 11:59   ` Meghana Madhyastha
2017-10-23 10:34 ` Daniel Thompson [this message]
2017-10-23 10:34   ` [PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight Daniel Thompson
2017-12-09 14:09 ` Noralf Trønnes
2017-12-09 14:09   ` Noralf Trønnes
2017-12-11 13:17   ` Meghana Madhyastha
2017-12-11 14:12     ` Noralf Trønnes
2017-12-11 14:58       ` Meghana Madhyastha
2017-12-11 17:45         ` Noralf Trønnes
2017-12-11 17:56           ` Noralf Trønnes
2017-12-21 10:52             ` Noralf Trønnes
2017-12-21 13:05               ` Daniel Vetter
2017-12-21 13:44                 ` Noralf Trønnes
2017-12-21 14:08                   ` Daniel Vetter
2017-12-21 17:06                     ` Noralf Trønnes
2018-01-09 13:50                     ` Rob Herring
2017-12-26  6:39               ` Meghana Madhyastha
2018-01-02 17:23                 ` Noralf Trønnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ca6e72d-30de-dc06-2ca6-1dbd6b10b8b4@linaro.org \
    --to=daniel.thompson@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=meghana.madhyastha@gmail.com \
    --cc=noralf@tronnes.org \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.