diff mbox series

[1/3] mfd: lp87565: fix typo in define names

Message ID 20210219223910.1831-1-luca@lucaceresoli.net
State Accepted
Commit c06a40e9513d246bdeacd290f2357bb99251dc9a
Headers show
Series [1/3] mfd: lp87565: fix typo in define names | expand

Commit Message

Luca Ceresoli Feb. 19, 2021, 10:39 p.m. UTC
"GOIO" should be "GPIO" here.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 drivers/gpio/gpio-lp87565.c |  6 +++---
 include/linux/mfd/lp87565.h | 28 ++++++++++++++--------------
 2 files changed, 17 insertions(+), 17 deletions(-)

Comments

Lee Jones March 8, 2021, 2:04 p.m. UTC | #1
On Fri, 19 Feb 2021, Luca Ceresoli wrote:

> "GOIO" should be "GPIO" here.

> 

> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

> ---

>  drivers/gpio/gpio-lp87565.c |  6 +++---

>  include/linux/mfd/lp87565.h | 28 ++++++++++++++--------------

>  2 files changed, 17 insertions(+), 17 deletions(-)


For my own reference (apply this as-is to your sign-off block):

  Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Bartosz Golaszewski March 8, 2021, 2:59 p.m. UTC | #2
On Fri, Feb 19, 2021 at 11:39 PM Luca Ceresoli <luca@lucaceresoli.net> wrote:
>

> "GOIO" should be "GPIO" here.

>

> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

> ---


For GPIO part:

Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Luca Ceresoli May 12, 2021, 9:17 a.m. UTC | #3
Hi,

On 08/03/21 15:04, Lee Jones wrote:
> On Fri, 19 Feb 2021, Luca Ceresoli wrote:

> 

>> "GOIO" should be "GPIO" here.

>>

>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

>> ---

>>  drivers/gpio/gpio-lp87565.c |  6 +++---

>>  include/linux/mfd/lp87565.h | 28 ++++++++++++++--------------

>>  2 files changed, 17 insertions(+), 17 deletions(-)

> 

> For my own reference (apply this as-is to your sign-off block):

> 

>   Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>


Gentle ping on patches 1 and 3. Both have at least an ack and are fairly
trivial. Both apply cleanly on current master.

Thanks.
-- 
Luca
Lee Jones May 12, 2021, 9:59 a.m. UTC | #4
On Wed, 12 May 2021, Luca Ceresoli wrote:

> Hi,

> 

> On 08/03/21 15:04, Lee Jones wrote:

> > On Fri, 19 Feb 2021, Luca Ceresoli wrote:

> > 

> >> "GOIO" should be "GPIO" here.

> >>

> >> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

> >> ---

> >>  drivers/gpio/gpio-lp87565.c |  6 +++---

> >>  include/linux/mfd/lp87565.h | 28 ++++++++++++++--------------

> >>  2 files changed, 17 insertions(+), 17 deletions(-)

> > 

> > For my own reference (apply this as-is to your sign-off block):

> > 

> >   Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>

> 

> Gentle ping on patches 1 and 3. Both have at least an ack and are fairly

> trivial. Both apply cleanly on current master.


I'll take care of these this time, but in future, if you don't receive
further responses for ~2 weeks, you should collect all of the Acks and
submit a [RESEND].

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Lee Jones May 12, 2021, 10 a.m. UTC | #5
On Mon, 08 Mar 2021, Bartosz Golaszewski wrote:

> On Fri, Feb 19, 2021 at 11:39 PM Luca Ceresoli <luca@lucaceresoli.net> wrote:

> >

> > "GOIO" should be "GPIO" here.

> >

> > Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

> > ---

> 

> For GPIO part:

> 

> Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>


Do you require a pull-request from an immutable branch?

Or can I just take these as-is?

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Luca Ceresoli May 12, 2021, 11:01 a.m. UTC | #6
Hi Lee,

On 12/05/21 11:59, Lee Jones wrote:
> On Wed, 12 May 2021, Luca Ceresoli wrote:

> 

>> Hi,

>>

>> On 08/03/21 15:04, Lee Jones wrote:

>>> On Fri, 19 Feb 2021, Luca Ceresoli wrote:

>>>

>>>> "GOIO" should be "GPIO" here.

>>>>

>>>> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

>>>> ---

>>>>  drivers/gpio/gpio-lp87565.c |  6 +++---

>>>>  include/linux/mfd/lp87565.h | 28 ++++++++++++++--------------

>>>>  2 files changed, 17 insertions(+), 17 deletions(-)

>>>

