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 X-Spam-Level: X-Spam-Status: No, score=-5.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3E76C11D00 for ; Thu, 20 Feb 2020 21:45:52 +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 83981206F4 for ; Thu, 20 Feb 2020 21:45:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="qEBjxrzd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 83981206F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.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 102F76EE7F; Thu, 20 Feb 2020 21:45:52 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id F3AEF6EE80 for ; Thu, 20 Feb 2020 21:45:50 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 02334563; Thu, 20 Feb 2020 22:45:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1582235149; bh=saOAq2rxyUxr9aIR6EtrIu3b9JsfyA1QhvU72hxnwnQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qEBjxrzdj9dpbLGuenGyVQDjsx5bJiD3uGplP6O0wb2ESM8c3/vY6eqi4/56Z7rPk ZxndGU1SEhXyC565MMQpNZMsknYdTk6sR6MO2NME3orRLshDVPH54zGTkwq+zjmbhw R3yF0i60fssx7+PM1VARbikUq0+I5R5eE17KbXNc= Date: Thu, 20 Feb 2020 23:45:30 +0200 From: Laurent Pinchart To: Sebastian Reichel Subject: Re: [PATCH v6 49/51] drm/omap: dss: Remove unused omap_dss_device operations Message-ID: <20200220214530.GS4998@pendragon.ideasonboard.com> References: <20200216210308.17312-1-laurent.pinchart@ideasonboard.com> <20200216210308.17312-50-laurent.pinchart@ideasonboard.com> <20200220213938.4rbbkn7pax6ywbnk@earth.universe> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200220213938.4rbbkn7pax6ywbnk@earth.universe> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tomi Valkeinen , Sam Ravnborg , dri-devel@lists.freedesktop.org, Boris Brezillon Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Sebastian, On Thu, Feb 20, 2020 at 10:39:38PM +0100, Sebastian Reichel wrote: > On Sun, Feb 16, 2020 at 11:03:06PM +0200, Laurent Pinchart wrote: > > The omap_dss_device .pre_enable(), .post_disable() and .set_timings() > > are not used anymore. Remove them. > > > > Signed-off-by: Laurent Pinchart > > Reviewed-by: Tomi Valkeinen > > --- > > Actually it would be good to postpone this patch a bit, since > I need those functions as intermediate step for converting DSI > code (I'm currently rebasing my series on yours). I'm fine with that. I'll move the patch to the end of the series (nothing depends on it) and postpone it for now. -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel