Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp4851098ybv; Tue, 11 Feb 2020 04:43:11 -0800 (PST) X-Google-Smtp-Source: APXvYqxZWo+Q9jbzaQK2uQpUrj8b5cFh2znBujqJWh4xTR72f5DT8D1Ksx0J5H41ry0waIm/fIeh X-Received: by 2002:a05:6830:10a:: with SMTP id i10mr4822669otp.365.1581424991438; Tue, 11 Feb 2020 04:43:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581424991; cv=none; d=google.com; s=arc-20160816; b=a8qHOQLFL50OSxuRD47maUhCq3/9Ki8rwDNg5SgRc3SfpbIPfSlOGEymALk808u0m0 x+i1/85lvyla2L+VKaytEingBnNENKWzncNCi3GH6kQPDcyFT5PsfPSye0NQuQRsCA5T zuhnZ7DcoLcY3SiBxrCXlHMprEbD7sOIQzhVdksXh9NFuKYoXDPOoJC7HDT+3M9MQ9lB 4OWUXGWsSbmO0Sa+DvuJ2q0PP1FnMOohi444ZTOGsODrYfJCDSs8gOIThVA5OFP80qpa psUM37l1y4k9F2exg1bRcXqOSqzkshd4JS0Xt9mbAl573JrxWLFapMONRAx1PH8OQZuA GJ+w== 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:dkim-signature; bh=uYzrKQOBH5oTuLt7WfVA95uw+LqRlNAKJwN3mxORaWc=; b=etwrgONLuajmspu68HWh4aTdbNA52/AhxACXI5pi/Whu1EHmIlXMtWafTKzWoqWx8F JvySHDXrwgPsxnOs91Uu/1xt7/6A8DfTQyjS3YX6c/CbaCgRTZWaAjGSiPzKVhmOr4h+ 0MWX+Iak/RLR++L/luua7LVpz8DGUohjQ/PN8MaNIjKnZZ/PoqwtgGaNkgvJ2gpw/fPG X3J3P3bXLAbuSXD1NaS5snGrjtObLy0ob28pgXldKMi9w9CiKbgb/KWjVJPNpz8FLNZW hADb2w+QYLYyGaTrEROZRVgW9poNQJB4HJSs0AMPWvgMRQikHiXnN9cuLdDdaKSENcA8 uz/g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass (test mode) header.i=@onstation.org header.s=default header.b=aUXniMUD; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q19si1744270otm.221.2020.02.11.04.42.59; Tue, 11 Feb 2020 04:43:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass (test mode) header.i=@onstation.org header.s=default header.b=aUXniMUD; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728658AbgBKMNa (ORCPT + 99 others); Tue, 11 Feb 2020 07:13:30 -0500 Received: from onstation.org ([52.200.56.107]:58246 "EHLO onstation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728635AbgBKMNa (ORCPT ); Tue, 11 Feb 2020 07:13:30 -0500 Received: from localhost.localdomain (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id 513463E955; Tue, 11 Feb 2020 12:13:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=onstation.org; s=default; t=1581423209; bh=Yaag2vNG13oaTjnQhFARRRVSPgpOAMZBTu/94Jo7vwE=; h=From:To:Cc:Subject:Date:From; b=aUXniMUDkl5e2GeGgFVmFYepCVWDbUUVUpMWyyBptqL+TKp9kxYQ+2a42wzSbF3M4 vCnE7bjI6l51LscHQgEO5w4c2mr4YGELt41I7LMRyAjho9RbftX5PwMavr6aav6KeU aB4imnNm65+zEaUi7r9Vs4fzNhauSTjWGFwiWXTc= From: Brian Masney To: dmitry.torokhov@gmail.com Cc: linux-input@vger.kernel.org, sboyd@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: [PATCH v2 0/2] Input: remove msm-vibrator driver and bindings Date: Tue, 11 Feb 2020 07:13:16 -0500 Message-Id: <20200211121318.144067-1-masneyb@onstation.org> X-Mailer: git-send-email 2.24.1 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 Here's a small patch series that removes the msm-vibrator driver and bindings. These two patches are broken out from this patch series: https://lore.kernel.org/lkml/20191205002503.13088-5-masneyb@onstation.org/ In a nutshell, I'm waiting for someone from Qualcomm to either post a patch to support setting the clock duty cycle or someone to post information about the m,n,d registers for the clocks. Once that's done, no other changes should be needed in the input subsystem. In the mean time, the msm-vibrator driver needs to be removed from upstream. Changes since v1: - Updated commit messages to remove references to clk-vibrator. Brian Masney (2): dt-bindings: Input: remove msm-vibrator Input: remove msm-vibrator driver .../bindings/input/msm-vibrator.txt | 36 --- drivers/input/misc/Kconfig | 10 - drivers/input/misc/Makefile | 1 - drivers/input/misc/msm-vibrator.c | 281 ------------------ 4 files changed, 328 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/msm-vibrator.txt delete mode 100644 drivers/input/misc/msm-vibrator.c -- 2.24.1