From mboxrd@z Thu Jan 1 00:00:00 1970 From: tj@kernel.org (Tejun Heo) Date: Sun, 24 May 2015 20:08:33 -0400 Subject: [PATCH v3 0/5] AHCI and SATA PHY support for Broadcom STB SoCs In-Reply-To: <20150521223825.GA27753@ld-irv-0074> References: <1431473303-18873-1-git-send-email-computersforpeace@gmail.com> <555DDC2B.1040608@ti.com> <20150521220050.GF4914@htj.duckdns.org> <20150521220138.GG4914@htj.duckdns.org> <20150521220328.GE11598@ld-irv-0074> <20150521220430.GI4914@htj.duckdns.org> <20150521221306.GF11598@ld-irv-0074> <20150521222350.GN4914@htj.duckdns.org> <20150521223825.GA27753@ld-irv-0074> Message-ID: <20150525000833.GF7099@htj.duckdns.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, Brian. On Thu, May 21, 2015 at 03:38:25PM -0700, Brian Norris wrote: > It's possible you're confusing binding documentation with .dts source > files? The DTS files (arch/*/boot/dts/) go through arch trees. For > instance, the arm-soc maintainers have a structured process by which > sub-architecture maintainers track .dts(i) file updates for their > boards/chips and filter them up to Arnd, Olof, etc., via their separate > 'dts' branches. That's why Florian took patch 5 to his tree. Yeah, I think that's why I'm constantly getting confused, so the binding documentation and actual libata changes through libata and the rest through arch trees. Got it. Thanks for the explanation. -- tejun