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


Groups > linux.kernel > #1434298

[PATCH v3 0/4] iio: potentiometer: mcp4531: New parts, DT and typo

From Florian Vaussard <florian.vaussard@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/4] iio: potentiometer: mcp4531: New parts, DT and typo
Date 2016-06-30 09:40 +0200
Message-ID <rPEJQ-6JB-3@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. Finally it fixes a typo in the
Kconfig.

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

Best regards,
Florian

---
Since v2:
- Fixed 7-bit/8-bit mix in the DT documentation
- Use a macro to declare compatibles in the macro, as suggested by Peter

Since v1:
- Applied Acks
- Moved the binding to i2c/trivial-devices.txt
- Fixed data pointer handling in struct of_device_id
- Renamed struct of_device_id to mcp4531_of_match
- New patch to fix typo in Kconfig


Florian Vaussard (4):
  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
  iio: potentiometer: Fix typo in Kconfig

 .../devicetree/bindings/i2c/trivial-devices.txt    |  64 +++++++++
 drivers/iio/potentiometer/Kconfig                  |  12 +-
 drivers/iio/potentiometer/mcp4531.c                | 159 ++++++++++++++++++++-
 3 files changed, 229 insertions(+), 6 deletions(-)

-- 
2.5.5

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


Thread

[PATCH v3 0/4] iio: potentiometer: mcp4531: New parts, DT and typo Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-30 09:40 +0200
  [PATCH v3 4/4] iio: potentiometer: Fix typo in Kconfig Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-30 09:40 +0200
    Re: [PATCH v3 4/4] iio: potentiometer: Fix typo in Kconfig Jonathan Cameron <jic23@kernel.org> - 2016-07-03 13:00 +0200
  [PATCH v3 3/4] iio: potentiometer: mcp4531: Add device tree binding Florian Vaussard <florian.vaussard@gmail.com> - 2016-06-30 09:40 +0200
    Re: [PATCH v3 3/4] iio: potentiometer: mcp4531: Add device tree  binding Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-06-30 10:10 +0200
      Re: [PATCH v3 3/4] iio: potentiometer: mcp4531: Add device tree  binding Jonathan Cameron <jic23@kernel.org> - 2016-07-03 13:00 +0200
        Re: [PATCH v3 3/4] iio: potentiometer: mcp4531: Add device tree  binding Florian Vaussard <florian.vaussard@heig-vd.ch> - 2016-07-04 09:00 +0200

csiph-web