linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	 Tony Lindgren <tony@atomide.com>
Cc: linux-input@vger.kernel.org, Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 0/4] Convert some input drivers to use GPIO descriptors
Date: Wed, 29 Nov 2023 14:51:44 +0100	[thread overview]
Message-ID: <20231129-descriptors-input-v1-0-9433162914a3@linaro.org> (raw)

This clears out some oddities with unused GPIOs, or unused
platform data GPIOs passed around in the input subsystem.

This is done to get rid of bad examples and step-wise make
it possible to remove <linux/gpio.h>, see
drivers/gpio/TODO.

Cc   <linux-omap@vger.kernel.org>

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (4):
      Input: navpoint - Convert to use GPIO descriptor
      Input: tca6416-keypad - Drop unused include
      Input: omap-keypad - Drop optional GPIO support
      Input: as5011 - Convert to GPIO descriptor

 drivers/input/joystick/as5011.c           | 24 +++++++++---------
 drivers/input/keyboard/omap-keypad.c      | 16 +-----------
 drivers/input/keyboard/tca6416-keypad.c   |  1 -
 drivers/input/mouse/navpoint.c            | 41 +++++++++++--------------------
 include/linux/input/as5011.h              |  1 -
 include/linux/input/navpoint.h            |  1 -
 include/linux/platform_data/keypad-omap.h |  3 ---
 7 files changed, 27 insertions(+), 60 deletions(-)
---
base-commit: 226edd1152ffe82c080d8ddf5faef69278447c9b
change-id: 20231129-descriptors-input-0432d7f805a6

Best regards,
-- 
Linus Walleij <linus.walleij@linaro.org>


             reply	other threads:[~2023-11-29 13:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29 13:51 Linus Walleij [this message]
2023-11-29 13:51 ` [PATCH 1/4] Input: navpoint - Convert to use GPIO descriptor Linus Walleij
2023-12-13  7:13   ` Dmitry Torokhov
2023-11-29 13:51 ` [PATCH 2/4] Input: tca6416-keypad - Drop unused include Linus Walleij
2023-12-13  7:13   ` Dmitry Torokhov
2023-11-29 13:51 ` [PATCH 3/4] Input: omap-keypad - Drop optional GPIO support Linus Walleij
2023-11-30 12:15   ` Tony Lindgren
2023-12-13  7:10   ` Dmitry Torokhov
2023-12-13  8:19     ` Linus Walleij
2023-11-29 13:51 ` [PATCH 4/4] Input: as5011 - Convert to GPIO descriptor Linus Walleij
2023-12-13  7:13   ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231129-descriptors-input-v1-0-9433162914a3@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).