Re: [PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-11-07 Thread Tomeu Vizoso
On 6 November 2014 12:35, Mikko Perttunen wrote: > On 11/06/2014 09:56 AM, Alexandre Courbot wrote: >> >> On 10/30/2014 01:22 AM, Tomeu Vizoso wrote: >>> +static int tegra_emc_probe(struct platform_device *pdev) >>> +{ >>> +struct tegra_emc *tegra; >>> +struct device_node *node; >>> +

Re: [PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-11-07 Thread Tomeu Vizoso
On 6 November 2014 12:35, Mikko Perttunen mikko.perttu...@kapsi.fi wrote: On 11/06/2014 09:56 AM, Alexandre Courbot wrote: On 10/30/2014 01:22 AM, Tomeu Vizoso wrote: +static int tegra_emc_probe(struct platform_device *pdev) +{ +struct tegra_emc *tegra; +struct device_node *node; +

Re: [PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-11-06 Thread Mikko Perttunen
On 11/06/2014 09:56 AM, Alexandre Courbot wrote: On 10/30/2014 01:22 AM, Tomeu Vizoso wrote: From: Mikko Perttunen Implements functionality needed to change the rate of the memory bus clock. Signed-off-by: Mikko Perttunen Signed-off-by: Tomeu Vizoso --- v2:* Use subsys_initcall(), so

Re: [PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-11-06 Thread Alexandre Courbot
On 10/30/2014 01:22 AM, Tomeu Vizoso wrote: From: Mikko Perttunen Implements functionality needed to change the rate of the memory bus clock. Signed-off-by: Mikko Perttunen Signed-off-by: Tomeu Vizoso --- v2: * Use subsys_initcall(), so it gets probed after the MC driver and

Re: [PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-11-06 Thread Alexandre Courbot
On 10/30/2014 01:22 AM, Tomeu Vizoso wrote: From: Mikko Perttunen mperttu...@nvidia.com Implements functionality needed to change the rate of the memory bus clock. Signed-off-by: Mikko Perttunen mperttu...@nvidia.com Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- v2: * Use

Re: [PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-11-06 Thread Mikko Perttunen
On 11/06/2014 09:56 AM, Alexandre Courbot wrote: On 10/30/2014 01:22 AM, Tomeu Vizoso wrote: From: Mikko Perttunen mperttu...@nvidia.com Implements functionality needed to change the rate of the memory bus clock. Signed-off-by: Mikko Perttunen mperttu...@nvidia.com Signed-off-by: Tomeu Vizoso

[PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-10-29 Thread Tomeu Vizoso
From: Mikko Perttunen Implements functionality needed to change the rate of the memory bus clock. Signed-off-by: Mikko Perttunen Signed-off-by: Tomeu Vizoso --- v2: * Use subsys_initcall(), so it gets probed after the MC driver and before the CAR driver ---

[PATCH v3 10/13] memory: tegra: Add EMC (external memory controller) driver

2014-10-29 Thread Tomeu Vizoso
From: Mikko Perttunen mperttu...@nvidia.com Implements functionality needed to change the rate of the memory bus clock. Signed-off-by: Mikko Perttunen mperttu...@nvidia.com Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- v2: * Use subsys_initcall(), so it gets probed after the