mbox series

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

Message ID 7hlg2mdpo1.fsf@baylibre.com (mailing list archive)
State Mainlined, archived
Commit 19e0bde7bf6a18a910e5d633ef606d6ff298c2cb
Headers show
Series [GIT,PULL] Amlogic: driver updates for v5.1 | expand

Pull-request

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

Message

Kevin Hilman Feb. 11, 2019, 8:40 p.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

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 19e0bde7bf6a18a910e5d633ef606d6ff298c2cb:

  soc: amlogic: clk-measure: add axg and g12a support (2019-02-07 16:50:36 -0800)

----------------------------------------------------------------
Amlogic: driver updates for v5.1
- clock measure: add support for G12a SoC family
- misc. fixes

----------------------------------------------------------------
Jerome Brunet (2):
      dt-bindings: amlogic: add new compatible devices to clk_measure
      soc: amlogic: clk-measure: add axg and g12a support

Neil Armstrong (1):
      soc: amlogic: canvas: Fix meson_canvas_get when probe failed

wen yang (1):
      soc: amlogic: add missing of_node_put()

 Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt |   2 ++
 drivers/soc/amlogic/meson-canvas.c                            |  18 ++++++++++--
 drivers/soc/amlogic/meson-clk-measure.c                       | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 214 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 4:20 p.m. UTC | #1
On Mon, Feb 11, 2019 at 9:40 PM Kevin Hilman <khilman@baylibre.com> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> 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 19e0bde7bf6a18a910e5d633ef606d6ff298c2cb:
>
>   soc: amlogic: clk-measure: add axg and g12a support (2019-02-07 16:50:36 -0800)
>
> ----------------------------------------------------------------
> Amlogic: driver updates for v5.1
> - clock measure: add support for G12a SoC family
> - misc. fixes

Pulled into arm/drivers, thanks!

     Arnd