Chrome platform driver development
 help / color / mirror / Atom feed
* [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
@ 2023-01-03 14:50 Andy Shevchenko
  2023-01-03 18:55 ` Guenter Roeck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-01-03 14:50 UTC (permalink / raw)
  To: Tzung-Bi Shih, Guenter Roeck, chrome-platform, linux-kernel
  Cc: Benson Leung, Andy Shevchenko

There is no point to specify asm-generic for the unaligned.h.
Drop the 'generic' suffix.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/cros_ec_proto_test.c b/drivers/platform/chrome/cros_ec_proto_test.c
index c6a83df91ae1..08c58d031593 100644
--- a/drivers/platform/chrome/cros_ec_proto_test.c
+++ b/drivers/platform/chrome/cros_ec_proto_test.c
@@ -5,7 +5,8 @@
 
 #include <kunit/test.h>
 
-#include <asm-generic/unaligned.h>
+#include <asm/unaligned.h>
+
 #include <linux/platform_data/cros_ec_commands.h>
 #include <linux/platform_data/cros_ec_proto.h>
 
-- 
2.35.1


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

* Re: [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
  2023-01-03 14:50 [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic Andy Shevchenko
@ 2023-01-03 18:55 ` Guenter Roeck
  2023-01-04  2:20 ` patchwork-bot+chrome-platform
  2023-01-05  1:10 ` patchwork-bot+chrome-platform
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2023-01-03 18:55 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Tzung-Bi Shih, Guenter Roeck, chrome-platform, linux-kernel,
	Benson Leung

On Tue, Jan 3, 2023 at 6:50 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Subject: s/intead/instead/

otherwise

Reviewed-by: Guenter Roeck <groeck@chromium.org>

> ---
>  drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/platform/chrome/cros_ec_proto_test.c b/drivers/platform/chrome/cros_ec_proto_test.c
> index c6a83df91ae1..08c58d031593 100644
> --- a/drivers/platform/chrome/cros_ec_proto_test.c
> +++ b/drivers/platform/chrome/cros_ec_proto_test.c
> @@ -5,7 +5,8 @@
>
>  #include <kunit/test.h>
>
> -#include <asm-generic/unaligned.h>
> +#include <asm/unaligned.h>
> +
>  #include <linux/platform_data/cros_ec_commands.h>
>  #include <linux/platform_data/cros_ec_proto.h>
>
> --
> 2.35.1
>

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

* Re: [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
  2023-01-03 14:50 [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic Andy Shevchenko
  2023-01-03 18:55 ` Guenter Roeck
@ 2023-01-04  2:20 ` patchwork-bot+chrome-platform
  2023-01-05  1:10 ` patchwork-bot+chrome-platform
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-01-04  2:20 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: tzungbi, groeck, chrome-platform, linux-kernel, bleung

Hello:

This patch was applied to chrome-platform/linux.git (for-kernelci)
by Tzung-Bi Shih <tzungbi@kernel.org>:

On Tue,  3 Jan 2023 16:50:23 +0200 you wrote:
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [v1,1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
    https://git.kernel.org/chrome-platform/c/4c7cf5f290e8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
  2023-01-03 14:50 [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic Andy Shevchenko
  2023-01-03 18:55 ` Guenter Roeck
  2023-01-04  2:20 ` patchwork-bot+chrome-platform
@ 2023-01-05  1:10 ` patchwork-bot+chrome-platform
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+chrome-platform @ 2023-01-05  1:10 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: tzungbi, groeck, chrome-platform, linux-kernel, bleung

Hello:

This patch was applied to chrome-platform/linux.git (for-next)
by Tzung-Bi Shih <tzungbi@kernel.org>:

On Tue,  3 Jan 2023 16:50:23 +0200 you wrote:
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/platform/chrome/cros_ec_proto_test.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Here is the summary with links:
  - [v1,1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic
    https://git.kernel.org/chrome-platform/c/4c7cf5f290e8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-01-05  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03 14:50 [PATCH v1 1/1] platform/chrome: cros_ec_proto: Use asm intead of asm-generic Andy Shevchenko
2023-01-03 18:55 ` Guenter Roeck
2023-01-04  2:20 ` patchwork-bot+chrome-platform
2023-01-05  1:10 ` patchwork-bot+chrome-platform

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox