Re: [PATCH v2 5/5] dt-bindings: at24: add bindings for Rohm BR24T01

2018-02-04 Thread Bartosz Golaszewski
2018-02-05 7:07 GMT+01:00 Rob Herring : > On Mon, Jan 29, 2018 at 04:45:48PM +0100, Ulrich Hecht wrote: >> Both manufacturer and name variant. >> >> Signed-off-by: Ulrich Hecht >> --- >> Documentation/devicetree/bindings/eeprom/at24.txt | 2 ++ >>

Re: [PATCH 5/5] drm: Don't pass clip to drm_atomic_helper_check_plane_state()

2018-02-04 Thread Shawn Guo
On Tue, Jan 23, 2018 at 07:08:57PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Move the plane clip rectangle handling into > drm_atomic_helper_check_plane_state(). Drivers no longer > have to worry about such mundane details. > > v2: Convert armada,

Re: [PATCH v2 4/5] i2c: rcar: document R8A77995 bindings

2018-02-04 Thread Rob Herring
On Mon, Jan 29, 2018 at 04:45:47PM +0100, Ulrich Hecht wrote: > R-Car D3 (R8A77995) SoC has a R-Car Gen3-compatible I2C controller. > > Signed-off-by: Ulrich Hecht > Reviewed-by: Geert Uytterhoeven > --- >

Re: [PATCH v2 5/5] dt-bindings: at24: add bindings for Rohm BR24T01

2018-02-04 Thread Rob Herring
On Mon, Jan 29, 2018 at 04:45:48PM +0100, Ulrich Hecht wrote: > Both manufacturer and name variant. > > Signed-off-by: Ulrich Hecht > --- > Documentation/devicetree/bindings/eeprom/at24.txt | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Rob Herring

Re: [RFC v4 11/26] dt-bindings: watchdog: renesas-wdt: Add R-Car Gen2 support

2018-02-04 Thread Rob Herring
On Wed, Jan 31, 2018 at 06:24:15PM +, Fabrizio Castro wrote: > This commit documents the compatibility with R-Car Gen2 and RZ/G > devices by defining the generic compatible string "renesas,rcar-gen2-wdt". > Also, this patch expands the list of SoC-specific compatible strings to > include RZ/G

Re: [PATCH 1/2] DT: arm: shmobile: document R8A77980 SoC bindings

2018-02-04 Thread Rob Herring
On Fri, Feb 02, 2018 at 09:51:01AM +0100, Simon Horman wrote: > On Thu, Feb 01, 2018 at 09:01:54PM +0100, Geert Uytterhoeven wrote: > > On Wed, Jan 31, 2018 at 8:56 PM, Sergei Shtylyov > > wrote: > > > Document the R-Car V3H (R8A77980) SoC device tree bindings.

Re: [PATCH 2/2] clk: renesas: cpg-mssr: add R8A77980 support

2018-02-04 Thread Rob Herring
On Wed, Jan 31, 2018 at 11:31:05PM +0300, Sergei Shtylyov wrote: > Add R-Car V3H (R8A77980) Clock Pulse Generator / Module Standby and > Software Reset support, using the CPG/MSSR driver core and the common > R-Car Gen3 code. > > Based on the original (and large) patch by Vladimir Barinov. > >

Re: [PATCH 1/2] dt-bindings: clock: add R8A77980 CPG core clock definitions

2018-02-04 Thread Rob Herring
On Wed, Jan 31, 2018 at 11:27:47PM +0300, Sergei Shtylyov wrote: > Add macros usable by the device tree sources to reference the R8A77980 > CPG core clocks by index. The data come from the table 8.2e of the R-Car > Series, 3rd Generation User's Manual: Hardware (Rev. 0.80, Oct, 2017), > however I

Re: [PATCH] DT: serial: renesas,sci-serial: document R8A77980 bindings

2018-02-04 Thread Rob Herring
On Thu, Feb 01, 2018 at 10:36:20PM +0300, Sergei Shtylyov wrote: > R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible SCIF and HSCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Sergei Shtylyov > > --- >

Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-04 Thread Rob Herring
On Thu, Feb 01, 2018 at 11:13:45PM +0300, Sergei Shtylyov wrote: > Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB > device, so document the SoC specific bindings. > > Signed-off-by: Sergei Shtylyov > > --- > The patch is against

Re: [PATCH] DT: dma: renesas,rcar-dmac: document R8A77980 support

2018-02-04 Thread Rob Herring
On Thu, Feb 01, 2018 at 10:09:25PM +0300, Sergei Shtylyov wrote: > Renesas R-Car V3H SoC has the R-Car gen3 compatible DMA controllers. > Document R-Car V3H (also known as R8A77980) SoC bindings. > > Signed-off-by: Sergei Shtylyov > > --- >

Re: [PATCH] DT: dma: renesas,rcar-dmac: document R8A77980 support

2018-02-04 Thread Vinod Koul
On Thu, Feb 01, 2018 at 10:09:25PM +0300, Sergei Shtylyov wrote: > Renesas R-Car V3H SoC has the R-Car gen3 compatible DMA controllers. > Document R-Car V3H (also known as R8A77980) SoC bindings. Applied, thanks -- ~Vinod

[PATCH/resend] usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()

2018-02-04 Thread Yoshihiro Shimoda
This patch fixes an issue that the renesas_usb3_remove() causes NULL pointer dereference because the usb3_to_dev() macro will use the gadget instance and it will be deleted before. Fixes: cf06df3fae28 ("usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able()") Signed-off-by: Yoshihiro

[PATCH/RFT v3] sata_rcar: Reset SATA PHY when Salvator-X board resumes

2018-02-04 Thread Yoshihiro Kaneko
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

[PATCH/RFT v4] gpio: gpio-rcar: Support S2RAM

2018-02-04 Thread Yoshihiro Kaneko
From: Hien Dang This patch adds an implementation that saves and restores the state of GPIO configuration on suspend and resume. Signed-off-by: Hien Dang Signed-off-by: Takeshi Kihara [Modify structure of the