From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6355CEB64D9 for ; Fri, 7 Jul 2023 13:37:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232036AbjGGNhu (ORCPT ); Fri, 7 Jul 2023 09:37:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229631AbjGGNhq (ORCPT ); Fri, 7 Jul 2023 09:37:46 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E935B1BEE for ; Fri, 7 Jul 2023 06:37:45 -0700 (PDT) Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 367CJpQN025678; Fri, 7 Jul 2023 15:37:25 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=AlQZY5LT1nTn4acrErO3htvTgmM0dSsRRWDtSKCM29g=; b=uXC3vobBdtI/ii6QBTgL/q/7SX8CMZJi+egJs11DXDUok/Q4IC7N9brib/wpRGzk6Vhv cO94oR/zhHMNkJ+n8kMJ7QINAKPoZEMcLGdWWrd9vyvrdxoia6VPhyF8GBuo7AWLG3lr /Pe8HVvDBEhGKj6Kxj7KVN3KvibOAB6rq/cU4xu+iXrxxdX3l2RbwcT16gl2pHq5CU44 ODJyAvDeCHD6vyR3G3RMZB+LGcJbuVlPy9eYEY6IAjOqDJBDuyqzqgE13ZxAKKYuuPSz T5VX+MGV09Gfm3tKhDdjQJ3vVcF7Q8Tlp7Y+zkgCwTddJcU4LOU347+3GZp33HTCAfFl xg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3rpjm7rhp8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 07 Jul 2023 15:37:25 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 2EFBF10004B; Fri, 7 Jul 2023 15:37:24 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node2.st.com [10.75.129.70]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 1E0572248C8; Fri, 7 Jul 2023 15:37:24 +0200 (CEST) Received: from [10.129.178.187] (10.129.178.187) by SHFDAG1NODE2.st.com (10.75.129.70) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Fri, 7 Jul 2023 15:37:23 +0200 Message-ID: <458d68b6-8b2f-ad4c-67c3-e49fe30656ac@foss.st.com> Date: Fri, 7 Jul 2023 15:37:22 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 13/18] drm/stm: ltdc: Convert to devm_platform_ioremap_resource() To: Yangtao Li , Yannick Fertre , Philippe Cornu , David Airlie , Daniel Vetter , Maxime Coquelin , Alexandre Torgue CC: , , , References: <20230707072034.48977-1-frank.li@vivo.com> <20230707072034.48977-13-frank.li@vivo.com> Content-Language: en-US From: Raphael Gallais-Pou In-Reply-To: <20230707072034.48977-13-frank.li@vivo.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.129.178.187] X-ClientProxiedBy: SHFCAS1NODE1.st.com (10.75.129.72) To SHFDAG1NODE2.st.com (10.75.129.70) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-07-07_09,2023-07-06_02,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi On 7/7/23 09:20, Yangtao Li wrote: > Use devm_platform_ioremap_resource() to simplify code. > > Signed-off-by: Yangtao Li > --- > drivers/gpu/drm/stm/ltdc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Acked-by: Raphaël Gallais-Pou Thanks for your contribution, Raphaël