mbox series

[GIT,PULL,3/3] ARM: samsung: mach/soc pull for v5.13

Message ID 20210407065828.7213-3-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit 6031008780efaada18087eba7ec84fe149f124a9
Headers show
Series [GIT,PULL,1/3] ARM: dts: samsung: Pull for v5.13 | expand

Pull-request

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

Message

Krzysztof Kozlowski April 7, 2021, 6:58 a.m. UTC
From: Krzysztof Kozlowski <krzk@kernel.org>

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6031008780efaada18087eba7ec84fe149f124a9:

  ARM: exynos: correct kernel doc in platsmp (2021-04-06 22:30:02 +0200)

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

1. Update Krzysztof Kozlowski's email address in Maintainers.
2. Replace deprecated pwm_request() with pwm_get() in S3C24xx.
3. Correct kerneldoc.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      MAINTAINERS: use Krzysztof Kozlowski's Canonical address
      ARM: exynos: correct kernel doc in platsmp

Uwe Kleine-König (1):
      ARM: s3c: Use pwm_get() in favour of pwm_request() in RX1950

 MAINTAINERS                     | 24 ++++++++++++------------
 arch/arm/mach-exynos/platsmp.c  | 28 +++++++++++++---------------
 arch/arm/mach-s3c/mach-rx1950.c | 11 ++++++-----
 3 files changed, 31 insertions(+), 32 deletions(-)

Comments

Arnd Bergmann April 8, 2021, 8:03 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 08:58:28 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.13
> 
> [...]

Merged into arm/soc, thanks!

merge commit: a0c97a6bd63019707f16d36812a5aa2fce3fe29f

       Arnd