mbox series

[GIT,PULL] Amlogic fixes for v5.2

Message ID 7hr27oeyk0.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] Amlogic fixes for v5.2 | expand

Pull-request

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

Message

Kevin Hilman June 20, 2019, 9:28 p.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -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 26d65140e92a626e39c73c9abf769fd174bf5076:

  ARM: dts: meson8b: fix the operating voltage of the Mali GPU (2019-05-20 09:58:38 -0700)

----------------------------------------------------------------
ARM: dts: Amlogic fixes for v5.2-rc
- fix GPU interrupts and operating voltage

----------------------------------------------------------------
Martin Blumenstingl (3):
      ARM: dts: meson8: fix GPU interrupts and drop an undocumented property
      ARM: dts: meson8b: drop undocumented property from the Mali GPU node
      ARM: dts: meson8b: fix the operating voltage of the Mali GPU

 arch/arm/boot/dts/meson8.dtsi  |  5 ++---
 arch/arm/boot/dts/meson8b.dtsi | 11 +++++------
 2 files changed, 7 insertions(+), 9 deletions(-)

Comments

Olof Johansson June 25, 2019, 11:19 a.m. UTC | #1
On Thu, Jun 20, 2019 at 02:28:47PM -0700, Kevin Hilman wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -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 26d65140e92a626e39c73c9abf769fd174bf5076:
> 
>   ARM: dts: meson8b: fix the operating voltage of the Mali GPU (2019-05-20 09:58:38 -0700)
> 
> ----------------------------------------------------------------
> ARM: dts: Amlogic fixes for v5.2-rc
> - fix GPU interrupts and operating voltage
> 

Merged, thanks!


-Olof