All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>,
	Robin van der Gracht <robin@protonic.nl>
Cc: Stephen Kitt <steve@sk2.org>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Helge Deller <deller@gmx.de>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	Antonino Daplas <adaplas@gmail.com>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Robin van der Gracht <robin@protonic.nl>,
	Miguel Ojeda <ojeda@kernel.org>, Lee Jones <lee@kernel.org>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Jingoo Han <jingoohan1@gmail.com>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-staging@lists.linux.dev, linuxppc-dev@lists.ozlabs.org,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Date: Sun, 8 Jan 2023 10:29:29 +0100	[thread overview]
Message-ID: <Y7qM+ZlG5gQiOW4K@ravnborg.org> (raw)
In-Reply-To: <CANiq72mFMJuec+r=T6xYtLpuU+a1rOrAhrHiecy_1Jpj2m4J=g@mail.gmail.com>

Hi Robin.

On Sat, Jan 07, 2023 at 10:02:38PM +0100, Miguel Ojeda wrote:
> On Sat, Jan 7, 2023 at 7:26 PM Sam Ravnborg via B4 Submission Endpoint
> <devnull+sam.ravnborg.org@kernel.org> wrote:
> >
> > Introduce backlight_get_brightness() to simplify logic
> > and avoid direct access to backlight properties.
> 
> Note: Stephen sent this one too a while ago (with some more details in
> the commit message, which is always nice); and then he sent yesterday
> v2 [1] (to mention the functional change with `BL_CORE_SUSPENDED`
> [2]).
Thanks for the pointers. I will try to move forward with Stephen's
patches.
> 
> Anyway, if it goes via drm-misc, feel free to have my:
> 
>     Acked-by: Miguel Ojeda <ojeda@kernel.org>
> 
> Though it would be nice to have Robin test the change.

Robin - can I get your ack to apply Stephen's original v2 patch to
drm-misc?

	Sam

> 
> Thanks!
> 
> [1] https://lore.kernel.org/lkml/20230106143002.1434266-1-steve@sk2.org/
> [2] https://lore.kernel.org/lkml/CANiq72kRhmT37H1FAGYGny83ONYXeqJuO8ZPbym0ajQOWKY4Kw@mail.gmail.com/
> 
> Cheers,
> Miguel

WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>,
	Robin van der Gracht <robin@protonic.nl>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	linux-staging@lists.linux.dev, Stephen Kitt <steve@sk2.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Helge Deller <deller@gmx.de>, Lee Jones <lee@kernel.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Miguel Ojeda <ojeda@kernel.org>,
	Antonino Daplas <adaplas@gmail.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Robin van der Gracht <robin@protonic.nl>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Jingoo Han <jingoohan1@gmail.com>,
	linuxppc-dev@lists.ozlabs.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: Re: [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Date: Sun, 8 Jan 2023 10:29:29 +0100	[thread overview]
Message-ID: <Y7qM+ZlG5gQiOW4K@ravnborg.org> (raw)
In-Reply-To: <CANiq72mFMJuec+r=T6xYtLpuU+a1rOrAhrHiecy_1Jpj2m4J=g@mail.gmail.com>

Hi Robin.

On Sat, Jan 07, 2023 at 10:02:38PM +0100, Miguel Ojeda wrote:
> On Sat, Jan 7, 2023 at 7:26 PM Sam Ravnborg via B4 Submission Endpoint
> <devnull+sam.ravnborg.org@kernel.org> wrote:
> >
> > Introduce backlight_get_brightness() to simplify logic
> > and avoid direct access to backlight properties.
> 
> Note: Stephen sent this one too a while ago (with some more details in
> the commit message, which is always nice); and then he sent yesterday
> v2 [1] (to mention the functional change with `BL_CORE_SUSPENDED`
> [2]).
Thanks for the pointers. I will try to move forward with Stephen's
patches.
> 
> Anyway, if it goes via drm-misc, feel free to have my:
> 
>     Acked-by: Miguel Ojeda <ojeda@kernel.org>
> 
> Though it would be nice to have Robin test the change.

Robin - can I get your ack to apply Stephen's original v2 patch to
drm-misc?

	Sam

> 
> Thanks!
> 
> [1] https://lore.kernel.org/lkml/20230106143002.1434266-1-steve@sk2.org/
> [2] https://lore.kernel.org/lkml/CANiq72kRhmT37H1FAGYGny83ONYXeqJuO8ZPbym0ajQOWKY4Kw@mail.gmail.com/
> 
> Cheers,
> Miguel

WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>,
	Robin van der Gracht <robin@protonic.nl>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
	linux-staging@lists.linux.dev, Stephen Kitt <steve@sk2.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	Helge Deller <deller@gmx.de>, Lee Jones <lee@kernel.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Miguel Ojeda <ojeda@kernel.org>,
	Antonino Daplas <adaplas@gmail.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Robin van der Gracht <robin@protonic.nl>,
	Jingoo Han <jingoohan1@gmail.com>,
	linuxppc-dev@lists.ozlabs.org,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: Re: [PATCH 12/15] auxdisplay: ht16k33: Introduce backlight_get_brightness()
Date: Sun, 8 Jan 2023 10:29:29 +0100	[thread overview]
Message-ID: <Y7qM+ZlG5gQiOW4K@ravnborg.org> (raw)
In-Reply-To: <CANiq72mFMJuec+r=T6xYtLpuU+a1rOrAhrHiecy_1Jpj2m4J=g@mail.gmail.com>

Hi Robin.

On Sat, Jan 07, 2023 at 10:02:38PM +0100, Miguel Ojeda wrote:
> On Sat, Jan 7, 2023 at 7:26 PM Sam Ravnborg via B4 Submission Endpoint
> <devnull+sam.ravnborg.org@kernel.org> wrote:
> >
> > Introduce backlight_get_brightness() to simplify logic
> > and avoid direct access to backlight properties.
> 
> Note: Stephen sent this one too a while ago (with some more details in
> the commit message, which is always nice); and then he sent yesterday
> v2 [1] (to mention the functional change with `BL_CORE_SUSPENDED`
> [2]).
Thanks for the pointers. I will try to move forward with Stephen's
patches.
> 
> Anyway, if it goes via drm-misc, feel free to have my:
> 
>     Acked-by: Miguel Ojeda <ojeda@kernel.org>
> 
> Though it would be nice to have Robin test the change.

Robin - can I get your ack to apply Stephen's original v2 patch to
drm-misc?

	Sam

> 
> Thanks!
> 
> [1] https://lore.kernel.org/lkml/20230106143002.1434266-1-steve@sk2.org/
> [2] https://lore.kernel.org/lkml/CANiq72kRhmT37H1FAGYGny83ONYXeqJuO8ZPbym0ajQOWKY4Kw@mail.gmail.com/
> 
> Cheers,
> Miguel

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-01-08  9:29 UTC|newest]

