[PATCH V2] gpio: of: make example syntactically correct

2017-12-23 Thread Wolfram Sang
The ';' was missing. And cosmetic: there was a space too much. Signed-off-by: Wolfram Sang --- Changes since V1: * removed extra spaces (Thanks Sergei!) Documentation/devicetree/bindings/gpio/gpio.txt | 8 1 file changed, 4 insertions(+), 4

Re: [PATCH v2 1/3] phy: core: Move runtime PM reference counting to the parent device

2017-12-23 Thread Ulf Hansson
[...] > > So IMO the changes you are proposing make sense regardless of the > genpd issue, because they generally simplify the phy code, but the > additional use_runtime_pm field in struct phy represents redundant > information (manipulating reference counters shouldn't matter if > runtime PM is

Re: [PATCH] drm: rcar-du: lvds: fix LVDCR1 for R-Car gen3

2017-12-23 Thread Sergei Shtylyov
Hello! On 12/23/2017 04:09 PM, Laurent Pinchart wrote: On Thursday, 21 December 2017 22:23:30 EET Sergei Shtylyov wrote: The LVDCR1 register for the R-Car gen3 SoCs was documented as having the layout different from the gen2 SoCs in the early R-Car gen3 manuals but since v0.52 the LVDCR1

Re: [PATCH 1/3] PM / core: Assign the wakeup_path status flag in __device_prepare()

2017-12-23 Thread Ulf Hansson
[...] How many drivers actually do call device_set_wakeup_enable() during suspend? >>> >>> There are some ethernet/wifi drivers, although it hard to say how many >>> without a more thorough investigation. >>> >>> Besides those I found these more obvious ones: >>>

Re: [PATCH v2 1/3] phy: core: Move runtime PM reference counting to the parent device

2017-12-23 Thread Rafael J. Wysocki
On Sat, Dec 23, 2017 at 1:37 PM, Ulf Hansson wrote: > On 23 December 2017 at 02:35, Rafael J. Wysocki wrote: >> On Thu, Dec 21, 2017 at 11:50 AM, Ulf Hansson wrote: >>> On 21 December 2017 at 02:39, Rafael J. Wysocki

Re: [PATCH] drm: rcar-du: lvds: fix LVDCR1 for R-Car gen3

2017-12-23 Thread Laurent Pinchart
Hi Sergei, Thank you for the patch. On Thursday, 21 December 2017 22:23:30 EET Sergei Shtylyov wrote: > The LVDCR1 register for the R-Car gen3 SoCs was documented as having the > layout different from the gen2 SoCs in the early R-Car gen3 manuals but > since v0.52 the LVDCR1 layout is described

Re: [PATCH v2 2/3] phy: core: Drop unused runtime PM APIs

2017-12-23 Thread kbuild test robot
-Hansson/phy-core-Re-work-runtime-PM-deployment-and-fix-an-issue/20171223-170432 base: https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next config: x86_64-acpi-redef (attached as .config) compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 reproduce: # save the attached

Re: [PATCH 1/3] PM / core: Assign the wakeup_path status flag in __device_prepare()

2017-12-23 Thread Rafael J. Wysocki
On Sat, Dec 23, 2017 at 1:03 PM, Ulf Hansson wrote: > On 22 December 2017 at 20:12, Rafael J. Wysocki wrote: >> On Thursday, December 21, 2017 11:13:57 AM CET Ulf Hansson wrote: >>> On 21 December 2017 at 02:43, Rafael J. Wysocki

Re: [PATCH v2 2/3] phy: core: Drop unused runtime PM APIs

2017-12-23 Thread kbuild test robot
-Hansson/phy-core-Re-work-runtime-PM-deployment-and-fix-an-issue/20171223-170432 base: https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next config: i386-randconfig-a0-201751 (attached as .config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: # save the attached

Re: [PATCH v1 03/10] v4l: platform: Add Renesas CEU driver

2017-12-23 Thread Laurent Pinchart
Hi Jacopo, On Friday, 22 December 2017 16:40:16 EET jacopo mondi wrote: > On Fri, Dec 22, 2017 at 02:03:41PM +0200, Laurent Pinchart wrote: > > On Thursday, 21 December 2017 18:27:02 EET jacopo mondi wrote: > >> On Mon, Dec 18, 2017 at 05:28:43PM +0200, Laurent Pinchart wrote: > >>> On Monday, 18

Re: [PATCH 1/3] PM / core: Assign the wakeup_path status flag in __device_prepare()

2017-12-23 Thread Ulf Hansson
On 22 December 2017 at 20:12, Rafael J. Wysocki wrote: > On Thursday, December 21, 2017 11:13:57 AM CET Ulf Hansson wrote: >> On 21 December 2017 at 02:43, Rafael J. Wysocki wrote: >> > On Fri, Dec 15, 2017 at 4:56 PM, Ulf Hansson

Re: [PATCH v2 1/3] phy: core: Move runtime PM reference counting to the parent device

2017-12-23 Thread Rafael J. Wysocki
On Thu, Dec 21, 2017 at 2:39 AM, Rafael J. Wysocki wrote: > On Wed, Dec 20, 2017 at 3:09 PM, Ulf Hansson wrote: >> The runtime PM deployment in the phy core is deployed using the phy core >> device, which is created by the phy core and assigned as a

Re: [PATCH 1/3] PM / core: Assign the wakeup_path status flag in __device_prepare()

2017-12-23 Thread Rafael J. Wysocki
On Sat, Dec 23, 2017 at 1:50 PM, Rafael J. Wysocki wrote: > On Sat, Dec 23, 2017 at 1:03 PM, Ulf Hansson wrote: >> On 22 December 2017 at 20:12, Rafael J. Wysocki wrote: >>> On Thursday, December 21, 2017 11:13:57 AM CET Ulf Hansson

Re: [PATCH v2 1/3] phy: core: Move runtime PM reference counting to the parent device

2017-12-23 Thread Ulf Hansson
On 23 December 2017 at 02:35, Rafael J. Wysocki wrote: > On Thu, Dec 21, 2017 at 11:50 AM, Ulf Hansson wrote: >> On 21 December 2017 at 02:39, Rafael J. Wysocki wrote: >>> On Wed, Dec 20, 2017 at 3:09 PM, Ulf Hansson