Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478391 > unrolled thread
| Started by | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| First post | 2016-09-07 17:20 +0200 |
| Last post | 2016-09-08 09:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 4/7] spi: meson: Add GXBB compatible Jerome Brunet <jbrunet@baylibre.com> - 2016-09-07 17:20 +0200
Re: [PATCH 4/7] spi: meson: Add GXBB compatible Mark Brown <broonie@kernel.org> - 2016-09-07 21:00 +0200
Re: [PATCH 4/7] spi: meson: Add GXBB compatible Neil Armstrong <narmstrong@baylibre.com> - 2016-09-08 09:50 +0200
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Date | 2016-09-07 17:20 +0200 |
| Subject | [PATCH 4/7] spi: meson: Add GXBB compatible |
| Message-ID | <seMNP-1pB-11@gated-at.bofh.it> |
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(+)
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);
--
2.7.4
[toc] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-09-07 21:00 +0200 |
| Message-ID | <seQeJ-3wO-1@gated-at.bofh.it> |
| In reply to | #1478391 |
[Multipart message — attachments visible in raw view] — view raw
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?
[toc] | [prev] | [next] | [standalone]
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2016-09-08 09:50 +0200 |
| Message-ID | <sf2fU-2RT-9@gated-at.bofh.it> |
| In reply to | #1478556 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web