Re: [PATCH] i2c: rcar: fix some trivial typos in comments

2018-01-23 Thread Wolfram Sang
On Sun, Jan 21, 2018 at 03:45:11PM +0100, Wolfram Sang wrote: > Nothing big, but they get annoying after a while ;) > > Signed-off-by: Wolfram Sang Applied to for-next, thanks! signature.asc Description: PGP signature

Re: [RFC PATCH v2 0/1] of: easier debugging for node life cycle issues

2018-01-23 Thread Frank Rowand
On 01/23/18 04:11, Michael Ellerman wrote: > Wolfram Sang writes: > >> Hi Frank, >> >>> Please go back and read the thread for version 1. Simply resubmitting a >>> forward port is ignoring that whole conversation. >>> >>> There is a lot of good info in that thread. I

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

2018-01-23 Thread Philipp Zabel
On Tue, 2018-01-23 at 19:08 +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, rcar, and

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

2018-01-23 Thread Liviu Dudau
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,

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

2018-01-23 Thread Ville Syrjala
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, rcar, and sun4i as well Cc: Liviu Dudau Cc: Brian Starkey

RE: [PATCH 0/2] Use demuxer for i2c1 and i2c5

2018-01-23 Thread Biju Das
Hi, > Subject: Re: [PATCH 0/2] Use demuxer for i2c1 and i2c5 > > > > > > On top of renesas-dev branch, I am using the below i2c-rcar driver > > > > related > > > patches. > > > > > > > > https://www.mail-archive.com/linux-renesas-soc@vger.kernel.org/msg > > > > 2227 > > > > 8.html > > > > > >

renesas-drivers-2018-01-23-v4.15-rc9

2018-01-23 Thread Geert Uytterhoeven
I have pushed renesas-drivers-2018-01-23-v4.15-rc9 to https://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git This tree is meant to ease development of platform support and drivers for Renesas ARM SoCs. It is created by merging (a) the for-next branches of various subsystem trees

Re: [RFC PATCH v2 0/1] of: easier debugging for node life cycle issues

2018-01-23 Thread Michael Ellerman
Wolfram Sang writes: > Hi Frank, > >> Please go back and read the thread for version 1. Simply resubmitting a >> forward port is ignoring that whole conversation. >> >> There is a lot of good info in that thread. I certainly learned stuff in it. > > Yes, I did that and

Re: [PATCH] arm64: renesas_defconfig: add driver for PCA9654

2018-01-23 Thread Simon Horman
On Fri, Jan 19, 2018 at 12:38:52PM +0100, Wolfram Sang wrote: > We enabled it in the DTS, so we should have it here, too. > > Signed-off-by: Wolfram Sang Thanks, I have applied this to the topic/renesas-defconfig branch which is included in the devel branch and

Re: [PATCH v4 3/9] v4l: platform: Add Renesas CEU driver

2018-01-23 Thread Philippe Ombredanne
On Fri, Jan 12, 2018 at 2:38 PM, jacopo mondi wrote: > Hi Philippe, Laurent, Geert, > > On Fri, Jan 12, 2018 at 11:36:31AM +0100, Philippe Ombredanne wrote: >> On Tue, Jan 9, 2018 at 5:25 PM, Jacopo Mondi >> wrote: >> > Add driver for Renesas

Re: [GIT PULL FOR renesas-drivers] iommu/ipmmu-vmsa: Add r8a779(6|70|95) support

2018-01-23 Thread Geert Uytterhoeven
Hi Simon, On Tue, Nov 14, 2017 at 10:00 AM, Simon Horman wrote: > please consider pulling IPMMU driver support for the > r8a7796 (R-Car M3-W), r8a77970 (R-Car V3M) and r8a77995 (R-Car D3) SoCs. > > This is v5 of the driver updates for the r8a7795, they are unchanged

Re: [PATCH v2] serdev: add method to set parity

2018-01-23 Thread Marcel Holtmann
Hi Ulrich, > Adds serdev_device_set_parity() and an implementation for ttyport. > The interface uses an enum with the values SERIAL_PARITY_NONE, > SERIAL_PARITY_EVEN and SERIAL_PARITY_ODD. > > Signed-off-by: Ulrich Hecht > Reviewed-by: Sebastian Reichel