Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752286AbdHNHWd (ORCPT ); Mon, 14 Aug 2017 03:22:33 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:56814 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752184AbdHNHWb (ORCPT ); Mon, 14 Aug 2017 03:22:31 -0400 MIME-Version: 1.0 In-Reply-To: <1502516443-4740-1-git-send-email-jteki@openedev.com> References: <1502516443-4740-1-git-send-email-jteki@openedev.com> From: Chen-Yu Tsai Date: Mon, 14 Aug 2017 15:22:07 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/3] bus: kconfig: Enable SUNXI RSB for arm64 To: Jagan Teki Cc: Maxime Ripard , Chen-Yu Tsai , Icenowy Zheng , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Michael Trimarchi , linux-arm-kernel , devicetree , linux-kernel , linux-sunxi , Jagan Teki Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 25 On Sat, Aug 12, 2017 at 1:40 PM, Jagan Teki wrote: > From: Jagan Teki > > Sunxi arm64 doesn't have separate configs for > h5 and a64 so enable SUNXI_RSB bus for ARM64. The commit message is missing a lot of details. It assumes the reader knows about the A64 SoC and that it uses the RSB bus to communicate with the PMIC. Applied for 4.14 with the following commit message: bus: sunxi-rsb: Enable by default for ARM64 Allwinner's A64 SoC uses the "Reduced Serial Bus" to communicate with its companion PMIC. Since arm64 does not have separate defconfigs for each platform or processor family, enable this driver by default for ARM64 as well. Note that the Kconfig symbol already depends on ARCH_SUNXI. ChenYu > > Signed-off-by: Jagan Teki