Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-08 Thread Sivaram Nair
On Thu, Jul 07, 2016 at 07:18:34PM +0900, Alexandre Courbot wrote: > On Thu, Jul 7, 2016 at 5:17 PM, Joseph Lo wrote: > > On 07/06/2016 07:39 PM, Alexandre Courbot wrote: > >> > >> Sorry, I will probably need to do several passes on this one to > >> understand everything, but

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-08 Thread Sivaram Nair
On Thu, Jul 07, 2016 at 07:18:34PM +0900, Alexandre Courbot wrote: > On Thu, Jul 7, 2016 at 5:17 PM, Joseph Lo wrote: > > On 07/06/2016 07:39 PM, Alexandre Courbot wrote: > >> > >> Sorry, I will probably need to do several passes on this one to > >> understand everything, but here is what I can

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-08 Thread Sivaram Nair
On Tue, Jul 05, 2016 at 05:04:26PM +0800, Joseph Lo wrote: > The Tegra BPMP (Boot and Power Management Processor) is designed for the > booting process handling, offloading the power management tasks and > some system control services from the CPU. It can be clock, DVFS, > thermal/EDP, power

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-08 Thread Sivaram Nair
On Tue, Jul 05, 2016 at 05:04:26PM +0800, Joseph Lo wrote: > The Tegra BPMP (Boot and Power Management Processor) is designed for the > booting process handling, offloading the power management tasks and > some system control services from the CPU. It can be clock, DVFS, > thermal/EDP, power

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-07 Thread Stephen Warren
On 07/07/2016 04:18 AM, Alexandre Courbot wrote: On Thu, Jul 7, 2016 at 5:17 PM, Joseph Lo wrote: On 07/06/2016 07:39 PM, Alexandre Courbot wrote: Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-07 Thread Stephen Warren
On 07/07/2016 04:18 AM, Alexandre Courbot wrote: On Thu, Jul 7, 2016 at 5:17 PM, Joseph Lo wrote: On 07/06/2016 07:39 PM, Alexandre Courbot wrote: Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue,

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-07 Thread Alexandre Courbot
On Thu, Jul 7, 2016 at 5:17 PM, Joseph Lo wrote: > On 07/06/2016 07:39 PM, Alexandre Courbot wrote: >> >> Sorry, I will probably need to do several passes on this one to >> understand everything, but here is what I can say after a first look: >> >> On Tue, Jul 5, 2016 at 6:04

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-07 Thread Alexandre Courbot
On Thu, Jul 7, 2016 at 5:17 PM, Joseph Lo wrote: > On 07/06/2016 07:39 PM, Alexandre Courbot wrote: >> >> Sorry, I will probably need to do several passes on this one to >> understand everything, but here is what I can say after a first look: >> >> On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-07 Thread Joseph Lo
On 07/06/2016 07:39 PM, Alexandre Courbot wrote: Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo wrote: The Tegra BPMP (Boot and Power Management

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-07 Thread Joseph Lo
On 07/06/2016 07:39 PM, Alexandre Courbot wrote: Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo wrote: The Tegra BPMP (Boot and Power Management Processor) is

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Alexandre Courbot
On Thu, Jul 7, 2016 at 1:47 AM, Matt Longnecker wrote: > Alex, > > > On 07/06/2016 04:39 AM, Alexandre Courbot wrote: >>> >>> diff --git a/include/soc/tegra/bpmp_abi.h b/include/soc/tegra/bpmp_abi.h >>> >new file mode 100644 >>> >index ..0aaef5960e29 >>> >---

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Alexandre Courbot
On Thu, Jul 7, 2016 at 1:47 AM, Matt Longnecker wrote: > Alex, > > > On 07/06/2016 04:39 AM, Alexandre Courbot wrote: >>> >>> diff --git a/include/soc/tegra/bpmp_abi.h b/include/soc/tegra/bpmp_abi.h >>> >new file mode 100644 >>> >index ..0aaef5960e29 >>> >--- /dev/null >>> >+++

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Matt Longnecker
Alex, On 07/06/2016 04:39 AM, Alexandre Courbot wrote: diff --git a/include/soc/tegra/bpmp_abi.h b/include/soc/tegra/bpmp_abi.h >new file mode 100644 >index ..0aaef5960e29 >--- /dev/null >+++ b/include/soc/tegra/bpmp_abi.h >@@ -0,0 +1,1601 @@ >+/* >+ * Copyright (c) 2014-2016,

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Matt Longnecker
Alex, On 07/06/2016 04:39 AM, Alexandre Courbot wrote: diff --git a/include/soc/tegra/bpmp_abi.h b/include/soc/tegra/bpmp_abi.h >new file mode 100644 >index ..0aaef5960e29 >--- /dev/null >+++ b/include/soc/tegra/bpmp_abi.h >@@ -0,0 +1,1601 @@ >+/* >+ * Copyright (c) 2014-2016,

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Stephen Warren
On 07/06/2016 05:39 AM, Alexandre Courbot wrote: Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo wrote: The Tegra BPMP (Boot and Power Management

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Stephen Warren
On 07/06/2016 05:39 AM, Alexandre Courbot wrote: Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo wrote: The Tegra BPMP (Boot and Power Management Processor) is

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Alexandre Courbot
Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo wrote: > The Tegra BPMP (Boot and Power Management Processor) is designed for the > booting process

Re: [PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-06 Thread Alexandre Courbot
Sorry, I will probably need to do several passes on this one to understand everything, but here is what I can say after a first look: On Tue, Jul 5, 2016 at 6:04 PM, Joseph Lo wrote: > The Tegra BPMP (Boot and Power Management Processor) is designed for the > booting process handling, offloading

[PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-05 Thread Joseph Lo
The Tegra BPMP (Boot and Power Management Processor) is designed for the booting process handling, offloading the power management tasks and some system control services from the CPU. It can be clock, DVFS, thermal/EDP, power gating operation and system suspend/resume handling. So the CPU and the

[PATCH V2 05/10] firmware: tegra: add BPMP support

2016-07-05 Thread Joseph Lo
The Tegra BPMP (Boot and Power Management Processor) is designed for the booting process handling, offloading the power management tasks and some system control services from the CPU. It can be clock, DVFS, thermal/EDP, power gating operation and system suspend/resume handling. So the CPU and the