From patchwork Mon Nov 11 12:53:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 11236969 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 CAE1714E5 for ; Mon, 11 Nov 2019 12:53:43 +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 838F221872 for ; Mon, 11 Nov 2019 12:53:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="bs4n+cn+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 838F221872 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+883+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id jh1CYY1556264x9HYtHU0dNZ; Mon, 11 Nov 2019 04:53:43 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.4160.1573476822395214921 for ; Mon, 11 Nov 2019 04:53:42 -0800 X-Received: by mail.kernel.org (Postfix) id E22C72190F; Mon, 11 Nov 2019 12:53:41 +0000 (UTC) X-Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) (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 AAA6B21872; Mon, 11 Nov 2019 12:53:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AAA6B21872 X-Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 127483CF316A9869D55E; Mon, 11 Nov 2019 20:53:38 +0800 (CST) X-Received: from [127.0.0.1] (10.57.101.250) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Mon, 11 Nov 2019 20:53:30 +0800 From: Wei Xu Subject: [GIT PULL v2] 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: <5DC959B9.80301@hisilicon.com> Date: Mon, 11 Nov 2019 20:53:13 +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: dRdK2EQHMdq5HofjwtvDwoKIx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1573476823; bh=JA1NIPH4roEsZMtjBjbaD+7uhgtqXLdIfy9Jka69lpo=; h=CC:Content-Type:Date:From:Reply-To:Subject:To; b=bs4n+cn+/TtvGNldD44dpusa7sXcvqChGGQ9Dl6amzZtrKZQo9Qg7qts3KaAECFGses 2E22gkv43cFaqhulV5yQhUG2BCiyjg2Mrvv4iJ79BjxfWkLXRIEjY+nvEC69DRpQ9bwTA GuJiGomkWyOJxIxzdPzJEktF0FKvY3bgljs= Hi ARM-SoC team, Please consider to pull the following changes. Thanks! Best Regards, Wei --- 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 f361c863b3bfa602da37d7a94d90a5dfee0d08fe: logic_pio: Build into a library (2019-11-05 08:48:07 +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 except ALPHA, C6X, HEXAGON and PARISC as they do not define {read,write}sb 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 | 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(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#883): https://linux.kernel.org/g/patchwork-soc/message/883 Mute This Topic: https://linux.kernel.org/mt/52768296/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] -=-=-=-=-=-=-=-=-=-=-=-