]> Git Repo - linux.git/commit - drivers/w1/slaves/w1_ds2780.c
w1: remove need for ida and use PLATFORM_DEVID_AUTO
authorAndrew F. Davis <[email protected]>
Tue, 2 Aug 2016 21:07:06 +0000 (14:07 -0700)
committerLinus Torvalds <[email protected]>
Tue, 2 Aug 2016 23:35:39 +0000 (19:35 -0400)
commit098f9fb0c962eb2fdba5f9d34f4cf7a938237184
tree9f0ed4b3613e27b22c200e1f6f64a1089673f87c
parent0b9364b5cf11c6e504f4b77e24b15a0dc8a82df0
w1: remove need for ida and use PLATFORM_DEVID_AUTO

PLATFORM_DEVID_AUTO can be used to have the platform core assign a
unique ID instead of manually creating one with IDA.  Do this in all
applicable drivers.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrew F. Davis <[email protected]>
Acked-by: Evgeniy Polyakov <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/w1/slaves/w1_ds2760.c
drivers/w1/slaves/w1_ds2780.c
drivers/w1/slaves/w1_ds2781.c
This page took 0.053598 seconds and 4 git commands to generate.