From mboxrd@z Thu Jan 1 00:00:00 1970 From: info@lategoodbye.de (Stefan Wahren) Date: Sun, 11 Oct 2015 14:39:25 +0200 Subject: bcm2835 (Raspberry Pi) KMS driver In-Reply-To: <1444426068-15817-1-git-send-email-eric@anholt.net> References: <1444426068-15817-1-git-send-email-eric@anholt.net> Message-ID: <561A587D.6020009@lategoodbye.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am 09.10.2015 um 23:27 schrieb Eric Anholt: > This is a respin of the Raspberry Pi KMS series. Now that we've got a > real clock driver, I can actually set new video modes. Also in this > version, most of the custom DT stuff from before is gone, thanks to > finding exynos's platform_driver component matching code (I have sent > separate patches to drivers/base to make helpers for doing it). > > https://github.com/anholt/linux/tree/vc4-kms-squash-2 > > I want to point out that git format-patch could prepare a nice cover letter and usually the changelog should go there. Regards Stefan From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Wahren Subject: Re: bcm2835 (Raspberry Pi) KMS driver Date: Sun, 11 Oct 2015 14:39:25 +0200 Message-ID: <561A587D.6020009@lategoodbye.de> References: <1444426068-15817-1-git-send-email-eric@anholt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444426068-15817-1-git-send-email-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Eric Anholt Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Am 09.10.2015 um 23:27 schrieb Eric Anholt: > This is a respin of the Raspberry Pi KMS series. Now that we've got a > real clock driver, I can actually set new video modes. Also in this > version, most of the custom DT stuff from before is gone, thanks to > finding exynos's platform_driver component matching code (I have sent > separate patches to drivers/base to make helpers for doing it). > > https://github.com/anholt/linux/tree/vc4-kms-squash-2 > > I want to point out that git format-patch could prepare a nice cover letter and usually the changelog should go there. Regards Stefan -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751850AbbJKMkU (ORCPT ); Sun, 11 Oct 2015 08:40:20 -0400 Received: from www.augenpunkt.de ([213.239.207.9]:50892 "EHLO www.augenpunkt.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282AbbJKMkT (ORCPT ); Sun, 11 Oct 2015 08:40:19 -0400 Subject: Re: bcm2835 (Raspberry Pi) KMS driver To: Eric Anholt References: <1444426068-15817-1-git-send-email-eric@anholt.net> Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org From: Stefan Wahren Message-ID: <561A587D.6020009@lategoodbye.de> Date: Sun, 11 Oct 2015 14:39:25 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444426068-15817-1-git-send-email-eric@anholt.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 09.10.2015 um 23:27 schrieb Eric Anholt: > This is a respin of the Raspberry Pi KMS series. Now that we've got a > real clock driver, I can actually set new video modes. Also in this > version, most of the custom DT stuff from before is gone, thanks to > finding exynos's platform_driver component matching code (I have sent > separate patches to drivers/base to make helpers for doing it). > > https://github.com/anholt/linux/tree/vc4-kms-squash-2 > > I want to point out that git format-patch could prepare a nice cover letter and usually the changelog should go there. Regards Stefan