mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! spi: add per-driver bits-per-word mask
@ 2023-04-07  9:59 Ahmad Fatoum
  2023-04-11 11:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-04-07  9:59 UTC (permalink / raw)
  To: barebox; +Cc: pza, Ahmad Fatoum

From: Ahmad Fatoum <ahmad@a3f.at>

Fixed up commit introduces instances of the BIT() and GENMASK() macros
into the file. Add the appropriate header to go along with it.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 include/spi/spi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/spi/spi.h b/include/spi/spi.h
index d479e4f34f0c..f806c7a30b36 100644
--- a/include/spi/spi.h
+++ b/include/spi/spi.h
@@ -6,6 +6,7 @@
 #include <linux/err.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
+#include <linux/bitops.h>
 
 struct spi_controller_mem_ops;
 
-- 
2.39.2




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

* Re: [PATCH] fixup! spi: add per-driver bits-per-word mask
  2023-04-07  9:59 [PATCH] fixup! spi: add per-driver bits-per-word mask Ahmad Fatoum
@ 2023-04-11 11:58 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2023-04-11 11:58 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox, pza

On Fri, Apr 07, 2023 at 11:59:10AM +0200, Ahmad Fatoum wrote:
> From: Ahmad Fatoum <ahmad@a3f.at>
> 
> Fixed up commit introduces instances of the BIT() and GENMASK() macros
> into the file. Add the appropriate header to go along with it.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
>  include/spi/spi.h | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> diff --git a/include/spi/spi.h b/include/spi/spi.h
> index d479e4f34f0c..f806c7a30b36 100644
> --- a/include/spi/spi.h
> +++ b/include/spi/spi.h
> @@ -6,6 +6,7 @@
>  #include <linux/err.h>
>  #include <linux/kernel.h>
>  #include <linux/string.h>
> +#include <linux/bitops.h>
>  
>  struct spi_controller_mem_ops;
>  
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

end of thread, other threads:[~2023-04-11 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07  9:59 [PATCH] fixup! spi: add per-driver bits-per-word mask Ahmad Fatoum
2023-04-11 11:58 ` Sascha Hauer

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