From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751738AbcACAIu (ORCPT ); Sat, 2 Jan 2016 19:08:50 -0500 Received: from v094114.home.net.pl ([79.96.170.134]:50997 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751047AbcACAIq (ORCPT ); Sat, 2 Jan 2016 19:08:46 -0500 From: "Rafael J. Wysocki" To: Aleksey Makarov Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Graeme Gregory , Russell King , Greg Kroah-Hartman , Shannon Zhao , Andy Shevchenko , Vladimir Zapolskiy Subject: Re: [PATCH v4 0/3] Add AMBA bus probing support to ACPI Date: Sun, 03 Jan 2016 01:39:22 +0100 Message-ID: <2297330.oDddnOnJb4@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1450880383-29560-1-git-send-email-aleksey.makarov@linaro.org> References: <1450880383-29560-1-git-send-email-aleksey.makarov@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, December 23, 2015 05:19:39 PM Aleksey Makarov wrote: > As discussed when Shannon Zhao sent a patch to add platform_device support > to pl061 driver. Russel and other maintainers prefered that ACPI learned > how to create AMBA devices rather than converting/adding platform_device > support to AMBA drivers. > > http://comments.gmane.org/gmane.linux.ports.arm.kernel/431364 > > 1) Adds basic AMBA device probing support to ACPI, it uses a whitelist of > device IDs as the number of AMBA devices is limited. Currently the two ids > present are those used in QEMU for arm64. > > 2) Adds the plumbing into ACPI probe sequence. > > 3) From ACPI pl011 is only defined (SBSA document) to be in SBSA mode which has > reduced functionality. There may be a better method to do this that I have > overlooked. > > v4: > - A memory leak has been fixed (Vladimir Zapolskiy) > - ACPI_COMPANION() -> has_acpi_companion() (Andy Shevchenko) > - pr_err() -> dev_err() (Andy Shevchenko) > - The call to amba_register_dummy_clk() has been moved to to acpi_amba_init() > (Vladimir Zapolskiy) > - Return value has been fixed (Vladimir Zapolskiy) > > v3: > https://lkml.kernel.org/g/1450716100-13688-1-git-send-email-aleksey.makarov@linaro.org > - Compilation without CONFIG_ARM_AMBA has been fixed > > v2: > https://lkml.kernel.org/g/1450709399-7246-1-git-send-email-aleksey.makarov@linaro.org > - A new ACPI scan handler for AMBA devices has been implemented > - The order of `if` branches in amba-pl011.c has been changed > - A couple of `static`s have been added > - The compilation of the acpi_amba.c unit has made conditional > - A comment on SBSA UART has been added > > v1: > https://lkml.kernel.org/g/1443609530-21524-1-git-send-email-graeme.gregory@linaro.org > > Graeme Gregory (3): > ACPI: amba bus probing support > ACPI: scan add in amba probing > serial: amba-pl011: add ACPI support to AMBA probe The ACPI part looks OK to me, but I'd really like to know whether or not the ARM maintainers like this series too. Thanks, Rafael