Re: [RFC] watchdog: renesas_wdt: don't keep timer value during suspend/resume

2018-12-08 Thread Guenter Roeck
On 12/7/18 1:45 PM, Wolfram Sang wrote: Hi Guenter, all, After discussing this mail thread [1] again, we concluded that giving userspace enough time to prepare is our favourite option. So, do not keep the time value when suspended but reset it when resuming. [1] https://patchwork.kernel.org/pa

Re: [PATCH v3 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver

2018-12-08 Thread kbuild test robot
/commits/Mason-Yang/spi-Add-Renesas-R-Car-Gen3-RPC-SPI-controller-driver/20181208-081244 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next config: i386-allmodconfig (attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: # save the attached .config

Re: [v2,1/3] mtd: spi-nor: Add support for is25lp016d

2018-12-08 Thread Boris Brezillon
On Thu, 2018-11-08 at 17:04:41 UTC, Fabrizio Castro wrote: > The is25lp016d is found on the iwg23s from iWave, therefore > add driver support for it so that we can upstream board support. > > Signed-off-by: Fabrizio Castro Applied to http://git.infradead.org/linux-mtd.git spi-nor/next, thanks.