* [PATCH 1/2] microblaze: optimalize -> optimize
@ 2025-05-06 19:10 Ahelenia Ziemiańska
2025-05-06 19:10 ` [PATCH 2/2] iio: ssp_sensors: " Ahelenia Ziemiańska
2025-06-04 7:52 ` [PATCH 1/2] microblaze: " Michal Simek
0 siblings, 2 replies; 5+ messages in thread
From: Ahelenia Ziemiańska @ 2025-05-06 19:10 UTC (permalink / raw)
To: Michal Simek, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1128 bytes --]
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
arch/microblaze/Kconfig.platform | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/microblaze/Kconfig.platform b/arch/microblaze/Kconfig.platform
index 7795f90dad86..2d18edde4823 100644
--- a/arch/microblaze/Kconfig.platform
+++ b/arch/microblaze/Kconfig.platform
@@ -11,7 +11,7 @@ config OPT_LIB_FUNCTION
bool "Optimalized lib function"
default y
help
- Allows turn on optimalized library function (memcpy and memmove).
+ Allows turn on optimized library function (memcpy and memmove).
They are optimized by using word alignment. This will work
fine if both source and destination are aligned on the same
boundary. However, if they are aligned on different boundaries
@@ -24,7 +24,7 @@ config OPT_LIB_ASM
depends on CPU_BIG_ENDIAN
default n
help
- Allows turn on optimalized library function (memcpy and memmove).
+ Allows turn on optimized library function (memcpy and memmove).
Function are written in asm code.
# Definitions for MICROBLAZE0
--
2.39.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] iio: ssp_sensors: optimalize -> optimize
2025-05-06 19:10 [PATCH 1/2] microblaze: optimalize -> optimize Ahelenia Ziemiańska
@ 2025-05-06 19:10 ` Ahelenia Ziemiańska
2025-05-08 19:22 ` Jonathan Cameron
2025-06-04 7:52 ` [PATCH 1/2] microblaze: " Michal Simek
1 sibling, 1 reply; 5+ messages in thread
From: Ahelenia Ziemiańska @ 2025-05-06 19:10 UTC (permalink / raw)
To: Jonathan Cameron, Lars-Peter Clausen, linux-iio, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
drivers/iio/common/ssp_sensors/ssp_spi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/common/ssp_sensors/ssp_spi.c b/drivers/iio/common/ssp_sensors/ssp_spi.c
index f32b04b63ea1..b7f093d7345b 100644
--- a/drivers/iio/common/ssp_sensors/ssp_spi.c
+++ b/drivers/iio/common/ssp_sensors/ssp_spi.c
@@ -104,7 +104,7 @@ static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data)
/*
* It is a bit heavy to do it this way but often the function is used to compose
* the message from smaller chunks which are placed on the stack. Often the
- * chunks are small so memcpy should be optimalized.
+ * chunks are small so memcpy should be optimized.
*/
static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset,
const void *src, unsigned int len)
--
2.39.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] iio: ssp_sensors: optimalize -> optimize
2025-05-06 19:10 ` [PATCH 2/2] iio: ssp_sensors: " Ahelenia Ziemiańska
@ 2025-05-08 19:22 ` Jonathan Cameron
2025-05-17 19:27 ` Jonathan Cameron
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2025-05-08 19:22 UTC (permalink / raw)
To: Ahelenia Ziemiańska; +Cc: Lars-Peter Clausen, linux-iio, linux-kernel
On Tue, 6 May 2025 21:10:02 +0200
Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> wrote:
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
> drivers/iio/common/ssp_sensors/ssp_spi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/common/ssp_sensors/ssp_spi.c b/drivers/iio/common/ssp_sensors/ssp_spi.c
> index f32b04b63ea1..b7f093d7345b 100644
> --- a/drivers/iio/common/ssp_sensors/ssp_spi.c
> +++ b/drivers/iio/common/ssp_sensors/ssp_spi.c
> @@ -104,7 +104,7 @@ static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data)
> /*
> * It is a bit heavy to do it this way but often the function is used to compose
> * the message from smaller chunks which are placed on the stack. Often the
> - * chunks are small so memcpy should be optimalized.
> + * chunks are small so memcpy should be optimized.
> */
> static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset,
> const void *src, unsigned int len)
Applied.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] iio: ssp_sensors: optimalize -> optimize
2025-05-08 19:22 ` Jonathan Cameron
@ 2025-05-17 19:27 ` Jonathan Cameron
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2025-05-17 19:27 UTC (permalink / raw)
To: Ahelenia Ziemiańska; +Cc: Lars-Peter Clausen, linux-iio, linux-kernel
On Thu, 8 May 2025 20:22:02 +0100
Jonathan Cameron <jic23@kernel.org> wrote:
> On Tue, 6 May 2025 21:10:02 +0200
> Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> wrote:
>
> > Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> > ---
> > drivers/iio/common/ssp_sensors/ssp_spi.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/iio/common/ssp_sensors/ssp_spi.c b/drivers/iio/common/ssp_sensors/ssp_spi.c
> > index f32b04b63ea1..b7f093d7345b 100644
> > --- a/drivers/iio/common/ssp_sensors/ssp_spi.c
> > +++ b/drivers/iio/common/ssp_sensors/ssp_spi.c
> > @@ -104,7 +104,7 @@ static struct ssp_msg *ssp_create_msg(u8 cmd, u16 len, u16 opt, u32 data)
> > /*
> > * It is a bit heavy to do it this way but often the function is used to compose
> > * the message from smaller chunks which are placed on the stack. Often the
> > - * chunks are small so memcpy should be optimalized.
> > + * chunks are small so memcpy should be optimized.
> > */
> > static inline void ssp_fill_buffer(struct ssp_msg *m, unsigned int offset,
> > const void *src, unsigned int len)
>
> Applied.
>
For future reference don't send typo fixes in a series that covers
multiple subsystems. Some sleep deprived maintainer might type
the wrong thing in b4 and pick up the whole series (including
the microblaze one) instead of just the one he should be!
Noticed it when double checking the pull request.
oops
Jonathan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] microblaze: optimalize -> optimize
2025-05-06 19:10 [PATCH 1/2] microblaze: optimalize -> optimize Ahelenia Ziemiańska
2025-05-06 19:10 ` [PATCH 2/2] iio: ssp_sensors: " Ahelenia Ziemiańska
@ 2025-06-04 7:52 ` Michal Simek
1 sibling, 0 replies; 5+ messages in thread
From: Michal Simek @ 2025-06-04 7:52 UTC (permalink / raw)
To: Ahelenia Ziemiańska; +Cc: linux-kernel
Hi
út 6. 5. 2025 v 21:10 odesílatel Ahelenia Ziemiańska
<nabijaczleweli@nabijaczleweli.xyz> napsal:
>
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
> arch/microblaze/Kconfig.platform | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/microblaze/Kconfig.platform b/arch/microblaze/Kconfig.platform
> index 7795f90dad86..2d18edde4823 100644
> --- a/arch/microblaze/Kconfig.platform
> +++ b/arch/microblaze/Kconfig.platform
> @@ -11,7 +11,7 @@ config OPT_LIB_FUNCTION
> bool "Optimalized lib function"
> default y
> help
> - Allows turn on optimalized library function (memcpy and memmove).
> + Allows turn on optimized library function (memcpy and memmove).
here should be "functions" too
> They are optimized by using word alignment. This will work
> fine if both source and destination are aligned on the same
> boundary. However, if they are aligned on different boundaries
> @@ -24,7 +24,7 @@ config OPT_LIB_ASM
> depends on CPU_BIG_ENDIAN
> default n
> help
> - Allows turn on optimalized library function (memcpy and memmove).
> + Allows turn on optimized library function (memcpy and memmove).
> Function are written in asm code.
>
> # Definitions for MICROBLAZE0
> --
> 2.39.5
As Jonathan said. Send it separately and also the commit message
shouldn't be empty.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-04 7:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06 19:10 [PATCH 1/2] microblaze: optimalize -> optimize Ahelenia Ziemiańska
2025-05-06 19:10 ` [PATCH 2/2] iio: ssp_sensors: " Ahelenia Ziemiańska
2025-05-08 19:22 ` Jonathan Cameron
2025-05-17 19:27 ` Jonathan Cameron
2025-06-04 7:52 ` [PATCH 1/2] microblaze: " Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).