From patchwork Fri Jul 13 14:05:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 943605 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iFfxXW2M"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41Rvhv6rqnz9ryt for ; Sat, 14 Jul 2018 00:05:35 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=27EtD6qtf78Wxj8SwShKdkUzWlH8pB8cCstV+HeB/bM=; b=iFfxXW2MPMzs6J Yt2smRrzfg29fra5dNMvvMcfG9mgLE+uA2r6KgaxSXj6MG0nkRYVMv7bBSHCUDKqsxOJ58qBS81A8 IJPMKeFXNsvqUzVP242of+2s1N/1eDjWiBkE9Cx9gd9S/SdrXJR62w5kmsl2/ASrTsaKthPZ+A/yq XSmEWhPT7J2AfgU81FvpDhleh+zepFSuPjK8pDdQgJx2nSAqP0i1LTwPiUSJkvWQjyupes8UeNkaI YZ339ZGN2NK8czz5DaeX32eJArOOnAUU9NFJ9vZzB+9aBNowG0FzOU7Ft2SbCwA5SqPVTVOdiLYFX LV4E7YrDOfcKeRBb5+jA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fdyhR-0007Np-EI; Fri, 13 Jul 2018 14:05:33 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fdyhM-0007Mw-IF for linux-arm-kernel@lists.infradead.org; Fri, 13 Jul 2018 14:05:30 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 41BADED1; Fri, 13 Jul 2018 07:05:18 -0700 (PDT) Received: from e107155-lin (unknown [10.1.210.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BEF303F5B1; Fri, 13 Jul 2018 07:05:16 -0700 (PDT) Date: Fri, 13 Jul 2018 15:05:10 +0100 From: Sudeep Holla To: ARM SoC Team , ALKML Subject: [GIT PULL] drivers: vexpress: update/cleanup for v4.19 Message-ID: <20180713140510.GA25344@e107155-lin> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180713_070528_609600_6E7EBC99 X-CRM114-Status: GOOD ( 11.26 ) X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-5.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [217.140.101.70 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lorenzo Pieralisi , Arnd Bergmann , Kevin Hilman , Liviu Dudau , Sudeep Holla , Olof Johansson Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi ARM-SoC team, Please pull ! Regards, Sudeep --- The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-update-4.19 for you to fetch changes up to cc4aecc5b724b47df65ef3e218ac7d73d2ee4e09: misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory (2018-07-12 18:06:01 +0100) ---------------------------------------------------------------- ARMv7 Vexpress update/cleanup for v4.19 Just single cleanup patch to use devm_ioremap_resource in place of devm_request_mem_region and devm_ioremap. ---------------------------------------------------------------- Sudeep Holla (1): misc: vexpress/syscfg: Use devm_ioremap_resource() to map memory drivers/misc/vexpress-syscfg.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-)