>>> For my own reference (apply this as-is to your sign-off block):

>>>

>>>   Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org>

>>

>> Gentle ping on patches 1 and 3. Both have at least an ack and are fairly

>> trivial. Both apply cleanly on current master.

> 

> I'll take care of these this time, but in future, if you don't receive

> further responses for ~2 weeks, you should collect all of the Acks and

> submit a [RESEND].


Apologies, I'll try to remember next time. Thanks for taking care of them.

-- 
Luca
Lee Jones May 19, 2021, 12:35 p.m. UTC | #7
Enjoy!

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tb-mfd-gpio-regulator-v5.14

for you to fetch changes up to 5258f7eed42f4565d065726fd82d3430dd618a68:

  mfd: lp87565: Move LP87565_regulator_id to .c file (2021-05-19 13:34:00 +0100)

----------------------------------------------------------------
Immutable branch between MFD, GPIO and Regulator due for the v5.14 merge window

----------------------------------------------------------------
Luca Ceresoli (2):
      mfd: lp87565: Fix typo in define names
      mfd: lp87565: Move LP87565_regulator_id to .c file

 drivers/gpio/gpio-lp87565.c           |  6 +++---
 drivers/regulator/lp87565-regulator.c | 11 ++++++++++
 include/linux/mfd/lp87565.h           | 39 +++++++++++++----------------------
 3 files changed, 28 insertions(+), 28 deletions(-)

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-lp87565.c b/drivers/gpio/gpio-lp87565.c
index e1244520cf7d..fcde6708b5df 100644
--- a/drivers/gpio/gpio-lp87565.c
+++ b/drivers/gpio/gpio-lp87565.c
@@ -123,14 +123,14 @@  static int lp87565_gpio_set_config(struct gpio_chip *gc, unsigned int offset,
 		return regmap_update_bits(gpio->map,
 					  LP87565_REG_GPIO_CONFIG,
 					  BIT(offset +
-					      __ffs(LP87565_GOIO1_OD)),
+					      __ffs(LP87565_GPIO1_OD)),
 					  BIT(offset +
-					      __ffs(LP87565_GOIO1_OD)));
+					      __ffs(LP87565_GPIO1_OD)));
 	case PIN_CONFIG_DRIVE_PUSH_PULL:
 		return regmap_update_bits(gpio->map,
 					  LP87565_REG_GPIO_CONFIG,
 					  BIT(offset +
-					      __ffs(LP87565_GOIO1_OD)), 0);
+					      __ffs(LP87565_GPIO1_OD)), 0);
 	default:
 		return -ENOTSUPP;
 	}
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h
index d44ddfb6bb63..2620554f357a 100644
--- a/include/linux/mfd/lp87565.h
+++ b/include/linux/mfd/lp87565.h
@@ -222,20 +222,20 @@  enum lp87565_device_type {
 #define LP87565_GPIO2_SEL			BIT(1)
 #define LP87565_GPIO1_SEL			BIT(0)
 
-#define LP87565_GOIO3_OD			BIT(6)
-#define LP87565_GOIO2_OD			BIT(5)
-#define LP87565_GOIO1_OD			BIT(4)
-#define LP87565_GOIO3_DIR			BIT(2)
-#define LP87565_GOIO2_DIR			BIT(1)
-#define LP87565_GOIO1_DIR			BIT(0)
-
-#define LP87565_GOIO3_IN			BIT(2)
-#define LP87565_GOIO2_IN			BIT(1)
-#define LP87565_GOIO1_IN			BIT(0)
-
-#define LP87565_GOIO3_OUT			BIT(2)
-#define LP87565_GOIO2_OUT			BIT(1)
-#define LP87565_GOIO1_OUT			BIT(0)
+#define LP87565_GPIO3_OD			BIT(6)
+#define LP87565_GPIO2_OD			BIT(5)
+#define LP87565_GPIO1_OD			BIT(4)
+#define LP87565_GPIO3_DIR			BIT(2)
+#define LP87565_GPIO2_DIR			BIT(1)
+#define LP87565_GPIO1_DIR			BIT(0)
+
+#define LP87565_GPIO3_IN			BIT(2)
+#define LP87565_GPIO2_IN			BIT(1)
+#define LP87565_GPIO1_IN			BIT(0)
+
+#define LP87565_GPIO3_OUT			BIT(2)
+#define LP87565_GPIO2_OUT			BIT(1)
+#define LP87565_GPIO1_OUT			BIT(0)
 
 /* Number of step-down converters available */
 #define LP87565_NUM_BUCK		6