RE: [next] kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build

2019-04-19 Thread yamada.masahiro
Hi Sergey, > -Original Message- > From: Sergey Senozhatsky [mailto:sergey.senozhatsky.w...@gmail.com] > Sent: Friday, April 19, 2019 5:34 PM > To: Yamada, Masahiro/山田 真弘 > Cc: linux-kernel@vger.kernel.org; Sergey Senozhatsky > > Subject: [next] kbuild: use $(srctree) instead of

RE: [PATCH] kbuild: [bin]deb-pkg: add DPKG_FLAGS variable

2019-02-28 Thread yamada.masahiro
> -Original Message- > From: Kacper Kołodziej [mailto:kac...@kolodziej.it] > Sent: Tuesday, February 05, 2019 9:38 PM > To: Yamada, Masahiro/山田 真弘 ; > michal.l...@markovi.net > Cc: linux-kbu...@vger.kernel.org; linux-kernel@vger.kernel.org; > kac...@kolodziej.it > Subject: [PATCH]

RE: [PATCH 2/3] kbuild: add real-prereqs shorthand for $(filter-out FORCE, $^)

2019-01-16 Thread yamada.masahiro
Hi Alexey, > What is this series made on top of? This does not apply on top of master > from > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git If you want to apply this series cleanly, please apply the following first: https://patchwork.kernel.org/patch/10761625/

RE: [PATCH] arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string

2019-01-10 Thread yamada.masahiro
> -Original Message- > From: Rob Herring [mailto:r...@kernel.org] > Sent: Thursday, January 10, 2019 5:30 AM > To: a...@kernel.org > Cc: devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; Andreas > Färber ; Manivannan Sadhasivam > ; Tsahee Zidenberg > ; Antoine Tenart ; > Maxime

RE: [PATCH] Use short unix-style option instead of --longname.

2018-07-04 Thread yamada.masahiro
Hi. > -Original Message- > From: Rob Landley [mailto:r...@landley.net] > Sent: Thursday, July 05, 2018 4:06 AM > To: triv...@kernel.org; Yamada, Masahiro/山田 真弘 > ; Kees Cook ; Ulf > Magnusson > Subject: [PATCH] Use short unix-style option instead of --longname. > > From: Rob Landley >

RE: [PATCH] Use short unix-style option instead of --longname.

2018-07-04 Thread yamada.masahiro
Hi. > -Original Message- > From: Rob Landley [mailto:r...@landley.net] > Sent: Thursday, July 05, 2018 4:06 AM > To: triv...@kernel.org; Yamada, Masahiro/山田 真弘 > ; Kees Cook ; Ulf > Magnusson > Subject: [PATCH] Use short unix-style option instead of --longname. > > From: Rob Landley >

RE: linux-next: build failure after merge of most trees

2017-06-23 Thread yamada.masahiro
Hi Stephen, > -Original Message- > From: Stephen Rothwell [mailto:s...@canb.auug.org.au] > Sent: Friday, June 23, 2017 3:43 PM > To: David Miller > Cc: npig...@gmail.com; linux-n...@vger.kernel.org; > linux-kernel@vger.kernel.org; Yamada, Masahiro/山田 真弘 >

RE: linux-next: build failure after merge of most trees

2017-06-23 Thread yamada.masahiro
Hi Stephen, > -Original Message- > From: Stephen Rothwell [mailto:s...@canb.auug.org.au] > Sent: Friday, June 23, 2017 3:43 PM > To: David Miller > Cc: npig...@gmail.com; linux-n...@vger.kernel.org; > linux-kernel@vger.kernel.org; Yamada, Masahiro/山田 真弘 > ; amo...@gmail.com > Subject:

RE: [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver

2017-05-24 Thread yamada.masahiro
Hi Hayashibara-san > a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > new file mode 100644 > index 000..a59d1ba > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > @@ -0,0 +1,20

RE: [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver

2017-05-24 Thread yamada.masahiro
Hi Hayashibara-san > a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > new file mode 100644 > index 000..a59d1ba > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > @@ -0,0 +1,20

RE: [PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt

2015-11-24 Thread yamada.masahiro
Hi Arnd, Could you apply this patch with Acked-by storm so that other subarchtectures can base on it? Also, the following series: 1/2: ARM: hisi: do not export smp_operations structures 2/2: ARM: use const and __initconst for smp_operations > -Original Message- > From: Thierry

RE: [PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt

2015-11-24 Thread yamada.masahiro
Hi Arnd, Could you apply this patch with Acked-by storm so that other subarchtectures can base on it? Also, the following series: 1/2: ARM: hisi: do not export smp_operations structures 2/2: ARM: use const and __initconst for smp_operations > -Original Message- > From: Thierry

RE: [PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt

2015-11-16 Thread yamada.masahiro
Hi Arnd, > On Monday 16 November 2015 12:06:10 Masahiro Yamada wrote: > > Many ARM sub-architectures use prompts followed by "if" conditional, > > but it is wrong. > > > > Please notice the difference between > > > > config ARCH_FOO > > bool "Foo SoCs" if ARCH_MULTI_V7 > > > >

RE: [PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt

2015-11-16 Thread yamada.masahiro
Hi Arnd, > On Monday 16 November 2015 12:06:10 Masahiro Yamada wrote: > > Many ARM sub-architectures use prompts followed by "if" conditional, > > but it is wrong. > > > > Please notice the difference between > > > > config ARCH_FOO > > bool "Foo SoCs" if ARCH_MULTI_V7 > > > >