mbox series

[v2,RESEND,0/2] Input: remove msm-vibrator driver and bindings

Message ID 20200513013140.69935-1-masneyb@onstation.org
Headers show
Series Input: remove msm-vibrator driver and bindings | expand

Message

Brian Masney May 13, 2020, 1:31 a.m. UTC
Here's a small patch series that removes the msm-vibrator driver and
bindings. These two patches are broken out from this patch series from
December:

https://lore.kernel.org/lkml/20191205002503.13088-5-masneyb@onstation.org/

And a resend of what I sent out in February:

https://lore.kernel.org/lkml/20200211121318.144067-1-masneyb@onstation.org/

In a nutshell, the address referenced by this driver is within the
Qualcomm Clock namespace and needs to be managed by the clk subsystem.
This driver needs to go away to clean up the upstream kernel.

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
will be needed in the input subsystem.

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

Comments

Dmitry Torokhov May 13, 2020, 3:18 a.m. UTC | #1
On Tue, May 12, 2020 at 09:31:39PM -0400, Brian Masney wrote:
> The address referenced in this binding is within the Qualcomm Clock
> namespace so let's drop the msm-vibrator bindings so that a more
> generic solution can be used instead.  No one is currently using these
> bindings so this won't affect any users.
> 
> Signed-off-by: Brian Masney <masneyb@onstation.org>
> Acked-by: Rob Herring <robh@kernel.org>

Applied, thank you.