Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp95653yba; Thu, 25 Apr 2019 18:46:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqyeI3KENjG5SCYyIoIeUeQFUYRoyptdzfJOYt9n899Enpno58zrEuQSZtM53Xfsi/eEMs5C X-Received: by 2002:a63:1e4f:: with SMTP id p15mr30672035pgm.289.1556243188117; Thu, 25 Apr 2019 18:46:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556243188; cv=none; d=google.com; s=arc-20160816; b=WXRS+RgdTbb7a+oRlBTA2mD5f6cSDcjPT43ZQMCuD9wkk7IeRycBNhoDRw3Qrxa18Q V/omPd6/AJs0i+RkMiAfx9bfoKKkYtHDXDz1S/uNRfzsCHZGhlhbi56Fd/efBjUgmY8N 7aNOENyfVce6LrNzUW0hSu33JHyPLkG1Zmp0OcAR+qJv9wyPcc4726WE9yi3mCZEPIKr a+VYwEJ5oTjS2ezN6i0su0YQO06ezIUzoMIzOR45L973sRti6h/qaWQHMF5fp/wNKo1k +aYSs5KOdxFxis4wmhDUUGpty1QVzgwYViMfx7f0BQzMSdUL1I/yUbNTU9K6r+8Oi9NS ToZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ul66GpRhDvnnA0Xa1PVLENBSWQNlpqdpAicSIv+QIwk=; b=DiG+5YAv65WSLgVaKHMsRD2t3yEFnKcBU14pNgHIb5knL6V+hZUqeTOWBFJftKgtzD 6XdeHWbbZXgm9MZwsNzLKRkFqCT09LMXdcG/3dyDik/0EIoEY/u7jYrTH/UypHNxuIVl vxnztk63emDv8ASjOg12aCKa/oEVM1m+ROH8BDevQnEdER4Gx5uVOyWAhLbNXCWv9xv7 YVGqTP8iMegreTzQTu1qJ7g60V74EVsZk+pyIvPmAP5sEhoVIGzt7ggIQSyXjQsjC9tY mX06X93e1qGvNmgXuVMyqeJuxWGaNUwFL0CZyIptI0fBfEswccLvMgfBecVXpQRCureH 9h4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=iki.fi Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c9si19677214pgp.258.2019.04.25.18.46.13; Thu, 25 Apr 2019 18:46:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=iki.fi Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729716AbfDZAmc (ORCPT + 99 others); Thu, 25 Apr 2019 20:42:32 -0400 Received: from emh02.mail.saunalahti.fi ([62.142.5.108]:34354 "EHLO emh02.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726448AbfDZAmb (ORCPT ); Thu, 25 Apr 2019 20:42:31 -0400 Received: from darkstar.musicnaut.iki.fi (85-76-5-198-nat.elisa-mobile.fi [85.76.5.198]) by emh02.mail.saunalahti.fi (Postfix) with ESMTP id 55250200B8; Fri, 26 Apr 2019 03:42:29 +0300 (EEST) Date: Fri, 26 Apr 2019 03:42:29 +0300 From: Aaro Koskinen To: Greg Kroah-Hartman , Daniel Vetter Cc: Arnaud Patard , Mauro Carvalho Chehab , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: xgifb: delete the driver Message-ID: <20190426004229.GC21072@darkstar.musicnaut.iki.fi> References: <20190118100828.GA5143@kroah.com> <20190118112028.GG3271@phenom.ffwll.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190118112028.GG3271@phenom.ffwll.local> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Fri, Jan 18, 2019 at 12:20:28PM +0100, Daniel Vetter wrote: > On Fri, Jan 18, 2019 at 11:08:28AM +0100, Greg Kroah-Hartman wrote: > > There has not been any real work done on cleaning this driver up and > > getting it out of the staging tree in years. Also, no new fb drivers > > are being added to the tree, so it should be converted into a drm driver > > as well. > > > > Due to the lack of interest in this codebase, just drop it. > > > > Cc: Arnaud Patard > > Cc: Mauro Carvalho Chehab > > Reported-by: Daniel Vetter > > Signed-off-by: Greg Kroah-Hartman > > Acked-by: Daniel Vetter Because of this I just lost fb/display on two of my computers... So I guess to reintroduce the support for this HW I need to write a new DRM driver and no staging work anymore. Which of the current DRM drivers would be best to be used as a template/example for a new driver? A.