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:	Thu, 10 May 2012 16:04:45 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Markus Franke <markus.franke@...02.tu-chemnitz.de>
Cc:	Evgeniy Polyakov <zbr@...emap.net>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] w1: Add 1-wire slave device driver for DS28E04-100

On Fri, May 11, 2012 at 12:57:58AM +0200, Markus Franke wrote:
> Dear Greg,
> 
> Am 10.05.2012 17:16, schrieb Greg KH:
> 
> > I don't remember anything anymore, you will have to send the patch for
> > me to be able to properly review it and determine this.
> 
> 
> here comes the updated patch.
> 
> >From 3ef34f86788bfe39fa5bdb07b7e0598d3fda1f4f Mon Sep 17 00:00:00 2001
> From: Markus Franke <franm@....tu-chemnitz.de>
> Date: Fri, 11 May 2012 00:41:35 +0200
> Subject: [PATCH] Add 1-wire slave device driver for DS28E04-100
> 
> 
> Signed-off-by: Markus Franke <franm@....tu-chemnitz.de>
> ---
>  Documentation/w1/slaves/w1_ds28e04 |   36 +++
>  drivers/w1/slaves/Kconfig          |   13 +
>  drivers/w1/slaves/Makefile         |    1 +
>  drivers/w1/slaves/w1_ds28e04.c     |  476 ++++++++++++++++++++++++++++++++++++
>  drivers/w1/w1_family.h             |    1 +
>  5 files changed, 527 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/w1/slaves/w1_ds28e04
>  create mode 100644 drivers/w1/slaves/w1_ds28e04.c

You forgot a Documentation/ABI/ update that shows your sysfs files and
explains them there.

Care to retry?

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