mbox series

[GIT,PULL] amlogic fixes for v5.13-rc

Message ID 73e76706-f3f4-bebf-10dd-d2ec9106a234@baylibre.com
State New
Headers show
Series [GIT,PULL] amlogic fixes for v5.13-rc | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-fixes-v5.13-rc1

Message

Neil Armstrong May 31, 2021, 7:41 a.m. UTC
Hi,

Here's a couple of fixes for v5.13-rc1, one for the amlogic Kconfig and another for the meson-clk-measure soc driver.

Neil

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-fixes-v5.13-rc1

for you to fetch changes up to 4cce442ffe5448ef572adc8b3abe7001b398e709:

  arm64: meson: select COMMON_CLK (2021-05-31 09:27:08 +0200)

----------------------------------------------------------------
Amlogic fixes for v5.13-rc1
- arm64: meson: select COMMON_CLK to select a proper implementation of the clock API
- soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()

----------------------------------------------------------------
Jerome Brunet (1):
      arm64: meson: select COMMON_CLK

Qiheng Lin (1):
      soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()

 arch/arm64/Kconfig.platforms            | 1 +
 drivers/soc/amlogic/meson-clk-measure.c | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)