All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Masanari Iida <standby24x7@gmail.com>,
	Mans Rullgard <mans@mansr.com>, zhengbin <zhengbin13@huawei.com>,
	Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] auxdisplay for v5.3-rc5
Date: Thu, 15 Aug 2019 17:34:03 +0200	[thread overview]
Message-ID: <20190815153403.GA27385@gmail.com> (raw)

Hi Linus,

Please pull these few fixes for auxdisplay for this cycle.

Cheers,
Miguel

The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:

  Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)

are available in the Git repository at:

  https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.3-rc5

for you to fetch changes up to 6c4d6bc5486466e3a67cc47270001d0b4a26eed4:

  auxdisplay: Fix a typo in cfag12864b-example.c (2019-08-08 20:00:18 +0200)

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

  - A couple of small header cleanups for charlcd
    From Masahiro Yamada

  - A trivial typo fix for the sampels of cfag12864b
    From Masahiro Yamada

  - An Kconfig help text improvement for charlcd
    From Mans Rullgard

  - An error path fix for panel
    From zhengbin

----------------------------------------------------------------
Mans Rullgard (1):
      auxdisplay: charlcd: add help text for backlight initial state

Masahiro Yamada (2):
      auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay
      auxdisplay: charlcd: add include guard to charlcd.h

Masanari Iida (1):
      auxdisplay: Fix a typo in cfag12864b-example.c

zhengbin (1):
      auxdisplay: panel: need to delete scan_timer when misc_register fails in panel_attach

 drivers/auxdisplay/Kconfig                     | 5 +++++
 drivers/auxdisplay/charlcd.c                   | 2 +-
 {include/misc => drivers/auxdisplay}/charlcd.h | 5 +++++
 drivers/auxdisplay/hd44780.c                   | 3 +--
 drivers/auxdisplay/panel.c                     | 4 +++-
 samples/auxdisplay/cfag12864b-example.c        | 2 +-
 6 files changed, 16 insertions(+), 5 deletions(-)
 rename {include/misc => drivers/auxdisplay}/charlcd.h (94%)

             reply	other threads:[~2019-08-15 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-15 15:34 Miguel Ojeda [this message]
2019-08-15 16:25 ` [GIT PULL] auxdisplay for v5.3-rc5 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=20190815153403.GA27385@gmail.com \
    --to=miguel.ojeda.sandonis@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mans@mansr.com \
    --cc=standby24x7@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=zhengbin13@huawei.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.