mbox series

[GIT,PULL] Amlogic fixes for v5.0-rc, round 2 (redo)

Message ID 7h1s4vpkpj.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] Amlogic fixes for v5.0-rc, round 2 (redo) | expand

Pull-request

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

Message

Kevin Hilman Jan. 29, 2019, 3:06 p.m. UTC
Olof, Arnd,

Below is a redo of round 2 of Amlogic fixes for v5.0-rc, based on top of
the first round.

This drops the a couple fixes as requested by Anand Moon so he can
rework them.

Kevin


The following changes since commit 19a220dd1e8a1b1d8e5e2f8f4a25313c4b02d527:

  arm64: defconfig: enable modules for amlogic s400 sound card (2019-01-08 15:27:50 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f29200c8b1e267b109242677ae7f2146c7682d14:

  arm64: dts: meson: Fix mmc cd-gpios polarity (2019-01-14 07:59:40 -0800)

----------------------------------------------------------------
Amlogic fixes for v5.0-rc, round 2
- several fixups for the GPIO cd-inverted change
- IRQ trigger fixes for MAC IRQ

----------------------------------------------------------------
Carlo Caione (1):
      arm: dts: meson: Fix IRQ trigger type for macirq

Loys Ollivier (1):
      arm64: dts: meson: Fix mmc cd-gpios polarity

Martin Blumenstingl (3):
      ARM: dts: meson8b: odroidc1: mark the SD card detection GPIO active-low
      ARM: dts: meson8b: ec100: mark the SD card detection GPIO active-low
      ARM: dts: meson8m2: mxiii-plus: mark the SD card detection GPIO active-low

 arch/arm/boot/dts/meson.dtsi                                   | 2 +-
 arch/arm/boot/dts/meson8b-ec100.dts                            | 3 +--
 arch/arm/boot/dts/meson8b-odroidc1.dts                         | 4 +---
 arch/arm/boot/dts/meson8m2-mxiii-plus.dts                      | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi            | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts           | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts         | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts            | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi               | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi           | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi              | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-hwacom-amazetv.dts | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts   | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts    | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi          | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts          | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts            | 3 +--
 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts             | 3 +--
 18 files changed, 18 insertions(+), 36 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2019, 10:41 a.m. UTC | #1
On Tue, Jan 29, 2019 at 4:06 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> Olof, Arnd,
>
> Below is a redo of round 2 of Amlogic fixes for v5.0-rc, based on top of
> the first round.
>
> This drops the a couple fixes as requested by Anand Moon so he can
> rework them.

Pulled this one now and dropped the earlier one. I think what happened
is that you sent two different pull requests for the 'amlogic-fixes-2'
tag, dated Jan 19 and Jan 28, respectively. You retracted
the second one of those, and I removed it from my queue, but
then pulled it anyway when I saw the older pull request.

     Arnd