All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] amlogic fixes for v5.13-rc
@ 2021-05-31  7:41 ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2021-05-31  7:41 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

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(-)


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* [GIT PULL] amlogic fixes for v5.13-rc
@ 2021-05-31  7:41 ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2021-05-31  7:41 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

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(-)


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] amlogic fixes for v5.13-rc
@ 2021-05-31  7:41 ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2021-05-31  7:41 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

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(-)


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

* Re: [GIT PULL] amlogic fixes for v5.13-rc
  2021-05-31  7:41 ` Neil Armstrong
  (?)
  (?)
@ 2021-06-05 22:58 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-05 22:58 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Mon, 31 May 2021 09:41:36 +0200 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic fixes for v5.13-rc
    https://git.kernel.org/soc/soc/c/3091a9e74240

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] amlogic fixes for v5.13-rc
  2021-05-31  7:41 ` Neil Armstrong
                   ` (2 preceding siblings ...)
  (?)
@ 2021-06-05 23:00 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-05 23:00 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Mon, 31 May 2021 09:41:36 +0200 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic fixes for v5.13-rc
    https://git.kernel.org/soc/soc/c/3091a9e74240

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-06-05 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  7:41 [GIT PULL] amlogic fixes for v5.13-rc Neil Armstrong
2021-05-31  7:41 ` Neil Armstrong
2021-05-31  7:41 ` Neil Armstrong
2021-06-05 22:58 ` patchwork-bot+linux-soc
2021-06-05 23:00 ` patchwork-bot+linux-soc

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.