From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Mon, 12 Oct 2015 14:39:03 -0600 Subject: bcm2835 (Raspberry Pi) KMS driver In-Reply-To: <561A587D.6020009@lategoodbye.de> References: <1444426068-15817-1-git-send-email-eric@anholt.net> <561A587D.6020009@lategoodbye.de> Message-ID: <561C1A67.1060803@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/11/2015 06:39 AM, Stefan Wahren wrote: > 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. Well, I guess you could put it there, but that wouldn't remove the need to put the changelog in the individual patches too, so that reviewers don't have to switch back and forth between different messages just to find out what changed in each patch. +1 on sending the cover letter using git format-patch/send-email thoughl; the threading here is a little odd. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: bcm2835 (Raspberry Pi) KMS driver Date: Mon, 12 Oct 2015 14:39:03 -0600 Message-ID: <561C1A67.1060803@wwwdotorg.org> References: <1444426068-15817-1-git-send-email-eric@anholt.net> <561A587D.6020009@lategoodbye.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <561A587D.6020009-saaNCTdWVBT7BZbvpMY5sg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefan Wahren , 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 On 10/11/2015 06:39 AM, Stefan Wahren wrote: > 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. Well, I guess you could put it there, but that wouldn't remove the need to put the changelog in the individual patches too, so that reviewers don't have to switch back and forth between different messages just to find out what changed in each patch. +1 on sending the cover letter using git format-patch/send-email thoughl; the threading here is a little odd. -- 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 S1752347AbbJLUiu (ORCPT ); Mon, 12 Oct 2015 16:38:50 -0400 Received: from avon.wwwdotorg.org ([70.85.31.133]:42897 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbbJLUit (ORCPT ); Mon, 12 Oct 2015 16:38:49 -0400 Subject: Re: bcm2835 (Raspberry Pi) KMS driver To: Stefan Wahren , Eric Anholt References: <1444426068-15817-1-git-send-email-eric@anholt.net> <561A587D.6020009@lategoodbye.de> 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: Stephen Warren Message-ID: <561C1A67.1060803@wwwdotorg.org> Date: Mon, 12 Oct 2015 14:39:03 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <561A587D.6020009@lategoodbye.de> 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 On 10/11/2015 06:39 AM, Stefan Wahren wrote: > 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. Well, I guess you could put it there, but that wouldn't remove the need to put the changelog in the individual patches too, so that reviewers don't have to switch back and forth between different messages just to find out what changed in each patch. +1 on sending the cover letter using git format-patch/send-email thoughl; the threading here is a little odd.