linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arc: remove redundant kernel-space generic-y
@ 2018-12-16 14:16 Masahiro Yamada
  2018-12-17  5:00 ` Vineet Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2018-12-16 14:16 UTC (permalink / raw)
  To: Vineet Gupta, linux-snps-arc
  Cc: Masahiro Yamada, Arnd Bergmann, Stephen Boyd, linux-kernel,
	Geert Uytterhoeven

This commit removes redundant generic-y defines in
arch/arc/include/asm/Kbuild.

It is redundant to define generic-y when arch-specific implementation
exists in arch/$(ARCH)/include/asm/*.h

Remove the following generic-y:

    dma-mapping.h
    fb.h
    kmap_types.h
    pci.h

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arc/include/asm/Kbuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arc/include/asm/Kbuild b/arch/arc/include/asm/Kbuild
index feed50c..caa2702 100644
--- a/arch/arc/include/asm/Kbuild
+++ b/arch/arc/include/asm/Kbuild
@@ -3,23 +3,19 @@ generic-y += bugs.h
 generic-y += compat.h
 generic-y += device.h
 generic-y += div64.h
-generic-y += dma-mapping.h
 generic-y += emergency-restart.h
 generic-y += extable.h
-generic-y += fb.h
 generic-y += ftrace.h
 generic-y += hardirq.h
 generic-y += hw_irq.h
 generic-y += irq_regs.h
 generic-y += irq_work.h
-generic-y += kmap_types.h
 generic-y += local.h
 generic-y += local64.h
 generic-y += mcs_spinlock.h
 generic-y += mm-arch-hooks.h
 generic-y += msi.h
 generic-y += parport.h
-generic-y += pci.h
 generic-y += percpu.h
 generic-y += preempt.h
 generic-y += topology.h
-- 
2.7.4


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

* Re: [PATCH] arc: remove redundant kernel-space generic-y
  2018-12-16 14:16 [PATCH] arc: remove redundant kernel-space generic-y Masahiro Yamada
@ 2018-12-17  5:00 ` Vineet Gupta
  2018-12-19 15:15   ` Masahiro Yamada
  0 siblings, 1 reply; 6+ messages in thread
From: Vineet Gupta @ 2018-12-17  5:00 UTC (permalink / raw)
  To: Masahiro Yamada, linux-snps-arc
  Cc: Stephen Boyd, linux-kernel, Arnd Bergmann, Geert Uytterhoeven

On 12/16/18 6:17 AM, Masahiro Yamada wrote:
> This commit removes redundant generic-y defines in
> arch/arc/include/asm/Kbuild.
>
> It is redundant to define generic-y when arch-specific implementation
> exists in arch/$(ARCH)/include/asm/*.h
>
> Remove the following generic-y:
>
>     dma-mapping.h
>     fb.h
>     kmap_types.h
>     pci.h
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Acked-by: Vineet Gupta <vgupta@synopsys.com>

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

* Re: [PATCH] arc: remove redundant kernel-space generic-y
  2018-12-17  5:00 ` Vineet Gupta
@ 2018-12-19 15:15   ` Masahiro Yamada
  2018-12-19 16:45     ` Vineet Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2018-12-19 15:15 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: linux-snps-arc, Stephen Boyd, linux-kernel, Arnd Bergmann,
	Geert Uytterhoeven

Hi Vineet,

On Mon, Dec 17, 2018 at 2:07 PM Vineet Gupta <vineet.gupta1@synopsys.com> wrote:
>
> On 12/16/18 6:17 AM, Masahiro Yamada wrote:
> > This commit removes redundant generic-y defines in
> > arch/arc/include/asm/Kbuild.
> >
> > It is redundant to define generic-y when arch-specific implementation
> > exists in arch/$(ARCH)/include/asm/*.h
> >
> > Remove the following generic-y:
> >
> >     dma-mapping.h
> >     fb.h
> >     kmap_types.h
> >     pci.h
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>
> Acked-by: Vineet Gupta <vgupta@synopsys.com>


Could you pick this up to your arc tree?


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] arc: remove redundant kernel-space generic-y
  2018-12-19 15:15   ` Masahiro Yamada
@ 2018-12-19 16:45     ` Vineet Gupta
  2019-01-17  3:25       ` Masahiro Yamada
  0 siblings, 1 reply; 6+ messages in thread
From: Vineet Gupta @ 2018-12-19 16:45 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-snps-arc, Stephen Boyd, linux-kernel, Arnd Bergmann,
	Geert Uytterhoeven

On 12/19/18 7:16 AM, Masahiro Yamada wrote:
> Could you pick this up to your arc tree?

Done, will push it in a day or so !

Thx,
-Vineet

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

* Re: [PATCH] arc: remove redundant kernel-space generic-y
  2018-12-19 16:45     ` Vineet Gupta
@ 2019-01-17  3:25       ` Masahiro Yamada
  2019-01-17 18:29         ` Vineet Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2019-01-17  3:25 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: linux-snps-arc, Stephen Boyd, linux-kernel, Arnd Bergmann,
	Geert Uytterhoeven

Hi Vineet,


On Thu, Dec 20, 2018 at 4:52 AM Vineet Gupta <vineet.gupta1@synopsys.com> wrote:
>
> On 12/19/18 7:16 AM, Masahiro Yamada wrote:
> > Could you pick this up to your arc tree?
>
> Done, will push it in a day or so !
>
> Thx,
> -Vineet

This was not sent in the previous MW.
(Nor did I see ARC pull request.)

Is it aiming for v5.1-rc1 ?




-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] arc: remove redundant kernel-space generic-y
  2019-01-17  3:25       ` Masahiro Yamada
@ 2019-01-17 18:29         ` Vineet Gupta
  0 siblings, 0 replies; 6+ messages in thread
From: Vineet Gupta @ 2019-01-17 18:29 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-snps-arc, Stephen Boyd, linux-kernel, Arnd Bergmann,
	Geert Uytterhoeven

On 1/16/19 7:26 PM, Masahiro Yamada wrote:
> This was not sent in the previous MW.
> (Nor did I see ARC pull request.)
>
> Is it aiming for v5.1-rc1 ?

Sorry for the delay, this will happen in next few days !

-Vineet

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

end of thread, other threads:[~2019-01-17 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-16 14:16 [PATCH] arc: remove redundant kernel-space generic-y Masahiro Yamada
2018-12-17  5:00 ` Vineet Gupta
2018-12-19 15:15   ` Masahiro Yamada
2018-12-19 16:45     ` Vineet Gupta
2019-01-17  3:25       ` Masahiro Yamada
2019-01-17 18:29         ` Vineet Gupta

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