Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1298811ybh; Sun, 19 Jul 2020 15:12:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUooZOd0MjprxgB+jN5i6bmEAwd1Qj9J4Rxgkl9wKbzT6HO8FcIqE347cRb7YTvdYxMVgb X-Received: by 2002:a17:906:3b44:: with SMTP id h4mr19408508ejf.89.1595196771162; Sun, 19 Jul 2020 15:12:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595196771; cv=none; d=google.com; s=arc-20160816; b=iAyjdSOsfaMflBsJ9LCczn1m/K3FWA1qGtBihCclwQ7FoOXWfRwzOUjgUOioBjkLyE OSBtN73nZLbplhjMXamvWwcDJGJyrV4BWUAjhjZaAmeP2uFEqeiOpWqC1+qmP3Zdab7J 26d9hHp1Qfa3VcTXd20SxeFEHe0s+fQI9TOMrjb5Lz+u6Lc+znhRYtxwG9jvsv167Ue0 YuKfvF03Kq2RHnlYS1njnmNTqHx3eBYwR6P4EnzkfgFFjr3Tw/asPSZKDGgNfat2yTMx R74H45AXaaBFo6VcH6Mgxw5nZ67ONo+9LK6dc03SL4FkqspEcDRc3U5D5snl3NmS5tpF 2ZTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=5gajfFa/gQ4wrSB2o5lwQnfqhxxGLXySUaRd6XlGLf8=; b=YS2m5NKBKiQatEDhHAOrGypU2vbrJ2nQNQj0qGo0JrTXk7r24XHJhqysg9mpPkElmE E2QXINSnnDbcVMDZFWhWkUK2SfxOZGKAkDTCZlxquDTyMY1T352tcF3lepT/1M+pBVI6 QmwAHsm43V8/EDvI+2NaNnp2xmRYMLtyy8AwjbPNLe6etNRIEa+V8XOk+rwREs20ANH/ okPVi6r7n/TRg7e7+pfBczV3dJ9VswIkbVWUZHmvaAZxjYiCnZPBDk2SnPrsVzVLovtL adJKjeiZQz0zLDftqFqDgpNnzHWj7CbFY0ydgTo2eD2TR3kW/hvv/VFbzKHLDv2HRs6P /nEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o9si10648662ejr.243.2020.07.19.15.12.27; Sun, 19 Jul 2020 15:12:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726499AbgGSWMX (ORCPT + 99 others); Sun, 19 Jul 2020 18:12:23 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:57701 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726156AbgGSWMX (ORCPT ); Sun, 19 Jul 2020 18:12:23 -0400 X-Originating-IP: 195.189.32.242 Received: from pc.localdomain (unknown [195.189.32.242]) (Authenticated sender: contact@artur-rojek.eu) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id C6362FF805; Sun, 19 Jul 2020 22:12:18 +0000 (UTC) From: Artur Rojek To: Dmitry Torokhov , Rob Herring , Mark Rutland , Jonathan Cameron , Paul Cercueil , Andy Shevchenko Cc: Heiko Stuebner , Ezequiel Garcia , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Artur Rojek Subject: [PATCH v8 0/2] input: ADC joystick driver & DT bindings Date: Mon, 20 Jul 2020 00:11:01 +0200 Message-Id: <20200719221103.91644-1-contact@artur-rojek.eu> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, this series is a continuation of adc-joystick changes split from: https://lore.kernel.org/linux-iio/20200709152200.10039-1-contact@artur-rojek.eu/ Rob, the bindings example in patch 1/2 depends on changes introduced in another patchset, still to be merged: https://lore.kernel.org/linux-iio/20200719205307.87385-4-contact@artur-rojek.eu/ Your scripts will most likely fail to validate this. You have already reviewed this patch when it was still part of the aforementioned series. Cheers, Artur Artur Rojek (2): dt-bindings: input: Add docs for ADC driven joystick. input: joystick: Add ADC attached joystick driver. .../bindings/input/adc-joystick.yaml | 121 +++++++++ drivers/input/joystick/Kconfig | 10 + drivers/input/joystick/Makefile | 1 + drivers/input/joystick/adc-joystick.c | 253 ++++++++++++++++++ 4 files changed, 385 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/adc-joystick.yaml create mode 100644 drivers/input/joystick/adc-joystick.c -- 2.27.0