From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Tue, 20 Oct 2015 08:05:39 -0500 Subject: [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs In-Reply-To: References: <1444841757-28043-1-git-send-email-s.temerkhanov@gmail.com> <1444841757-28043-6-git-send-email-s.temerkhanov@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 20, 2015 at 3:15 AM, Linus Walleij wrote: > On Tue, Oct 20, 2015 at 10:10 AM, Linus Walleij > wrote: >> On Mon, Oct 19, 2015 at 9:21 PM, Rob Herring wrote: >>> On Mon, Oct 19, 2015 at 7:57 AM, Linus Walleij wrote: >> >>> Err, what? >>> >>> $ git log --merges --grep='Pull.*\(Herring\|Likely\)' --oneline >>> Documentation/devicetree/ >> >> OK nice, bad research from me. My sloppy statement was >> based on this: >> >> OPEN FIRMWARE AND FLATTENED DEVICE TREE >> M: Rob Herring >> M: Frank Rowand >> M: Grant Likely >> L: devicetree at vger.kernel.org >> W: http://www.devicetree.org/ >> T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git >> S: Maintained >> F: drivers/of/ >> F: include/linux/of*.h >> F: scripts/dtc/ >> >>> The DT core code and bindings (which don't go thru subsystem trees) go >>> together. >> >> I guess I should just send a patch adding >> >> F: Documentation/devicetree/* >> >> ...and hope things get better from that. > > Ah yeah now I also woke up properly... so there is a special group of people > listed under another heading for this, and I should know that, mea culpa. > > OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS > M: Rob Herring > M: Pawel Moll > M: Mark Rutland > M: Ian Campbell > M: Kumar Gala > L: devicetree at vger.kernel.org > S: Maintained > F: Documentation/devicetree/ > F: arch/*/boot/dts/ > F: include/dt-bindings/ > > So can we add your git tree as T: here and replace Grant's tree in > the overall DT entry above it? I would hold off. We've not sorted out our workflow yet and may move to a shared repo. Rob