From patchwork Wed Sep 30 06:43:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 11808167 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 701EC618 for ; Wed, 30 Sep 2020 06:44:03 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 6A1C32076A; Wed, 30 Sep 2020 06:44:03 +0000 (UTC) Delivered-To: soc@kernel.org Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7798F2075F; Wed, 30 Sep 2020 06:44:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7798F2075F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xuwei5@huawei.com Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 44F56C13479250771637; Wed, 30 Sep 2020 14:43:59 +0800 (CST) Received: from [10.57.101.250] (10.57.101.250) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.487.0; Wed, 30 Sep 2020 14:43:52 +0800 From: Wei Xu Subject: [GIT PULL] arm: hisilicon: SoC updates for v5.10 List-Id: To: , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" CC: Olof Johansson , Arnd Bergmann , Wei Xu , "Leizhen (ThunderTown)" , Kefeng Wang , Linuxarm , Zhangyi ac , "Liguozhu (Kenneth)" , Tangkunshan , huangdaode , Jonathan Cameron , John Garry , Salil Mehta , Shiju Jose , Shameerali Kolothum Thodi , Rob Herring Message-ID: <5F742928.2060202@hisilicon.com> Date: Wed, 30 Sep 2020 14:43:52 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected Hi ARM-SoC team, Sorry for the late pull request! Please consider to pull the following changes. Thanks! Best Regards, Wei --- The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the git repository at: git://github.com/hisilicon/linux-hisi.git tags/hisi-arm-soc-for-5.10 for you to fetch changes up to c5fdb66829d16d4eb6d452034de4f1017ca2410e: ARM: debug: add UART early console support for SD5203 (2020-09-30 09:56:40 +0800) ---------------------------------------------------------------- Hisilicon ARM SoC updates for v5.10 - Add SD5203 SoC support which core is ARM926EJ-S - Add Low-level debugging support for SD5203 ---------------------------------------------------------------- Kefeng Wang (2): ARM: hisi: add support for SD5203 SoC ARM: debug: add UART early console support for SD5203 arch/arm/Kconfig.debug | 11 ++++++++++- arch/arm/mach-hisi/Kconfig | 16 ++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-)