mbox series

[GIT,PULL] soc: Amlogic driver updates for v5.3

Message ID 7hlfxweyh8.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] soc: Amlogic driver updates for v5.3 | expand

Pull-request

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

Message

Kevin Hilman June 20, 2019, 9:30 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-drivers

for you to fetch changes up to 9a98fdf5b6e635d9d9710f87e1da42aeab12ff0d:

  soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2 (2019-05-22 18:19:14 -0700)

----------------------------------------------------------------
soc: Amlogic driver updates for v5.3
- canvas: add support for Meson8*

----------------------------------------------------------------
Martin Blumenstingl (2):
      dt-bindings: soc: amlogic: canvas: document support for Meson8/8b/8m2
      soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2

 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt | 10 +++++++---
 drivers/soc/amlogic/meson-canvas.c                               | 14 +++++++++++++-
 2 files changed, 20 insertions(+), 4 deletions(-)

Comments

Olof Johansson June 25, 2019, 12:41 p.m. UTC | #1
On Thu, Jun 20, 2019 at 02:30:27PM -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-drivers
> 
> for you to fetch changes up to 9a98fdf5b6e635d9d9710f87e1da42aeab12ff0d:
> 
>   soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2 (2019-05-22 18:19:14 -0700)
> 
> ----------------------------------------------------------------
> soc: Amlogic driver updates for v5.3
> - canvas: add support for Meson8*

Merged, thanks!


-Olof