From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753618AbcLHWAj (ORCPT ); Thu, 8 Dec 2016 17:00:39 -0500 Received: from mail-wj0-f193.google.com ([209.85.210.193]:34748 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752724AbcLHWAh (ORCPT ); Thu, 8 Dec 2016 17:00:37 -0500 Message-ID: <5849D7FC.8030200@gmail.com> Date: Thu, 08 Dec 2016 22:00:28 +0000 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Tomi Valkeinen , Greg Kroah-Hartman CC: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, Thomas Petazzoni , =?UTF-8?B?Tm9yYWxmIFRyw7hubmVz?= , Teddy Wang , Arnaud Patard , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 0/3] staging: remove fbdev drivers References: <1479888193-23908-1-git-send-email-tomi.valkeinen@ti.com> <20161123085234.GB3122@kroah.com> <230111fb-498e-11ef-b452-157a36d7f021@ti.com> In-Reply-To: <230111fb-498e-11ef-b452-157a36d7f021@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 23 November 2016 09:12 AM, Tomi Valkeinen wrote: > On 23/11/16 10:52, Greg Kroah-Hartman wrote: >> On Wed, Nov 23, 2016 at 10:03:10AM +0200, Tomi Valkeinen wrote: >>> Hi, >>> >>> Since the fbdev framework is in maintenance mode and all new display drivers >>> should be made with the DRM framework, remove the fbdev drivers from staging. >>> > > Or do you mean that we should keep the drivers in staging until there's > a matching DRM driver, but drop any plans to move the drivers from > staging to drivers/video/? If so, I'm fine with that. This is an RFC, > mostly to raise some discussion and push people to actually write those > DRM drivers =). I already have plans to convert my drivers to DRM. But it will be great if you can point me to a simple driver which will help me to understand how DRM works. Regards Sudip