linux-i3c.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i3c: master: adi: fix header location
@ 2025-09-16  9:12 alexandre.belloni
  2025-09-16 10:17 ` Nuno Sá
  2025-09-16 10:45 ` Jorge Marques
  0 siblings, 2 replies; 4+ messages in thread
From: alexandre.belloni @ 2025-09-16  9:12 UTC (permalink / raw)
  To: Jorge Marques, Alexandre Belloni, Frank Li; +Cc: linux-i3c, linux-kernel

From: Alexandre Belloni <alexandre.belloni@bootlin.com>

The adi-axi-common header has been moved to the upper directory.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 drivers/i3c/master/adi-i3c-master.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i3c/master/adi-i3c-master.c b/drivers/i3c/master/adi-i3c-master.c
index 162f9eed39aa..18597ba1f1c3 100644
--- a/drivers/i3c/master/adi-i3c-master.c
+++ b/drivers/i3c/master/adi-i3c-master.c
@@ -10,7 +10,7 @@
 #include <linux/clk.h>
 #include <linux/err.h>
 #include <linux/errno.h>
-#include <linux/fpga/adi-axi-common.h>
+#include <linux/adi-axi-common.h>
 #include <linux/i3c/master.h>
 #include <linux/interrupt.h>
 #include <linux/io.h>
-- 
2.51.0


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

* Re: [PATCH] i3c: master: adi: fix header location
  2025-09-16  9:12 [PATCH] i3c: master: adi: fix header location alexandre.belloni
@ 2025-09-16 10:17 ` Nuno Sá
  2025-09-16 10:45 ` Jorge Marques
  1 sibling, 0 replies; 4+ messages in thread
From: Nuno Sá @ 2025-09-16 10:17 UTC (permalink / raw)
  To: alexandre.belloni, Jorge Marques, Frank Li; +Cc: linux-i3c, linux-kernel

On Tue, 2025-09-16 at 11:12 +0200, alexandre.belloni@bootlin.com wrote:
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> The adi-axi-common header has been moved to the upper directory.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---

Acked-by: Nuno Sá <nuno.sa@analog.com>

>  drivers/i3c/master/adi-i3c-master.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i3c/master/adi-i3c-master.c b/drivers/i3c/master/adi-i3c-
> master.c
> index 162f9eed39aa..18597ba1f1c3 100644
> --- a/drivers/i3c/master/adi-i3c-master.c
> +++ b/drivers/i3c/master/adi-i3c-master.c
> @@ -10,7 +10,7 @@
>  #include <linux/clk.h>
>  #include <linux/err.h>
>  #include <linux/errno.h>
> -#include <linux/fpga/adi-axi-common.h>
> +#include <linux/adi-axi-common.h>
>  #include <linux/i3c/master.h>
>  #include <linux/interrupt.h>
>  #include <linux/io.h>

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

* Re: [PATCH] i3c: master: adi: fix header location
  2025-09-16  9:12 [PATCH] i3c: master: adi: fix header location alexandre.belloni
  2025-09-16 10:17 ` Nuno Sá
@ 2025-09-16 10:45 ` Jorge Marques
  2025-09-16 13:01   ` Alexandre Belloni
  1 sibling, 1 reply; 4+ messages in thread
From: Jorge Marques @ 2025-09-16 10:45 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: Jorge Marques, Frank Li, linux-i3c, linux-kernel

On Tue, Sep 16, 2025 at 11:12:51AM +0200, alexandre.belloni@bootlin.com wrote:
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> The adi-axi-common header has been moved to the upper directory.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Acked-by: Jorge Marques <jorge.marques@analog.com>

  Commit: 2ad26b7bedcd4941e6dafa1851e2054b369b9d25
  Link: https://lore.kernel.org/r/20250519-dev-axi-clkgen-limits-v6-3-bc4b3b61d1d4@analog.com

> ---
>  drivers/i3c/master/adi-i3c-master.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/i3c/master/adi-i3c-master.c b/drivers/i3c/master/adi-i3c-master.c
> index 162f9eed39aa..18597ba1f1c3 100644
> --- a/drivers/i3c/master/adi-i3c-master.c
> +++ b/drivers/i3c/master/adi-i3c-master.c
> @@ -10,7 +10,7 @@
>  #include <linux/clk.h>
>  #include <linux/err.h>
>  #include <linux/errno.h>
> -#include <linux/fpga/adi-axi-common.h>
> +#include <linux/adi-axi-common.h>
>  #include <linux/i3c/master.h>
>  #include <linux/interrupt.h>
>  #include <linux/io.h>
> -- 
> 2.51.0
> 

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

* Re: [PATCH] i3c: master: adi: fix header location
  2025-09-16 10:45 ` Jorge Marques
@ 2025-09-16 13:01   ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2025-09-16 13:01 UTC (permalink / raw)
  To: Jorge Marques; +Cc: Jorge Marques, Frank Li, linux-i3c, linux-kernel

On 16/09/2025 12:45:57+0200, Jorge Marques wrote:
> On Tue, Sep 16, 2025 at 11:12:51AM +0200, alexandre.belloni@bootlin.com wrote:
> > From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > 
> > The adi-axi-common header has been moved to the upper directory.
> > 
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> Acked-by: Jorge Marques <jorge.marques@analog.com>
> 
>   Commit: 2ad26b7bedcd4941e6dafa1851e2054b369b9d25
>   Link: https://lore.kernel.org/r/20250519-dev-axi-clkgen-limits-v6-3-bc4b3b61d1d4@analog.com
> 

Yeah, I'm a bit wary of adding the commit id here as there is no
guarantee the branch is not going to be rebased before the pull request
is sent to Linus.

> > ---
> >  drivers/i3c/master/adi-i3c-master.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/i3c/master/adi-i3c-master.c b/drivers/i3c/master/adi-i3c-master.c
> > index 162f9eed39aa..18597ba1f1c3 100644
> > --- a/drivers/i3c/master/adi-i3c-master.c
> > +++ b/drivers/i3c/master/adi-i3c-master.c
> > @@ -10,7 +10,7 @@
> >  #include <linux/clk.h>
> >  #include <linux/err.h>
> >  #include <linux/errno.h>
> > -#include <linux/fpga/adi-axi-common.h>
> > +#include <linux/adi-axi-common.h>
> >  #include <linux/i3c/master.h>
> >  #include <linux/interrupt.h>
> >  #include <linux/io.h>
> > -- 
> > 2.51.0
> > 

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

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

end of thread, other threads:[~2025-09-18 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16  9:12 [PATCH] i3c: master: adi: fix header location alexandre.belloni
2025-09-16 10:17 ` Nuno Sá
2025-09-16 10:45 ` Jorge Marques
2025-09-16 13:01   ` Alexandre Belloni

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).