commit | 242b476f821b055ed0fb70a8eb6defa85baada9c | [log] [tgz] |
---|---|---|
author | Johannes Poehlmann <johannes.poehlmann@izt-labs.de> | Tue Jul 25 13:27:11 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 17:20:01 2017 +0200 |
tree | dc5912f31f643b2d11265cd03e21b4a05f5e256c | |
parent | d7b3cf892abd94423af02e03f2d6e4a671617328 [diff] |
w1: ds1wm: fix register offset (bus shift) calculation Replace incorrect register offsett calculation by direct configuration of bus_shift in mfd-cell. Indirect definition of address-shift by resource size was unobvious and was wrong (should have used a binary log). Signed-off-by: Johannes Poehlmann <johannes.poehlmann@izt-labs.de> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>