All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [GIT PULL] Amlogic driver updates for v4.20
Date: Thu, 13 Sep 2018 11:08:56 -0700	[thread overview]
Message-ID: <7hpnxhuv5z.fsf@baylibre.com> (raw)

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

for you to fetch changes up to d4983983d98710e4927fdb8de8e987c303b3fba3:

  soc: amlogic: add meson-canvas driver (2018-09-12 21:38:45 -0700)

----------------------------------------------------------------
Amlogic ARM64 driver updates for v4.20
- add meson-canvas driver and bindings
- firmware: Add serial number sysfs entry

----------------------------------------------------------------
Maxime Jourdan (2):
      dt-bindings: soc: amlogic: add meson-canvas documentation
      soc: amlogic: add meson-canvas driver

Neil Armstrong (1):
      firmware: meson_sm: Add serial number sysfs entry

 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt |  29 +++++++++
 drivers/firmware/meson/meson_sm.c                                |  56 ++++++++++++++++++
 drivers/soc/amlogic/Kconfig                                      |   7 +++
 drivers/soc/amlogic/Makefile                                     |   1 +
 drivers/soc/amlogic/meson-canvas.c                               | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/firmware/meson/meson_sm.h                          |   1 +
 include/linux/soc/amlogic/meson-canvas.h                         |  65 +++++++++++++++++++++
 7 files changed, 344 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt
 create mode 100644 drivers/soc/amlogic/meson-canvas.c
 create mode 100644 include/linux/soc/amlogic/meson-canvas.h

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Amlogic driver updates for v4.20
Date: Thu, 13 Sep 2018 11:08:56 -0700	[thread overview]
Message-ID: <7hpnxhuv5z.fsf@baylibre.com> (raw)

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

for you to fetch changes up to d4983983d98710e4927fdb8de8e987c303b3fba3:

  soc: amlogic: add meson-canvas driver (2018-09-12 21:38:45 -0700)

----------------------------------------------------------------
Amlogic ARM64 driver updates for v4.20
- add meson-canvas driver and bindings
- firmware: Add serial number sysfs entry

----------------------------------------------------------------
Maxime Jourdan (2):
      dt-bindings: soc: amlogic: add meson-canvas documentation
      soc: amlogic: add meson-canvas driver

Neil Armstrong (1):
      firmware: meson_sm: Add serial number sysfs entry

 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt |  29 +++++++++
 drivers/firmware/meson/meson_sm.c                                |  56 ++++++++++++++++++
 drivers/soc/amlogic/Kconfig                                      |   7 +++
 drivers/soc/amlogic/Makefile                                     |   1 +
 drivers/soc/amlogic/meson-canvas.c                               | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/firmware/meson/meson_sm.h                          |   1 +
 include/linux/soc/amlogic/meson-canvas.h                         |  65 +++++++++++++++++++++
 7 files changed, 344 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt
 create mode 100644 drivers/soc/amlogic/meson-canvas.c
 create mode 100644 include/linux/soc/amlogic/meson-canvas.h

             reply	other threads:[~2018-09-13 18:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-13 18:08 Kevin Hilman [this message]
2018-09-13 18:08 ` [GIT PULL] Amlogic driver updates for v4.20 Kevin Hilman
2018-09-25 18:27 ` Olof Johansson
2018-09-25 18:27   ` Olof Johansson

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=7hpnxhuv5z.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linus-amlogic@lists.infradead.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.