Re: [PATCH/RFC 02/10] phy: rcar-gen3-usb2: Add phy-supply description in device tree doc

2016-02-03 Thread Rob Herring
On Tue, Feb 02, 2016 at 07:18:50PM +0900, Yoshihiro Shimoda wrote: > To handle the VBUS on/off by a regulator driver, this patch adds > description about phy-supply in the rcar-gen3-phy-usb2.txt. > > Signed-off-by: Yoshihiro Shimoda > --- > Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb

Re: [PATCH v2 1/5] dma-mapping: add dma_{map,unmap}_page_attrs

2016-02-03 Thread Laurent Pinchart
Hi Robin, On Wednesday 03 February 2016 13:31:16 Robin Murphy wrote: > On 21/01/16 14:01, Niklas Söderlund wrote: > > Add a version of dmap_{map,unmap}_page that can pass on attributes to > > the underlaying map_page. This already exists for dma_{map,unmap}_single > > and dmap_{map,unmap}_sg versi

Re: [PATCH v2 1/5] dma-mapping: add dma_{map,unmap}_page_attrs

2016-02-03 Thread Robin Murphy
On 21/01/16 14:01, Niklas Söderlund wrote: Add a version of dmap_{map,unmap}_page that can pass on attributes to the underlaying map_page. This already exists for dma_{map,unmap}_single and dmap_{map,unmap}_sg versions. This looks reasonable in isolation, but for the task at hand I'm pretty su

Re: [PATCH] dmaengine: use phys_addr_t for slave configuration

2016-02-03 Thread Geert Uytterhoeven
Hi Vinod, On Tue, Dec 15, 2015 at 6:26 PM, Vinod Koul wrote: > On Tue, Dec 15, 2015 at 11:48:24AM +0100, Geert Uytterhoeven wrote: >> On Fri, Jul 10, 2015 at 10:14 AM, Vinod Koul wrote: >> > On Wed, Jul 08, 2015 at 12:12:52PM +0200, Geert Uytterhoeven wrote: >> >> On Fri, Apr 26, 2013 at 11:06 A

[PATCH/RFC] dmaengine: sh: Use ARCH_RENESAS

2016-02-03 Thread Simon Horman
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon Horma