All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] iio: adc: ti-ads8688: Update the module author email address
@ 2019-03-05  7:36 Sean Nyekjaer
  2019-03-05  7:36 ` [PATCH 2/2] iio: dac: ti-dac5571: " Sean Nyekjaer
  2019-03-09 18:17 ` [PATCH 1/2] iio: adc: ti-ads8688: " Jonathan Cameron
  0 siblings, 2 replies; 4+ messages in thread
From: Sean Nyekjaer @ 2019-03-05  7:36 UTC (permalink / raw)
  To: linux-iio; +Cc: Sean Nyekjaer, jic23

Update the module author to the current email address.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
---
 drivers/iio/adc/ti-ads8688.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/adc/ti-ads8688.c b/drivers/iio/adc/ti-ads8688.c
index 8b4568edd5cb..f9461070a74a 100644
--- a/drivers/iio/adc/ti-ads8688.c
+++ b/drivers/iio/adc/ti-ads8688.c
@@ -523,6 +523,6 @@ static struct spi_driver ads8688_driver = {
 };
 module_spi_driver(ads8688_driver);
 
-MODULE_AUTHOR("Sean Nyekjaer <sean.nyekjaer@prevas.dk>");
+MODULE_AUTHOR("Sean Nyekjaer <sean@geanix.dk>");
 MODULE_DESCRIPTION("Texas Instruments ADS8688 driver");
 MODULE_LICENSE("GPL v2");
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] iio: dac: ti-dac5571: Update the module author email address
  2019-03-05  7:36 [PATCH 1/2] iio: adc: ti-ads8688: Update the module author email address Sean Nyekjaer
@ 2019-03-05  7:36 ` Sean Nyekjaer
  2019-03-09 18:18   ` Jonathan Cameron
  2019-03-09 18:17 ` [PATCH 1/2] iio: adc: ti-ads8688: " Jonathan Cameron
  1 sibling, 1 reply; 4+ messages in thread
From: Sean Nyekjaer @ 2019-03-05  7:36 UTC (permalink / raw)
  To: linux-iio; +Cc: Sean Nyekjaer, jic23

Update the module author to the current email address

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
---
 drivers/iio/dac/ti-dac5571.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/dac/ti-dac5571.c b/drivers/iio/dac/ti-dac5571.c
index f6dcd8bce2b0..891e9cac019e 100644
--- a/drivers/iio/dac/ti-dac5571.c
+++ b/drivers/iio/dac/ti-dac5571.c
@@ -429,6 +429,6 @@ static struct i2c_driver dac5571_driver = {
 };
 module_i2c_driver(dac5571_driver);
 
-MODULE_AUTHOR("Sean Nyekjaer <sean.nyekjaer@prevas.dk>");
+MODULE_AUTHOR("Sean Nyekjaer <sean@geanix.dk>");
 MODULE_DESCRIPTION("Texas Instruments 8/10/12-bit 1/4-channel DAC driver");
 MODULE_LICENSE("GPL v2");
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] iio: adc: ti-ads8688: Update the module author email address
  2019-03-05  7:36 [PATCH 1/2] iio: adc: ti-ads8688: Update the module author email address Sean Nyekjaer
  2019-03-05  7:36 ` [PATCH 2/2] iio: dac: ti-dac5571: " Sean Nyekjaer
@ 2019-03-09 18:17 ` Jonathan Cameron
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2019-03-09 18:17 UTC (permalink / raw)
  To: Sean Nyekjaer; +Cc: linux-iio

On Tue,  5 Mar 2019 08:36:26 +0100
Sean Nyekjaer <sean@geanix.com> wrote:

> Update the module author to the current email address.
> 
> Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Applied.

Thanks,

Jonathan

> ---
>  drivers/iio/adc/ti-ads8688.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ti-ads8688.c b/drivers/iio/adc/ti-ads8688.c
> index 8b4568edd5cb..f9461070a74a 100644
> --- a/drivers/iio/adc/ti-ads8688.c
> +++ b/drivers/iio/adc/ti-ads8688.c
> @@ -523,6 +523,6 @@ static struct spi_driver ads8688_driver = {
>  };
>  module_spi_driver(ads8688_driver);
>  
> -MODULE_AUTHOR("Sean Nyekjaer <sean.nyekjaer@prevas.dk>");
> +MODULE_AUTHOR("Sean Nyekjaer <sean@geanix.dk>");
>  MODULE_DESCRIPTION("Texas Instruments ADS8688 driver");
>  MODULE_LICENSE("GPL v2");


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] iio: dac: ti-dac5571: Update the module author email address
  2019-03-05  7:36 ` [PATCH 2/2] iio: dac: ti-dac5571: " Sean Nyekjaer
@ 2019-03-09 18:18   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2019-03-09 18:18 UTC (permalink / raw)
  To: Sean Nyekjaer; +Cc: linux-iio

On Tue,  5 Mar 2019 08:36:27 +0100
Sean Nyekjaer <sean@geanix.com> wrote:

> Update the module author to the current email address
> 
> Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Applied.

Thanks,

Jonathan
> ---
>  drivers/iio/dac/ti-dac5571.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/dac/ti-dac5571.c b/drivers/iio/dac/ti-dac5571.c
> index f6dcd8bce2b0..891e9cac019e 100644
> --- a/drivers/iio/dac/ti-dac5571.c
> +++ b/drivers/iio/dac/ti-dac5571.c
> @@ -429,6 +429,6 @@ static struct i2c_driver dac5571_driver = {
>  };
>  module_i2c_driver(dac5571_driver);
>  
> -MODULE_AUTHOR("Sean Nyekjaer <sean.nyekjaer@prevas.dk>");
> +MODULE_AUTHOR("Sean Nyekjaer <sean@geanix.dk>");
>  MODULE_DESCRIPTION("Texas Instruments 8/10/12-bit 1/4-channel DAC driver");
>  MODULE_LICENSE("GPL v2");


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-09 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05  7:36 [PATCH 1/2] iio: adc: ti-ads8688: Update the module author email address Sean Nyekjaer
2019-03-05  7:36 ` [PATCH 2/2] iio: dac: ti-dac5571: " Sean Nyekjaer
2019-03-09 18:18   ` Jonathan Cameron
2019-03-09 18:17 ` [PATCH 1/2] iio: adc: ti-ads8688: " Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.