linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Gustavo A. R. Silva" <gustavo@embeddedor.com>,
	Yangtao Li <tiny.windzz@gmail.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Paul Burton <paulburton@kernel.org>,
	Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] auxdisplay for v5.6-rc6
Date: Tue, 10 Mar 2020 17:13:30 +0100	[thread overview]
Message-ID: <20200310161330.GA16596@gmail.com> (raw)

Hi Linus,

Please pull these small changes for auxdisplay.

Cheers,
Miguel

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

  https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.6-rc6

for you to fetch changes up to 2f920c0f0e29268827c2894c6e8f237a78159718:

  auxdisplay: charlcd: replace zero-length array with flexible-array member (2020-03-06 22:18:07 +0100)

----------------------------------------------------------------
A few minor auxdisplay improvements:

  - charlcd: replace zero-length array with flexible-array member
    From the kernel-wide cleanup Gustavo A. R. Silva is performing

  - img-ascii-lcd: convert to devm_platform_ioremap_resource
    From Yangtao Li

  - Fix Kconfig indentation
    From Krzysztof Kozlowski

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      auxdisplay: charlcd: replace zero-length array with flexible-array member

Krzysztof Kozlowski (1):
      auxdisplay: Fix Kconfig indentation

Yangtao Li (1):
      auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resource

 drivers/auxdisplay/Kconfig         | 16 ++++++++--------
 drivers/auxdisplay/charlcd.c       |  2 +-
 drivers/auxdisplay/img-ascii-lcd.c |  4 +---
 3 files changed, 10 insertions(+), 12 deletions(-)

             reply	other threads:[~2020-03-10 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 16:13 Miguel Ojeda [this message]
2020-03-10 22:40 ` [GIT PULL] auxdisplay for v5.6-rc6 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=20200310161330.GA16596@gmail.com \
    --to=miguel.ojeda.sandonis@gmail.com \
    --cc=gustavo@embeddedor.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulburton@kernel.org \
    --cc=tiny.windzz@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).