[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170613122051.6061-1-valentin_sitdikov@mentor.com>
Date: Tue, 13 Jun 2017 15:20:49 +0300
From: Valentin Sitdikov <valentin_sitdikov@...tor.com>
To: <lee.jones@...aro.org>, <robh+dt@...nel.org>,
<mark.rutland@....com>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Valentin Sitdikov <valentin_sitdikov@...tor.com>
Subject: [PATCH v4 0/2] dt-bindings: mfd: Add max7360 mfd driver and DT documentation
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: mfd: Add DT bindings documentation for the max7360 mfd
driver
---
Changes since v1:
- Use proper node names
- Drop unused addresses in node names
- Fix description of interrupt-names property
Changes since v2:
- Fix rotary-encoder node name
- Add description of interrupts property
- Drop unused code
- Comment max7360 structure
- Add comments to the code
Changes since v3:
- Fix formatting
- Use devm_mfd_add_devices
Andrei Dranitca (1):
mfd: max7360: Add mfd core device driver
Valentin Sitdikov (1):
dt-bindings: mfd: Add DT bindings documentation for the max7360 mfd
driver
Documentation/devicetree/bindings/mfd/max7360.txt | 74 ++++++
drivers/mfd/Kconfig | 16 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/max7360.c | 291 ++++++++++++++++++++++
include/linux/mfd/max7360.h | 90 +++++++
5 files changed, 472 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
Powered by blists - more mailing lists