Re: [PATCH v6 16/20] Input: adp5585: Add Analog Devices ADP5585/89 support
From: Nuno Sá <hidden>
Date: 2025-07-01 09:18:55
Also in:
linux-devicetree, linux-gpio, linux-pwm
From: Nuno Sá <hidden>
Date: 2025-07-01 09:18:55
Also in:
linux-devicetree, linux-gpio, linux-pwm
On Tue, 2025-07-01 at 10:39 +0200, Uwe Kleine-König wrote:
On Mon, Jun 30, 2025 at 12:53:07PM +0100, Nuno Sá via B4 Relay wrote:quoted
From: Nuno Sá <nuno.sa@analog.com> The ADP5585 is a 10/11 input/output port expander with a built in keypad matrix decoder, programmable logic, reset generator, and PWM generator. This driver supports the keyboard function using the platform device registered by the core MFD driver. The ADP5589 has 19 pins and also features an unlock function. Changes in v6: - Improve kconfig text.Is it intended to have the changelog for the series in the commit log in the end?
This is like DRM style.
quoted
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Nuno Sá <nuno.sa@analog.com> ---I would expect that not, so it should go here.
I did asked Lee before sending v6 but He likely missed it. I would add it here but it is painful to do it with b4 so I ended up adding the log directly in the commit message. b4 was removing git notes and I also don't like git notes adding that "Notes:" line in the beginning. Do you have any suggestion on how you handle this with b4 other than b4 send -o $DIR && git-send-mail? - Nuno Sá