mbox series

[GIT,PULL] ARM: mach/soc: samsung: late pull for v5.12

Message ID 20210211082254.7934-1-krzk@kernel.org
State New
Headers show
Series [GIT,PULL] ARM: mach/soc: samsung: late pull for v5.12 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.12

Message

Krzysztof Kozlowski Feb. 11, 2021, 8:22 a.m. UTC
Hi,

Late pull with minor mach/soc fixes for v5.12.

Best regards,
Krzysztof


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.12

for you to fetch changes up to f503878564f5e68c1aeb1ea01e437060bf905c50:

  ARM: s3c: irq-s3c24xx: staticize local functions (2021-02-08 18:10:21 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v5.12

Three fixes for S3C24xx: one for building with clang and two for
warnings.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: s3c: fix fiq for clang IAS

Krzysztof Kozlowski (2):
      ARM: s3c: irq-s3c24xx: include headers for missing declarations
      ARM: s3c: irq-s3c24xx: staticize local functions

 arch/arm/mach-s3c/irq-s3c24xx-fiq.S | 9 +++------
 arch/arm/mach-s3c/irq-s3c24xx.c     | 8 +++++---
 2 files changed, 8 insertions(+), 9 deletions(-)

Comments

Arnd Bergmann Feb. 11, 2021, 3:01 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 11 Feb 2021 09:22:54 +0100, Krzysztof Kozlowski wrote:
> Late pull with minor mach/soc fixes for v5.12.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
> [...]

Merged into arm/soc, thanks!

merge commit: c2bd78de41fc3bdeb183bc24bbb2c4c0f3cfdb9a

       Arnd