Re: [PATCH] rtc: omap: Enable RTC_IRQWAKEEN bits when Alarm is set

2014-05-30 Thread Lokesh Vutla
+ linux-omap On Friday 30 May 2014 02:18 PM, Lokesh Vutla wrote: When RTC CLKTRCTRL bit is configured in HW_AUTO, module goes to sleep in IDLE state. The Alarm SWakeup event can be used to wakeup the RTC when it is in IDLE state. In order to do so, the alarm needs to be set and enabled

Re: [Resend/PATCH] arm: dts: dra7: Add qspi device.

2014-05-30 Thread Sricharan R
Hi, On Tuesday 06 May 2014 10:22 PM, Tony Lindgren wrote: * Sourav Poddar sourav.pod...@ti.com [140506 04:08]: These add device tree entry for qspi controller driver on dra7-evm. Thanks applying into omap-for-v3.16/dt. There is a problem with this. The qspi node defines crossbar number as its

Re: [Resend/PATCH] arm: dts: dra7: Add qspi device.

2014-05-30 Thread Nishanth Menon
/next-20140530/omap2plus_defconfig/dra7.txt#L151 as an indication of the warning. Tony, Would you prefer a patch on top of omap-for-v3.16/dt-v2 branch? -- Regards, Nishanth Menon -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

RE: [PATCH v2 03/18] PCI: designware: Configuration space should be specified in 'reg'

2014-05-30 Thread Karicheri, Muralidharan
-Original Message- From: Murali Karicheri [mailto:m-kariche...@ti.com] Sent: Thursday, May 29, 2014 12:32 PM To: ABRAHAM, KISHON VIJAY Cc: devicet...@vger.kernel.org; linux-...@vger.kernel.org; linux-arm- ker...@lists.infradead.org; linux-omap@vger.kernel.org; linux-...@vger.kernel.org;

[PATCH] ASoC: free jack GPIOs before the sound card is freed

2014-05-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com This is the same change as commit fb6b8e71448a ASoC: tegra: free jack GPIOs before the sound card is freed, but applied to all other ASoC machine drivers where code inspection indicates the same problem exists. That commit's description is: ==

Re: Accessing GPIOs from userspace using recent kernels

2014-05-30 Thread Javier Martinez Canillas
Hello Tony, On Fri, May 23, 2014 at 5:11 PM, Tony Lindgren t...@atomide.com wrote: * Linus Walleij linus.wall...@linaro.org [140523 04:36]: On Fri, May 16, 2014 at 12:15 PM, Peter TB Brett pe...@peter-b.co.uk wrote: The current call chain seems to be: gpiod_export() -- gpiod_request() --

Re: Accessing GPIOs from userspace using recent kernels

2014-05-30 Thread Tony Lindgren
* Javier Martinez Canillas jav...@dowhile0.org [140530 12:41]: Hello Tony, On Fri, May 23, 2014 at 5:11 PM, Tony Lindgren t...@atomide.com wrote: * Linus Walleij linus.wall...@linaro.org [140523 04:36]: On Fri, May 16, 2014 at 12:15 PM, Peter TB Brett pe...@peter-b.co.uk wrote: The

Enabling clock for EMU clock domain

2014-05-30 Thread Mathieu Poirier
Good afternoon, I am working on a beagleXM fitted with an OMAP3630 (I know it's old). I am getting a reference on the emu_src_ck clock by calling clk = clk_get(dev, emu_src_ck); From there calling: clk_enable(clk); I have observed that upon returning from clk_enable() the clock is still not

Re: [PATCH 1/3] clk: ti: add 'ti,round-rate' flag

2014-05-30 Thread Mike Turquette
Quoting Tomi Valkeinen (2014-05-15 05:25:37) On 15/05/14 09:08, Mike Turquette wrote: Quoting Tomi Valkeinen (2014-05-12 05:13:51) On 12/05/14 15:02, Tero Kristo wrote: On 05/08/2014 12:06 PM, Tomi Valkeinen wrote: The current DPLL code does not try to round the clock rate, and instead

Re: Accessing GPIOs from userspace using recent kernels

2014-05-30 Thread Javier Martinez Canillas
Hello Tony, On Fri, May 30, 2014 at 10:25 PM, Tony Lindgren t...@atomide.com wrote: * Javier Martinez Canillas jav...@dowhile0.org [140530 12:41]: Hello Tony, On Fri, May 23, 2014 at 5:11 PM, Tony Lindgren t...@atomide.com wrote: * Linus Walleij linus.wall...@linaro.org [140523 04:36]: On