All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <ojeda@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jinchao Wang <wjc@cdjrlc.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Lars Poeschel <poeschel@lemonage.de>,
	Ralf Schlatterbeck <rsc@runtux.com>,
	Miguel Ojeda <ojeda@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] auxdisplay for v5.15-rc1
Date: Thu, 9 Sep 2021 02:07:30 +0200	[thread overview]
Message-ID: <20210909000730.GA23567@kernel.org> (raw)

Hi Linus,

Please pull these improvements for auxdisplay.

These were sitting in my queue for a long time.

(And apologies for the late PR)

Cheers,
Miguel

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:

  https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.15-rc1

for you to fetch changes up to 24ebc044c72ee6e88dc902a0041bac672f012537:

  auxdisplay: Replace symbolic permissions with octal permissions (2021-07-16 07:42:35 +0200)

----------------------------------------------------------------
An assortment of improvements for auxdisplay:

  - Replace symbolic permissions with octal permissions (Jinchao Wang)

  - ks0108: Switch to use module_parport_driver() (Andy Shevchenko)

  - charlcd: Drop unneeded initializers and switch to C99 style (Andy Shevchenko)

  - hd44780: Fix oops on module unloading (Lars Poeschel)

  - Add I2C gpio expander example (Ralf Schlatterbeck)

----------------------------------------------------------------
Andy Shevchenko (2):
      auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style
      auxdisplay: ks0108: Switch to use module_parport_driver()

Jinchao Wang (1):
      auxdisplay: Replace symbolic permissions with octal permissions

Lars Poeschel (1):
      auxdisplay: hd44780: Fix oops on module unloading

Ralf Schlatterbeck (1):
      auxdisplay: Add I2C gpio expander example

 .../bindings/auxdisplay/hit,hd44780.yaml           | 31 +++++++++++++++++++++-
 drivers/auxdisplay/cfag12864b.c                    |  2 +-
 drivers/auxdisplay/charlcd.c                       |  4 +--
 drivers/auxdisplay/hd44780.c                       |  2 +-
 drivers/auxdisplay/ks0108.c                        | 18 +++----------
 5 files changed, 36 insertions(+), 21 deletions(-)

             reply	other threads:[~2021-09-09  0:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09  0:07 Miguel Ojeda [this message]
2021-09-12 23:21 ` [GIT PULL] auxdisplay for v5.15-rc1 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=20210909000730.GA23567@kernel.org \
    --to=ojeda@kernel.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=poeschel@lemonage.de \
    --cc=rsc@runtux.com \
    --cc=torvalds@linux-foundation.org \
    --cc=wjc@cdjrlc.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.