Re: [PATCH 1/2] media: adv7604: Add support for i2c_new_secondary_device

2018-01-29 Thread Rob Herring
On Mon, Jan 22, 2018 at 12:49:56PM +, Kieran Bingham wrote: > From: Jean-Michel Hautbois > > The ADV7604 has thirteen 256-byte maps that can be accessed via the main > I²C ports. Each map has it own I²C address and acts as a standard slave > device on the

Re: [PATCH 2/2] drm: adv7511: Add support for i2c_new_secondary_device

2018-01-29 Thread Rob Herring
On Mon, Jan 22, 2018 at 12:50:01PM +, Kieran Bingham wrote: > The ADV7511 has four 256-byte maps that can be accessed via the main I²C > ports. Each map has it own I²C address and acts as a standard slave > device on the I²C bus. > > Allow a device tree node to override the default addresses

Re: [PATCH 2/2] drm: adv7511: Add support for i2c_new_secondary_device

2018-01-29 Thread Rob Herring
On Mon, Jan 29, 2018 at 12:26:00PM +0200, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Monday, 22 January 2018 14:50:00 EET Kieran Bingham wrote: > > The ADV7511 has four 256-byte maps that can be accessed via the main I²C > > ports. Each map has it own I²C address

Re: [PATCH 2/3] DT: display: renesas,lvds: document R8A77970 bindings

2018-01-29 Thread Rob Herring
On Fri, Jan 19, 2018 at 09:29:20PM +0300, Sergei Shtylyov wrote: > Document the R-Car V3M (R8A77970) SoC in the R-Car LVDS bindings. > > Signed-off-by: Sergei Shtylyov > > --- > Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt |1 + > 1

