Re: [PATCH 3/13] CLK: TI: DRA7: make return of 0 explicit

2014-05-19 Thread Tero Kristo
On 05/19/2014 10:41 AM, Dan Carpenter wrote: This one does feel like a bug in the original code as you mention. I have added the TI devs to the CC list so they can help us. Yes this is a bug, the dra7_apll_enable() should return some sort of error code if the lock fails. EBUSY maybe? -Tero

Re: [PATCH] CLK: TI: DRA7: return error code in failure case

2014-05-19 Thread Tero Kristo
-by: Julia Lawall julia.law...@lip6.fr Acked-by: Tero Kristo t-kri...@ti.com Mike, do you want to queue this as a fix or shall I add this to be queued for 3.16? -Tero --- diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c index b986f61..efc71a0 100644 --- a/drivers/clk/ti/apll.c +++ b

Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-05-19 Thread Tero Kristo
On 05/06/2014 04:39 PM, Peter Ujfalusi wrote: Mike, On 04/24/2014 06:03 PM, Tero Kristo wrote: On 04/24/2014 12:11 PM, Peter Ujfalusi wrote: Mike, Tero, On 04/03/2014 09:29 AM, Peter Ujfalusi wrote: On 04/02/2014 05:12 PM, Tero Kristo wrote: On 04/02/2014 04:48 PM, Peter Ujfalusi wrote

Re: [PATCH] clk: ti: clk-54xx: Set the rate for dpll_abe_m2x2_ck

2014-05-19 Thread Tero Kristo
On 04/30/2014 02:39 PM, Peter Ujfalusi wrote: In order to get correct clock dividers for AESS/ABE we need to set the dpll_abe_m2x2_ck rate to be double of dpll_abe_ck. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com Thanks, queued for 3.15-rc/ti-clk-drv. -Tero ---

Re: [PATCH 1/2] ARM: DTS: omap54xx-clocks: remove the autoidle properties for clock nodes

2014-05-19 Thread Tero Kristo
On 04/30/2014 03:30 PM, Tero Kristo wrote: On 04/30/2014 02:41 PM, Peter Ujfalusi wrote: In OMAP5 bit 8 in PRCM registers are not defined (Reserved) unlike their counterpart in OMAP4. It is better to not write to these bits. Yeah, looks like this bug was copied over from the legacy clock data

