From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_ADSP_ALL,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59646C433E4 for ; Tue, 14 Jul 2020 10:25:13 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 29ADE22201 for ; Tue, 14 Jul 2020 10:25:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fwS0yTkd"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="IOj2CJTF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 29ADE22201 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=megous.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=HRxkrCZQ/69ySkBqFPeSi4YRwh/DxZtrGkaQEhKqSFI=; b=fwS0yTkdRMeI66tVF8zZfDb9or HYaqzN/gzH2OEx5+3eCdRKMD79Wt6w453rkslGh+QIMb+xv0ffGliN1KTBrNGXgsJU8ebu1NfNOrw s/ta1V2adK1yET7ma9sT2EaltKkYL3obyhKermbcZsn/Ml7HCMlMd+KytRl870IFS2FZQDQ+ZO8SD v/yO3uXAt/Cem0e6kN7oRlmFjnpnGx/FEfi615aVals5hzeXYImNVjT/LK24vrUxilYUWdLl4WeXy qbSBH2mJwAy/8gsT8hsjrdBaSPNEm+OsNYBKM4b3DSqILQ3R4j7viVEm/O5d2vz7/cqTddNMgxn36 qBLqdiTw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvI6D-00051A-EB; Tue, 14 Jul 2020 10:23:45 +0000 Received: from vps.xff.cz ([195.181.215.36]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvI6A-0004zT-4f for linux-arm-kernel@lists.infradead.org; Tue, 14 Jul 2020 10:23:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1594722217; bh=b5ZA4YXSStj9NSEJKpR0EoBU9eCLYs5GBPxpk7Au4Jk=; h=From:To:Cc:Subject:Date:From; b=IOj2CJTFMM4foh6Z1bL6bN76aQ3IsZF6KzKGIuLDgwKASd6lE3sIDRQv/76ND9+BX rqLW9wJBgyvd5VA3nFg4GXphHvFr/pdQEdcE8Dv3y+q2cSLVgjuvs5B1SxBQxXIoUe tmTZaqUKBXg2vC69LsfMNpFnShBOCyhzHsK8LT9k= From: Ondrej Jirman To: linux-sunxi@googlegroups.com, Dmitry Torokhov , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH v4 0/4] Add support for vibrator motor for TBS A711 Tablet Date: Tue, 14 Jul 2020 12:22:59 +0200 Message-Id: <20200714102303.3007896-1-megous@megous.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200714_062342_317083_988BD26A X-CRM114-Status: GOOD ( 10.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ondrej Jirman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Luca Weiss , Tomas Novotny , linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The tablet has a vibrator motor. This patch series exposes it via input subsystem (EV_FF). I'd like to ask input maintainers to take the patches 1 and 2. Patches 3 and 4 should go via the sunxi tree. The change to the vibrator driver is meant to enable toggling the vibrator motor just via a power supply itself. There's not additional gpio driven switch on this tablet between the power supply for the motor and the motor. Please take a look. Changes in v4: - Added DT reviewed-by tag - Fixed motor typo Changes in v3: - Changed dt-binding to require at least one of enable/supply, dropped ack - Changed driver to bail out if neither supply nor gpio is given Changes in v2: - Added DT ack tag - Add more information to the commit log (re use of LDO for the power) thank you and regards, Ondrej Jirman Ondrej Jirman (4): dt-bindings: input: gpio-vibrator: Don't require enable-gpios input: gpio-vibra: Allow to use vcc-supply alone to control the vibrator ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor ARM: dts: sun8i-a83t-tbs-a711: Increase voltage on the vibrator .../devicetree/bindings/input/gpio-vibrator.yaml | 7 ++++++- arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 9 +++++++-- drivers/input/misc/gpio-vibra.c | 14 ++++++++++---- 3 files changed, 23 insertions(+), 7 deletions(-) -- 2.27.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel