Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677752
| From | Evgeniy Polyakov <zbr@ioremap.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 0/4] w1: ds1wm: register access patch |
| Date | 2017-06-29 15:40 +0200 |
| Message-ID | <tXHPP-8aI-1@gated-at.bofh.it> (permalink) |
| References | <tU3lX-25Y-91@gated-at.bofh.it> <tXHPP-8aI-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi everyone Greg, please pull this into your tree 23.06.2017, 13:47, "Johannes Poehlmann" <johannes.poehlmann@izt-labs.de>: > 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 0/4] w1: ds1wm: register access patch Evgeniy Polyakov <zbr@ioremap.net> - 2017-06-29 15:40 +0200
csiph-web