Message ID | 1473261223-15412-5-git-send-email-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Sep 07, 2016 at 05:13:40PM +0200, Jerome Brunet wrote: > From: Neil Armstrong <narmstrong@baylibre.com> > > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- I can't do anything with this, you've not provided a signoff. Please resend with a signoff - see SubmittingPatches for details on what this means and why it's important. I also only have patches 4 and 5 of this series and no cover letter, what is going on there?
On 09/07/2016 08:58 PM, Mark Brown wrote: > On Wed, Sep 07, 2016 at 05:13:40PM +0200, Jerome Brunet wrote: >> From: Neil Armstrong <narmstrong@baylibre.com> >> >> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> >> --- > > I can't do anything with this, you've not provided a signoff. Please > resend with a signoff - see SubmittingPatches for details on what this > means and why it's important. > > I also only have patches 4 and 5 of this series and no cover letter, > what is going on there? > Hi Mark, Submitting patchsets for multiple subsystems is not straightforward, the cover-letter should also have been sent to linux-spi ML, lesson learned ! Jerome left my signoff because the patches were left untouched from my branch. Nevertheless, I will submit these patches 4 & 5 in a separate SPI serie, please ignore them in this patchset. Thanks, Neil
diff --git a/drivers/spi/spi-meson-spifc.c b/drivers/spi/spi-meson-spifc.c index 2465259..616566e 100644 --- a/drivers/spi/spi-meson-spifc.c +++ b/drivers/spi/spi-meson-spifc.c @@ -442,6 +442,7 @@ static const struct dev_pm_ops meson_spifc_pm_ops = { static const struct of_device_id meson_spifc_dt_match[] = { { .compatible = "amlogic,meson6-spifc", }, + { .compatible = "amlogic,meson-gxbb-spifc", }, { }, }; MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);