Re: [U-Boot] [PATCH 5/9] clock: add Tegra186 clock driver

2016-08-05 Thread Stephen Warren
On 08/04/2016 07:36 PM, Simon Glass wrote: Hi Stephen, On 1 August 2016 at 09:46, Stephen Warren wrote: On 07/31/2016 07:02 PM, Simon Glass wrote: Hi Stephen, On 27 July 2016 at 15:24, Stephen Warren wrote: From: Stephen Warren In Tegra186, on-SoC clocks are manipulated using IPC reque

Re: [U-Boot] [PATCH 5/9] clock: add Tegra186 clock driver

2016-08-04 Thread Simon Glass
Hi Stephen, On 1 August 2016 at 09:46, Stephen Warren wrote: > On 07/31/2016 07:02 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 27 July 2016 at 15:24, Stephen Warren wrote: >>> >>> From: Stephen Warren >>> >>> In Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP >>> (B

Re: [U-Boot] [PATCH 5/9] clock: add Tegra186 clock driver

2016-08-01 Thread Stephen Warren
On 07/31/2016 07:02 PM, Simon Glass wrote: Hi Stephen, On 27 July 2016 at 15:24, Stephen Warren wrote: From: Stephen Warren In Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP (Boot and Power Management Processor). This change implements a driver that does that. A tegra

Re: [U-Boot] [PATCH 5/9] clock: add Tegra186 clock driver

2016-07-31 Thread Simon Glass
Hi Stephen, On 27 July 2016 at 15:24, Stephen Warren wrote: > From: Stephen Warren > > In Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP > (Boot and Power Management Processor). This change implements a driver > that does that. A tegra/ sub-directory is created to follow

[U-Boot] [PATCH 5/9] clock: add Tegra186 clock driver

2016-07-27 Thread Stephen Warren
From: Stephen Warren In Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP (Boot and Power Management Processor). This change implements a driver that does that. A tegra/ sub-directory is created to follow the existing pattern. It is unconditionally selected by CONFIG_TEGRA186