mbox series

[GIT,PULL] Amlogic 32-bit DT updates for v4.17

Message ID 7hh8pbr4kp.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] Amlogic 32-bit DT updates for v4.17 | expand

Pull-request

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

Message

Kevin Hilman March 20, 2018, 12:08 a.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to 0793d5376b9986283e8bf9c777eb6ffda5c1b925:

  ARM: dts: meson8b-odroidc1: add microSD support (2018-03-19 16:46:46 -0700)

----------------------------------------------------------------
Amlogic 32-bit DT updates for v4.17
- odroid-c1: add microSD, ethernet, USB reset
- add reset controller
- fix requesting GPIOs greater than GPIOZ_3

----------------------------------------------------------------
Emiliano Ingrassia (2):
      ARM: dts: meson8b: extend ethernet controller description
      ARM: dts: meson8b-odroidc1: ethernet support

Linus Lüssing (1):
      ARM: dts: meson8b-odroidc1: add microSD support

Martin Blumenstingl (5):
      ARM: dts: meson8b: grow the reset controller memory zone
      ARM: dts: meson8: add the reset controller
      ARM: dts: meson8: add the USB reset line
      ARM: dts: meson8b: add the I2C clocks
      pinctrl: meson: meson8b: fix requesting GPIOs greater than GPIOZ_3

 arch/arm/boot/dts/meson8.dtsi           |   9 +++++++
 arch/arm/boot/dts/meson8b-odroidc1.dts  |  88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8b.dtsi          |  57 +++++++++++++++++++++++++++++++++++++++++---
 drivers/pinctrl/meson/pinctrl-meson8b.c |  20 +++++++++-------
 include/dt-bindings/gpio/meson8b-gpio.h | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 5 files changed, 271 insertions(+), 24 deletions(-)

Comments

Kevin Hilman March 20, 2018, 9:32 p.m. UTC | #1
On Mon, Mar 19, 2018 at 5:08 PM, Kevin Hilman <khilman@baylibre.com> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt
>
> for you to fetch changes up to 0793d5376b9986283e8bf9c777eb6ffda5c1b925:
>
>   ARM: dts: meson8b-odroidc1: add microSD support (2018-03-19 16:46:46 -0700)

Retracted.  Please ignore  (I've also deleted the tag)

> ----------------------------------------------------------------
> Amlogic 32-bit DT updates for v4.17
> - odroid-c1: add microSD, ethernet, USB reset
> - add reset controller
> - fix requesting GPIOs greater than GPIOZ_3
>
> ----------------------------------------------------------------
> Emiliano Ingrassia (2):
>       ARM: dts: meson8b: extend ethernet controller description
>       ARM: dts: meson8b-odroidc1: ethernet support
>
> Linus Lüssing (1):
>       ARM: dts: meson8b-odroidc1: add microSD support
>
> Martin Blumenstingl (5):
>       ARM: dts: meson8b: grow the reset controller memory zone
>       ARM: dts: meson8: add the reset controller
>       ARM: dts: meson8: add the USB reset line
>       ARM: dts: meson8b: add the I2C clocks
>       pinctrl: meson: meson8b: fix requesting GPIOs greater than GPIOZ_3

This patch is extra, and is already going through the pinctrl tree.  I
mistakenly applied the driver patch instead of the DT patch.

Respin coming right up.

Thanks to Martin Blumenstingl for pointing out my mistake.

Kevin