Re: [PATCH 0/4] arm64: renesas: enable ULCB HDMI / ULCB-KF sound

2018-11-09 Thread Simon Horman
On Fri, Nov 09, 2018 at 12:02:01AM +, Kuninori Morimoto wrote: > > Hi Simon > > > > These patches adds sound support for KingFisher. > > > We can enable it on top of v4.20-rc1, but, it is not stable. > > > We need this patch (= from ASoC for-v4.21 branch) to be stable it. > > > > > > 223bc

Re: [PATCH v2 3/3] ARM: dts: iwg23s-sbc: Add QSPI flash support

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:04:43PM +, Fabrizio Castro wrote: > This commit adds QSPI flash support to the iwg23s board specific > device tree. > > Signed-off-by: Fabrizio Castro Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Si

Re: [PATCH v2 2/3] ARM: dts: r8a77470: Add QSPI support

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:04:42PM +, Fabrizio Castro wrote: > Add QSPI[01] support to the RZ/G1C SoC specific device tree. > > Signed-off-by: Fabrizio Castro Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman

Re: [PATCH v5 1/6] pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:07:22PM +0100, Jacopo Mondi wrote: > VIN data groups may appear on different sets of pins, usually named > "vinX_data_[a|b]". The existing VIN_DATA_PIN_GROUP() does not support > appending the '_a' or '_b' suffix, leading to the definition of group > names not consistent

Re: [PATCH v5 2/6] pinctrl: sh-pfc: r8a77965: Add VIN[4|5] groups/functions

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:07:23PM +0100, Jacopo Mondi wrote: > The VIN4 and VIN5 interfaces supports parallel video input. > Add pin, mux and functions definitions for VIN4 and VIN5 for R-Car M3-N. > > Reviewed-by: Ulrich Hecht > Signed-off-by: Jacopo Mondi Reviewed-by: Simon Horman

Re: [PATCH v5 3/6] pinctrl: sh-pfc: r8a77990: Add VIN[4|5] groups/functions

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:07:24PM +0100, Jacopo Mondi wrote: > Add pin, mux and functions definitions for VIN4 and VIN5 for R-Car E3. > > Signed-off-by: Jacopo Mondi Reviewed-by: Simon Horman

Re: [PATCH] serial: sh-sci: do not warn if DMA transfers are not supported

2018-11-09 Thread Wolfram Sang
On Fri, Oct 12, 2018 at 03:47:49PM +0200, Ulrich Hecht wrote: > Not all (H)SCIF devices support DMA, and failure to set it up is not > normally a cause for concern. This patch demotes the associated warning to > debug output. > > Inspired by BSP patch "sci: sh-sci: Fix transfer sequence of unsuppo

Re: [PATCH] mfd: bd9571mwv: add volatile register to make DVFS work

2018-11-09 Thread Wolfram Sang
On Wed, Oct 03, 2018 at 03:58:41PM +0200, Wolfram Sang wrote: > From: Dien Pham > > Because BD9571MWV_DVFS_MONIVDAC is not defined in the volatile table, > the physical register value is not updated by regmap and DVFS doesn't > work as expected. Fix it! > > Signed-off-by: Dien Pham > [wsa: reba

[PATCH] usb: gadget: udc: renesas_usb3: add a safety connection way for forced_b_device

2018-11-09 Thread Yoshihiro Shimoda
This patch adds a safety connection way for "forced_b_device" with "workaround_for_vbus" like below: < Example for R-Car E3 Ebisu > # modprobe # echo 1 > /sys/kernel/debug/ee02.usb/b_device (connect a usb cable to host side.) # echo 2 > /sys/kernel/debug/ee02.usb/b_device Previous co