mbox series

[GIT,PULL] ARM: SoC fixes for 6.1

Message ID 02915464-9faa-46f4-995b-d7c11638d3c1@app.fastmail.com (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] ARM: SoC fixes for 6.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.1-1

Message

Arnd Bergmann Oct. 14, 2022, 8:32 p.m. UTC
The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

  Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.1-1

for you to fetch changes up to bd60aafce5e1943fd395b8bf726e9824fa621eca:

  ARM: mmp: Make some symbols static (2022-10-10 10:40:10 +0200)

----------------------------------------------------------------
ARM: fixes for 6.1

These are three fixes for build warnings that came in during the
merge window.

----------------------------------------------------------------
Chen Lifu (1):
      ARM: mmp: Make some symbols static

Viresh Kumar (2):
      clk: spear: Move prototype to accessible header
      ARM: spear6xx: Staticize few definitions

 arch/arm/mach-mmp/devices.c        |  8 ++++----
 arch/arm/mach-spear/generic.h      |  3 ---
 arch/arm/mach-spear/spear3xx.c     |  1 +
 arch/arm/mach-spear/spear6xx.c     |  9 +++++----
 drivers/clk/spear/spear3xx_clock.c |  1 +
 drivers/clk/spear/spear6xx_clock.c |  1 +
 include/linux/clk/spear.h          | 14 ++++++++++++++
 7 files changed, 26 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 14, 2022, 8:50 p.m. UTC | #1
The pull request you sent on Fri, 14 Oct 2022 22:32:20 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.1-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ca1aaf993755d21b8a0060c3bf0f77e303a7bf21

Thank you!