All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: "Noralf Trønnes" <noralf@tronnes.org>
Cc: dri-devel@lists.freedesktop.org, linux-usb@vger.kernel.org,
	sam@ravnborg.org, daniel.thompson@linaro.org,
	jingoohan1@gmail.com
Subject: Re: [PATCH v2 01/10] backlight: Add backlight_device_get_by_name()
Date: Mon, 11 May 2020 07:40:16 +0100	[thread overview]
Message-ID: <20200511064016.GJ823950@dell> (raw)
In-Reply-To: <20200509141619.32970-2-noralf@tronnes.org>

On Sat, 09 May 2020, Noralf Trønnes wrote:

> Add a way to lookup a backlight device based on its name.
> Will be used by a USB display gadget getting the name from configfs.
> 
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> Cc: Jingoo Han <jingoohan1@gmail.com>
> Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
> ---
>  drivers/video/backlight/backlight.c | 21 +++++++++++++++++++++
>  include/linux/backlight.h           |  1 +
>  2 files changed, 22 insertions(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: "Noralf Trønnes" <noralf@tronnes.org>
Cc: jingoohan1@gmail.com, daniel.thompson@linaro.org,
	linux-usb@vger.kernel.org, sam@ravnborg.org,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2 01/10] backlight: Add backlight_device_get_by_name()
Date: Mon, 11 May 2020 07:40:16 +0100	[thread overview]
Message-ID: <20200511064016.GJ823950@dell> (raw)
In-Reply-To: <20200509141619.32970-2-noralf@tronnes.org>

On Sat, 09 May 2020, Noralf Trønnes wrote:

> Add a way to lookup a backlight device based on its name.
> Will be used by a USB display gadget getting the name from configfs.
> 
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> Cc: Jingoo Han <jingoohan1@gmail.com>
> Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
> ---
>  drivers/video/backlight/backlight.c | 21 +++++++++++++++++++++
>  include/linux/backlight.h           |  1 +
>  2 files changed, 22 insertions(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2020-05-11  6:40 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-09 14:16 [PATCH v2 00/10] Generic USB Display driver Noralf Trønnes
2020-05-09 14:16 ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 01/10] backlight: Add backlight_device_get_by_name() Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-10 21:44   ` Jingoo Han
2020-05-10 21:44     ` Jingoo Han
2020-05-11  6:40   ` Lee Jones [this message]
2020-05-11  6:40     ` Lee Jones
2020-05-09 14:16 ` [PATCH v2 02/10] drm/client: Add drm_client_init_from_id() Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 03/10] drm/client: Add drm_client_framebuffer_flush() Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-28 13:48   ` Emil Velikov
2020-05-28 13:48     ` Emil Velikov
2020-06-03 12:19     ` Noralf Trønnes
2020-06-03 12:19       ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 04/10] drm/client: Add drm_client_modeset_check() Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 05/10] drm/client: Add drm_client_modeset_disable() Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 06/10] drm/client: Add a way to set modeset, properties and rotation Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 07/10] drm/format-helper: Add drm_fb_swab() Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 08/10] drm: Add Generic USB Display driver Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 09/10] drm/gud: Add functionality for the USB gadget side Noralf Trønnes
2020-05-09 14:16   ` Noralf Trønnes
2020-05-09 14:16 ` [PATCH v2 10/10] usb: gadget: function: Add Generic USB Display support Noralf Trønnes
2020-05-09 14:16   ` 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=20200511064016.GJ823950@dell \
    --to=lee.jones@linaro.org \
    --cc=daniel.thompson@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jingoohan1@gmail.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=noralf@tronnes.org \
    --cc=sam@ravnborg.org \
    /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.