Re: [PATCH v2 0/4] w1: ds1wm: register access patch

From: Evgeniy Polyakov
Date: Thu Jun 29 2017 - 09:32:47 EST


Hi everyone

Greg, please pull this into your tree

23.06.2017, 13:47, "Johannes Poehlmann" <johannes.poehlmann@xxxxxxxxxxx>:
> To make the ds1wm driver work on a powerpc architecture (big endian, 32bit)
> with a register offset multiplier of 4 I had to make some changes to
>
> ÂÂÂÂÂÂÂdrivers/w1/masters/ds1wm.c
> and include/linux/mfd/ds1wm.h.
>
> Version 2 of the patchset
>
> o fixes kbuild reported build problems on x86_64
> o removes unobvious shift constants
> o moves shift value checking into the probe function
> o rename variable (fix 'CamelCase' style)
>
> Johannes Poehlmann:
> ÂÂw1: ds1wm: fix and simplify register access
> ÂÂw1: ds1wm: add level interrupt modes
> ÂÂw1: ds1wm: silence interrupts on HW before claiming the interrupt
> ÂÂw1: ds1wm: add messages to make incorporation in mfd-drivers easier
>
> Âdrivers/w1/masters/ds1wm.c | 109 ++++++++++++++++++++++++++++++++++++++++++---
> Âinclude/linux/mfd/ds1wm.h | 9 ++++
> Â2 files changed, 111 insertions(+), 7 deletions(-)
>
> --
> 2.1.4