Re: [GIT PULL] ARC updates for 4.19-rc3

2018-09-07 Thread Vineet Gupta
On 09/07/2018 12:15 PM, Linus Torvalds wrote: > On Fri, Sep 7, 2018 at 11:21 AM Vineet Gupta > wrote: >> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ >> tags/arc-4.19-rc3 > That "tags/arc-4.19-rc3" actually a real signed tag from you, but it > doesn't point to any of your new

Re: [GIT PULL] ARC updates for 4.19-rc3

2018-09-07 Thread Linus Torvalds
On Fri, Sep 7, 2018 at 11:21 AM Vineet Gupta wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ > tags/arc-4.19-rc3 That "tags/arc-4.19-rc3" actually a real signed tag from you, but it doesn't point to any of your new work. In fact, it just points to my "Linux 4.15-rc1"

[GIT PULL] ARC updates for 4.19-rc3

2018-09-07 Thread Vineet Gupta
Hi Linus, ARC updates for 4.19-rc3. The DMA-IOC changes are technically merge-window stuff but that didn't happen due to me being in fire drill inhouse. They have been reviewed a while back by Christoph and it will help him with more DMA rework if merged now than in 4.20, so please take them.

Re: [PATCH 6/8] kbuild: consolidate Devicetree dtb build rules

2018-09-07 Thread Masahiro Yamada
2018-08-27 8:56 GMT+09:00 Rob Herring : > On Sat, Aug 25, 2018 at 9:06 PM Masahiro Yamada > wrote: >> >> Hi Rob, >> >> >> 2018-08-22 6:55 GMT+09:00 Rob Herring : >> > There is nothing arch specific about building dtb files other than their >> > location under /arch/*/boot/dts/. Keeping each arch

Re: [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

2018-09-07 Thread Masahiro Yamada
Hi Rob, 2018-09-07 21:17 GMT+09:00 Rob Herring : > On Fri, Sep 7, 2018 at 5:33 AM Masahiro Yamada > wrote: >> >> 2018-09-06 8:53 GMT+09:00 Rob Herring : >> > There is nothing arch specific about building dtb files other than their >> > location under /arch/*/boot/dts/. Keeping each arch aligned

Re: [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

2018-09-07 Thread Rob Herring
On Fri, Sep 7, 2018 at 5:33 AM Masahiro Yamada wrote: > > 2018-09-06 8:53 GMT+09:00 Rob Herring : > > There is nothing arch specific about building dtb files other than their > > location under /arch/*/boot/dts/. Keeping each arch aligned is a pain. > > The dependencies and supported targets are

Re: [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

2018-09-07 Thread Masahiro Yamada
2018-09-06 8:53 GMT+09:00 Rob Herring : > There is nothing arch specific about building dtb files other than their > location under /arch/*/boot/dts/. Keeping each arch aligned is a pain. > The dependencies and supported targets are all slightly different. > Also, a cross-compiler for each arch is