From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938837AbdAKRy0 (ORCPT ); Wed, 11 Jan 2017 12:54:26 -0500 Received: from vern.gendns.com ([206.190.152.46]:43453 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755067AbdAKRyS (ORCPT ); Wed, 11 Jan 2017 12:54:18 -0500 From: David Lechner To: devicetree@vger.kernel.org, linux-iio@vger.kernel.org Cc: David Lechner , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] ti,ads7950 device tree bindings Date: Wed, 11 Jan 2017 11:52:48 -0600 Message-Id: <1484157171-15571-1-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds device tree bindings for the TI ADS7950 family of A/DC chips. The series includes the bindings documentation and some fixes to the iio driver to make it work with the device tree bindings. FYI, the ads7950 driver has not made it into mainline yet, so no worries about breaking anyone with these changes. David Lechner (3): DT/bindings: Add bindings for TI ADS7950 A/DC chips iio: adc: ti-ads7950: Drop "ti-" prefix from module name iio: adc: ti-ads7950: Change regulator matching string to "vref" .../devicetree/bindings/iio/adc/ti-ads7950.txt | 23 ++++++++++++++++ drivers/iio/adc/ti-ads7950.c | 32 +++++++++++----------- 2 files changed, 39 insertions(+), 16 deletions(-) create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-ads7950.txt -- 2.7.4