* [PATCH] iio:adc:max1363 clear list of missing features
@ 2014-01-10 20:59 Vivien Didelot
2014-01-11 11:33 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Vivien Didelot @ 2014-01-10 20:59 UTC (permalink / raw)
To: linux-iio
Cc: Vivien Didelot, Jonathan Cameron, Guenter Roeck,
Lars-Peter Clausen, linux-kernel, kernel
Remove "Control of internal reference" from the list of unimplemented
features, since as of commit a405b00, external reference is supported if
the device has a regulator and falls back to internal if it doesn't.
While we are modifying the header, let's make it more concise and remove
a redundant filename.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
drivers/iio/adc/max1363.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index e283f2f..1228272 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -8,17 +8,11 @@
* based on linux/drivers/acron/char/pcf8583.c
* Copyright (C) 2000 Russell King
*
+ * Driver for max1363 and similar chips.
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
- *
- * max1363.c
- *
- * Partial support for max1363 and similar chips.
- *
- * Not currently implemented.
- *
- * - Control of internal reference.
*/
#include <linux/interrupt.h>
--
1.8.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iio:adc:max1363 clear list of missing features
2014-01-10 20:59 [PATCH] iio:adc:max1363 clear list of missing features Vivien Didelot
@ 2014-01-11 11:33 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2014-01-11 11:33 UTC (permalink / raw)
To: Vivien Didelot, linux-iio
Cc: Guenter Roeck, Lars-Peter Clausen, linux-kernel, kernel
On 10/01/14 20:59, Vivien Didelot wrote:
> Remove "Control of internal reference" from the list of unimplemented
> features, since as of commit a405b00, external reference is supported if
> the device has a regulator and falls back to internal if it doesn't.
>
> While we are modifying the header, let's make it more concise and remove
> a redundant filename.
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Applied to the togreg branch of iio.git. Thanks.
> ---
> drivers/iio/adc/max1363.c | 10 ++--------
> 1 file changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
> index e283f2f..1228272 100644
> --- a/drivers/iio/adc/max1363.c
> +++ b/drivers/iio/adc/max1363.c
> @@ -8,17 +8,11 @@
> * based on linux/drivers/acron/char/pcf8583.c
> * Copyright (C) 2000 Russell King
> *
> + * Driver for max1363 and similar chips.
> + *
> * This program is free software; you can redistribute it and/or modify
> * it under the terms of the GNU General Public License version 2 as
> * published by the Free Software Foundation.
> - *
> - * max1363.c
> - *
> - * Partial support for max1363 and similar chips.
> - *
> - * Not currently implemented.
> - *
> - * - Control of internal reference.
> */
>
> #include <linux/interrupt.h>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-11 11:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10 20:59 [PATCH] iio:adc:max1363 clear list of missing features Vivien Didelot
2014-01-11 11:33 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).