From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754110AbdA3S6M (ORCPT ); Mon, 30 Jan 2017 13:58:12 -0500 Received: from smtp.domeneshop.no ([194.63.252.55]:47516 "EHLO smtp.domeneshop.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754080AbdA3S6J (ORCPT ); Mon, 30 Jan 2017 13:58:09 -0500 Subject: Re: [PATCH v2 0/2] drm: Add support for tiny LCD displays References: <20170127195631.25265-1-noralf@tronnes.org> <20170130084424.wxdny2pzfmypvd4u@phenom.ffwll.local> <35663035-dd27-97b3-5a66-57bd1957a1a6@tronnes.org> <20170130180627.4ay4zhyw7s54nekb@phenom.ffwll.local> Cc: dri-devel@lists.freedesktop.org, thomas.petazzoni@free-electrons.com, "linux-kernel@vger.kernel.org" To: Daniel Vetter From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= Message-ID: Date: Mon, 30 Jan 2017 19:58:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170130180627.4ay4zhyw7s54nekb@phenom.ffwll.local> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Den 30.01.2017 19.06, skrev Daniel Vetter: > On Mon, Jan 30, 2017 at 04:03:53PM +0100, Noralf Trønnes wrote: >> Den 30.01.2017 09.44, skrev Daniel Vetter: >>> Hi Noralf, >>> >>> On Fri, Jan 27, 2017 at 08:56:29PM +0100, Noralf Trønnes wrote: >>>> This is an attempt at providing a DRM version of drivers/staging/fbtft. >>>> >>>> The tinydrm library provides a very simplified view of DRM in particular >>>> for tiny displays that has onboard video memory and is connected through >>>> a slow bus like SPI/I2C. >>>> >>>> Only core patches this time. >>>> >>>> >>>> Noralf. >>>> >>>> >>>> Changes since version 1: >>>> - Add tinydrm.rst >>>> - Set tdev->fbdev_cma=NULL on unregister (lastclose is called after that). >>> Either way, I think this all looks good, pls submit a pull request to Dave >>> with these two patches as soon as latest drm-misc has landed (I'll send a >>> pull request for that later today). >> I'm confused, I thought you wanted the core patches through drm-misc >> and the rest as a pull request to Dave. >> >> This is what you said: >> >> Looks all pretty. A bunch of ideas below, but all optional. For merging >> I >> think simplest to first get the core patches in through drm-misc, and >> then >> you can submit a pull request to Dave for tinydrm+backends (just needs >> an >> ack for the dt parts from dt maintainers), including MAINTAINERS entry. >> Ack from my side. > Ah, I thought we already have all the prep patches you need merged into > drm-misc. Still the same plan. Oh, sorry, I mixed up core drm with core tinydrm. Yes, the core drm patches are in. I'll send a pull request for tinydrm when I get an ack from the DT maintainer. It all makes sense now :-) Noralf.