All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Thompson <davthompson@nvidia.com>
To: <linus.walleij@linaro.org>, <brgl@bgdev.pl>,
	<andriy.shevchenko@linux.intel.com>,
	<mika.westerberg@linux.intel.com>
Cc: <linux-gpio@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	"David Thompson" <davthompson@nvidia.com>
Subject: [PATCH v2 0/2] gpio: mlxbf3: revert device name logic
Date: Tue, 12 Aug 2025 09:39:50 -0400	[thread overview]
Message-ID: <cover.1755005277.git.davthompson@nvidia.com> (raw)

This series reverts the use of device name processing
in the BlueField-3 GPIO driver "probe()".  Instead, the
kernel API "platform_get_irq_optional()" should be used
to prevent errors being logged.

v2:
- Added "Cc: stable@vger.kernel.org" tag to patch 2
- Added "Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>"

David Thompson (2):
  Revert "gpio: mlxbf3: only get IRQ for device instance 0"
  gpio: mlxbf3: use platform_get_irq_optional()

 drivers/gpio/gpio-mlxbf3.c | 54 ++++++++++++++------------------------
 1 file changed, 19 insertions(+), 35 deletions(-)

-- 
2.43.2


             reply	other threads:[~2025-08-12 13:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-12 13:39 David Thompson [this message]
2025-08-12 13:39 ` [PATCH v2 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0" David Thompson
2025-08-12 13:39 ` [PATCH v2 2/2] gpio: mlxbf3: use platform_get_irq_optional() David Thompson

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=cover.1755005277.git.davthompson@nvidia.com \
    --to=davthompson@nvidia.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=brgl@bgdev.pl \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mika.westerberg@linux.intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.