Re: [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node

2014-05-19 Thread Tero Kristo
On 04/30/2014 03:31 PM, Tero Kristo wrote: On 04/30/2014 02:41 PM, Peter Ujfalusi wrote: abe_iclk's parent is aess_fclk and not abe_clk. Also correct the parameters for clock rate calculation as used for OMAP4 since in PRCM level there's no difference between the two platform regarding to AESS

Re: [PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic)

2014-05-19 Thread Tero Kristo
On 05/07/2014 01:20 PM, Peter Ujfalusi wrote: Hi, Changes since v1: - ATL binding documentation and driver has been separated. Audio Tracking Logic is designed to be used by HD Radio applications to synchronize the audio output clocks to the baseband clock. ATL can be also used to track errors

Re: [PATCH 09/10] ARM: dts: OMAP4: clk: Add clk node for DES IP

2014-05-14 Thread Tero Kristo
On 04/26/2014 02:02 AM, Joel Fernandes wrote: From: Lokesh Vutla DES IP already has main and interface clk as des_fck. Node for des_fck is missing in clk tree. Adding the same. Signed-off-by: Lokesh Vutla Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/omap44xx-clocks.dtsi |8

Re: [PATCH 09/10] ARM: dts: OMAP4: clk: Add clk node for DES IP

2014-05-14 Thread Tero Kristo
On 04/26/2014 02:02 AM, Joel Fernandes wrote: From: Lokesh Vutla lokeshvu...@ti.com DES IP already has main and interface clk as des_fck. Node for des_fck is missing in clk tree. Adding the same. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com Signed-off-by: Joel Fernandes jo...@ti.com ---

Re: [PATCH v2 5/6] ARM: AM43xx: clk: Change the cpts ref clock source to dpll_core_m5 clk

2014-05-05 Thread Tero Kristo
running PTP. clockcheck: clock jumped backward or running slower than expected! By selecting dpll_core_m5_ck as the clocksource fixes this issue. In AM335x dpll_core_m5_ck is the default clocksource. Signed-off-by: George Cherian Acked-by: Tero Kristo --- drivers/clk/ti/clk-43xx.c | 16

Re: [PATCH v2 5/6] ARM: AM43xx: clk: Change the cpts ref clock source to dpll_core_m5 clk

2014-05-05 Thread Tero Kristo
running PTP. clockcheck: clock jumped backward or running slower than expected! By selecting dpll_core_m5_ck as the clocksource fixes this issue. In AM335x dpll_core_m5_ck is the default clocksource. Signed-off-by: George Cherian george.cher...@ti.com Acked-by: Tero Kristo t-kri...@ti.com

Re: [PATCH 1/2] ARM: DTS: omap54xx-clocks: remove the autoidle properties for clock nodes

2014-04-30 Thread Tero Kristo
On 04/30/2014 02:41 PM, Peter Ujfalusi wrote: In OMAP5 bit 8 in PRCM registers are not defined (Reserved) unlike their counterpart in OMAP4. It is better to not write to these bits. Yeah, looks like this bug was copied over from the legacy clock data. Acked-by: Tero Kristo Signed-off

Re: [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node

2014-04-30 Thread Tero Kristo
Acked-by: Tero Kristo --- arch/arm/boot/dts/omap54xx-clocks.dtsi | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi index d784ff5d3904..86fc507a0567 100644 --- a/arch/arm/boot/dts

Re: [PATCH 2/2] ARM: DTS: omap54xx-clocks: Correct abe_iclk clock node

2014-04-30 Thread Tero Kristo
peter.ujfal...@ti.com Acked-by: Tero Kristo t-kri...@ti.com --- arch/arm/boot/dts/omap54xx-clocks.dtsi | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi index d784ff5d3904

Re: [PATCH 1/2] ARM: DTS: omap54xx-clocks: remove the autoidle properties for clock nodes

2014-04-30 Thread Tero Kristo
On 04/30/2014 02:41 PM, Peter Ujfalusi wrote: In OMAP5 bit 8 in PRCM registers are not defined (Reserved) unlike their counterpart in OMAP4. It is better to not write to these bits. Yeah, looks like this bug was copied over from the legacy clock data. Acked-by: Tero Kristo t-kri...@ti.com

Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-04-24 Thread Tero Kristo
On 04/24/2014 12:11 PM, Peter Ujfalusi wrote: Mike, Tero, On 04/03/2014 09:29 AM, Peter Ujfalusi wrote: On 04/02/2014 05:12 PM, Tero Kristo wrote: On 04/02/2014 04:48 PM, Peter Ujfalusi wrote: ABE DPLL frequency need to be lowered from 361267200 to 180633600 to facilitate the ATL

Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-04-24 Thread Tero Kristo
On 04/24/2014 12:11 PM, Peter Ujfalusi wrote: Mike, Tero, On 04/03/2014 09:29 AM, Peter Ujfalusi wrote: On 04/02/2014 05:12 PM, Tero Kristo wrote: On 04/02/2014 04:48 PM, Peter Ujfalusi wrote: ABE DPLL frequency need to be lowered from 361267200 to 180633600 to facilitate the ATL

Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-04-02 Thread Tero Kristo
On 04/02/2014 04:48 PM, Peter Ujfalusi wrote: ABE DPLL frequency need to be lowered from 361267200 to 180633600 to facilitate the ATL requironments. The dpll_abe_m2x2_ck clock need to be set to double of ABE DPLL rate in order to have correct clocks for audio. Do you have some sort of TRM

Re: [PATCH] clk: ti: clk-7xx: Correct ABE DPLL configuration

2014-04-02 Thread Tero Kristo
On 04/02/2014 04:48 PM, Peter Ujfalusi wrote: ABE DPLL frequency need to be lowered from 361267200 to 180633600 to facilitate the ATL requironments. The dpll_abe_m2x2_ck clock need to be set to double of ABE DPLL rate in order to have correct clocks for audio. Do you have some sort of TRM

Re: [RFC 2/5] ARM: dts: am33xx: Set parent clock for timer through DT

2014-03-14 Thread Tero Kristo
On 03/13/2014 10:35 PM, Joel Fernandes wrote: Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/am33xx.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 4e6c959..51b7008 100644 ---

Re: [RFC 3/5] ARM: OMAP2+: timer: Add clocksource initialization and powerup support

2014-03-14 Thread Tero Kristo
On 03/14/2014 01:36 AM, Joel Fernandes wrote: On 03/13/2014 04:52 PM, Rob Herring wrote: On Thu, Mar 13, 2014 at 3:35 PM, Joel Fernandes wrote: Introduce a generic omap timer initialization function that can be used by all SoCs for which support is available in the clocksource driver

Re: [RFC 3/5] ARM: OMAP2+: timer: Add clocksource initialization and powerup support

2014-03-14 Thread Tero Kristo
On 03/14/2014 01:36 AM, Joel Fernandes wrote: On 03/13/2014 04:52 PM, Rob Herring wrote: On Thu, Mar 13, 2014 at 3:35 PM, Joel Fernandes jo...@ti.com wrote: Introduce a generic omap timer initialization function that can be used by all SoCs for which support is available in the clocksource

Re: [RFC 2/5] ARM: dts: am33xx: Set parent clock for timer through DT

2014-03-14 Thread Tero Kristo
On 03/13/2014 10:35 PM, Joel Fernandes wrote: Signed-off-by: Joel Fernandes jo...@ti.com --- arch/arm/boot/dts/am33xx.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 4e6c959..51b7008 100644 ---

Re: [PATCH v2 1/8] ARM: dts: dra7: Initialize USB_DPLL

2014-03-10 Thread Tero Kristo
On 03/10/2014 02:49 PM, Roger Quadros wrote: USB_DPLL must be initialized and locked at boot so that USB modules can work. Program USB_DLL_M2 output to half rate as well. Patch depends on https://www.mail-archive.com/linux-omap@vger.kernel.org/msg101300.html CC: Mike Turquette CC: Tero

Re: [PATCH v2 1/8] ARM: dts: dra7: Initialize USB_DPLL

2014-03-10 Thread Tero Kristo
...@linaro.org CC: Tero Kristo t-kri...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/dra7.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 597979b..f376923 100644 --- a/arch/arm/boot/dts/dra7.dtsi

Re: [PATCH 2/8] ARM: dts: dra7-clock: Add "l3init_960m_gfclk" clock gate

2014-03-07 Thread Tero Kristo
of usb_otg_ss1_refclk960m and usb_otg_ss2_refclk960m. CC: Tero Kristo Signed-off-by: Roger Quadros --- arch/arm/boot/dts/dra7xx-clocks.dtsi | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index

Re: [PATCH 1/8] CLK: ti: dra7: Initialize USB_DPLL

2014-03-07 Thread Tero Kristo
On 03/07/2014 03:09 PM, Roger Quadros wrote: USB_DPLL must be initialized and locked at boot so that USB modules can work. Also program USB_DLL_M2 output to half rate. CC: Mike Turquette CC: Tero Kristo Signed-off-by: Roger Quadros --- drivers/clk/ti/clk-7xx.c | 11 +++ 1 file

Re: [PATCH 1/8] CLK: ti: dra7: Initialize USB_DPLL

2014-03-07 Thread Tero Kristo
On 03/07/2014 03:09 PM, Roger Quadros wrote: USB_DPLL must be initialized and locked at boot so that USB modules can work. Also program USB_DLL_M2 output to half rate. CC: Mike Turquette mturque...@linaro.org CC: Tero Kristo t-kri...@ti.com Signed-off-by: Roger Quadros rog...@ti.com

Re: [PATCH 2/8] ARM: dts: dra7-clock: Add l3init_960m_gfclk clock gate

2014-03-07 Thread Tero Kristo
of usb_otg_ss1_refclk960m and usb_otg_ss2_refclk960m. CC: Tero Kristo t-kri...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/dra7xx-clocks.dtsi | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot

Re: [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

2014-02-20 Thread Tero Kristo
good to me. Acked-by: Tero Kristo --- arch/arm/boot/dts/am33xx.dtsi |4 arch/arm/boot/dts/am4372.dtsi |5 + arch/arm/boot/dts/dra7.dtsi |5 + arch/arm/boot/dts/omap3.dtsi |5 + arch/arm/boot/dts/omap4.dtsi |5 + arch/arm/boot/dts/omap5.dtsi

Re: [PATCH 1/2] clk: ti: am335x: remove unecessary cpu0 clk node

2014-02-20 Thread Tero Kristo
On 01/29/2014 08:19 PM, Nishanth Menon wrote: cpu0 clock node has no functionality, since cpufreq-cpu0 is already capable of picking up the clock from dts. Signed-off-by: Nishanth Menon Acked-by: Tero Kristo --- drivers/clk/ti/clk-33xx.c |1 - 1 file changed, 1 deletion(-) diff

Re: [PATCH 1/2] clk: ti: am335x: remove unecessary cpu0 clk node

2014-02-20 Thread Tero Kristo
On 01/29/2014 08:19 PM, Nishanth Menon wrote: cpu0 clock node has no functionality, since cpufreq-cpu0 is already capable of picking up the clock from dts. Signed-off-by: Nishanth Menon n...@ti.com Acked-by: Tero Kristo t-kri...@ti.com --- drivers/clk/ti/clk-33xx.c |1 - 1 file

Re: [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

2014-02-20 Thread Tero Kristo
Looks good to me. Acked-by: Tero Kristo t-kri...@ti.com --- arch/arm/boot/dts/am33xx.dtsi |4 arch/arm/boot/dts/am4372.dtsi |5 + arch/arm/boot/dts/dra7.dtsi |5 + arch/arm/boot/dts/omap3.dtsi |5 + arch/arm/boot/dts/omap4.dtsi |5 + arch/arm

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-14 Thread Tero Kristo
On 02/14/2014 01:13 AM, Tony Lindgren wrote: * Nishanth Menon [140205 01:06]: omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon Would like to see acks on this

Re: [PATCH] ARM: OMAP3+: DPLL: stop reparenting to same parent if already done

2014-02-14 Thread Tero Kristo
On 02/14/2014 01:13 AM, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [140205 01:06]: omap3_noncore_dpll_set_rate forces a reparent to the same clk_ref for every call that takes place. This is an can be done only if a change is detected. Signed-off-by: Nishanth Menon n...@ti.com Would

Re: OMAP: clock DT conversion issues with omap36xx

2014-02-04 Thread Tero Kristo
On 01/29/2014 01:21 PM, Christoph Fritz wrote: On Tue, 2014-01-28 at 18:02 +0100, Christoph Fritz wrote: On Tue, 2014-01-28 at 15:40 +0200, Tero Kristo wrote: Due to a regression since next-20140122 the following errors are present: - pin sys_clkout2, which gets configured to 24 Mhz

Re: OMAP: clock DT conversion issues with omap36xx

2014-02-04 Thread Tero Kristo
On 01/29/2014 01:21 PM, Christoph Fritz wrote: On Tue, 2014-01-28 at 18:02 +0100, Christoph Fritz wrote: On Tue, 2014-01-28 at 15:40 +0200, Tero Kristo wrote: Due to a regression since next-20140122 the following errors are present: - pin sys_clkout2, which gets configured to 24 Mhz

Re: OMAP: clock DT conversion issues with omap36xx

2014-01-29 Thread Tero Kristo
On 01/29/2014 01:21 PM, Christoph Fritz wrote: On Tue, 2014-01-28 at 18:02 +0100, Christoph Fritz wrote: On Tue, 2014-01-28 at 15:40 +0200, Tero Kristo wrote: Due to a regression since next-20140122 the following errors are present: - pin sys_clkout2, which gets configured to 24 Mhz

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-29 Thread Tero Kristo
On 01/29/2014 11:38 AM, Tomi Valkeinen wrote: On 2014-01-29 11:29, Ivaylo Dimitrov wrote: On 29.01.2014 11:10, Tero Kristo wrote: It looks like the omap36xx version of the omap96m_alwon_fck is modelled improperly in the dts files. I don't have access to omap36xx hardware myself, but give

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-29 Thread Tero Kristo
improperly in the dts files. I don't have access to omap36xx hardware myself, but give a try for the following patch: From: Tero Kristo Date: Wed, 29 Jan 2014 11:03:46 +0200 Subject: [PATCH] ARM: dts: omap36xx: fix omap96m_alwon_fck OMAP36xx has different hardware implementation

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-29 Thread Tero Kristo
improperly in the dts files. I don't have access to omap36xx hardware myself, but give a try for the following patch: From: Tero Kristo t-kri...@ti.com Date: Wed, 29 Jan 2014 11:03:46 +0200 Subject: [PATCH] ARM: dts: omap36xx: fix omap96m_alwon_fck OMAP36xx has different hardware implementation

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-29 Thread Tero Kristo
On 01/29/2014 11:38 AM, Tomi Valkeinen wrote: On 2014-01-29 11:29, Ivaylo Dimitrov wrote: On 29.01.2014 11:10, Tero Kristo wrote: It looks like the omap36xx version of the omap96m_alwon_fck is modelled improperly in the dts files. I don't have access to omap36xx hardware myself, but give

Re: OMAP: clock DT conversion issues with omap36xx

2014-01-29 Thread Tero Kristo
On 01/29/2014 01:21 PM, Christoph Fritz wrote: On Tue, 2014-01-28 at 18:02 +0100, Christoph Fritz wrote: On Tue, 2014-01-28 at 15:40 +0200, Tero Kristo wrote: Due to a regression since next-20140122 the following errors are present: - pin sys_clkout2, which gets configured to 24 Mhz

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Tero Kristo
On 01/28/2014 11:48 AM, Tomi Valkeinen wrote: On 2014-01-28 11:35, Christoph Fritz wrote: On Tue, 2014-01-28 at 11:04 +0200, Tomi Valkeinen wrote: On 2014-01-27 20:41, Christoph Fritz wrote: On Mon, 2014-01-27 at 19:30 +0200, Ivaylo Dimitrov wrote: linux-next-20140124 DSS is broken on N900

Re: [BISECTED] OMAP: DSS: clk rate mismatch

2014-01-28 Thread Tero Kristo
On 01/28/2014 11:48 AM, Tomi Valkeinen wrote: On 2014-01-28 11:35, Christoph Fritz wrote: On Tue, 2014-01-28 at 11:04 +0200, Tomi Valkeinen wrote: On 2014-01-27 20:41, Christoph Fritz wrote: On Mon, 2014-01-27 at 19:30 +0200, Ivaylo Dimitrov wrote: linux-next-20140124 DSS is broken on N900

[PATCHv2] regmap: debugfs: Fix a boot time crash with early regmap init

2013-10-24 Thread Tero Kristo
regmap_debugfs_early list is created for this purpose which is parsed later in the boot. Signed-off-by: Tero Kristo --- drivers/base/regmap/regmap-debugfs.c | 57 +++--- 1 file changed, 52 insertions(+), 5 deletions(-) diff --git a/drivers/base/regmap/regmap-debugfs.c

Re: [PATCH] regmap: debugfs: Fix a boot time crash with early regmap init

2013-10-24 Thread Tero Kristo
On 10/24/2013 12:18 PM, Mark Brown wrote: On Thu, Oct 24, 2013 at 12:07:48PM +0300, Tero Kristo wrote: + if (!regmap_debugfs_root) { + struct regmap_debugfs_node *node; + node = kzalloc(sizeof(*node), GFP_KERNEL); + if (!node

[PATCH] regmap: debugfs: Fix a boot time crash with early regmap init

2013-10-24 Thread Tero Kristo
regmap_debugfs_early list is created for this purpose which is parsed later in the boot. Signed-off-by: Tero Kristo --- drivers/base/regmap/regmap-debugfs.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/base/regmap/regmap-debugfs.c b/drivers/base

[PATCH] regmap: debugfs: Fix a boot time crash with early regmap init

2013-10-24 Thread Tero Kristo
regmap_debugfs_early list is created for this purpose which is parsed later in the boot. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/base/regmap/regmap-debugfs.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/base/regmap/regmap-debugfs.c b

Re: [PATCH] regmap: debugfs: Fix a boot time crash with early regmap init

2013-10-24 Thread Tero Kristo
On 10/24/2013 12:18 PM, Mark Brown wrote: On Thu, Oct 24, 2013 at 12:07:48PM +0300, Tero Kristo wrote: + if (!regmap_debugfs_root) { + struct regmap_debugfs_node *node; + node = kzalloc(sizeof(*node), GFP_KERNEL); + if (!node

[PATCHv2] regmap: debugfs: Fix a boot time crash with early regmap init

2013-10-24 Thread Tero Kristo
regmap_debugfs_early list is created for this purpose which is parsed later in the boot. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/base/regmap/regmap-debugfs.c | 57 +++--- 1 file changed, 52 insertions(+), 5 deletions(-) diff --git a/drivers/base/regmap

Re: [PATCH v4 3/5] clk: dt: binding for basic multiplexer clock

2013-09-06 Thread Tero Kristo
Hi, Chirping in my thoughts below. On 09/05/2013 11:30 PM, Stephen Warren wrote: On 09/05/2013 12:29 PM, Mike Turquette wrote: On Wed, Sep 4, 2013 at 11:36 AM, Stephen Warren wrote: On 09/03/2013 05:22 PM, Mike Turquette wrote: Quoting Stephen Warren (2013-08-30 14:37:46) On 08/30/2013

Re: [PATCH v4 3/5] clk: dt: binding for basic multiplexer clock

2013-09-06 Thread Tero Kristo
Hi, Chirping in my thoughts below. On 09/05/2013 11:30 PM, Stephen Warren wrote: On 09/05/2013 12:29 PM, Mike Turquette wrote: On Wed, Sep 4, 2013 at 11:36 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 09/03/2013 05:22 PM, Mike Turquette wrote: Quoting Stephen Warren (2013-08-30

Re: [PATCH v4 0/5] clk: dt: bindings for mux, divider & gate clocks

2013-08-30 Thread Tero Kristo
On 08/29/2013 09:23 PM, Santosh Shilimkar wrote: Mike, On Thursday 22 August 2013 01:53 AM, Mike Turquette wrote: This series introduces binding definitions for common register-mapped clock multiplexer, divider and gate IP blocks along with the corresponding setup functions for matching DT

Re: [PATCH v4 0/5] clk: dt: bindings for mux, divider gate clocks

2013-08-30 Thread Tero Kristo
On 08/29/2013 09:23 PM, Santosh Shilimkar wrote: Mike, On Thursday 22 August 2013 01:53 AM, Mike Turquette wrote: This series introduces binding definitions for common register-mapped clock multiplexer, divider and gate IP blocks along with the corresponding setup functions for matching DT

Re: [PATCH v4 3/5] clk: dt: binding for basic multiplexer clock

2013-08-29 Thread Tero Kristo
minor beautification of clk-provider.h where some whitespace is added and of_fixed_factor_clock_setup is relocated to maintain a consistent style. Tero Kristo contributed helpful bug fixes to this patch. Signed-off-by: Mike Turquette Tested-by: Heiko Stuebner Reviewed-by: Heiko Stuebner

Re: [PATCH v4 3/5] clk: dt: binding for basic multiplexer clock

2013-08-29 Thread Tero Kristo
minor beautification of clk-provider.h where some whitespace is added and of_fixed_factor_clock_setup is relocated to maintain a consistent style. Tero Kristo contributed helpful bug fixes to this patch. Signed-off-by: Mike Turquette mturque...@linaro.org Tested-by: Heiko Stuebner he...@sntech.de

Re: [PATCH 1/4] CLK: ti: dra7: Initialize USB_DPLL

2013-08-02 Thread Tero Kristo
On 08/02/2013 10:30 AM, Roger Quadros wrote: Hi Nishant, On 08/01/2013 06:06 PM, Nishanth Menon wrote: On 08/01/2013 09:58 AM, Roger Quadros wrote: USB_DPLL must be initialized and locked at boot so that USB modules can work. Also program USB_DLL_M2 output to half rate. Signed-off-by: Roger

Re: [PATCH 1/4] CLK: ti: dra7: Initialize USB_DPLL

2013-08-02 Thread Tero Kristo
On 08/02/2013 10:30 AM, Roger Quadros wrote: Hi Nishant, On 08/01/2013 06:06 PM, Nishanth Menon wrote: On 08/01/2013 09:58 AM, Roger Quadros wrote: USB_DPLL must be initialized and locked at boot so that USB modules can work. Also program USB_DLL_M2 output to half rate. Signed-off-by: Roger

Re: [PATCH] regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_table

2013-02-15 Thread Tero Kristo
Looks good to me. Ack. On Fri, 2013-02-15 at 22:23 +0800, Axel Lin wrote: > Since commit ba305e31 "regulator: twl: fix twl4030 support for smps > regulators", > VDD1_VSEL_table and VDD2_VSEL_table are not used any more. Remove them. > > Signed-off-by: Axel Lin > --- >

Re: [PATCH] regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_table

2013-02-15 Thread Tero Kristo
Looks good to me. Ack. On Fri, 2013-02-15 at 22:23 +0800, Axel Lin wrote: Since commit ba305e31 regulator: twl: fix twl4030 support for smps regulators, VDD1_VSEL_table and VDD2_VSEL_table are not used any more. Remove them. Signed-off-by: Axel Lin axel@ingics.com ---

Re: [PATCH 00/13] MFD: twl drivers: Convert to regmap IO and cleanups

2012-11-16 Thread Tero Kristo
to me, thus for whole set: Acked-by: Tero Kristo On Tue, 2012-11-13 at 09:28 +0100, Peter Ujfalusi wrote: > Hello, > > This series converts the twl-core to use regmap for IO towards the chip. > With the conversion to regmap IO we no longer need to allocate bigger buffer > for >

Re: [PATCH 00/13] MFD: twl drivers: Convert to regmap IO and cleanups

2012-11-16 Thread Tero Kristo
to me, thus for whole set: Acked-by: Tero Kristo t-kri...@ti.com On Tue, 2012-11-13 at 09:28 +0100, Peter Ujfalusi wrote: Hello, This series converts the twl-core to use regmap for IO towards the chip. With the conversion to regmap IO we no longer need to allocate bigger buffer for writes. I

Re: [PATCH] MFD: twl-core: Fix chip ID for the twl6030-pwm module

2012-11-01 Thread Tero Kristo
Acked-by: Tero Kristo On Wed, 2012-10-31 at 15:54 +0100, Peter Ujfalusi wrote: > The correct chip id is 1 since the PWM module is on address 0x49. With the > current TWL6030_MODULE_ID1 the kernel will crash early since: > #define TWL6030_MODULE_ID1 0x0E > and > static st

Re: [PATCH] MFD: twl-core: Fix chip ID for the twl6030-pwm module

2012-11-01 Thread Tero Kristo
Acked-by: Tero Kristo t-kri...@ti.com On Wed, 2012-10-31 at 15:54 +0100, Peter Ujfalusi wrote: The correct chip id is 1 since the PWM module is on address 0x49. With the current TWL6030_MODULE_ID1 the kernel will crash early since: #define TWL6030_MODULE_ID1 0x0E and static struct twl_client

Re: [PATCH v2 00/14] MFD/ASoC/Input: twl4030-audio submodule DT support

2012-08-28 Thread Tero Kristo
Hi Peter, The MFD patches in this set look good to me except for the minor comment on patch 2 I just sent. That is with my limited knowledge of DT though... -Tero -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH v2 02/14] MFD: twl4030-audio: Convert to use devm_kzalloc

2012-08-28 Thread Tero Kristo
On Tue, 2012-08-14 at 17:22 +0300, Peter Ujfalusi wrote: > Signed-off-by: Peter Ujfalusi I think this one could use a short commit message, also about why kfree():s are dropped (handled internally by devm_* etc.) -Tero -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH v2 02/14] MFD: twl4030-audio: Convert to use devm_kzalloc

2012-08-28 Thread Tero Kristo
On Tue, 2012-08-14 at 17:22 +0300, Peter Ujfalusi wrote: Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com I think this one could use a short commit message, also about why kfree():s are dropped (handled internally by devm_* etc.) -Tero -- To unsubscribe from this list: send the line

Re: [PATCH v2 00/14] MFD/ASoC/Input: twl4030-audio submodule DT support

2012-08-28 Thread Tero Kristo
Hi Peter, The MFD patches in this set look good to me except for the minor comment on patch 2 I just sent. That is with my limited knowledge of DT though... -Tero -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

<    1   2   3   4   5   6