2020-04-17 17:11:57

by Thierry Reding

[permalink] [raw]
Subject: [PATCH] mfd: max77620: Use single-byte writes on MAX77620

From: Thierry Reding <[email protected]>

The MAX77620 doesn't support bulk writes, so make sure the regmap code
breaks bulk writes into multiple single-byte writes.

Note that this is mostly cosmetic because currently only the RTC sub-
driver uses bulk writes and the RTC driver ends up using a different
regmap on the MAX77620 anyway. However, it seems like a good idea to
make this change now in order to avoid running into issues if bulk
writes are ever used by other sub-drivers sometime down the road.

Signed-off-by: Thierry Reding <[email protected]>
---
drivers/mfd/max77620.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/max77620.c b/drivers/mfd/max77620.c
index c7ed5c353553..fec2096474ad 100644
--- a/drivers/mfd/max77620.c
+++ b/drivers/mfd/max77620.c
@@ -177,6 +177,7 @@ static const struct regmap_config max77620_regmap_config = {
.rd_table = &max77620_readable_table,
.wr_table = &max77620_writable_table,
.volatile_table = &max77620_volatile_table,
+ .use_single_write = true,
};

static const struct regmap_config max20024_regmap_config = {
--
2.24.1


2020-04-20 15:15:48

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH] mfd: max77620: Use single-byte writes on MAX77620


On 17/04/2020 18:09, Thierry Reding wrote:
> From: Thierry Reding <[email protected]>
>
> The MAX77620 doesn't support bulk writes, so make sure the regmap code
> breaks bulk writes into multiple single-byte writes.
>
> Note that this is mostly cosmetic because currently only the RTC sub-
> driver uses bulk writes and the RTC driver ends up using a different
> regmap on the MAX77620 anyway. However, it seems like a good idea to
> make this change now in order to avoid running into issues if bulk
> writes are ever used by other sub-drivers sometime down the road.
>
> Signed-off-by: Thierry Reding <[email protected]>
> ---
> drivers/mfd/max77620.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mfd/max77620.c b/drivers/mfd/max77620.c
> index c7ed5c353553..fec2096474ad 100644
> --- a/drivers/mfd/max77620.c
> +++ b/drivers/mfd/max77620.c
> @@ -177,6 +177,7 @@ static const struct regmap_config max77620_regmap_config = {
> .rd_table = &max77620_readable_table,
> .wr_table = &max77620_writable_table,
> .volatile_table = &max77620_volatile_table,
> + .use_single_write = true,
> };
>
> static const struct regmap_config max20024_regmap_config = {
>


Acked-by: Jon Hunter <[email protected]>
Tested-by: Jon Hunter <[email protected]>

Cheers
Jon

--
nvpublic

2020-05-08 11:18:51

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH] mfd: max77620: Use single-byte writes on MAX77620

On Fri, Apr 17, 2020 at 07:09:13PM +0200, Thierry Reding wrote:
> From: Thierry Reding <[email protected]>
>
> The MAX77620 doesn't support bulk writes, so make sure the regmap code
> breaks bulk writes into multiple single-byte writes.
>
> Note that this is mostly cosmetic because currently only the RTC sub-
> driver uses bulk writes and the RTC driver ends up using a different
> regmap on the MAX77620 anyway. However, it seems like a good idea to
> make this change now in order to avoid running into issues if bulk
> writes are ever used by other sub-drivers sometime down the road.
>
> Signed-off-by: Thierry Reding <[email protected]>
> ---
> drivers/mfd/max77620.c | 1 +
> 1 file changed, 1 insertion(+)

Hi Lee,

did you have a chance to look at this patch?

Thierry


Attachments:
(No filename) (807.00 B)
signature.asc (849.00 B)
Download all attachments

2020-05-11 07:43:14

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH] mfd: max77620: Use single-byte writes on MAX77620

On Fri, 17 Apr 2020, Thierry Reding wrote:

> From: Thierry Reding <[email protected]>
>
> The MAX77620 doesn't support bulk writes, so make sure the regmap code
> breaks bulk writes into multiple single-byte writes.
>
> Note that this is mostly cosmetic because currently only the RTC sub-
> driver uses bulk writes and the RTC driver ends up using a different
> regmap on the MAX77620 anyway. However, it seems like a good idea to
> make this change now in order to avoid running into issues if bulk
> writes are ever used by other sub-drivers sometime down the road.
>
> Signed-off-by: Thierry Reding <[email protected]>
> ---
> drivers/mfd/max77620.c | 1 +
> 1 file changed, 1 insertion(+)

Applied, thanks.

--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog