mbox series

[GIT,PULL] Amlogic driver updates for v4.20

Message ID 7hpnxhuv5z.fsf@baylibre.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Amlogic driver updates for v4.20 | expand

Pull-request

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

Message

Kevin Hilman Sept. 13, 2018, 6:08 p.m. UTC
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -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 d4983983d98710e4927fdb8de8e987c303b3fba3:

  soc: amlogic: add meson-canvas driver (2018-09-12 21:38:45 -0700)

----------------------------------------------------------------
Amlogic ARM64 driver updates for v4.20
- add meson-canvas driver and bindings
- firmware: Add serial number sysfs entry

----------------------------------------------------------------
Maxime Jourdan (2):
      dt-bindings: soc: amlogic: add meson-canvas documentation
      soc: amlogic: add meson-canvas driver

Neil Armstrong (1):
      firmware: meson_sm: Add serial number sysfs entry

 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt |  29 +++++++++
 drivers/firmware/meson/meson_sm.c                                |  56 ++++++++++++++++++
 drivers/soc/amlogic/Kconfig                                      |   7 +++
 drivers/soc/amlogic/Makefile                                     |   1 +
 drivers/soc/amlogic/meson-canvas.c                               | 185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/firmware/meson/meson_sm.h                          |   1 +
 include/linux/soc/amlogic/meson-canvas.h                         |  65 +++++++++++++++++++++
 7 files changed, 344 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/amlogic/amlogic,canvas.txt
 create mode 100644 drivers/soc/amlogic/meson-canvas.c
 create mode 100644 include/linux/soc/amlogic/meson-canvas.h

Comments

Olof Johansson Sept. 25, 2018, 6:27 p.m. UTC | #1
On Thu, Sep 13, 2018 at 11:08:56AM -0700, Kevin Hilman wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -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 d4983983d98710e4927fdb8de8e987c303b3fba3:
> 
>   soc: amlogic: add meson-canvas driver (2018-09-12 21:38:45 -0700)
> 
> ----------------------------------------------------------------
> Amlogic ARM64 driver updates for v4.20
> - add meson-canvas driver and bindings
> - firmware: Add serial number sysfs entry

Merged, thanks!


-Olof