Message ID | 1392209477-24661-1-git-send-email-21cnbao@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Mark Brown |
Headers | show |
On Wed, Feb 12, 2014 at 08:51:17PM +0800, Barry Song wrote: > From: Barry Song <Baohua.Song@csr.com> > > Signed-off-by: Barry Song <Baohua.Song@csr.com> I'm not seeing any code changes in the driver from CSR this year?
2014-02-12 20:59 GMT+08:00 Mark Brown <broonie@kernel.org>: > On Wed, Feb 12, 2014 at 08:51:17PM +0800, Barry Song wrote: >> From: Barry Song <Baohua.Song@csr.com> >> >> Signed-off-by: Barry Song <Baohua.Song@csr.com> > > I'm not seeing any code changes in the driver from CSR this year? really no commit this year. there are two pending from your review in the last year, i am going to resend: [PATCH] spi: sirf: provide a shortcut for spi command-data mode [PATCH] spi: sirf: move to use generic dma dt-binding and there is one more pending in my patchset to send. so could this copyright change be after one of the coming three? -barry -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Feb 12, 2014 at 09:23:32PM +0800, Barry Song wrote:
> so could this copyright change be after one of the coming three?
Yes, it's totally fine to update it when you make changes.
diff --git a/drivers/spi/spi-sirf.c b/drivers/spi/spi-sirf.c index e430689..5d20d6e 100644 --- a/drivers/spi/spi-sirf.c +++ b/drivers/spi/spi-sirf.c @@ -1,7 +1,8 @@ /* * SPI bus driver for CSR SiRFprimaII * - * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. + * Copyright (c) 2011 - 2014 Cambridge Silicon Radio Limited, a CSR plc group + * company. * * Licensed under GPLv2 or later. */