All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic driver updates for v4.20
@ 2018-09-13 18:08 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2018-09-13 18:08 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Amlogic driver updates for v4.20
@ 2018-09-13 18:08 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2018-09-13 18:08 UTC (permalink / raw)
  To: linus-amlogic

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Amlogic driver updates for v4.20
  2018-09-13 18:08 ` Kevin Hilman
@ 2018-09-25 18:27   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-09-25 18:27 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Amlogic driver updates for v4.20
@ 2018-09-25 18:27   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2018-09-25 18:27 UTC (permalink / raw)
  To: linus-amlogic

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-25 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13 18:08 [GIT PULL] Amlogic driver updates for v4.20 Kevin Hilman
2018-09-13 18:08 ` Kevin Hilman
2018-09-25 18:27 ` Olof Johansson
2018-09-25 18:27   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.