All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] media: atomisp: Remove unused header
@ 2021-01-22 12:33 Andy Shevchenko
  2021-01-25 12:03 ` Andy Shevchenko
  2021-02-08 14:19 ` Andy Shevchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Shevchenko @ 2021-01-22 12:33 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linux-media, Sakari Ailus
  Cc: Andy Shevchenko, Linus Walleij

sfi.h is not anyhow used by the driver. Remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
index 5a5121d958ed..8c65733e0255 100644
--- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
+++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
@@ -22,7 +22,6 @@
 #include <asm/processor.h>
 
 #include <linux/i2c.h>
-#include <linux/sfi.h>
 #include <media/v4l2-subdev.h>
 #include "atomisp.h"
 
-- 
2.29.2


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

* Re: [PATCH v1] media: atomisp: Remove unused header
  2021-01-22 12:33 [PATCH v1] media: atomisp: Remove unused header Andy Shevchenko
@ 2021-01-25 12:03 ` Andy Shevchenko
  2021-02-08 14:19 ` Andy Shevchenko
  1 sibling, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2021-01-25 12:03 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linux-media, Sakari Ailus; +Cc: Linus Walleij

On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:
> sfi.h is not anyhow used by the driver. Remove it.

Mauro, can you give your Ack to be able to merge this via other tree?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1] media: atomisp: Remove unused header
  2021-01-22 12:33 [PATCH v1] media: atomisp: Remove unused header Andy Shevchenko
  2021-01-25 12:03 ` Andy Shevchenko
@ 2021-02-08 14:19 ` Andy Shevchenko
  2021-02-08 14:46   ` Sakari Ailus
  1 sibling, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2021-02-08 14:19 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linux-media, Sakari Ailus; +Cc: Linus Walleij

On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:
> sfi.h is not anyhow used by the driver. Remove it.

Mario, Sakari, any comments on this?
Can you give your Ack to get this thru another tree?

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
> index 5a5121d958ed..8c65733e0255 100644
> --- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
> +++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
> @@ -22,7 +22,6 @@
>  #include <asm/processor.h>
>  
>  #include <linux/i2c.h>
> -#include <linux/sfi.h>
>  #include <media/v4l2-subdev.h>
>  #include "atomisp.h"
>  
> -- 
> 2.29.2
> 

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1] media: atomisp: Remove unused header
  2021-02-08 14:19 ` Andy Shevchenko
@ 2021-02-08 14:46   ` Sakari Ailus
  2021-02-11 13:15     ` Andy Shevchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2021-02-08 14:46 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Mauro Carvalho Chehab, linux-media, Linus Walleij

Hi Andy,

On Mon, Feb 08, 2021 at 04:19:27PM +0200, Andy Shevchenko wrote:
> On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:
> > sfi.h is not anyhow used by the driver. Remove it.
> 
> Mario, Sakari, any comments on this?
> Can you give your Ack to get this thru another tree?

Feel free to go ahead on my behalf; I see no issue with that.

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

> 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > Acked-by: Linus Walleij <linus.walleij@linaro.org>
> > ---
> >  drivers/staging/media/atomisp/include/linux/atomisp_platform.h | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
> > index 5a5121d958ed..8c65733e0255 100644
> > --- a/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
> > +++ b/drivers/staging/media/atomisp/include/linux/atomisp_platform.h
> > @@ -22,7 +22,6 @@
> >  #include <asm/processor.h>
> >  
> >  #include <linux/i2c.h>
> > -#include <linux/sfi.h>
> >  #include <media/v4l2-subdev.h>
> >  #include "atomisp.h"
> >  
> > -- 
> > 2.29.2
> > 
> 
> -- 
> With Best Regards,
> Andy Shevchenko
> 
> 

-- 
Kind regards,

Sakari Ailus

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

* Re: [PATCH v1] media: atomisp: Remove unused header
  2021-02-08 14:46   ` Sakari Ailus
@ 2021-02-11 13:15     ` Andy Shevchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2021-02-11 13:15 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: Mauro Carvalho Chehab, linux-media, Linus Walleij

On Mon, Feb 08, 2021 at 04:46:59PM +0200, Sakari Ailus wrote:
> Hi Andy,
> 
> On Mon, Feb 08, 2021 at 04:19:27PM +0200, Andy Shevchenko wrote:
> > On Fri, Jan 22, 2021 at 02:33:03PM +0200, Andy Shevchenko wrote:
> > > sfi.h is not anyhow used by the driver. Remove it.
> > 
> > Mario, Sakari, any comments on this?
> > Can you give your Ack to get this thru another tree?
> 
> Feel free to go ahead on my behalf; I see no issue with that.
> 
> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

Thank you, Sakari!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2021-02-11 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 12:33 [PATCH v1] media: atomisp: Remove unused header Andy Shevchenko
2021-01-25 12:03 ` Andy Shevchenko
2021-02-08 14:19 ` Andy Shevchenko
2021-02-08 14:46   ` Sakari Ailus
2021-02-11 13:15     ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.