public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic
@ 2023-01-03 14:53 Andy Shevchenko
  2023-01-17 16:03 ` Andy Shevchenko
  2023-01-18  8:17 ` Daniel Lezcano
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2023-01-03 14:53 UTC (permalink / raw)
  To: Daniel Lezcano, Jishnu Prakash, linux-arm-msm, linux-pm,
	linux-kernel
  Cc: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Rafael J. Wysocki, Daniel Lezcano, Zhang Rui,
	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/thermal/qcom/qcom-spmi-adc-tm5.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/thermal/qcom/qcom-spmi-adc-tm5.c b/drivers/thermal/qcom/qcom-spmi-adc-tm5.c
index ff47fc9ac9c5..31164ade2dd1 100644
--- a/drivers/thermal/qcom/qcom-spmi-adc-tm5.c
+++ b/drivers/thermal/qcom/qcom-spmi-adc-tm5.c
@@ -18,7 +18,8 @@
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/thermal.h>
-#include <asm-generic/unaligned.h>
+
+#include <asm/unaligned.h>
 
 #include "../thermal_hwmon.h"
 
-- 
2.35.1


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

* Re: [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic
  2023-01-03 14:53 [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic Andy Shevchenko
@ 2023-01-17 16:03 ` Andy Shevchenko
  2023-01-17 19:56   ` Dmitry Baryshkov
  2023-01-18  8:17 ` Daniel Lezcano
  1 sibling, 1 reply; 4+ messages in thread
From: Andy Shevchenko @ 2023-01-17 16:03 UTC (permalink / raw)
  To: Daniel Lezcano, Jishnu Prakash, linux-arm-msm, linux-pm,
	linux-kernel
  Cc: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Rafael J. Wysocki, Daniel Lezcano, Zhang Rui

On Tue, Jan 03, 2023 at 04:53:39PM +0200, Andy Shevchenko wrote:
> There is no point to specify asm-generic for the unaligned.h.
> Drop the 'generic' suffix.

Any comments?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic
  2023-01-17 16:03 ` Andy Shevchenko
@ 2023-01-17 19:56   ` Dmitry Baryshkov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2023-01-17 19:56 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Daniel Lezcano, Jishnu Prakash, linux-arm-msm, linux-pm,
	linux-kernel, Amit Kucheria, Thara Gopinath, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Rafael J. Wysocki, Daniel Lezcano,
	Zhang Rui

On Tue, 17 Jan 2023 at 18:04, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Tue, Jan 03, 2023 at 04:53:39PM +0200, Andy Shevchenko wrote:
> > There is no point to specify asm-generic for the unaligned.h.
> > Drop the 'generic' suffix.
>
> Any comments?

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry

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

* Re: [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic
  2023-01-03 14:53 [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic Andy Shevchenko
  2023-01-17 16:03 ` Andy Shevchenko
@ 2023-01-18  8:17 ` Daniel Lezcano
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2023-01-18  8:17 UTC (permalink / raw)
  To: Andy Shevchenko, Daniel Lezcano, Jishnu Prakash, linux-arm-msm,
	linux-pm, linux-kernel
  Cc: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
	Konrad Dybcio, Rafael J. Wysocki, Zhang Rui

On 03/01/2023 15:53, Andy Shevchenko 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>
> ---

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

end of thread, other threads:[~2023-01-18  9:01 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:53 [PATCH v1 1/1] thermal: qcom-spmi-adc-tm5: Use asm intead of asm-generic Andy Shevchenko
2023-01-17 16:03 ` Andy Shevchenko
2023-01-17 19:56   ` Dmitry Baryshkov
2023-01-18  8:17 ` Daniel Lezcano

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