Thread overview: 183+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-07 18:26 [PATCH 00/15] backlight: Drop use of deprecated fb_blank property Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` Sam Ravnborg
2023-01-07 18:26 ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 20:36   ` Stephen Kitt
2023-01-07 20:36     ` Stephen Kitt
2023-01-07 20:36     ` Stephen Kitt
2023-01-07 20:53     ` Sam Ravnborg
2023-01-07 20:53       ` Sam Ravnborg
2023-01-07 20:53       ` Sam Ravnborg
2023-01-08  7:45       ` Stephen Kitt
2023-01-08  7:45         ` Stephen Kitt
2023-01-08  7:45         ` Stephen Kitt
2023-01-08  7:47         ` Stephen Kitt
2023-01-08  7:47           ` Stephen Kitt
2023-01-08  7:47           ` Stephen Kitt
2023-01-08 20:24         ` Sam Ravnborg
2023-01-08 20:24           ` Sam Ravnborg
2023-01-08 20:24           ` Sam Ravnborg
2023-01-09 19:53           ` Stephen Kitt
2023-01-09 19:53             ` Stephen Kitt
2023-01-09 19:53             ` Stephen Kitt
2023-01-09 20:03             ` Stephen Kitt
2023-01-09 20:03               ` Stephen Kitt
2023-01-09 20:03               ` Stephen Kitt
2023-01-08 17:26       ` Helge Deller
2023-01-08 17:26         ` Helge Deller
2023-01-08 17:26         ` Helge Deller
2023-01-08 20:26         ` Sam Ravnborg
2023-01-08 20:26           ` Sam Ravnborg
2023-01-08 20:26           ` Sam Ravnborg
2023-01-09 20:18         ` Stephen Kitt
2023-01-09 20:18           ` Stephen Kitt
2023-01-09 20:18           ` Stephen Kitt
2023-01-09 20:34           ` Helge Deller
2023-01-09 20:34             ` Helge Deller
2023-01-09 20:34             ` Helge Deller
2023-01-09  9:14   ` Jani Nikula
2023-01-09  9:14     ` Jani Nikula
2023-01-09  9:14     ` Jani Nikula
2023-01-07 18:26 ` [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness() Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-09 17:44   ` Christophe Leroy
2023-01-09 17:44     ` Christophe Leroy
2023-01-09 17:44     ` Christophe Leroy
2023-01-09 17:44     ` Christophe Leroy
2023-01-09 18:21     ` Sam Ravnborg
2023-01-09 18:21       ` Sam Ravnborg
2023-01-09 18:21       ` Sam Ravnborg
2023-01-09 18:21       ` Sam Ravnborg
2023-01-07 18:26 ` [PATCH 03/15] video: fbdev: nvidia: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 04/15] video: fbdev: radeon: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 05/15] video: fbdev: riva: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 06/15] video: fbdev: aty128fb: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 07/15] video: fbdev: mx3fb: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 08/15] video: fbdev: omap2: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26 ` [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank() Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-08 19:28   ` Stephen Kitt
2023-01-08 19:28     ` Stephen Kitt
2023-01-08 19:28     ` Stephen Kitt
2023-01-08 20:29     ` Sam Ravnborg
2023-01-08 20:29       ` Sam Ravnborg
2023-01-08 20:29       ` Sam Ravnborg
2023-01-09  7:04       ` Stephen Kitt
2023-01-09  7:04         ` Stephen Kitt
2023-01-09  7:04         ` Stephen Kitt
2023-01-09 11:16       ` Daniel Thompson
2023-01-09 11:16         ` Daniel Thompson
2023-01-09 11:16         ` Daniel Thompson
2023-01-09 11:13   ` Andy Shevchenko
2023-01-09 11:13     ` Andy Shevchenko
2023-01-09 11:13     ` Andy Shevchenko
2023-01-07 18:26 ` [PATCH 10/15] staging: fbtft: core: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-08 19:29   ` Stephen Kitt
2023-01-08 19:29     ` Stephen Kitt
2023-01-08 19:29     ` Stephen Kitt
2023-01-09 11:15   ` Andy Shevchenko
2023-01-09 11:15     ` Andy Shevchenko
2023-01-09 11:15     ` Andy Shevchenko
2023-01-07 18:26 ` [PATCH 11/15] powerpc: via-pmu-backlight: Introduce backlight_get_brightness() Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-08 19:36   ` Stephen Kitt
2023-01-08 19:36     ` Stephen Kitt
2023-01-08 19:36     ` Stephen Kitt
2023-01-07 18:26 ` [PATCH 12/15] auxdisplay: ht16k33: " Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 21:02   ` Miguel Ojeda
2023-01-07 21:02     ` Miguel Ojeda
2023-01-07 21:02     ` Miguel Ojeda
2023-01-08  9:29     ` Sam Ravnborg [this message]
2023-01-08  9:29       ` Sam Ravnborg
2023-01-08  9:29       ` Sam Ravnborg
2023-01-09 10:12       ` Robin van der Gracht
2023-01-09 10:12         ` Robin van der Gracht
2023-01-09 10:12         ` Robin van der Gracht
2023-03-19 13:44         ` Stephen Kitt
2023-03-19 13:44           ` Stephen Kitt
2023-03-19 13:44           ` Stephen Kitt
2023-03-19 18:44           ` Sam Ravnborg
2023-03-19 18:44             ` Sam Ravnborg
2023-03-19 18:44             ` Sam Ravnborg
2023-01-07 18:26 ` [PATCH 13/15] backlight: omap1: Use backlight helpers Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-08 19:32   ` Stephen Kitt
2023-01-08 19:32     ` Stephen Kitt
2023-01-08 19:32     ` Stephen Kitt
2023-01-09 11:02   ` Daniel Thompson
2023-01-09 11:02     ` Daniel Thompson
2023-01-09 11:02     ` Daniel Thompson
2023-01-19 21:54   ` Lee Jones
2023-01-19 21:59     ` Konstantin Ryabitsev
2023-01-20  8:10       ` Lee Jones
2023-01-07 18:26 ` [PATCH 14/15] backlight: tosa: Use backlight helper Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-09 11:04   ` Daniel Thompson
2023-01-09 11:04     ` Daniel Thompson
2023-01-09 11:04     ` Daniel Thompson
2023-01-07 18:26 ` [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-07 18:26   ` Sam Ravnborg
2023-01-07 18:26   ` Sam Ravnborg via B4 Submission Endpoint
2023-01-08 19:32   ` Stephen Kitt
2023-01-08 19:32     ` Stephen Kitt
2023-01-08 19:32     ` Stephen Kitt
2023-01-09 11:06   ` Daniel Thompson
2023-01-09 11:06     ` Daniel Thompson
2023-01-09 11:06     ` Daniel Thompson
2023-01-09 16:27     ` Sam Ravnborg
2023-01-09 16:27       ` Sam Ravnborg
2023-01-09 16:27       ` Sam Ravnborg
2023-01-10 10:09       ` Lee Jones
2023-01-10 10:09         ` Lee Jones
2023-01-10 10:09         ` Lee Jones
2023-01-26 14:27   ` Lee Jones
2023-01-26 14:27     ` Lee Jones
2023-01-26 14:27     ` Lee Jones
2023-01-26 16:11     ` Sam Ravnborg
2023-01-26 16:11       ` Sam Ravnborg
2023-01-26 16:11       ` Sam Ravnborg
2023-01-26 16:30       ` Lee Jones
2023-01-26 16:30         ` Lee Jones
2023-01-26 16:30         ` Lee Jones
2023-01-09 11:18 ` [PATCH 00/15] backlight: Drop use of " Andy Shevchenko

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=Y7qM+ZlG5gQiOW4K@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=adaplas@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=benh@kernel.crashing.org \
    --cc=claudiu.beznea@microchip.com \
    --cc=daniel.thompson@linaro.org \
    --cc=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jingoohan1@gmail.com \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=miguel.ojeda.sandonis@gmail.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=ojeda@kernel.org \
    --cc=paulus@samba.org \
    --cc=robin@protonic.nl \
    --cc=steve@sk2.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.