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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Apr 2012 08:15:44 +0100
From:	Jonathan Cameron <jic23@....ac.uk>
To:	Laxman Dewangan <ldewangan@...dia.com>
CC:	grant.likely@...retlab.ca, rob.herring@...xeda.com,
	rdunlap@...otime.net, linux@....linux.org.uk,
	gregkh@...uxfoundation.org, broonie@...nsource.wolfsonmicro.com,
	swarren@...dia.com, cbouatmailru@...il.com, olof@...om.net,
	linus.walleij@...aro.org, lars@...afoo.de, bfreed@...omium.org,
	grundler@...omium.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux-iio@...r.kernel.org, devel@...verdev.osuosl.org
Subject: Re: [PATCH 2/3] staging: iio: light: of: Fix vendor prefix of isl29018

On 4/17/2012 7:45 AM, Laxman Dewangan wrote:
> ISL29018 is from Intersil Corporation and the vendor prefix
> for this part should be "isl", at least not "invn" for OF
> compatibility.
Fine with me.  Not really my domain other than where it sits though!
Send on to Greg when you get acks from device tree side.
>
> Signed-off-by: Laxman Dewangan<ldewangan@...dia.com>
Acked-by: Jonathan Cameron <jic23@...nel.org>
> ---
>   drivers/staging/iio/light/isl29018.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
> index 38ec52b..ee220ae 100644
> --- a/drivers/staging/iio/light/isl29018.c
> +++ b/drivers/staging/iio/light/isl29018.c
> @@ -593,7 +593,7 @@ static const struct i2c_device_id isl29018_id[] = {
>   MODULE_DEVICE_TABLE(i2c, isl29018_id);
>
>   static const struct of_device_id isl29018_of_match[] = {
> -	{ .compatible = "invn,isl29018", },
> +	{ .compatible = "isl,isl29018", },
>   	{ },
>   };
>   MODULE_DEVICE_TABLE(of, isl29018_of_match);

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