Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1643975

[PATCH v2 0/2] dt-bindings: mfd: Add max7360 mfd driver and DT documentation

From Valentin Sitdikov <valentin_sitdikov@mentor.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] dt-bindings: mfd: Add max7360 mfd driver and DT documentation
Date 2017-05-18 10:50 +0200
Message-ID <tIpi9-7Qp-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series add initial support of mfd core driver for max7360 chip

Andrei Dranitca (1):
  mfd: max7360: Add mfd core device driver

Valentin Sitdikov (1):
  dt-bindings: Add DT bindings documentation for the max7360 mfd driver

 Documentation/devicetree/bindings/mfd/max7360.txt |  72 ++++
 drivers/mfd/Kconfig                               |  16 +
 drivers/mfd/Makefile                              |   1 +
 drivers/mfd/max7360.c                             | 397 ++++++++++++++++++++++
 include/linux/mfd/max7360.h                       | 130 +++++++
 5 files changed, 616 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/max7360.txt
 create mode 100644 drivers/mfd/max7360.c
 create mode 100644 include/linux/mfd/max7360.h

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] dt-bindings: mfd: Add max7360 mfd driver and DT documentation Valentin Sitdikov <valentin_sitdikov@mentor.com> - 2017-05-18 10:50 +0200
  [PATCH 2/2] mfd: max7360: Add mfd core device driver Valentin Sitdikov <valentin_sitdikov@mentor.com> - 2017-05-18 10:50 +0200
    Re: [PATCH 2/2] mfd: max7360: Add mfd core device driver Lee Jones <lee.jones@linaro.org> - 2017-05-22 14:00 +0200
  [PATCH 1/2] dt-bindings: mfd: Add DT bindings documentation for the max7360 mfd driver Valentin Sitdikov <valentin_sitdikov@mentor.com> - 2017-05-18 10:50 +0200
    Re: [PATCH 1/2] dt-bindings: mfd: Add DT bindings documentation for  the max7360 mfd driver Lee Jones <lee.jones@linaro.org> - 2017-05-22 13:20 +0200
    Re: [PATCH 1/2] dt-bindings: mfd: Add DT bindings documentation for  the max7360 mfd driver Rob Herring <robh@kernel.org> - 2017-05-23 16:30 +0200

csiph-web