mbox series

[GIT,PULL] Amlogic 32-bit DT changes for v4.16

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

Pull-request

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

Message

Kevin Hilman Dec. 12, 2017, 12:27 a.m. UTC
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to 71a3dfd07ce1a69060bf040f28799171aa6a4ed3:

  ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 (2017-12-11 15:58:46 -0800)

----------------------------------------------------------------
Amlogic 32-bit DT changes for v4.16
- meson8: GPIO IRQ support
- switch to stable UART bindings w/correct clock
- add more L2 cache settings
- drop unused ADC clock

----------------------------------------------------------------
Martin Blumenstingl (6):
      ARM: dts: meson8b: add more L2 cache settings
      ARM: dts: meson8: add more L2 cache settings
      ARM: dts: meson8: use stable UART bindings with correct gate clock
      ARM: dts: meson8b: use stable UART bindings with correct gate clock
      ARM: dts: meson8: enable the GPIO interrupt controller
      ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8

Xingyu Chen (1):
      ARM: dts: meson: drop "sana" clock from SAR ADC

 arch/arm/boot/dts/meson8.dtsi  | 29 ++++++++++++++++++++++-------
 arch/arm/boot/dts/meson8b.dtsi | 24 +++++++++++++++++-------
 arch/arm/mach-meson/Kconfig    |  1 +
 3 files changed, 40 insertions(+), 14 deletions(-)

Comments

Arnd Bergmann Dec. 21, 2017, 3:38 p.m. UTC | #1
On Tue, Dec 12, 2017 at 1:27 AM, Kevin Hilman <khilman@baylibre.com> wrote:
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt
>
> for you to fetch changes up to 71a3dfd07ce1a69060bf040f28799171aa6a4ed3:
>
>   ARM: meson: enable MESON_IRQ_GPIO also for MACH_MESON8 (2017-12-11 15:58:46 -0800)
>
> ----------------------------------------------------------------
> Amlogic 32-bit DT changes for v4.16
> - meson8: GPIO IRQ support
> - switch to stable UART bindings w/correct clock
> - add more L2 cache settings
> - drop unused ADC clock

Pulled into next/dt, thanks!


       Arnd