]> git.karo-electronics.de Git - karo-tx-linux.git/commit
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it
authorJonathan Cameron <jic23@cam.ac.uk>
Wed, 28 Sep 2011 00:51:05 +0000 (10:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:42:19 +0000 (18:42 +1100)
commit7c35a3ea5d98e3f53a07a65252aa3e99240feb12
tree0192b377385b434f92c08d005601e013cfbdadf4
parent6348fe3d8fb30e1f894ac3d010dffa6082e20acc
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it

Straightforward.  As an aside, the ida_init calls are not needed as far as
I can see needed.  (DEFINE_IDA does the same already).

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Evgeniy Polyakov <zbr@ioremap.net>
Acked-by: Clifton Barnes <cabarnes@indesign-llc.com>
Signed-off-by: Andrew Morton <>
drivers/w1/slaves/w1_ds2760.c
drivers/w1/slaves/w1_ds2780.c