Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-09-12 Thread Stephen Warren
On 09/12/2013 12:21 AM, Sebastian Hesselbarth wrote: > On 09/11/2013 09:56 PM, Stephen Warren wrote: >> On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: >>> From: Stephen Warren >>> >>> Tegra's board file currently initializes clocks much earlier than those >>> for most other ARM SoCs. The

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-09-12 Thread Sebastian Hesselbarth
On 09/11/2013 09:56 PM, Stephen Warren wrote: On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of some

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-09-12 Thread Sebastian Hesselbarth
On 09/11/2013 09:56 PM, Stephen Warren wrote: On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren swar...@nvidia.com Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-09-12 Thread Stephen Warren
On 09/12/2013 12:21 AM, Sebastian Hesselbarth wrote: On 09/11/2013 09:56 PM, Stephen Warren wrote: On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren swar...@nvidia.com Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-09-11 Thread Stephen Warren
On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: > From: Stephen Warren > > Tegra's board file currently initializes clocks much earlier than those > for most other ARM SoCs. The reason is: > > * The PMC HW block is involved in the path of some interrupts (i.e. it > inverts, or not, the IRQ

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-09-11 Thread Stephen Warren
On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren swar...@nvidia.com Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of some interrupts (i.e. it inverts, or

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-08-27 Thread Sebastian Hesselbarth
On 08/27/13 23:59, Stephen Warren wrote: On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of some interrupts

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-08-27 Thread Stephen Warren
On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: > From: Stephen Warren > > Tegra's board file currently initializes clocks much earlier than those > for most other ARM SoCs. The reason is: > > * The PMC HW block is involved in the path of some interrupts (i.e. it > inverts, or not, the IRQ

[PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-08-27 Thread Sebastian Hesselbarth
From: Stephen Warren Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of some interrupts (i.e. it inverts, or not, the IRQ input pin dedicated to the PMIC). * So, that part of the PMC must

[PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-08-27 Thread Sebastian Hesselbarth
From: Stephen Warren swar...@nvidia.com Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of some interrupts (i.e. it inverts, or not, the IRQ input pin dedicated to the PMIC). * So, that

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-08-27 Thread Stephen Warren
On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren swar...@nvidia.com Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of some interrupts (i.e. it inverts, or

Re: [PATCH RFC v2 13/16] ARM: tegra: split tegra_pmc_init() in two

2013-08-27 Thread Sebastian Hesselbarth
On 08/27/13 23:59, Stephen Warren wrote: On 08/27/2013 03:28 PM, Sebastian Hesselbarth wrote: From: Stephen Warren swar...@nvidia.com Tegra's board file currently initializes clocks much earlier than those for most other ARM SoCs. The reason is: * The PMC HW block is involved in the path of