Linux GPIO subsystem development
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: "Uwe Kleine-König (The Capable Hub)" <u.kleine-koenig@baylibre.com>
Cc: Linus Walleij <linusw@kernel.org>,
	Bartosz Golaszewski <brgl@kernel.org>,
	Andy Shevchenko <andy@kernel.org>,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 06/20] gpio: sodaville: Add missing pci module annotations
Date: Tue, 14 Jul 2026 11:22:17 +0300	[thread overview]
Message-ID: <alXxuTVdAP7agxzS@ashevche-desk.local> (raw)
In-Reply-To: <40ab40117c9df840de84ccf0365044cf4f87d37d.1784013063.git.u.kleine-koenig@baylibre.com>

On Tue, Jul 14, 2026 at 09:24:07AM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> A driver module matching devices using a pci device id table is


PCI

> supposed to declare that in the module's metadata. Add this information
> to the sodaville driver.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>

-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2026-07-14  8:22 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-14  7:24 [PATCH v1 00/20] gpio: Improvements around device-id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 01/20] gpio: Drop unused assignment of acpi_device_id driver data Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 02/20] gpio: max7301: Drop unused assignment of spi_device_id " Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 03/20] gpio: mmio: Drop unused assignment of platform_device_id " Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 04/20] gpio: ljca: Drop unused assignment of auxiliary_device_id " Uwe Kleine-König (The Capable Hub)
2026-07-14  8:12   ` Sakari Ailus
2026-07-14  7:24 ` [PATCH v1 05/20] gpio: Add missing ACPI module annotations Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 06/20] gpio: sodaville: Add missing pci " Uwe Kleine-König (The Capable Hub)
2026-07-14  8:22   ` Andy Shevchenko [this message]
2026-07-14  7:24 ` [PATCH v1 07/20] gpio: Add missing OF " Uwe Kleine-König (The Capable Hub)
2026-07-14 13:55   ` Daniel Palmer
2026-07-24  7:24   ` Linus Walleij
2026-07-24 15:32   ` Frank Li
2026-07-14  7:24 ` [PATCH v1 08/20] gpio: pxa: Add missing platform " Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 09/20] gpio: Add missing dmi " Uwe Kleine-König (The Capable Hub)
2026-07-14  8:23   ` Andy Shevchenko
2026-07-14  8:36     ` Andy Shevchenko
2026-07-14  7:24 ` [PATCH v1 10/20] gpio: pl061: Use empty initializer for amba_id terminator Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 11/20] gpio: Use named initializers for acpi_device_id array Uwe Kleine-König (The Capable Hub)
2026-07-14  8:28   ` Andy Shevchenko
2026-07-14  7:24 ` [PATCH v1 12/20] gpio: Use named initializers for spi_device_id array Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 13/20] gpio: virtio: Use a named initializer for virtio_device_id array Uwe Kleine-König (The Capable Hub)
2026-07-14  8:10   ` Viresh Kumar
2026-07-14  7:24 ` [PATCH v1 14/20] gpio: pcf857x: Use named initializers for of_device_id array Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 15/20] gpio: Unify style of acpi_device_id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  8:26   ` Andy Shevchenko
2026-07-14  7:24 ` [PATCH v1 16/20] gpio: Unify style of of_device_id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 17/20] gpio: max77620: Unify style of platform_device_id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 18/20] gpio: Unify style of spi_device_id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  7:24 ` [PATCH v1 19/20] gpio: Unify style of pci_device_id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  8:25   ` Andy Shevchenko
2026-07-14  7:24 ` [PATCH v1 20/20] gpio: Unify style of various *_device_id arrays Uwe Kleine-König (The Capable Hub)
2026-07-14  8:10   ` Viresh Kumar
2026-07-14  8:12   ` Sakari Ailus
2026-07-14  8:37   ` Andy Shevchenko

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=alXxuTVdAP7agxzS@ashevche-desk.local \
    --to=andriy.shevchenko@intel.com \
    --cc=andy@kernel.org \
    --cc=brgl@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=u.kleine-koenig@baylibre.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