Re: [PATCH] arc: remove redundant kernel-space generic-y

2019-01-17 Thread Vineet Gupta
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 ___ linux-snps-arc mailing list linu

Re: [PATCH] arc: remove redundant kernel-space generic-y

2019-01-16 Thread Masahiro Yamada
Hi Vineet, On Thu, Dec 20, 2018 at 4:52 AM Vineet Gupta 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 a

Re: [PATCH] arc: remove redundant kernel-space generic-y

2018-12-19 Thread Vineet Gupta
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 ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux

Re: [PATCH] arc: remove redundant kernel-space generic-y

2018-12-19 Thread Masahiro Yamada
Hi Vineet, On Mon, Dec 17, 2018 at 2:07 PM Vineet Gupta 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/$

Re: [PATCH] arc: remove redundant kernel-space generic-y

2018-12-16 Thread Vineet Gupta
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.

[PATCH] arc: remove redundant kernel-space generic-y

2018-12-16 Thread Masahiro Yamada
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: Masah