Re: [PATCH v2] regulator:s5m8767: Fully convert to GPIO descriptors

From: Song Chen
Date: Thu Dec 12 2024 - 01:02:04 EST


Thanks for reminding, will be corrected in next version.

Song

在 2024/12/11 21:25, Mark Brown 写道:
On Wed, Dec 11, 2024 at 01:10:19PM +0800, Song Chen wrote:
This converts s5m8767 regulator driver to use GPIO descriptors.

---
v1 - v2:
1, reedit commit message.
2, remove development code.
3, print error msg in dev_err_probe.
4, doesn't set gpiod directions until successfully requesting
all gpiods. It's pretty much equivalent with original code.

Signed-off-by: Song Chen <chensong_2000@xxxxxx>
---

Your signoff needs to be before the ---, and the changelog after the
---. The tools will get very confused and remove your signoff here.