diff mbox

[4/7] spi: meson: Add GXBB compatible

Message ID 1473261223-15412-5-git-send-email-jbrunet@baylibre.com (mailing list archive)
State Changes Requested
Headers show

Commit Message

Jerome Brunet Sept. 7, 2016, 3:13 p.m. UTC
From: Neil Armstrong <narmstrong@baylibre.com>

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/spi/spi-meson-spifc.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Sept. 7, 2016, 6:58 p.m. UTC | #1
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?
Neil Armstrong Sept. 8, 2016, 7:44 a.m. UTC | #2
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 mbox

Patch

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);