Re: [PATCH v2 25/27] gpu: host1x: Add MIPI pad calibration support

2013-10-14 Thread Thierry Reding
On Fri, Oct 11, 2013 at 04:37:35PM -0600, Stephen Warren wrote: > On 10/07/2013 02:34 AM, Thierry Reding wrote: > > This driver adds support to perform calibration of the MIPI pads for CSI > > and DSI. > > > diff --git a/drivers/gpu/host1x/mipi.c b/drivers/gpu/host1x/mipi.c > > > +int tegra_mipi_

Re: [PATCH v2 25/27] gpu: host1x: Add MIPI pad calibration support

2013-10-11 Thread Stephen Warren
On 10/07/2013 02:34 AM, Thierry Reding wrote: > This driver adds support to perform calibration of the MIPI pads for CSI > and DSI. > diff --git a/drivers/gpu/host1x/mipi.c b/drivers/gpu/host1x/mipi.c > +int tegra_mipi_calibrate(struct device *device) ... > + err = of_parse_phandle_with_args(

[PATCH v2 25/27] gpu: host1x: Add MIPI pad calibration support

2013-10-07 Thread Thierry Reding
This driver adds support to perform calibration of the MIPI pads for CSI and DSI. Signed-off-by: Thierry Reding --- Changes in v2: - rename fields to mirror the names in the TRM - remove unused fields drivers/gpu/host1x/Makefile | 1 + drivers/gpu/host1x/dev.c| 17 +++- drivers/gpu/host1