All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c-stm32f4: Mundane typo fix
@ 2021-03-24 14:06 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 10+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24 14:06 UTC (permalink / raw)
  To: pierre-yves.mordret, mcoquelin.stm32, alexandre.torgue, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/postion/position/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/i2c/busses/i2c-stm32f4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
index 937c2c8fd349..4933fc8ce3fd 100644
--- a/drivers/i2c/busses/i2c-stm32f4.c
+++ b/drivers/i2c/busses/i2c-stm32f4.c
@@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
 	default:
 		/*
 		 * N-byte reception:
-		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
+		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
 		 * In that way, ACK will be sent as soon as the current byte
 		 * will be received in the shift register
 		 */
--
2.30.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] i2c-stm32f4: Mundane typo fix
@ 2021-03-24 14:06 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 10+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24 14:06 UTC (permalink / raw)
  To: pierre-yves.mordret, mcoquelin.stm32, alexandre.torgue, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/postion/position/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/i2c/busses/i2c-stm32f4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
index 937c2c8fd349..4933fc8ce3fd 100644
--- a/drivers/i2c/busses/i2c-stm32f4.c
+++ b/drivers/i2c/busses/i2c-stm32f4.c
@@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
 	default:
 		/*
 		 * N-byte reception:
-		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
+		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
 		 * In that way, ACK will be sent as soon as the current byte
 		 * will be received in the shift register
 		 */
--
2.30.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
  2021-03-24 14:06 ` Bhaskar Chowdhury
@ 2021-03-24 21:49   ` Randy Dunlap
  -1 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2021-03-24 21:49 UTC (permalink / raw)
  To: Bhaskar Chowdhury, pierre-yves.mordret, mcoquelin.stm32,
	alexandre.torgue, p.zabel, linux-i2c, linux-stm32,
	linux-arm-kernel, linux-kernel

On 3/24/21 7:06 AM, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/i2c/busses/i2c-stm32f4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
> index 937c2c8fd349..4933fc8ce3fd 100644
> --- a/drivers/i2c/busses/i2c-stm32f4.c
> +++ b/drivers/i2c/busses/i2c-stm32f4.c
> @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
>  	default:
>  		/*
>  		 * N-byte reception:
> -		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
> +		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
>  		 * In that way, ACK will be sent as soon as the current byte
>  		 * will be received in the shift register
>  		 */
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
@ 2021-03-24 21:49   ` Randy Dunlap
  0 siblings, 0 replies; 10+ messages in thread
From: Randy Dunlap @ 2021-03-24 21:49 UTC (permalink / raw)
  To: Bhaskar Chowdhury, pierre-yves.mordret, mcoquelin.stm32,
	alexandre.torgue, p.zabel, linux-i2c, linux-stm32,
	linux-arm-kernel, linux-kernel

On 3/24/21 7:06 AM, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/i2c/busses/i2c-stm32f4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
> index 937c2c8fd349..4933fc8ce3fd 100644
> --- a/drivers/i2c/busses/i2c-stm32f4.c
> +++ b/drivers/i2c/busses/i2c-stm32f4.c
> @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
>  	default:
>  		/*
>  		 * N-byte reception:
> -		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
> +		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
>  		 * In that way, ACK will be sent as soon as the current byte
>  		 * will be received in the shift register
>  		 */
> --


-- 
~Randy


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
  2021-03-24 14:06 ` Bhaskar Chowdhury
@ 2021-03-25  7:43   ` Alain Volmat
  -1 siblings, 0 replies; 10+ messages in thread
From: Alain Volmat @ 2021-03-25  7:43 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: pierre-yves.mordret, mcoquelin.stm32, alexandre.torgue, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel, rdunlap

On Wed, Mar 24, 2021 at 07:36:10PM +0530, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/i2c/busses/i2c-stm32f4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
> index 937c2c8fd349..4933fc8ce3fd 100644
> --- a/drivers/i2c/busses/i2c-stm32f4.c
> +++ b/drivers/i2c/busses/i2c-stm32f4.c
> @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
>  	default:
>  		/*
>  		 * N-byte reception:
> -		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
> +		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
>  		 * In that way, ACK will be sent as soon as the current byte
>  		 * will be received in the shift register
>  		 */

Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>

> --
> 2.30.1
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
@ 2021-03-25  7:43   ` Alain Volmat
  0 siblings, 0 replies; 10+ messages in thread
From: Alain Volmat @ 2021-03-25  7:43 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: pierre-yves.mordret, mcoquelin.stm32, alexandre.torgue, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel, rdunlap

