From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98D9BECAAA1 for ; Tue, 13 Sep 2022 01:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229743AbiIMBrp (ORCPT ); Mon, 12 Sep 2022 21:47:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229724AbiIMBri (ORCPT ); Mon, 12 Sep 2022 21:47:38 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA33B4F676 for ; Mon, 12 Sep 2022 18:47:36 -0700 (PDT) Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4MRR9M1P5ZznVFq; Tue, 13 Sep 2022 09:44:55 +0800 (CST) Received: from [10.67.102.125] (10.67.102.125) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Tue, 13 Sep 2022 09:47:34 +0800 Message-ID: <631FE136.6020409@hisilicon.com> Date: Tue, 13 Sep 2022 09:47:34 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: John Garry CC: , , , , , , Subject: Re: [PATCH v3 0/5] Misc hisi_lpc changes References: <1662366186-233933-1-git-send-email-john.garry@huawei.com> In-Reply-To: <1662366186-233933-1-git-send-email-john.garry@huawei.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.102.125] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi John, On 2022/9/5 16:23, John Garry wrote: > Hi Xu Wei, > > This is a series of small improvements to the driver from Andy > and myself. > > Andy sent his patches originally in the following: > https://lore.kernel.org/lkml/20220708210859.6774-1-andriy.shevchenko@linux.intel.com/ > > Please consider sending through the arm-soc tree for v6.1 . > > Based on v6.0-rc3. > > Differences to v2: > - Fix handling of platform_device_register_full() error (Andy) > - Add Andy's RB tag (thanks!) > > Differences to v1: > - remove blank lines in patch 5/5, as requested by Andy > > Thanks, > John > > Andy Shevchenko (4): > bus: hisi_lpc: Don't dereference fwnode handle > bus: hisi_lpc: Use devm_platform_ioremap_resource > bus: hisi_lpc: Correct error code for timeout > bus: hisi_lpc: Don't guard ACPI IDs with ACPI_PTR() > > John Garry (1): > bus: hisi_lpc: Use platform_device_register_full() > > drivers/bus/hisi_lpc.c | 96 +++++++++++++++++++----------------------- > 1 file changed, 44 insertions(+), 52 deletions(-) > Thanks! Series applied to the hisilicon driver tree. Best Regards, Wei