From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [V3, 2/4] spi: bcm-qspi: Add SPI flash and MSPI driver Date: Mon, 13 Jun 2016 12:51:09 -0700 Message-ID: <575F0EAD.5080608@gmail.com> References: <1465589171-25575-1-git-send-email-kdasu.kdev@gmail.com> <1465589171-25575-2-git-send-email-kdasu.kdev@gmail.com> <20160613101352.GF2282@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, vikram.prakash-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, andy.fung-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, jon.mason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Yendapally Reddy Dhananjaya Reddy To: Mark Brown , Kamal Dasu Return-path: In-Reply-To: <20160613101352.GF2282-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On 06/13/2016 03:13 AM, Mark Brown wrote: >> +static const struct of_device_id bcm_qspi_of_match[] = { >> + { .compatible = "brcm,spi-bcm-qspi" }, >> + { .compatible = "brcm,qspi-brcmstb" }, >> + { .compatible = "brcm,spi-brcmstb-mspi"}, >> + {}, >> +}; >> +MODULE_DEVICE_TABLE(of, bcm_qspi_of_match); > > This is adding new DT bindings but there is no documentation, > documentation is required for all DT bindings. The binding documentation is added to patch 1, which you are listed as a recipient for. -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html