Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713190
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Add Support for Broadcom D1W controller |
| Date | 2017-08-16 19:50 +0200 |
| Message-ID | <ufaC5-1CF-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add support for Broadcom Dallas One wire (D1W) bus master controller. This patch series adds a callback for the ds1wm read/write functions to the common DS1W driver code and the Broadcom specific DS1W controller. Shreesha Rajashekar (3): dt-bindings: mfd: d1w: iproc: Documentation for d1w driver w1: d1w: Provide callback for ds1wm read/write mfd: d1w: iproc: Add d1w driver .../devicetree/bindings/mfd/brcm,iproc-d1w.txt | 27 +++ drivers/mfd/Kconfig | 11 ++ drivers/mfd/Makefile | 1 + drivers/mfd/bcm-iproc-d1w.c | 202 +++++++++++++++++++++ drivers/w1/masters/ds1wm.c | 18 +- include/linux/mfd/ds1wm.h | 2 + 6 files changed, 259 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/brcm,iproc-d1w.txt create mode 100644 drivers/mfd/bcm-iproc-d1w.c -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Add Support for Broadcom D1W controller Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
[PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
Re: [PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver Rob Herring <robh@kernel.org> - 2017-08-16 22:50 +0200
Re: [PATCH 1/3] dt-bindings: mfd: d1w: iproc: Documentation for d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-17 20:30 +0200
[PATCH 3/3] mfd: d1w: iproc: Add d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
Re: [PATCH 3/3] mfd: d1w: iproc: Add d1w driver Lee Jones <lee.jones@linaro.org> - 2017-08-17 12:10 +0200
Re: [PATCH 3/3] mfd: d1w: iproc: Add d1w driver Scott Branden <scott.branden@broadcom.com> - 2017-08-17 20:20 +0200
[PATCH 2/3] w1: d1w: Provide callback for ds1wm read/write Scott Branden <scott.branden@broadcom.com> - 2017-08-16 19:50 +0200
Re: [PATCH 2/3] w1: d1w: Provide callback for ds1wm read/write Florian Fainelli <f.fainelli@gmail.com> - 2017-08-17 03:20 +0200
csiph-web