Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1200541 > unrolled thread

Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

Started byVaibhav Hiremath <vaibhav.hiremath@linaro.org>
First post2015-08-05 11:00 +0200
Last post2015-08-09 19:00 +0200
Articles 5 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration  support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-05 11:00 +0200
    Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support Robert Jarzmik <robert.jarzmik@free.fr> - 2015-08-05 21:20 +0200
      Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration  support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-06 07:50 +0200
    Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support Robert Jarzmik <robert.jarzmik@free.fr> - 2015-08-09 14:30 +0200
      Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration  support Vaibhav Hiremath <vaibhav.hiremath@linaro.org> - 2015-08-09 19:00 +0200

#1200541 — Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

FromVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Date2015-08-05 11:00 +0200
SubjectRe: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support
Message-ID<pU2Ii-4Ky-1@gated-at.bofh.it>

On Tuesday 21 July 2015 06:11 PM, Vaibhav Hiremath wrote:
> With addition of PXA910 family of devices, the TWSI module supports
> SCL clock adjustment using ILCR register.
>
> This patch enables the control and configuration of ICLR through DT
> properties,
>
> i2c-sclk-high-time-ns:
>    SCLK high time (tHigh), for standard/fast/high speed mode
> i2c-sclk-low-time-ns:
>    SCLK low time (tLow), for standard/fast/high speed mode
>
> Note that in case of standard and fast mod, the tLow and tHigh counters
> are same, and software will use tLow value.
>
> Also, brought up devm_clk_get() fn above i2c_pxa_probe_dt(), as it
> uses clk rate for timing calculations.
>
> Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
> Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
> Signed-off-by: Yi Zhang <yizhang@marvell.com>
> ---
>   drivers/i2c/busses/i2c-pxa.c | 69 ++++++++++++++++++++++++++++++++++++++++----
>   1 file changed, 63 insertions(+), 6 deletions(-)
>

Robert,

It would be helpful if you can test this patch-series and confirm that
it now fixes the NULL pointer deference issue.

Thanks,
Vaibhav
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1201068 — Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2015-08-05 21:20 +0200
SubjectRe: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support
Message-ID<pUcoh-24P-7@gated-at.bofh.it>
In reply to#1200541
Vaibhav Hiremath <vaibhav.hiremath@linaro.org> writes:

> Robert,
>
> It would be helpful if you can test this patch-series and confirm that
> it now fixes the NULL pointer deference issue.
>
> Thanks,
> Vaibhav
Hi Vaibhav,

My next slot is probably this comming Sunday. I'll do the test and report.

Cheers.

-- 
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1201442

FromVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Date2015-08-06 07:50 +0200
Message-ID<pUmdX-86Q-13@gated-at.bofh.it>
In reply to#1201068

On Thursday 06 August 2015 12:41 AM, Robert Jarzmik wrote:
> My next slot is probably this comming Sunday. I'll do the test and report

Thanks a lot.

Thanks,
Vaibhav
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1203633 — Re: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

FromRobert Jarzmik <robert.jarzmik@free.fr>
Date2015-08-09 14:30 +0200
SubjectRe: [PATCH-v5 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support
Message-ID<pVxTH-5YJ-1@gated-at.bofh.it>
In reply to#1200541
Vaibhav Hiremath <vaibhav.hiremath@linaro.org> writes:

> Robert,
>
> It would be helpful if you can test this patch-series and confirm that
> it now fixes the NULL pointer deference issue.
Tested, it works on pxa27x in master mode, in non-DT mode.

For all non-DT patches, you can add my :
Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.

-- 
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1203667

FromVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Date2015-08-09 19:00 +0200
Message-ID<pVC70-3wY-11@gated-at.bofh.it>
In reply to#1203633

On Sunday 09 August 2015 05:48 PM, Robert Jarzmik wrote:
> Vaibhav Hiremath <vaibhav.hiremath@linaro.org> writes:
>
>> Robert,
>>
>> It would be helpful if you can test this patch-series and confirm that
>> it now fixes the NULL pointer deference issue.
> Tested, it works on pxa27x in master mode, in non-DT mode.
>
> For all non-DT patches, you can add my :
> Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
>

Thanks Robert,

Wolfram,
Request you to please take a look at this series.
We can have discussion on DT properties as well.

Thanks,
Vaibhav
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web