All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lee Jones <lee@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Backlight for v6.4
Date: Tue, 2 May 2023 17:31:29 +0100	[thread overview]
Message-ID: <20230502163129.GL620451@google.com> (raw)

Good afternoon Linus,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.4

for you to fetch changes up to fb200218b40b7864f64f1a47de61e035d8934e92:

  backlight: as3711: Use of_property_read_bool() for boolean properties (2023-03-16 16:12:53 +0000)

----------------------------------------------------------------
 - Fix-ups
   - Add / improve Device Tree bindings
   - Convert (int) .remove functions to (void) .remove_new
   - Rid 'defined but not used' warnings
   - Remove ineffective casts and pointer stubs
   - Use specifically crafted API for testing DT property presence

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      backlight: lp855x: Mark OF related data as maybe unused
      backlight: arcxcnn_bl: Drop of_match_ptr for ID table

Luca Weiss (1):
      backlight: qcom-wled: Add PMI8950 compatible

Rob Herring (2):
      backlight: hx8357: Use of_property_present() for testing DT property presence
      backlight: as3711: Use of_property_read_bool() for boolean properties

Uwe Kleine-König (13):
      backlight: aat2870_bl: Convert to platform remove callback returning void
      backlight: adp5520_bl: Convert to platform remove callback returning void
      backlight: cr_bllcd: Convert to platform remove callback returning void
      backlight: da9052_bl: Convert to platform remove callback returning void
      backlight: hp680_bl: Convert to platform remove callback returning void
      backlight: led_bl: Convert to platform remove callback returning void
      backlight: lm3533_bl: Convert to platform remove callback returning void
      backlight: lp8788_bl: Convert to platform remove callback returning void
      backlight: mt6370-backlight: Convert to platform remove callback returning void
      backlight: pwm_bl: Convert to platform remove callback returning void
      backlight: qcom-wled: Convert to platform remove callback returning void
      backlight: rt4831-backlight: Convert to platform remove callback returning void
      backlight: sky81452-backlight: Convert to platform remove callback returning void

 drivers/video/backlight/aat2870_bl.c         |  6 ++----
 drivers/video/backlight/adp5520_bl.c         |  6 ++----
 drivers/video/backlight/arcxcnn_bl.c         |  2 +-
 drivers/video/backlight/as3711_bl.c          | 24 ++++++++++++------------
 drivers/video/backlight/cr_bllcd.c           |  6 ++----
 drivers/video/backlight/da9052_bl.c          |  6 ++----
 drivers/video/backlight/hp680_bl.c           |  6 ++----
 drivers/video/backlight/hx8357.c             |  2 +-
 drivers/video/backlight/led_bl.c             |  6 ++----
 drivers/video/backlight/lm3533_bl.c          |  6 ++----
 drivers/video/backlight/lp855x_bl.c          |  2 +-
 drivers/video/backlight/lp8788_bl.c          |  6 ++----
 drivers/video/backlight/mt6370-backlight.c   |  6 ++----
 drivers/video/backlight/pwm_bl.c             |  6 ++----
 drivers/video/backlight/qcom-wled.c          |  7 +++----
 drivers/video/backlight/rt4831-backlight.c   |  6 ++----
 drivers/video/backlight/sky81452-backlight.c |  6 ++----
 17 files changed, 42 insertions(+), 67 deletions(-)

-- 
Lee Jones [李琼斯]

             reply	other threads:[~2023-05-02 16:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02 16:31 Lee Jones [this message]
2023-05-02 17:57 ` [GIT PULL] Backlight for v6.4 pr-tracker-bot

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=20230502163129.GL620451@google.com \
    --to=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.