Re: [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings

2018-01-29 Thread Sergei Shtylyov
On 01/29/2018 10:02 PM, Rob Herring wrote: >> Document the R-Car V3M (R8A77970) SoC in the R-Car DU bindings. >> >> Signed-off-by: Sergei Shtylyov >> >> --- >> Changes in version 2: >> - documented R8A77970 DU ports; >> - patch split from the main R8A77970 DU

Re: [PATCH v2 1/2] DT: display: renesas,du: document R8A77970 bindings

2018-01-29 Thread Rob Herring
On Fri, Jan 19, 2018 at 12:05:58AM +0300, Sergei Shtylyov wrote: > Document the R-Car V3M (R8A77970) SoC in the R-Car DU bindings. > > Signed-off-by: Sergei Shtylyov > > --- > Changes in version 2: > - documented R8A77970 DU ports; > - patch split from the

[PATCH 1/2] arm64: dts: r8a7796: Update OPPs to support CA53 dfs

2018-01-29 Thread Simon Horman
From: Dien Pham Describe frequencies, other than the default for CA53 cores. This is a pre-requisite for using providing alternative frequencies for use with CPUFreq with these cores. Signed-off-by: Dien Pham Signed-off-by: Takeshi Kihara

[PATCH 2/2] arm64: dts: r8a7795: Update OPPs to support CA53 dfs

2018-01-29 Thread Simon Horman
From: Dien Pham Describe frequencies, other than the default for CA53 cores. This is a pre-requisite for using providing alternative frequencies for use with CPUFreq with these cores. Signed-off-by: Dien Pham Signed-off-by: Takeshi Kihara

[PATCH 0/2] arm64: dts: renesas: Update OPPs to support CA53 dfs

2018-01-29 Thread Simon Horman
Describe frequencies, other than the default for CA53 cores. This is a pre-requisite for using providing alternative frequencies for use with CPUFreq with these cores. CPUFreq requires Z and Z2 clock support to function. That this patchset and that dependency can be found at:

[PATCH v5 4/6] clk: renesas: r8a7795: Add Z2 clock

2018-01-29 Thread Simon Horman
From: Takeshi Kihara This patch adds Z2 clock for r8a7795 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

[PATCH v5 5/6] clk: renesas: r8a7796: Add Z clock

2018-01-29 Thread Simon Horman
From: Takeshi Kihara This patch adds Z clock for R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

[PATCH v5 3/6] clk: renesas: r8a7795: Add Z clock

2018-01-29 Thread Simon Horman
From: Takeshi Kihara This patch adds Z clock for R8A7795 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

[PATCH v5 6/6] clk: renesas: r8a7796: Add Z2 clock

2018-01-29 Thread Simon Horman
From: Takeshi Kihara This patch adds Z2 clock for R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven ---

[PATCH v5 1/6] clk: renesas: rcar-gen3: Add Z clock divider support

2018-01-29 Thread Simon Horman
From: Takeshi Kihara This patch adds Z clock divider support for R-Car Gen3 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman --- v4 [Simon Horman] * Rebase * Divide parent clock by 2 to

[PATCH v5 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Simon Horman
From: Takeshi Kihara This patch adds Z2 clock divider support for R-Car Gen3 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Simon Horman --- v5 [Simon Horman] * Correct off-by-one error in use of

[PATCH v5 0/6] clk: renesas: r8a779[56]: Add Z and Z2 clock support

2018-01-29 Thread Simon Horman
Hi, this patch-set adds Z and Z2 clock support. These are dependencies for supporting CPUFreq. The remainder of that work is being posted separately and can be found at: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git topic/rcar-gen3-cpufreq-v5 Based on v4.15-rc1 Changes

Re: [PATCH v3 11/16] mmc: tmio: deprecate "toshiba,mmc-wrprotect-disable" DT property

2018-01-29 Thread Rob Herring
On Thu, Jan 18, 2018 at 10:58:36AM +0900, Masahiro Yamada wrote: > 2018-01-18 1:28 GMT+09:00 Masahiro Yamada : > > This property is equivalent to "disable-wp" defined in > > Documentation/devicetree/bindings/mmc/tmio_mmc.txt > > This is mistake. > > "disable-wp" is

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Simon Horman
On Mon, Jan 29, 2018 at 04:46:37PM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Mon, Jan 29, 2018 at 4:19 PM, Simon Horman wrote: > > On Mon, Jan 29, 2018 at 04:01:49PM +0100, Geert Uytterhoeven wrote: > >> On Mon, Jan 29, 2018 at 3:24 PM, Simon Horman

[PATCH v10 12/30] rcar-vin: enable Gen3 hardware configuration

2018-01-29 Thread Niklas Söderlund
Add the register needed to work with Gen3 hardware. This patch adds the logic for how to work with the Gen3 hardware. More work is required to enable the subdevice structure needed to configure capturing. Signed-off-by: Niklas Söderlund Reviewed-by: Hans

[PATCH v10 10/30] rcar-vin: fix handling of single field frames (top, bottom and alternate fields)

2018-01-29 Thread Niklas Söderlund
There was never proper support in the VIN driver to deliver ALTERNATING field format to user-space, remove this field option. The problem is that ALTERNATING filed order requires the sequence numbers of buffers returned to userspace to reflect if fields where dropped or not, something which is not

[PATCH v10 14/30] rcar-vin: add flag to switch to media controller mode

2018-01-29 Thread Niklas Söderlund
On Gen3 a media controller API needs to be used to allow userspace to configure the subdevices in the pipeline instead of directly controlling a single source subdevice, which is and will continue to be the mode of operation on Gen2. Prepare for these two modes of operation by adding a flag to

[PATCH v10 11/30] rcar-vin: move media bus configuration to struct rvin_info

2018-01-29 Thread Niklas Söderlund
Bus configuration will once the driver is extended to support Gen3 contain information not specific to only the directly connected parallel subdevice. Move it to struct rvin_dev to show it's not always coupled to the parallel subdevice. Signed-off-by: Niklas Söderlund

[PATCH v10 18/30] rcar-vin: add check for colorspace

2018-01-29 Thread Niklas Söderlund
Add a check to ensure the colorspace from user-space is good. On Gen2 it works without this change as the sensor sets the colorspace but on Gen3 this can fail if the colorspace provided by the user is not good. The values to check for comes from v4l2-compliance sources which is the tool that found

[PATCH v10 19/30] rcar-vin: set a default field to fallback on

2018-01-29 Thread Niklas Söderlund
If the field is not supported by the driver it should not try to keep the current field. Instead it should set it to a default fallback. Since trying a format should always result in the same state regardless of the current state of the device. Signed-off-by: Niklas Söderlund

[PATCH v10 20/30] rcar-vin: use different v4l2 operations in media controller mode

2018-01-29 Thread Niklas Söderlund
When the driver runs in media controller mode it should not directly control the subdevice instead userspace will be responsible for configuring the pipeline. To be able to run in this mode a different set of v4l2 operations needs to be used. Add a new set of v4l2 operations to support operation

[PATCH v10 16/30] rcar-vin: update bytesperline and sizeimage calculation

2018-01-29 Thread Niklas Söderlund
Remove over complicated logic to calculate the value for bytesperline and sizeimage that was carried over from the soc_camera port. Update the calculations to match how other drivers are doing it. Signed-off-by: Niklas Söderlund ---

[PATCH v10 21/30] rcar-vin: prepare for media controller mode initialization

2018-01-29 Thread Niklas Söderlund
Prepare for media controller by calling a different initialization then for when running in device centric mode. Add trivial configuration of the mbus and creation of the media pad for the video device entity. While we are at it clearly mark the digital device centric notifier functions with a

[PATCH v10 30/30] rcar-vin: enable support for r8a77970

2018-01-29 Thread Niklas Söderlund
Add the SoC specific information for Renesas r8a77970. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-core.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/media/platform/rcar-vin/rcar-core.c

[PATCH v10 23/30] rcar-vin: change name of video device

2018-01-29 Thread Niklas Söderlund
The rcar-vin driver needs to be part of a media controller to support Gen3. Give each VIN instance a unique name so it can be referenced from userspace. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 2 +- 1 file changed,

[PATCH v10 28/30] rcar-vin: enable support for r8a7795

2018-01-29 Thread Niklas Söderlund
Add the SoC specific information for Renesas r8a7795 ES1.x and ES2.0. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/Kconfig | 2 +- drivers/media/platform/rcar-vin/rcar-core.c | 120 2 files changed,

[PATCH v10 29/30] rcar-vin: enable support for r8a7796

2018-01-29 Thread Niklas Söderlund
Add the SoC specific information for Renesas r8a7796. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-core.c | 44 + 1 file changed, 44 insertions(+) diff --git

[PATCH v10 27/30] rcar-vin: extend {start,stop}_streaming to work with media controller

2018-01-29 Thread Niklas Söderlund
The procedure to start or stop streaming using the non-MC single subdevice and the MC graph and multiple subdevices are quite different. Create a new function to abstract which method is used based on which mode the driver is running in and add logic to start the MC graph. Signed-off-by: Niklas

[PATCH v10 17/30] rcar-vin: update pixelformat check for M1

2018-01-29 Thread Niklas Söderlund
If the pixelformat is not supported it should not fail but be set to something that works. While we are at it move the check together with other pixelformat checks of this function. Signed-off-by: Niklas Söderlund ---

[PATCH v10 24/30] rcar-vin: add chsel information to rvin_info

2018-01-29 Thread Niklas Söderlund
Each Gen3 SoC has a limited set of predefined routing possibilities for which CSI-2 device and virtual channel can be routed to which VIN instance. Prepare to store this information in the struct rvin_info. Signed-off-by: Niklas Söderlund ---

[PATCH v10 25/30] rcar-vin: parse Gen3 OF and setup media graph

2018-01-29 Thread Niklas Söderlund
The parsing and registering CSI-2 subdevices with the v4l2 async framework is a collaborative effort shared between the VIN instances which are part of the group. When the last VIN in the group is probed it asks all other VINs to parse its share of OF and record the async subdevices it finds in

[PATCH v10 26/30] rcar-vin: add link notify for Gen3

2018-01-29 Thread Niklas Söderlund
Add the ability to process media device link change request. Link enabling is a bit complicated on Gen3, whether or not it's possible to enable a link depends on what other links already are enabled. On Gen3 the 8 VINs are split into two subgroup's (VIN0-3 and VIN4-7) and from a routing

[PATCH v10 22/30] rcar-vin: add group allocator functions

2018-01-29 Thread Niklas Söderlund
In media controller mode all VIN instances needs to be part of the same media graph. There is also a need for each VIN instance to know about and in some cases be able to communicate with other VIN instances. Add an allocator framework where the first VIN instance to be probed creates a shared

[PATCH v10 15/30] rcar-vin: break out format alignment and checking

2018-01-29 Thread Niklas Söderlund
Part of the format alignment and checking can be shared with the Gen3 format handling. Break that part out to a separate function. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 93 - 1 file

[PATCH v10 04/30] rcar-vin: move subdevice handling to async callbacks

2018-01-29 Thread Niklas Söderlund
In preparation for Gen3 support move the subdevice initialization and clean up from rvin_v4l2_{register,unregister}() directly to the async callbacks. This simplifies the addition of Gen3 support as the rvin_v4l2_register() can be shared for both Gen2 and Gen3 while direct subdevice control are

[PATCH v10 07/30] rcar-vin: move functions regarding scaling

2018-01-29 Thread Niklas Söderlund
In preparation of refactoring the scaling code move the code regarding scaling to to the top of the file to avoid the need to add forward declarations. No code is changed in this commit only whole functions moved inside the same file. Signed-off-by: Niklas Söderlund

[PATCH v10 05/30] rcar-vin: move model information to own struct

2018-01-29 Thread Niklas Söderlund
When Gen3 support is added to the driver more than model ID will be different for the different SoCs. To avoid a lot of if statements in the code create a struct rvin_info to store this information. While we are at it rename the poorly chosen enum which contains the different model IDs from

[PATCH v10 06/30] rcar-vin: move max width and height information to chip information

2018-01-29 Thread Niklas Söderlund
On Gen3 the max supported width and height will be different from Gen2. Move the limits to the struct rvin_info to prepare for Gen3 support. Signed-off-by: Niklas Söderlund Reviewed-by: Kieran Bingham Reviewed-by:

[PATCH v10 13/30] rcar-vin: add function to manipulate Gen3 chsel value

2018-01-29 Thread Niklas Söderlund
On Gen3 the CSI-2 routing is controlled by the VnCSI_IFMD register. One feature of this register is that it's only present in the VIN0 and VIN4 instances. The register in VIN0 controls the routing for VIN0-3 and the register in VIN4 controls routing for VIN4-7. To be able to control routing from

[PATCH v10 09/30] rcar-vin: read subdevice format for crop only when needed

2018-01-29 Thread Niklas Söderlund
Instead of caching the subdevice format each time the video device format is set read it directly when it's needed. As it turns out the format is only needed when figuring out the max rectangle for cropping. This simplifies the code and makes it clearer what the source format is used for.

[PATCH v10 03/30] rcar-vin: unregister video device on driver removal

2018-01-29 Thread Niklas Söderlund
If the video device was registered by the complete() callback it should be unregistered when a device is unbound from the driver. Protect from printing an uninitialized video device node name by adding a check in rvin_v4l2_unregister() to identify that the video device is registered.

[PATCH v10 08/30] rcar-vin: all Gen2 boards can scale simplify logic

2018-01-29 Thread Niklas Söderlund
The logic to preserve the requested format width and height are too complex and come from a premature optimization for Gen3. All Gen2 SoC can scale and the Gen3 implementation will not use these functions at all so simply preserve the width and height when interacting with the subdevice much like

[PATCH v10 01/30] rcar-vin: add Gen3 devicetree bindings documentation

2018-01-29 Thread Niklas Söderlund
Document the devicetree bindings for the CSI-2 inputs available on Gen3. There is a need to add a custom property 'renesas,id' and to define which CSI-2 input is described in which endpoint under the port@1 node. This information is needed since there are a set of predefined routes between each

[PATCH v10 02/30] rcar-vin: rename poorly named initialize and cleanup functions

2018-01-29 Thread Niklas Söderlund
The functions to register and unregister the hardware and video device where poorly named from the start. Rename them to better describe their intended function. Signed-off-by: Niklas Söderlund Reviewed-by: Kieran Bingham

[PATCH v10 00/30] rcar-vin: Add Gen3 with media controller

2018-01-29 Thread Niklas Söderlund
Hi, This series adds Gen3 VIN support to rcar-vin driver for Renesas r8a7795, r8a7796 and r8a77970. It is based on the media-tree and depends on Fabrizio Castro patches as they touches the order of the compatible strings in the documentation to reduce merge conflicts. The dependencies are:

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Simon Horman
On Mon, Jan 29, 2018 at 04:51:35PM +0100, Simon Horman wrote: > On Mon, Jan 29, 2018 at 04:19:29PM +0100, Simon Horman wrote: > > On Mon, Jan 29, 2018 at 04:01:49PM +0100, Geert Uytterhoeven wrote: > > > Hi Simon, > > > > > > On Mon, Jan 29, 2018 at 3:24 PM, Simon Horman

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

2018-01-29 Thread Geert Uytterhoeven
On Mon, Jan 29, 2018 at 4:45 PM, Ulrich Hecht wrote: > Both manufacturer and name variant. > > Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Simon Horman
On Mon, Jan 29, 2018 at 04:19:29PM +0100, Simon Horman wrote: > On Mon, Jan 29, 2018 at 04:01:49PM +0100, Geert Uytterhoeven wrote: > > Hi Simon, > > > > On Mon, Jan 29, 2018 at 3:24 PM, Simon Horman wrote: > > > On Fri, Jan 05, 2018 at 03:35:13PM +0100, Geert Uytterhoeven

[PATCH v2 1/5] arm64: renesas: r8a77995: add I2C support

2018-01-29 Thread Ulrich Hecht
Defines R-Car D3 I2C controllers 0-3. Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a77995.dtsi | 67 +++ 1 file changed, 67 insertions(+) diff --git

Re: [PATCH 5/6] arm64: renesas: draak: enable I2C controller 1

2018-01-29 Thread Ulrich Hecht
On Thu, Nov 16, 2017 at 10:31 AM, Geert Uytterhoeven wrote: > If no devices are connected, perhaps it's wise to defer the status update > to e.g. an overlay that describes what's connected to CN23? > > Or do you want it enabled to allow adding devices manually using >

[PATCH v2 3/5] arm64: renesas: draak: enable I2C controller 1

2018-01-29 Thread Ulrich Hecht
No devices to add, I2C1 has an external connector only. Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Geert Uytterhoeven
Hi Simon, On Mon, Jan 29, 2018 at 4:19 PM, Simon Horman wrote: > On Mon, Jan 29, 2018 at 04:01:49PM +0100, Geert Uytterhoeven wrote: >> On Mon, Jan 29, 2018 at 3:24 PM, Simon Horman wrote: >> > On Fri, Jan 05, 2018 at 03:35:13PM +0100, Geert Uytterhoeven

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

2018-01-29 Thread Ulrich Hecht
R-Car D3 (R8A77995) SoC has a R-Car Gen3-compatible I2C controller. Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 2/5] arm64: renesas: draak: enable I2C controller 0 and EEPROM

2018-01-29 Thread Ulrich Hecht
Enables EEPROM on I2C0 on the Draak board. Signed-off-by: Ulrich Hecht Reviewed-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 17 + 1 file changed, 17 insertions(+) diff --git

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

2018-01-29 Thread Ulrich Hecht
Both manufacturer and name variant. Signed-off-by: Ulrich Hecht --- Documentation/devicetree/bindings/eeprom/at24.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt

[PATCH v2 0/5] R-Car D3 (r8a77995) I2C integration

2018-01-29 Thread Ulrich Hecht
Hi! This adds I2C controllers to the D3 device tree and enables I2C busses 0 and 1 on the Draak board. (I2C2 is not connected on that board.) This revision addresses Geert's review comments and adds Reviewed-Bys. See below for details. CU Uli Changes since v1: - pinctrl: patch dropped, has

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Simon Horman
On Mon, Jan 29, 2018 at 04:01:49PM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Mon, Jan 29, 2018 at 3:24 PM, Simon Horman wrote: > > On Fri, Jan 05, 2018 at 03:35:13PM +0100, Geert Uytterhoeven wrote: > >> On Fri, Jan 5, 2018 at 3:04 PM, Simon Horman

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Geert Uytterhoeven
Hi Simon, On Mon, Jan 29, 2018 at 3:24 PM, Simon Horman wrote: > On Fri, Jan 05, 2018 at 03:35:13PM +0100, Geert Uytterhoeven wrote: >> On Fri, Jan 5, 2018 at 3:04 PM, Simon Horman wrote: >> > On Wed, Jan 03, 2018 at 01:47:08PM +0100, Geert Uytterhoeven

Re: [PATCH v4 2/6] clk: renesas: rcar-gen3: Add Z2 clock divider support

2018-01-29 Thread Simon Horman
On Fri, Jan 05, 2018 at 03:35:13PM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Fri, Jan 5, 2018 at 3:04 PM, Simon Horman wrote: > > On Wed, Jan 03, 2018 at 01:47:08PM +0100, Geert Uytterhoeven wrote: > >> On Wed, Jan 3, 2018 at 1:18 PM, Simon Horman

Re: [PATCH] sh: clk: Relax clk rate match test

2018-01-29 Thread Laurent Pinchart
Hi Jacopo, On Friday, 26 January 2018 18:24:54 EET jacopo mondi wrote: > On Thu, Jan 25, 2018 at 03:39:32PM +0100, Geert Uytterhoeven wrote: > > Hi Jacopo, > > [snip] > > --- > > drivers/sh/clk/core.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) >

