Re: [PATCHv9 01/43] clk: Add support for regmap register read/write

2013-11-02 Thread Tomasz Figa
Hi Tero, On Friday 25 of October 2013 18:56:55 Tero Kristo wrote: Previously, only direct register read/write was supported. Now a per-clock regmap can be provided for same purpose, which allows the clock drivers to access clock registers behind e.g. I2C bus. Signed-off-by: Tero Kristo

Re: [PATCHv9 05/43] CLK: TI: add DT alias clock registration mechanism

2013-11-02 Thread Tomasz Figa
Hi Matt, On Tuesday 29 of October 2013 12:50:43 Matt Sealey wrote: On Fri, Oct 25, 2013 at 10:56 AM, Tero Kristo t-kri...@ti.com wrote: Some devices require their clocks to be available with a specific dev-id con-id mapping. With DT, the clocks can be found by default only with their name,

[PATCH 3/3] mmc: omap_hsmmc: Extend debugfs for SDIO IRQ, GPIO and pinmux.

2013-11-02 Thread Andreas Fenkart
From: Andreas Fenkart andreas.fenk...@dev.digitalstrom.org Add SDIO IRQ entries to debugfs entry. Note that PSTATE shows current state of data lines, incl. SDIO IRQ pending Signed-off-by: Andreas Fenkart afenk...@gmail.com --- drivers/mmc/host/omap_hsmmc.c | 22 +- 1 file

[PATCH 2/3] mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x.

2013-11-02 Thread Andreas Fenkart
From: Andreas Fenkart andreas.fenk...@dev.digitalstrom.org The am335x can't detect pending cirq in PM runtime suspend. This patch reconfigures dat1 as a GPIO before going to suspend. SDIO interrupts are detected with the GPIO, the GPIO will only wake the module from suspend, SDIO irq detection

[PATCH 1/3] mmc: omap_hsmmc: Enable SDIO IRQ.

2013-11-02 Thread Andreas Fenkart
From: Andreas Fenkart andreas.fenk...@dev.digitalstrom.org For now, only support SDIO interrupt if we are booted with DT. This is because some platforms need special quirks. And we don't want to add new legacy mux platform init code callbacks any longer as we are moving to DT based booting