Re: [RFC] pinctrl: sh-pfc: only use dummy states for non-DT platforms

2016-03-28 Thread Shawn Guo
On Mon, Mar 07, 2016 at 10:00:37PM +0100, Geert Uytterhoeven wrote: > CC Shawn, Sascha for imx1 Sorry for the late response. > > On Mon, Mar 7, 2016 at 9:34 PM, Sergei Shtylyov > wrote: > > On 03/07/2016 11:29 PM, Geert Uytterhoeven wrote: > > > > ---

[PATCH] thermal: rcar: Remove binding docs for r8a7794

2016-03-28 Thread Simon Horman
The latest information that I have is that there is no thermal IP block present on the r8a7794 SoC so remove the corresponding binding. Cc: Geert Uytterhoeven Signed-off-by: Simon Horman ---

Re: [PATCH] drivers: sh: Use ARCH_RENESAS

2016-03-28 Thread Simon Horman
On Mon, Mar 28, 2016 at 09:16:51AM -0400, Rich Felker wrote: > On Wed, Mar 02, 2016 at 09:25:54AM +0100, Geert Uytterhoeven wrote: > > Hi Simon, > > > > On Wed, Mar 2, 2016 at 2:43 AM, Simon Horman > > wrote: > > > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.

Re: [PATCH v2 01/54] media: Add video processing entity functions

2016-03-28 Thread Sakari Ailus
Hi Laurent, On Fri, Mar 25, 2016 at 12:43:35PM +0200, Laurent Pinchart wrote: > Add composer, format converter and scaler functions, as well as generic > video processing to be used when no other processing function is > applicable. How are these intended to be used? Say, if a sub-device

Re: [PATCH v8 net-next] ravb: Add dma queue interrupt support

2016-03-28 Thread Yoshihiro Kaneko
Hello. 2016-03-27 22:02 GMT+09:00 Sergei Shtylyov : > Hello. > > > On 03/22/2016 06:22 PM, Yoshihiro Kaneko wrote: > >> From: Kazuya Mizuguchi >> >> This patch supports the following interrupts. >> >> - One interrupt for

Re: [PATCH] drivers: sh: Use ARCH_RENESAS

2016-03-28 Thread Rich Felker
On Wed, Mar 02, 2016 at 09:25:54AM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Mar 2, 2016 at 2:43 AM, Simon Horman > wrote: > > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. > > > > This is part of an ongoing process to migrate from ARCH_SHMOBILE

Re: [PATCH 0/4 v3] drm: Introduce drm_connector_register_all() helper

2016-03-28 Thread Alexey Brodkin
Hi Daniel, On Wed, 2016-03-23 at 11:37 +0100, Daniel Vetter wrote: > On Wed, Mar 23, 2016 at 11:42:53AM +0300, Alexey Brodkin wrote: > > > > As a pair to already existing drm_connector_unplug_all() > > (which we'll rename in this series to drm_connector_unregister_all()) > > we're adding generic