mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Hans de Goede <hansg@kernel.org>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	"Arnd Bergmann" <arnd@kernel.org>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/11] x86-android-tablets: convert to use GPIO references
Date: Sat, 20 Sep 2025 14:53:23 +0200	[thread overview]
Message-ID: <e6b39e68-d950-40fe-a807-37b5d9e9204e@kernel.org> (raw)
In-Reply-To: <ley47cmpwn5lhacf7ddfufeaqhe7rqemmkp2sjrhxitdv3l6cm@ktafyk6eeeft>

Hi Dmitry,

On 19-Sep-25 11:21 PM, Dmitry Torokhov wrote:
> Hi Hans,
> 
> On Fri, Sep 19, 2025 at 09:53:53PM +0200, Hans de Goede wrote:
>> Hi,
>>
>> On 11-Aug-25 4:22 AM, Dmitry Torokhov wrote:
>>> This series came about because now software nodes can be used to
>>> describe GPIOs (via PROPERTY_ENTRY_GPIO() macros) and I would like to
>>> eventually get rid of gpio_keys_platform_data structure.
>>>
>>> So while I was doing the conversions from GPIO_LOOKUP() tables for
>>> gpio_keys devices I decided to convert the rest of them as well. Maybe
>>> some time in the future we can drop support for GPIO_LOOKUP() and rely
>>> on device properties exclusively.
>>>
>>> This is completely untested.
>>>
>>> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>>
>> Thank you for this series. While reviewing this I've found
>> a couple of issues. I've fixed these in my own tree and
>> I'll send out a v3 with this fixed + some extra patches.
>>
>> The issues which I've found and fixed are:
>>
>> - lenovo_yoga_tab2_830_1050_init_codec() is missing a pinctrl_put()
>>   in error-exit paths after the pinctrl_get_select() succeeds
>>
>> - Adding a swnode to the yt3 spi device changes the name of the SPI/codec
>>   device and the sound/soc/intel/boards/bytcr_wm5102.c machine driver looks
>>   up the code by name, update the machine driver to use the new name.
>>
>> - In the "convert Yoga Tab2 fast charger to GPIO references" references
>>   the fwnode is added to the wrong device. The node should be added to
>>   the "serial0-0" device but that gets instantiated by
>>   drivers/platform/x86/lenovo/yoga-tab2-pro-1380-fastcharger.c
>>   I've made yoga-tab2-pro-1380-fastcharger.c propagate the fwnode set on
>>   the platform-device to the serdev it creates to fix this.
>>
>> - Fix the commit message of "platform/x86: x86-android-tablets: convert
>>   gpio_keys devices to GPIO references" which contained a stray reference
>>   to wm5102.
> 
> Thank you Hans for looking over the series and fixing up all the issues
> that I introduced.

You're welcome and thank you for the reviews on the new patches.

Regards,

Hans



      reply	other threads:[~2025-09-20 12:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11  2:22 Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 01/11] platform/x86: x86-android-tablets: convert Goodix devices to " Dmitry Torokhov
2025-08-11 10:09   ` Hans de Goede
2025-08-11 16:01     ` Dmitry Torokhov
2025-08-11 17:45       ` Hans de Goede
2025-08-11  2:22 ` [PATCH v2 02/11] platform/x86: x86-android-tablets: convert Wacom " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 03/11] platform/x86: x86-android-tablets: convert HiDeep " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 04/11] platform/x86: x86-android-tablets: convert Novatek " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 05/11] platform/x86: x86-android-tablets: convert EDT " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 06/11] platform/x86: x86-android-tablets: convert int3496 " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 07/11] platform/x86: x86-android-tablets: convert wm1502 " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 08/11] platform/x86: x86-android-tablets: convert HID-I2C " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 09/11] platform/x86: x86-android-tablets: convert Yoga Tab2 fast charger " Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 10/11] platform/x86: x86-android-tablets: remove support for GPIO lookup tables Dmitry Torokhov
2025-08-11  2:22 ` [PATCH v2 11/11] platform/x86: x86-android-tablets: convert gpio_keys devices to GPIO references Dmitry Torokhov
2025-08-11  9:41 ` [PATCH v2 00/11] x86-android-tablets: convert to use " Hans de Goede
2025-08-11 16:03   ` Dmitry Torokhov
2025-09-19 19:53 ` Hans de Goede
2025-09-19 21:21   ` Dmitry Torokhov
2025-09-20 12:53     ` Hans de Goede [this message]

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=e6b39e68-d950-40fe-a807-37b5d9e9204e@kernel.org \
    --to=hansg@kernel.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®