Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp3523183ybx; Fri, 8 Nov 2019 22:37:26 -0800 (PST) X-Google-Smtp-Source: APXvYqxfRx+ndW7e3RSD0rUbvxh1EBjl/E2Bs5ey0h+EnZs+Cq48JW61ZobqElkiVUdc/wFw+Ymn X-Received: by 2002:a50:a9e3:: with SMTP id n90mr14670278edc.52.1573281446119; Fri, 08 Nov 2019 22:37:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573281446; cv=none; d=google.com; s=arc-20160816; b=ifNhbLHXy4c5WRenjxB/lmhkI4P5DssfrTJDj5blM4yTJh/wTvJnq0UKDJ5RvA2x9b Pffqu0zIiCPZBO4Play+p08SZZWaQwzXfSQLBTn87dmL92omQxYdZPaI8pSKbWzLTnLN Fwt9rAfTgbZ3X3+oVcm9kqBxoj9AzYJy3Q1wSGZiSdIAZtf3WgrKNT3GytjYla0c3nsh JfCXUAAEo5xcQgd49c20pebuvIHwJf/XLzoATqLY60a7wyUKd0b1x76VvbjOvz75jWBE Dehr1SdBjArsl4Q/FxzVFQnPFSpGWXyr+jDKAMAdDLu//9QgO9d/MqsWCxzlJ4TXiCLE z8Jw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=LRzgomLlMBRuqFApI12SkyHGXrPqGRKO5ePA7CYuGX8=; b=ZyvMTCCQ85y6jUKlFPWplwjfEnRqyjltPJDpqC3bFbjN5fvApUCg/4TPIcxe6lYnQ4 uYDpXY/iCoLUxZ7+PBrlALUJP5KDGSkbfWjAoFBazxSoHUDKIGE6YBzA+FrVGuQ5fJ0S AtauwdJw0Ug1lSTgDpC5fbnzCQ9gapPTplb/ZUh7kX611/VN66lVs22bUbvqNUNVxauW bwz8bPT5ZvKf6ba4OVPyXDBe1XwfR4zQ1IEJ1lZeaS7RItTCAJQF/50pVHBAjelYrfe+ BYXucrqOcK6XE3/ZiSlBVlyDu3bEDMlNCVJ6DHU5hIsiQr8YceKx8nPChs0TrhAf86Cy StxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u3si2262610eja.201.2019.11.08.22.36.24; Fri, 08 Nov 2019 22:37:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726143AbfKIGeB (ORCPT + 99 others); Sat, 9 Nov 2019 01:34:01 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:48280 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725861AbfKIGeB (ORCPT ); Sat, 9 Nov 2019 01:34:01 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 93226CE3855530B242E5; Sat, 9 Nov 2019 14:33:59 +0800 (CST) Received: from [127.0.0.1] (10.57.101.250) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.439.0; Sat, 9 Nov 2019 14:33:50 +0800 Subject: Re: [PATCH v3 0/5] hisi_lpc: Improve build test coverage To: John Garry , References: <1572888139-47298-1-git-send-email-john.garry@huawei.com> CC: , , , , From: Wei Xu Message-ID: <5DC65DC1.9090305@hisilicon.com> Date: Sat, 9 Nov 2019 14:33:37 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1572888139-47298-1-git-send-email-john.garry@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi John, On 2019/11/5 1:22, John Garry wrote: > This series aims to improve the build test cover of the driver by > supporting building under COMPILE_TEST. > > I also included "lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops > are set at registration" as it was never picked up for 5.4. > > Two new patches are also included since v1: > - clean issues detected by sparse > - build logic_pio.o into /lib library > > Since v2 I limited test coverage for archs which don't define > {read, write}sb(). > > John Garry (5): > lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at > registration > logic_pio: Define PIO_INDIRECT_SIZE for !CONFIG_INDIRECT_PIO > bus: hisi_lpc: Clean some types > bus: hisi_lpc: Expand build test coverage > logic_pio: Build into a library > > drivers/bus/Kconfig | 5 +++-- > drivers/bus/hisi_lpc.c | 9 ++++----- > include/linux/logic_pio.h | 4 ++-- > lib/Makefile | 2 +- > lib/logic_pio.c | 14 ++++++++------ > 5 files changed, 18 insertions(+), 16 deletions(-) > Thanks! Dropped the v2 and applied v3 series to the hisilicon driver tree. Best Regards, Wei