Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-16 Thread Stephen Warren
On 06/12/2014 09:58 AM, Peter De Schrijver wrote: > This patchset introduces support for Tegra's microsecond counter as the > udelay() timer. This is useful on Tegra SoCs which do not have an arch timer > such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay > based loop

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-16 Thread Stephen Warren
On 06/12/2014 09:58 AM, Peter De Schrijver wrote: This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay based loop avoids

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-13 Thread Peter De Schrijver
On Thu, Jun 12, 2014 at 09:38:28PM +0200, Stephen Warren wrote: > On 06/12/2014 09:58 AM, Peter De Schrijver wrote: > > This patchset introduces support for Tegra's microsecond counter as the > > udelay() timer. This is useful on Tegra SoCs which do not have an arch timer > > such as Tegra20 and

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-13 Thread Peter De Schrijver
On Thu, Jun 12, 2014 at 09:38:28PM +0200, Stephen Warren wrote: On 06/12/2014 09:58 AM, Peter De Schrijver wrote: This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30.

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-12 Thread Russell King - ARM Linux
On Thu, Jun 12, 2014 at 01:38:28PM -0600, Stephen Warren wrote: > On 06/12/2014 09:58 AM, Peter De Schrijver wrote: > > This patchset introduces support for Tegra's microsecond counter as the > > udelay() timer. This is useful on Tegra SoCs which do not have an arch timer > > such as Tegra20 and

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-12 Thread Stephen Warren
On 06/12/2014 09:58 AM, Peter De Schrijver wrote: > This patchset introduces support for Tegra's microsecond counter as the > udelay() timer. This is useful on Tegra SoCs which do not have an arch timer > such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay > based loop

[PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-12 Thread Peter De Schrijver
This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay based loop avoids potential problems during cpu frequency changes. The

[PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-12 Thread Peter De Schrijver
This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay based loop avoids potential problems during cpu frequency changes. The

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-12 Thread Stephen Warren
On 06/12/2014 09:58 AM, Peter De Schrijver wrote: This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay based loop avoids

Re: [PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-06-12 Thread Russell King - ARM Linux
On Thu, Jun 12, 2014 at 01:38:28PM -0600, Stephen Warren wrote: On 06/12/2014 09:58 AM, Peter De Schrijver wrote: This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30.

[PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-05-20 Thread Peter De Schrijver
This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay based loop avoids potential problems during cpu frequency changes. The

[PATCH 0/3] Use Tegra's microsecond counter for udelay()

2014-05-20 Thread Peter De Schrijver
This patchset introduces support for Tegra's microsecond counter as the udelay() timer. This is useful on Tegra SoCs which do not have an arch timer such as Tegra20 and Tegra30. Using the microsecond counter instead of a delay based loop avoids potential problems during cpu frequency changes. The