lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 11 Jan 2014 11:33:57 +0000
From:	Jonathan Cameron <jic23@...nel.org>
To:	Vivien Didelot <vivien.didelot@...oirfairelinux.com>,
	linux-iio@...r.kernel.org
CC:	Guenter Roeck <linux@...ck-us.net>,
	Lars-Peter Clausen <lars@...afoo.de>,
	linux-kernel@...r.kernel.org, kernel@...oirfairelinux.com
Subject: Re: [PATCH] iio:adc:max1363 clear list of missing features



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@...oirfairelinux.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>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists