[PATCH 0/1] regulator: ad5398: Correct SW_POWER_DOWN bit number

Isaac Scott posted 1 patch 1 year ago
drivers/regulator/ad5398.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH 0/1] regulator: ad5398: Correct SW_POWER_DOWN bit number
Posted by Isaac Scott 1 year ago
This patch corrects the bit number that represents the soft power down
bit of the AD5398. This was overlooked during testing as in my use case,
the regulator was enabled and disabled via multiple methods, such as
using the power down pin on the chip itself through a different driver.

I have tested this on v6.13, and the bit number selected here accurately
reflects what is listed in the datasheet for the AD5398.

Isaac Scott (1):
  regulator: ad5398: Correct the SW_POWER_DOWN bit number

 drivers/regulator/ad5398.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.43.0
Re: [PATCH 0/1] regulator: ad5398: Correct SW_POWER_DOWN bit number
Posted by Mark Brown 1 year ago
On Thu, Feb 06, 2025 at 12:24:58PM +0000, Isaac Scott wrote:
> This patch corrects the bit number that represents the soft power down
> bit of the AD5398. This was overlooked during testing as in my use case,
> the regulator was enabled and disabled via multiple methods, such as
> using the power down pin on the chip itself through a different driver.

Please don't send cover letters for single patches, if there is anything
that needs saying put it in the changelog of the patch or after the ---
if it's administrative stuff.  This reduces mail volume and ensures that 
any important information is recorded in the changelog rather than being
lost.