diff mbox

[02/13] spi: sirf: update copyright years to 2014

Message ID 1392209477-24661-1-git-send-email-21cnbao@gmail.com (mailing list archive)
State New, archived
Delegated to: Mark Brown
Headers show

Commit Message

Barry Song Feb. 12, 2014, 12:51 p.m. UTC
From: Barry Song <Baohua.Song@csr.com>

Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
 drivers/spi/spi-sirf.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

Comments

Mark Brown Feb. 12, 2014, 12:59 p.m. UTC | #1
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?
Barry Song Feb. 12, 2014, 1:23 p.m. UTC | #2
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
Mark Brown Feb. 12, 2014, 2:28 p.m. UTC | #3
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 mbox

Patch

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.
  */