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]
Message-Id: <201110171542.24673.alexander.stein@systec-electronic.com>
Date:	Mon, 17 Oct 2011 15:42:23 +0200
From:	Alexander Stein <alexander.stein@...tec-electronic.com>
To:	Jonathan Cameron <jic23@....ac.uk>
Cc:	linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org,
	guenter.roeck@...csson.com, khali@...ux-fr.org,
	dmitry.torokhov@...il.com, broonie@...nsource.wolfsonmicro.com,
	gregkh@...e.de, alan@...rguk.ukuu.org.uk, arnd@...db.de
Subject: Re: [PATCH 1/6] IIO: Core sysfs only support.

Hello Jonathan,

On Monday 17 October 2011 15:16:16 you wrote:
> Add support for simple sysfs only interfaces.
> 
> Bulk of patch is concerned with taking struct iio_chan_spec
> arrays and generating all the relevant interfaces from them.
> 
> Signed-off-by: Jonathan Cameron <jic23@....ac.uk>
> ---
>  drivers/Kconfig           |    2 +
>  drivers/Makefile          |    3 +
>  drivers/iio/Kconfig       |   11 +
>  drivers/iio/Makefile      |    6 +
>  drivers/iio/iio.c         |  591
> +++++++++++++++++++++++++++++++++++++++++++++ include/linux/iio/iio.h   | 
> 250 +++++++++++++++++++
>  include/linux/iio/sysfs.h |   68 +++++
>  7 files changed, 931 insertions(+), 0 deletions(-)
> 
> [...]
> diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
> new file mode 100644
> index 0000000..5d9a97d
> --- /dev/null
> +++ b/drivers/iio/Kconfig
> @@ -0,0 +1,11 @@
> +#
> +# Industrial I/O subsystem
> +#
> +
> +menuconfig IIO
> +	tristate "Industrial I/O support"
> +	depends on GENERIC_HARDIRQS
> +	help
> +	  The Industrial input / output subsystem provides a unified
> +	  framework for many different types of embedded sensor.
> +	  See Documentation/iio for more information.

I don't know much about iio so I want to read about it. But where does 
Documentation/iio come from?

Regards,
Alexander
--
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