Re: [PATCH 2/2] sh_eth: kill redundant check in the probe() method

2018-01-01 Thread Geert Uytterhoeven
H Sergei, On Sun, Dec 31, 2017 at 7:41 PM, Sergei Shtylyov wrote: > Browsing thru the driver diassembly, I noticed that gcc was able to > figure out that the 'ndev' pointer is always non-NULL when calling > free_netdev() on the probe() method's error path and thus skip that > redundant NULL

Re: [PATCH 1/2] ravb: kill redundant check in the probe() method

2018-01-01 Thread Geert Uytterhoeven
Hi Sergei, On Sun, Dec 31, 2017 at 7:41 PM, Sergei Shtylyov wrote: > Browsing thru the driver diassembly, I noticed that gcc was able to > figure out that the 'ndev' pointer is always non-NULL when calling > free_netdev() on the probe() method's error path and thus skip that > redundant NUL

Re: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2018-01-01 Thread Eduardo Valentin
On Tue, Dec 19, 2017 at 01:17:29PM +, Biju Das wrote: > This patch instantiates the thermal sensor module with thermal-zone > support. > > This patch is based on the commit cac68a56e34b > ("ARM: dts: r8a7791: enable to use thermal-zone") by Kuninori Morimoto. > > Signed-off-by: Biju Das > Re

Re: [1/2] arm64: dts: r8a7795: add thermal cooling management

2018-01-01 Thread Eduardo Valentin
On Wed, Sep 13, 2017 at 12:59:08PM +0200, Niklas Söderlund wrote: > Add nodes and properties for thermal cooling management support. > > Signed-off-by: Niklas Söderlund > --- Just a reminder, this series should go via your arch tree. You may add my acks.

Re: [1/2] arm64: dts: r8a7795: add thermal cooling management

2018-01-01 Thread Eduardo Valentin
On Wed, Sep 13, 2017 at 12:59:08PM +0200, Niklas Söderlund wrote: > Add nodes and properties for thermal cooling management support. > > Signed-off-by: Niklas Söderlund Acked-by: Eduardo Valentin > --- > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 40 > > 1 fi

Re: [2/2] arm64: dts: r8a7796: add thermal cooling management

2018-01-01 Thread Eduardo Valentin
On Wed, Sep 13, 2017 at 12:59:09PM +0200, Niklas Söderlund wrote: > Add nodes and properties for thermal cooling management support. > > Signed-off-by: Niklas Söderlund Acked-by: Eduardo Valentin > --- > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 38 > > 1 fi

Re: [PATCH 01/33] clk_ops: change round_rate() to return unsigned long

2018-01-01 Thread kbuild test robot
: https://github.com/0day-ci/linux/commits/Bryan-O-Donoghue/change-clk_ops-round_rate-to-scale-past-LONG_MAX/20180101-212907 base: https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git for-next reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make

Re: [PATCH 01/33] clk_ops: change round_rate() to return unsigned long

2018-01-01 Thread kbuild test robot
://github.com/0day-ci/linux/commits/Bryan-O-Donoghue/change-clk_ops-round_rate-to-scale-past-LONG_MAX/20180101-212907 base: https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git for-next config: x86_64-randconfig-x016-201800 (attached as .config) compiler: gcc-7 (Debian 7.2.0-12) 7.2.1

Re: [PATCH 01/33] clk_ops: change round_rate() to return unsigned long

2018-01-01 Thread kbuild test robot
: https://github.com/0day-ci/linux/commits/Bryan-O-Donoghue/change-clk_ops-round_rate-to-scale-past-LONG_MAX/20180101-212907 base: https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git for-next config: i386-randconfig-b0-01011934 (attached as .config) compiler: gcc-4.9 (Debian 4.9.4-2

Re: [PATCH] sata: rcar_sata: Reset SATA PHY when Salvator-X board resumes

2018-01-01 Thread Sergei Shtylyov
Hello! On 12/6/2017 9:45 PM, Yoshihiro Kaneko wrote: From: Khiem Nguyen Because power of Salvator-X board is cut off in suspend, it needs to reset SATA PHY state in resume. Otherwise, SATA partition could not be accessed anymore. Signed-off-by: Khiem Nguyen Signed-off-by: Hien Dang Signed-