mbox series

[GIT,PULL] Amlogic fixes for v4.16-rc2

Message ID 7h8tbxagh1.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] Amlogic fixes for v4.16-rc2 | expand

Pull-request

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

Message

Kevin Hilman Feb. 13, 2018, 12:19 a.m. UTC
Arnd, Olof,

Here are a couple small DT-only fixes for v4.16-rc.

Please pull,

Thanks,

Kevin


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-fixes

for you to fetch changes up to 77f5cdbd78ec5e17022725a5da476f4ca08b1dfa:

  ARM64: dts: meson: uart: fix address space range (2018-02-12 14:13:04 -0800)

----------------------------------------------------------------
Amlogic fixes for v4.16-rc1
- DT: fix UART address ranges
- DT: enable PHY interrupts

----------------------------------------------------------------
Jerome Brunet (1):
      ARM64: dts: meson-gxl: add internal ethernet PHY irq

Yixun Lan (1):
      ARM64: dts: meson: uart: fix address space range

 arch/arm64/boot/dts/amlogic/meson-axg.dtsi |  4 ++--
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi  | 10 +++++-----
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi |  1 +
 3 files changed, 8 insertions(+), 7 deletions(-)

Comments

Arnd Bergmann Feb. 22, 2018, 4:37 p.m. UTC | #1
On Tue, Feb 13, 2018 at 1:19 AM, Kevin Hilman <khilman@baylibre.com> wrote:
> Arnd, Olof,
> 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-fixes
>
> for you to fetch changes up to 77f5cdbd78ec5e17022725a5da476f4ca08b1dfa:
>
>   ARM64: dts: meson: uart: fix address space range (2018-02-12 14:13:04 -0800)
>
> ----------------------------------------------------------------
> Amlogic fixes for v4.16-rc1
> - DT: fix UART address ranges
> - DT: enable PHY interrupts

Pulled into fixes, thanks!

     Arnd