Path: csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod From: Rob Herring Newsgroups: linux.kernel Subject: Re: [PATCH 5/5] Documentation: fsl-quadspi: Add fsl, ls1012a-qspi compatible string Date: Tue, 13 Dec 2016 22:20:01 +0100 Message-ID: References: X-Gm-Message-State: AKaTC00aAvfhkU2vx1kl3Uy7bgdQa9kk19wzsEzbpiuHIjxbx8Cg1OUwqctozqYvi7ZYHZsWFc1NWOlYO9N92Q== X-Received: by 10.13.235.11 with SMTP id u11mr95036717ywe.10.1481663663558; Tue, 13 Dec 2016 13:14:23 -0800 (PST) MIME-Version: 1.0 X-Gmail-Original-Message-ID: Content-Type: text/plain; charset=UTF-8 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 26 Organization: linux.* mail to news gateway X-Original-Cc: Yuan Yao , "shawnguo@kernel.org" , "mark.rutland@arm.com" , "computersforpeace@gmail.com" , "dwmw2@infradead.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" X-Original-Date: Tue, 13 Dec 2016 15:14:03 -0600 X-Original-Message-ID: X-Original-References: <1481188984-43683-1-git-send-email-yao.yuan@freescale.com> <1481188984-43683-6-git-send-email-yao.yuan@freescale.com> <20161212170948.fq7v5lva4kgt6hly@rob-hp-laptop> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1541530 On Mon, Dec 12, 2016 at 8:47 PM, Yao Yuan wrote: > On Thu, Dec 13, 2016 at 05:23:02PM +0800, Rob Herring wrote: >> On Thu, Dec 08, 2016 at 05:23:04PM +0800, Yuan Yao wrote: >> > From: Yuan Yao >> >> Same problem in this subject too. >> >> > >> > new compatible string: "fsl,ls1012a-qspi". >> > >> > Signed-off-by: Yuan Yao >> > --- >> > Documentation/devicetree/bindings/mtd/fsl-quadspi.txt | 1 + >> > 1 file changed, 1 insertion(+) >> >> Acked-by: Rob Herring > > Thanks for your review. > And do you have any suggestion for this subject? The problem is you have a space in the compatible string: "fsl, ls1012a-qspi" rather than "fsl,ls1012a-qspi" Also, I prefer "dt/bindings: " as the beginning of binding patch subjects. Rob