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 03CACC77B7D for ; Tue, 18 Apr 2023 08:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229687AbjDRIKP (ORCPT ); Tue, 18 Apr 2023 04:10:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231673AbjDRIKN (ORCPT ); Tue, 18 Apr 2023 04:10:13 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 96DFD86A1 for ; Tue, 18 Apr 2023 01:09:48 -0700 (PDT) Received: from pendragon.ideasonboard.com (133-32-181-51.west.xps.vectant.ne.jp [133.32.181.51]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 967E6802; Tue, 18 Apr 2023 10:09:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1681805350; bh=NuC002o01Die+SqNlcXkQatYTWFiikr0m8g660PcWhM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fp6/1bosVgjbWXfJW+Rn8RnCehyQAXPszKmTtpnuCHdzOdhbEZatqNfhtgofoSCzu oGQWLf7+VpSRdNuL68fkrhFjaloPbB+WVjXxFCr2vhqHXRpegITiDIfLiJuJ2p5BQ0 l+fOvytPYrXpmZ4GwSxjQCQx+NFj0wTKTvkWIQEo= Date: Tue, 18 Apr 2023 11:09:28 +0300 From: Laurent Pinchart To: Geert Uytterhoeven Cc: Kieran Bingham , David Airlie , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Daniel Vetter , linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 0/5] drm: shmobile: Fixes and enhancements Message-ID: <20230418080928.GA30837@pendragon.ideasonboard.com> References: <20230418075000.GF4703@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Geert, On Tue, Apr 18, 2023 at 10:00:35AM +0200, Geert Uytterhoeven wrote: > On Tue, Apr 18, 2023 at 9:49 AM Laurent Pinchart wrote: > > On Mon, Apr 17, 2023 at 03:40:20PM +0200, Geert Uytterhoeven wrote: > > > Currently, there are two drivers for the LCD controller on Renesas > > > SuperH-based and ARM-based SH-Mobile and R-Mobile SoCs: > > > 1. sh_mobile_lcdcfb, using the fbdev framework, > > > 2. shmob_drm, using the DRM framework. > > > However, only the former driver can be used, as all platform support > > > integrates the former. None of these drivers support DT-based systems. > > > > > > This patch series is a first step to enable the SH-Mobile DRM driver for > > > Renesas ARM-based SH-Mobile and R-Mobile SoCs. The next step planned is > > > to add DT support. > > > > > > Changes compared to v1: > > > - Add Reviewed-by, > > > - Drop dependency on ARM. > > > > > > This has been tested on the R-Mobile A1-based Atmark Techno > > > Armadillo-800-EVA development board, using a temporary > > > platform-enablement patch[1]. > > > > > > Thanks for applying to drm-misc! > > > > Would you like to request drm-misc committer rights ? :-) > > Don't the listed maintainers for drivers/gpu/drm/shmobile/ don't > have such access already? Actually, as you're taking over maintenance for this driver, would you send a patch to update MAINTAINERS ? -- Regards, Laurent Pinchart