From patchwork Sat Oct 31 12:02:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11871337 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C87A561C for ; Sat, 31 Oct 2020 12:02:43 +0000 (UTC) Received: by mail.kernel.org (Postfix) id B8C1420731; Sat, 31 Oct 2020 12:02:43 +0000 (UTC) Delivered-To: soc@kernel.org Received: from localhost.localdomain (adsl-84-226-167-205.adslplus.ch [84.226.167.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2EA3A2072C; Sat, 31 Oct 2020 12:02:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604145763; bh=fld8wrp2RV0ZfppO2JAzaZgmhLwePatiPJwgrvI18aA=; h=From:List-Id:To:Cc:Subject:Date:From; b=j2oLL1QSeTD7ZwPAuxvmxtT1cmfqFszhu4cYJoqdttb56I5P5HS0XDoipM3W6swHt IZJWmaoQVHb8YjGvyIEH6oc9ijo6iwJZLVNLOfmPac6INsnpi18slh/EfHKlxZsIw5 scNW4zF46dVLZZtunqpSHpBJYWqjdlGy5yNGOEok= From: Krzysztof Kozlowski List-Id: To: Olof Johansson , Arnd Bergmann , arm@kernel.org, soc@kernel.org Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL fixes] ARM: samsung: Fixes for current cycle (v5.10) Date: Sat, 31 Oct 2020 13:02:37 +0100 Message-Id: <20201031120237.8542-1-krzk@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Hi, Few patches for the current cycle - as fixes, altough these are not really fixes for anything. Expected conflict on arm-soc side: 421f2597bf42 ("MAINTAINERS: Move Kukjin Kim to credits") from the arm-soc-fixes tree and commit: 215f06d7efc2 ("MAINTAINERS: move Kyungmin Park to credits") from the samsung-krzk-fixes tree. Resolution is to accept both: +++ b/MAINTAINERS @@@ -2374,7 -2374,8 +2374,7 @@@ F: drivers/i2c/busses/i2c-rk3x. F: sound/soc/rockchip/ N: rockchip - ARM/SAMSUNG EXYNOS ARM ARCHITECTURES + ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES -M: Kukjin Kim M: Krzysztof Kozlowski Best regards, Krzysztof The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-fixes-5.10 for you to fetch changes up to cd12e4f14f7cca7d04fbcf0da2dc116070d7f26f: CREDITS: remove trailing white spaces (2020-10-28 22:57:59 +0100) ---------------------------------------------------------------- Samsung changes for v5.10 Remove Kamil Debski, Kyungmin Park and Jeongtae Park from maintainers of several drivers. There were no maintenance activities from them for some time. While at touching credits, this also cleans up white spaces. ---------------------------------------------------------------- Krzysztof Kozlowski (4): MAINTAINERS: move Kamil Debski to credits MAINTAINERS: move Kyungmin Park to credits MAINTAINERS: remove Jeongtae Park from Samsung MFC entry CREDITS: remove trailing white spaces CREDITS | 62 +++++++++++++++++++++++++++++++++++-------------------------- MAINTAINERS | 18 +----------------- 2 files changed, 37 insertions(+), 43 deletions(-) diff --cc MAINTAINERS index 9bff94560b42,40b4a582b4cc..000000000000 --- a/MAINTAINERS