From patchwork Fri Mar 13 06:07:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 11436013 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 CBC43913 for ; Fri, 13 Mar 2020 06:07:28 +0000 (UTC) Received: by mail.kernel.org (Postfix) id BD6DD2073E; Fri, 13 Mar 2020 06:07:28 +0000 (UTC) Delivered-To: soc@kernel.org Received: from wens.tw (mirror2.csie.ntu.edu.tw [140.112.30.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7E0C12072C; Fri, 13 Mar 2020 06:07:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584079648; bh=amJVlk3g/7Vl5NyKAtkDyvSDFbbzx1mp8LpceImvoVw=; h=Date:From:List-Id:To:Cc:Subject:From; b=dFTt57k5lgK04h7NwjrddaGvJaHfuhDjSAPMcvTY0SLF5buz+tuSiAYAE1BO4CzR+ sDDFLsGy5foWSgKpkkDvphKG+vkFGYFGIWNAo2j10mfKWee+nNpDtrMLNbPZeyVtI7 mTBkggi/69Ek06OsXqnsCuQhV6KmAR9dtebOz/Rw= Received: by wens.tw (Postfix, from userid 1000) id 8303C5FCA3; Fri, 13 Mar 2020 14:07:27 +0800 (CST) Date: Fri, 13 Mar 2020 14:07:27 +0800 From: Chen-Yu Tsai List-Id: To: arm@kernel.org, soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, Maxime Ripard , Chen-Yu Tsai Subject: [GIT PULL] Allwinner Fixes for 5.6 - part 2 Message-ID: <20200313060727.GA23962@wens.csie.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Hi, The changes in this pull request are likely a bit contentious, as they should have been in part of the merge window PRs, so I'm sending these as a follow-up. The patches in question were posted on Nov. 20 last year, and the driver change was merged on Dec. 11, but we failed to merge the DT side of the series [1]. Here's hoping we can still get those changes in the same release. ChenYu [1] https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=205943 The following changes since commit d9b553b02e691185f8145637c46f9564395936e2: ARM: dts: sun8i: r40: Move SPI device nodes based on address order (2020-03-11 22:49:40 +0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git sunxi-fixes-for-5.6-2 for you to fetch changes up to 00cef5e404a6c6e72cbec1fd7a41b01890b8d340: ARM: dts: sun8i: a33: add the new SS compatible (2020-03-11 23:12:06 +0800) ---------------------------------------------------------------- Allwinner Fixes for 5.6 - part 2 This follows up on the previous 5.6 fixes tag with a fix for the A33 Security System (crypto offloading hardware). The hardware was found to not be compatible with existing hardware and a new compatible was needed. The driver change was picked up right before the previous -rc6 and the DT bindings and DT changes were not picked up. The goal is to have all the changes in the same release, that is v5.6. ---------------------------------------------------------------- Corentin Labbe (2): dt-bindings: crypto: add new compatible for A33 SS ARM: dts: sun8i: a33: add the new SS compatible .../devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml | 2 ++ arch/arm/boot/dts/sun8i-a33.dtsi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)