From patchwork Tue Oct 1 16:04:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 174889 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp8755542ill; Tue, 1 Oct 2019 09:07:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqw4fka0l7Bjtt4d+CXgfu3RIN2KrrpOFaXN2zhp8VTWDQGDLc1Tu9oNM2vxlf4TjQTxyXKz X-Received: by 2002:adf:e849:: with SMTP id d9mr18710758wrn.358.1569946071527; Tue, 01 Oct 2019 09:07:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569946071; cv=none; d=google.com; s=arc-20160816; b=F1d36/ViIkmB4sboKXm3L7cFqzlkyO7MBIH/1q/TpiiJuwYJ+jVn38a3sGEO7j6/xq FKao7OMaoDusa2SPxynSl/dJ2/SHMlEmXjhrZzU+afzLSQts8eiFiTbo9zMhFOeZxEmz GTHcIPSUcbMTL4nKrIRADA1VFhEHjTVa6IooK4uQyoA0NcSUcvNL22387mly6rbnTUnR NHmbK4rBuEjZnCMIxqtJuOefnAe97gLriXDO/z/JVT/OcdXe1Opx/CYz97NBK2hz5wn1 8uNsX7xTNmFfUG7bbxOfvn92OUWbUhTZT3bpiyILdXo1Q7g1Th5OeZfhWCEVz7GHWikk 0l/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=f13JgeACzjOK5oXOQorQ2mvnab95pVk9xRQIMm0vMGE=; b=psD6FESDuMSKv4ljH9GuhcVzYjj8B87wwCWqyL8l4mLZWUx8io95E89hlTYWKs8sWF I0h+ibWEbg8qc//2nwa00IpVndKUZwBkwb38t0fUqjZ4FNTYc4t2B0w3yvjzVGPDIs0T +LuqgE+en5DtzknPtZoIsHlO4eDReGEMEq2QciaS35bq3nTN8IfEQjomQPx41dUqHYx5 zF3e3e4g0pO3zKhqACpG4/P4ePgrTb2NZT2scWJQO/rNbUyJ35LNpAaIB40lr5kcXeoK I8f+iLQ32rp8fN9sRGjExaw4fLaKhg06m4YczfMqg2ubB/UagJphJ+2mfN93qwwPdd6w I8sQ== 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 q30si10204449eda.5.2019.10.01.09.07.51; Tue, 01 Oct 2019 09:07:51 -0700 (PDT) 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 S1733309AbfJAQHt (ORCPT + 27 others); Tue, 1 Oct 2019 12:07:49 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:44522 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725765AbfJAQHs (ORCPT ); Tue, 1 Oct 2019 12:07:48 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 63D0EA5A589137093EB3; Wed, 2 Oct 2019 00:07:45 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.439.0; Wed, 2 Oct 2019 00:07:14 +0800 From: John Garry To: CC: , , , , , John Garry Subject: [PATCH 0/3] hisi_lpc: Improve build test coverage Date: Wed, 2 Oct 2019 00:04:24 +0800 Message-ID: <1569945867-82243-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. John Garry (3): 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: Expand build test coverage drivers/bus/Kconfig | 4 ++-- include/linux/logic_pio.h | 4 ++-- lib/logic_pio.c | 14 ++++++++------ 3 files changed, 12 insertions(+), 10 deletions(-) -- 2.17.1