From patchwork Wed Oct 30 09:54:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 11219387 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0A3AF1390 for ; Wed, 30 Oct 2019 09:54:22 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A50DC2087F for ; Wed, 30 Oct 2019 09:54:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="tC+FP0S5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A50DC2087F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+749+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id NIc7YY1556264xPu4JifvAf1; Wed, 30 Oct 2019 02:54:21 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.2366.1572429260567112543 for ; Wed, 30 Oct 2019 02:54:20 -0700 X-Received: by mail.kernel.org (Postfix) id 20F7921835; Wed, 30 Oct 2019 09:54:20 +0000 (UTC) X-Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 597522087F; Wed, 30 Oct 2019 09:54:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 597522087F X-Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 4176DD480CB890633236; Wed, 30 Oct 2019 17:54:17 +0800 (CST) X-Received: from [127.0.0.1] (10.57.101.250) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.439.0; Wed, 30 Oct 2019 17:54:09 +0800 From: Wei Xu Subject: [GIT PULL] Hisilicon driver updates for v5.5 To: Linuxkernel+Patchwork-Soc via Email Integration CC: "xuwei (O)" , John Garry , Linuxarm , Zhangyi ac , "Liguozhu (Kenneth)" , , huangdaode , Tangkunshan , Jonathan Cameron , Salil Mehta , Shameerali Kolothum Thodi , Shiju Jose Message-ID: <5DB95DC1.50900@hisilicon.com> Date: Wed, 30 Oct 2019 17:54:09 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 X-Originating-IP: [10.57.101.250] X-CFilter-Loop: Reflected Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: eGCIp3gIwXeXHbsHmHEjbYAix1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572429261; bh=hRUeYUiOV4I0kosiU/Mi1YjSaWXPSWZFaKAF70QStoU=; h=CC:Content-Type:Date:From:Reply-To:Subject:To; b=tC+FP0S55mGpO7NQf/MB6CRaCQ3hPIrzfap5BAklV8W1L8pQtCNce9TNObqkHZ+dJHq v86nUXRZZv7+AiIF3OrZ4Vynn7BFqq+IJUDyRPtVhP+Dt3f+vpqxIfITUV4NVztZn4wLW NM+/q8QlBrqCD3mZ7c+jnsrB5ONlbamrUQc= Hi ARM-SoC team, Please consider to pull the following changes. Thanks! Best Regards, Wei Reported-by: kbuild test robot --- The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-5.5 for you to fetch changes up to e9541b372b229f6babd93afcc623e5428b4026a3: logic_pio: Build into a library (2019-10-28 20:46:05 +0800) ---------------------------------------------------------------- ARM64: hisi: SoC driver updates for 5.5 - check the LOGIC_PIO_INDIRECT region ops at registration instead of in the IO port accessors to optimise the lib/ligic_pio.c - add the hisi LPC driver to the build test for the other architectures by updating the hisi LPC Kconfig and adding a dummy PIO_INDIRECT_SIZE - clean the sparse complains of the hisi LPC driver - build logic_pio into a lib to avoid including in the vmlinux when not referenced ---------------------------------------------------------------- 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 | 4 ++-- drivers/bus/hisi_lpc.c | 9 ++++----- include/linux/logic_pio.h | 4 ++-- lib/Makefile | 2 +- lib/logic_pio.c | 14 ++++++++------ 5 files changed, 17 insertions(+), 16 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#749): https://linux.kernel.org/g/patchwork-soc/message/749 Mute This Topic: https://linux.kernel.org/mt/39769114/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-