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 fixes for v4.17-rc
Date: Wed, 18 Apr 2018 15:43:04 -0700	[thread overview]
Message-ID: <7hbmeg5e6f.fsf@baylibre.com> (raw)

Arnd, Olof,

Technically, this is more "late" than "fixes", but I have excuses...

1) I was on vacation, but more importantly,
2) There were last minute driver issues that got sorted out after I sent
the main batch v4.17 DT pull requests.  Those issues (USB
suspend/resume) have now been sorted out and merged for v4.17-rc, so I'm
sending this series to enable USB for Amlogic.

This has been tested on Amlogic SoCs on top of v4.17-rc1.

Please pull for v4.17-rc,

Thanks,

Kevin

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4b7b0d7b25538d2ad421a1041267d5208d3425bc:

  ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller (2018-04-18 10:24:34 -0700)

----------------------------------------------------------------
Amlogic fixes for v4.17-rc1
- add / enable USB host support for GX boards

----------------------------------------------------------------
Martin Blumenstingl (7):
      ARM64: dts: meson-gxl: add USB host support
      ARM64: dts: meson-gxm: add GXM specific USB host configuration
      ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
      ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
      ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
      ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
      ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller

 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi          |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 12 ++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts  |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi        |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                   | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts        |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi                   | 17 +++++++++++++++++
 7 files changed, 106 insertions(+)

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 fixes for v4.17-rc
Date: Wed, 18 Apr 2018 15:43:04 -0700	[thread overview]
Message-ID: <7hbmeg5e6f.fsf@baylibre.com> (raw)

Arnd, Olof,

Technically, this is more "late" than "fixes", but I have excuses...

1) I was on vacation, but more importantly,
2) There were last minute driver issues that got sorted out after I sent
the main batch v4.17 DT pull requests.  Those issues (USB
suspend/resume) have now been sorted out and merged for v4.17-rc, so I'm
sending this series to enable USB for Amlogic.

This has been tested on Amlogic SoCs on top of v4.17-rc1.

Please pull for v4.17-rc,

Thanks,

Kevin

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4b7b0d7b25538d2ad421a1041267d5208d3425bc:

  ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller (2018-04-18 10:24:34 -0700)

----------------------------------------------------------------
Amlogic fixes for v4.17-rc1
- add / enable USB host support for GX boards

----------------------------------------------------------------
Martin Blumenstingl (7):
      ARM64: dts: meson-gxl: add USB host support
      ARM64: dts: meson-gxm: add GXM specific USB host configuration
      ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
      ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
      ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
      ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
      ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller

 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi          |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 12 ++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts  |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi        |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                   | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts        |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxm.dtsi                   | 17 +++++++++++++++++
 7 files changed, 106 insertions(+)

             reply	other threads:[~2018-04-18 22:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-18 22:43 Kevin Hilman [this message]
2018-04-18 22:43 ` [GIT PULL] Amlogic fixes for v4.17-rc Kevin Hilman
2018-04-26 14:52 ` Arnd Bergmann
2018-04-26 14:52   ` Arnd Bergmann

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=7hbmeg5e6f.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.