Re: [PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-09-05 Thread Mikko Perttunen
FYI, the structure the EMC series currently takes (in my local branch) is as follows: - clock implementation in CAR code. This just knows about allowed rates and which parents should have them and handles reparenting when required. - memory/tegra124-emc: this contains the EMC rate change sequence

Re: [PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-09-05 Thread Tomeu Vizoso
On 26 August 2014 09:42, Mikko Perttunen wrote: > On 25/08/14 20:40, Stephen Warren wrote: >> >> On 07/11/2014 08:18 AM, Mikko Perttunen wrote: >>> >>> Hi everyone, >>> >>> this series adds support for the EMC (external memory controller) clock >>> in the Tegra124 system-on-chip. The series has be

Re: [PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-08-26 Thread Mikko Perttunen
On 26/08/14 10:47, Thierry Reding wrote: * PGP Signed by an unknown key On Tue, Aug 26, 2014 at 10:42:21AM +0300, Mikko Perttunen wrote: On 25/08/14 20:40, Stephen Warren wrote: On 07/11/2014 08:18 AM, Mikko Perttunen wrote: Hi everyone, this series adds support for the EMC (external memory

Re: [PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-08-26 Thread Thierry Reding
On Tue, Aug 26, 2014 at 10:42:21AM +0300, Mikko Perttunen wrote: > On 25/08/14 20:40, Stephen Warren wrote: > >On 07/11/2014 08:18 AM, Mikko Perttunen wrote: > >>Hi everyone, > >> > >>this series adds support for the EMC (external memory controller) clock > >>in the Tegra124 system-on-chip. The ser

Re: [PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-08-26 Thread Mikko Perttunen
On 25/08/14 20:40, Stephen Warren wrote: On 07/11/2014 08:18 AM, Mikko Perttunen wrote: Hi everyone, this series adds support for the EMC (external memory controller) clock in the Tegra124 system-on-chip. The series has been tested on Jetson TK1. The first two patches remove the old "emc_mux"

Re: [PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-08-25 Thread Stephen Warren
On 07/11/2014 08:18 AM, Mikko Perttunen wrote: Hi everyone, this series adds support for the EMC (external memory controller) clock in the Tegra124 system-on-chip. The series has been tested on Jetson TK1. The first two patches remove the old "emc_mux" and "emc" clocks from the clock tree and t

[PATCH 0/8] Tegra124 EMC (external memory controller) support

2014-07-11 Thread Mikko Perttunen
Hi everyone, this series adds support for the EMC (external memory controller) clock in the Tegra124 system-on-chip. The series has been tested on Jetson TK1. The first two patches remove the old "emc_mux" and "emc" clocks from the clock tree and the device tree bindings. This is, of course, not