Pixel clock property from DT is not used in OMAP DRM

2014-07-02 Thread Tomas Novotny
Hi all, I was trying to bring up parallel LCD on our custom board (similar to BeagleBoard-xM) and I did it finally - but I needed to tweak hardcoded value of 'Invert pixel clock'. Maybe I'm doing something wrong, but anyway: According to the display-timing.txt doc the 'pixelclk-act

Re: [PATCH] mfd: twl-core: Fix accessibility of some twl4030 audio registers

2014-03-11 Thread Tomas Novotny
andsfree registers). > > > > CC: Peter Ujfalusi > > Signed-off-by: Tomas Novotny > > --- > > drivers/mfd/twl-core.c | 10 +- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > In future, please don't forget to CC LKML. > Ok and thank

[PATCH] mfd: twl-core: Fix accessibility of some twl4030 audio registers

2014-03-10 Thread Tomas Novotny
- these registers are marked as unused there.) As a consequence three registers of audio submodule are treated as inaccessible (preamplifier carkit right and both handsfree registers). CC: Peter Ujfalusi Signed-off-by: Tomas Novotny --- drivers/mfd/twl-core.c | 10 +- 1 file changed, 5