diff for duplicates of <1461336820.3205.10.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index b0f7a98..04d25a4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi David, -On Tue, 2016-04-19@16:19 +0300, Alexey Brodkin wrote: +On Tue, 2016-04-19 at 16:19 +0300, Alexey Brodkin wrote: > This series add support of ARC PGU display controller. > ARC PGU is a quite simple byte streamer that gets data from the framebuffer > and pushes it to hte connected encoder (DP or HDMI). @@ -11,39 +11,39 @@ On Tue, 2016-04-19@16:19 +0300, Alexey Brodkin wrote: > is a prerequisite now: https://lkml.org/lkml/2016/4/19/299 > > Changes v5 -> v6: -> ?* "arc: Add our own implementation of fb_pgprotect()" was already applied to -> ???ARC's tree and available in linux-next: -> ???http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=e5e0a65cd20a7a892a87e6bd73bdc3d83726d725 +> * "arc: Add our own implementation of fb_pgprotect()" was already applied to +> ARC's tree and available in linux-next: +> http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=e5e0a65cd20a7a892a87e6bd73bdc3d83726d725 > > Changes v4 -> v5: -> ?* Removed encode node from DT bindings example (as suggested by Rob) +> * Removed encode node from DT bindings example (as suggested by Rob) > > Changes v3 -> v4: -> ?* Main driver author is now set properly (thanks Carlos for all your efforts) -> ?* Implemented correct hsync and vsync setup (thanks Jose) -> ?* Dummy call-backs were removed (as suggested by Daniel) -> ?* Obsolete load()/unload() call-backs were removed (as suggested by Daniel) -> ?* With above in mind we were able to adopt recently introduced -> ???drm_connector_register_all()/drm_connector_unregister_all() -> ?* Implemented setup of properties (uncached) for FB user-pages -> ?* Minor clean-up in DT binding docs and axs10x_mb.dtsi +> * Main driver author is now set properly (thanks Carlos for all your efforts) +> * Implemented correct hsync and vsync setup (thanks Jose) +> * Dummy call-backs were removed (as suggested by Daniel) +> * Obsolete load()/unload() call-backs were removed (as suggested by Daniel) +> * With above in mind we were able to adopt recently introduced +> drm_connector_register_all()/drm_connector_unregister_all() +> * Implemented setup of properties (uncached) for FB user-pages +> * Minor clean-up in DT binding docs and axs10x_mb.dtsi > > Changes v2 -> v3: -> ?* Improved failure path if arcpgu_connector wasn't allocated. -> ?* Fixed driver building as module. -> ?* Implemented uncached mapping of user-space FB pages. -> ?* Again updated DT bindings docs. +> * Improved failure path if arcpgu_connector wasn't allocated. +> * Fixed driver building as module. +> * Implemented uncached mapping of user-space FB pages. +> * Again updated DT bindings docs. > > Changes v1 -> v2: -> ?* Clean-up of DT bindings documentation. -> ?* Added missing "pxlclk" clock in axs10x_mb.dtsi. +> * Clean-up of DT bindings documentation. +> * Added missing "pxlclk" clock in axs10x_mb.dtsi. That's my first submission of a DRM driver and I'm wondering which tree/branch should I use as a reference to rebase my patches and send you a pull request? Especially given there's a prerequisite which is still only in -linux-next:?http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=54d2c2da0946368b96b63e6daed7920f3 +linux-next: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=54d2c2da0946368b96b63e6daed7920f3 681243e Regards, diff --git a/a/content_digest b/N1/content_digest index 00ff989..11c4e6d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,26 @@ "ref\01461071980-5916-1-git-send-email-abrodkin@synopsys.com\0" - "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0" - "Subject\0[PATCH 0/4 v6] drm: Add support of ARC PGU display controller\0" + "From\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0" + "Subject\0Re: [PATCH 0/4 v6] drm: Add support of ARC PGU display controller\0" "Date\0Fri, 22 Apr 2016 14:53:48 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0airlied@linux.ie <airlied@linux.ie>\0" + "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>" + robh+dt@kernel.org <robh+dt@kernel.org> + pawel.moll@arm.com <pawel.moll@arm.com> + Carlos Palminha <CARLOS.PALMINHA@synopsys.com> + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + Jose Abreu <Jose.Abreu@synopsys.com> + linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org> + daniel@ffwll.ch <daniel@ffwll.ch> + mark.rutland@arm.com <mark.rutland@arm.com> + galak@codeaurora.org <galak@codeaurora.org> + ijc+devicetree@hellion.org.uk <ijc+devicetree@hellion.org.uk> + dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org> + " Vineet Gupta <Vineet.Gupta1@synopsys.com>\0" "\00:1\0" "b\0" "Hi David,\n" "\n" - "On Tue, 2016-04-19@16:19 +0300, Alexey Brodkin wrote:\n" + "On Tue, 2016-04-19 at 16:19 +0300, Alexey Brodkin wrote:\n" "> This series add support of ARC PGU display controller.\n" "> ARC PGU is a quite simple byte streamer that gets data from the framebuffer\n" "> and pushes it to hte connected encoder (DP or HDMI).\n" @@ -18,42 +31,42 @@ "> is a prerequisite now: https://lkml.org/lkml/2016/4/19/299\n" "> \n" "> Changes v5 -> v6:\n" - "> ?* \"arc: Add our own implementation of fb_pgprotect()\" was already applied to\n" - "> ???ARC's tree and available in linux-next:\n" - "> ???http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=e5e0a65cd20a7a892a87e6bd73bdc3d83726d725\n" + "> \302\240* \"arc: Add our own implementation of fb_pgprotect()\" was already applied to\n" + "> \302\240\302\240\302\240ARC's tree and available in linux-next:\n" + "> \302\240\302\240\302\240http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=e5e0a65cd20a7a892a87e6bd73bdc3d83726d725\n" "> \n" "> Changes v4 -> v5:\n" - "> ?* Removed encode node from DT bindings example (as suggested by Rob)\n" + "> \302\240* Removed encode node from DT bindings example (as suggested by Rob)\n" "> \n" "> Changes v3 -> v4:\n" - "> ?* Main driver author is now set properly (thanks Carlos for all your efforts)\n" - "> ?* Implemented correct hsync and vsync setup (thanks Jose)\n" - "> ?* Dummy call-backs were removed (as suggested by Daniel)\n" - "> ?* Obsolete load()/unload() call-backs were removed (as suggested by Daniel)\n" - "> ?* With above in mind we were able to adopt recently introduced\n" - "> ???drm_connector_register_all()/drm_connector_unregister_all()\n" - "> ?* Implemented setup of properties (uncached) for FB user-pages\n" - "> ?* Minor clean-up in DT binding docs and axs10x_mb.dtsi\n" + "> \302\240* Main driver author is now set properly (thanks Carlos for all your efforts)\n" + "> \302\240* Implemented correct hsync and vsync setup (thanks Jose)\n" + "> \302\240* Dummy call-backs were removed (as suggested by Daniel)\n" + "> \302\240* Obsolete load()/unload() call-backs were removed (as suggested by Daniel)\n" + "> \302\240* With above in mind we were able to adopt recently introduced\n" + "> \302\240\302\240\302\240drm_connector_register_all()/drm_connector_unregister_all()\n" + "> \302\240* Implemented setup of properties (uncached) for FB user-pages\n" + "> \302\240* Minor clean-up in DT binding docs and axs10x_mb.dtsi\n" "> \n" "> Changes v2 -> v3:\n" - "> ?* Improved failure path if arcpgu_connector wasn't allocated.\n" - "> ?* Fixed driver building as module.\n" - "> ?* Implemented uncached mapping of user-space FB pages.\n" - "> ?* Again updated DT bindings docs.\n" + "> \302\240* Improved failure path if arcpgu_connector wasn't allocated.\n" + "> \302\240* Fixed driver building as module.\n" + "> \302\240* Implemented uncached mapping of user-space FB pages.\n" + "> \302\240* Again updated DT bindings docs.\n" "> \n" "> Changes v1 -> v2:\n" - "> ?* Clean-up of DT bindings documentation.\n" - "> ?* Added missing \"pxlclk\" clock in axs10x_mb.dtsi.\n" + "> \302\240* Clean-up of DT bindings documentation.\n" + "> \302\240* Added missing \"pxlclk\" clock in axs10x_mb.dtsi.\n" "\n" "That's my first submission of a DRM driver and I'm wondering\n" "which tree/branch should I use as a reference to rebase my\n" "patches and send you a pull request?\n" "\n" "Especially given there's a prerequisite which is still only in\n" - "linux-next:?http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=54d2c2da0946368b96b63e6daed7920f3\n" + "linux-next:\302\240http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=54d2c2da0946368b96b63e6daed7920f3\n" "681243e\n" "\n" "Regards,\n" Alexey -35848d4834aff5ee44e7447e26c56a080a6cd0a61db932692494f0434f66d436 +cfe28c25cc6fc2dac553d79ea09205ca438b68cd2f21d4611f270b9f59b7faee
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.