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


Groups > linux.kernel > #1427357

[PATCH 0/3] iio: potentiometer: mcp4531: New parts and device tree

From Florian Vaussard <florian.vaussard@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] iio: potentiometer: mcp4531: New parts and device tree
Date 2016-06-21 09:00 +0200
Message-ID <rMnPb-2gH-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

This series first adds support for parts missing from mcp4531 driver
(MCP454x, MCP456x, MCP464x and MCP466x). It then introduces the necessary
device tree binding to perform DT boot.

Tested with MCP4561-103 and MCP4561-503 (DT boot).

Best regards,
Florian

Florian Vaussard (3):
  iio: potentiometer: mcp4531: Add support for MCP454x, MCP456x, MCP464x
    and MCP466x
  iio: potentiometer: mcp4531: Add device tree binding documentation
  iio: potentiometer: mcp4531: Add device tree binding

 .../bindings/iio/potentiometer/mcp4531.txt         |  84 +++++++++++
 drivers/iio/potentiometer/Kconfig                  |   6 +-
 drivers/iio/potentiometer/mcp4531.c                | 155 ++++++++++++++++++++-
 3 files changed, 242 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/potentiometer/mcp4531.txt

-- 
2.5.0

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


Thread

[PATCH 0/3] iio: potentiometer: mcp4531: New parts and device tree Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-21 09:00 +0200
  [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-21 09:00 +0200
    Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-06-22 08:30 +0200
      Re: [PATCH 3/3] iio: potentiometer: mcp4531: Add device tree binding Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-06-23 11:00 +0200
  [PATCH 2/3] iio: potentiometer: mcp4531: Add device tree binding documentation Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-21 09:00 +0200
    Re: [PATCH 2/3] iio: potentiometer: mcp4531: Add device tree binding  documentation Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-06-21 10:20 +0200
      Re: [PATCH 2/3] iio: potentiometer: mcp4531: Add device tree binding  documentation Rob Herring <robh@kernel.org> - 2016-06-21 23:40 +0200
    Re: [PATCH 2/3] iio: potentiometer: mcp4531: Add device tree binding  documentation Rob Herring <robh@kernel.org> - 2016-06-21 23:50 +0200
      Re: [PATCH 2/3] iio: potentiometer: mcp4531: Add device tree binding  documentation Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-06-22 08:20 +0200
  [PATCH 1/3] iio: potentiometer: mcp4531: Add support for MCP454x, MCP456x, MCP464x and MCP466x Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-21 09:00 +0200

csiph-web