From patchwork Mon Aug 26 09:12:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: xinliang X-Patchwork-Id: 11114285 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 6AD9214DE for ; Mon, 26 Aug 2019 09:12:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 51F4B20578 for ; Mon, 26 Aug 2019 09:12:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 51F4B20578 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=hisilicon.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C9A96E218; Mon, 26 Aug 2019 09:12:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from huawei.com (szxga06-in.huawei.com [45.249.212.32]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2480C6E218 for ; Mon, 26 Aug 2019 09:12:24 +0000 (UTC) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 82BED5C94AA1F83AECE6 for ; Mon, 26 Aug 2019 17:12:22 +0800 (CST) Received: from [127.0.0.1] (10.57.77.74) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.439.0; Mon, 26 Aug 2019 17:12:18 +0800 From: xinliang Subject: [PULL] drm-hisilicon-hibmc-next-2019-08-26 To: , Message-ID: <5D63A271.7080400@hisilicon.com> Date: Mon, 26 Aug 2019 17:12:17 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 X-Originating-IP: [10.57.77.74] X-CFilter-Loop: Reflected X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave and Daniel, Three small cleanup and fix patches for 5.4 hisilicon hibmc driver. I have tested and verified on taishan 2280v1/v2 machines. As my drm-misc ssh account request[1] is not finish yet, I still send the pull this time. Please pull, thanks. [1] https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/183 Best, Xinliang The following changes since commit 34044cd2955b54fb9141be31d12500bb589aa6c8: Merge branch 'linux-5.4' of git://github.com/skeggsb/linux into drm-next (2019-08-23 13:23:43 +1000) are available in the Git repository at: https://github.com/xin3liang/linux.git tags/drm-hisilicon-hibmc-next-2019-08-26 for you to fetch changes up to feeb07d0ca5ad0d6edb5bb728e33e2e86118529d: drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 (2019-08-26 15:21:34 +0800) ---------------------------------------------------------------- Chuhong Yuan (1): drm/hisilicon: Use dev_get_drvdata Matthew Ruffell (1): drm/hisilicon/hibmc: Make CONFIG_DRM_HISI_HIBMC depend on ARM64 YueHaibing (1): drm/hisilicon/hibmc: Using module_pci_driver. drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 19 +++---------------- 2 files changed, 4 insertions(+), 17 deletions(-)