On Wed, Mar 24, 2021 at 07:36:10PM +0530, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/i2c/busses/i2c-stm32f4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
> index 937c2c8fd349..4933fc8ce3fd 100644
> --- a/drivers/i2c/busses/i2c-stm32f4.c
> +++ b/drivers/i2c/busses/i2c-stm32f4.c
> @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
>  	default:
>  		/*
>  		 * N-byte reception:
> -		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
> +		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
>  		 * In that way, ACK will be sent as soon as the current byte
>  		 * will be received in the shift register
>  		 */

Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>

> --
> 2.30.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
       [not found] ` <AS8PR10MB4504462766AFA3E151121462C6629@AS8PR10MB4504.EURPRD10.PROD.OUTLOOK.COM>
@ 2021-03-25  9:24     ` Pierre Yves MORDRET
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre Yves MORDRET @ 2021-03-25  9:24 UTC (permalink / raw)
  To: Bhaskar Chowdhury, coquelin.stm32, Alexandre TORGUE, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel
  Cc: rdunlap


On 3/25/21 10:19 AM, Pierre Yves MORDRET wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/i2c/busses/i2c-stm32f4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
> index 937c2c8fd349..4933fc8ce3fd 100644
> --- a/drivers/i2c/busses/i2c-stm32f4.c
> +++ b/drivers/i2c/busses/i2c-stm32f4.c
> @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
>  	default:
>  		/*
>  		 * N-byte reception:
> -		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
> +		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
>  		 * In that way, ACK will be sent as soon as the current byte
>  		 * will be received in the shift register
>  		 */

Hi All,

Reviewed-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>

> --
> 2.30.1
> 

Regards
-- 
--
~ Py MORDRET
--

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
@ 2021-03-25  9:24     ` Pierre Yves MORDRET
  0 siblings, 0 replies; 10+ messages in thread
From: Pierre Yves MORDRET @ 2021-03-25  9:24 UTC (permalink / raw)
  To: Bhaskar Chowdhury, coquelin.stm32, Alexandre TORGUE, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel
  Cc: rdunlap


On 3/25/21 10:19 AM, Pierre Yves MORDRET wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  drivers/i2c/busses/i2c-stm32f4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c
> index 937c2c8fd349..4933fc8ce3fd 100644
> --- a/drivers/i2c/busses/i2c-stm32f4.c
> +++ b/drivers/i2c/busses/i2c-stm32f4.c
> @@ -534,7 +534,7 @@ static void stm32f4_i2c_handle_rx_addr(struct stm32f4_i2c_dev *i2c_dev)
>  	default:
>  		/*
>  		 * N-byte reception:
> -		 * Enable ACK, reset POS (ACK postion) and clear ADDR flag.
> +		 * Enable ACK, reset POS (ACK position) and clear ADDR flag.
>  		 * In that way, ACK will be sent as soon as the current byte
>  		 * will be received in the shift register
>  		 */

Hi All,

Reviewed-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>

> --
> 2.30.1
> 

Regards
-- 
--
~ Py MORDRET
--

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
  2021-03-24 14:06 ` Bhaskar Chowdhury
@ 2021-03-31  7:55   ` Wolfram Sang
  -1 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2021-03-31  7:55 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: pierre-yves.mordret, mcoquelin.stm32, alexandre.torgue, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

On Wed, Mar 24, 2021 at 07:36:10PM +0530, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Applied to for-current, thanks! Please check older commits to this
driver for the proper subject prefix, i.e. "i2c: <driver>" in I2C.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] i2c-stm32f4: Mundane typo fix
@ 2021-03-31  7:55   ` Wolfram Sang
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfram Sang @ 2021-03-31  7:55 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: pierre-yves.mordret, mcoquelin.stm32, alexandre.torgue, p.zabel,
	linux-i2c, linux-stm32, linux-arm-kernel, linux-kernel, rdunlap


[-- Attachment #1.1: Type: text/plain, Size: 299 bytes --]

On Wed, Mar 24, 2021 at 07:36:10PM +0530, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Applied to for-current, thanks! Please check older commits to this
driver for the proper subject prefix, i.e. "i2c: <driver>" in I2C.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-03-31  7:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 14:06 [PATCH] i2c-stm32f4: Mundane typo fix Bhaskar Chowdhury
2021-03-24 14:06 ` Bhaskar Chowdhury
2021-03-24 21:49 ` Randy Dunlap
2021-03-24 21:49   ` Randy Dunlap
2021-03-25  7:43 ` Alain Volmat
2021-03-25  7:43   ` Alain Volmat
     [not found] ` <AS8PR10MB4504462766AFA3E151121462C6629@AS8PR10MB4504.EURPRD10.PROD.OUTLOOK.COM>
2021-03-25  9:24   ` Pierre Yves MORDRET
2021-03-25  9:24     ` Pierre Yves MORDRET
2021-03-31  7:55 ` Wolfram Sang
2021-03-31  7:55   ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.