Re: [PATCH v7 07/11] media: i2c: ov772x: Support frame interval handling

2018-01-29 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Friday, 26 January 2018 15:55:26 EET Jacopo Mondi wrote: > Add support to ov772x driver for frame intervals handling and enumeration. > Tested with 10MHz and 24MHz input clock at VGA and QVGA resolutions for > 10, 15 and 30 frame per second rates. > >

Re: [PATCH 2/2] drm: adv7511: Add support for i2c_new_secondary_device

2018-01-29 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Monday, 22 January 2018 14:50:00 EET Kieran Bingham wrote: > The ADV7511 has four 256-byte maps that can be accessed via the main I²C > ports. Each map has it own I²C address and acts as a standard slave > device on the I²C bus. > > Allow a device tree

Re: [PATCH 0/2] ARM: dts: r8a774[35]: sort subnodes of soc node

2018-01-29 Thread Simon Horman
On Fri, Jan 26, 2018 at 10:40:50AM +0100, Simon Horman wrote: > Sort the subnodes of the soc node to improve maintainability. > The sort key is the address on the bus with instances of the same > IP block grouped together and sorted alphabetically. > > Minor whitespace and line-wrapping changes

Re: [PATCH 0/3] ARM: dts: renesas: consistently use single space before =

2018-01-29 Thread Simon Horman
On Fri, Jan 26, 2018 at 10:36:32AM +0100, Simon Horman wrote: > Consistently use a single space before a =. > > This series fixes instances where a tab is used instead. > > This is part of an ongoing effort to improve consistency within and between > the DT of Renesas SoCs to allow for easier