On Mon, Jun 13, 2016 at 12:51:09PM -0700, Florian Fainelli wrote: > 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. So this is a perfect example of why you should use standard formats for subject lines, if things don't look relevant they're likely to get missed. In this case it's both the prefix and the fact that the version is added in a weird way. Frankly I didn't even notice that it wasn't a cover letter.