Re: [PATCH 00/13] ARM: OMAP2+: clock cleanup series for 3.17

2014-07-13 Thread Mike Turquette
Quoting Tero Kristo (2014-07-02 01:47:34) Hi, This sets cleans up some of the omap specific clock drivers still residing under arch/arm/mach-omap2. This set is done in preparation to migrate these drivers eventually under drivers/clk/ti, where we don't have access to certain board specific

Fix Me in file gpmc-onenand.c

2014-07-13 Thread Nick Krause
Hey Kevin, I am using cscope to find fix mes in the latest git kernels that still need cleanup. Furthermore I seem to hitting one in a that file that you maintain. Due to this I am wondering should I remove this code or does it still need to be in the mainline kernel and what mach-omap2 cpus does

ARM: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable()

2014-07-13 Thread Christoph Fritz
This patch adds bch8 ecc software fallback which is mostly used by omap3s because they lack hardware elm support. Fixes: 0611c41934ab35ce84dea34ab291897ad3cbc7be (ARM: OMAP2+: gpmc: update gpmc_hwecc_bch_capable() for new platforms and ECC schemes) Cc: sta...@vger.kernel.org # 3.15.x+

Re: [PATCH] ASoC: omap-dmic: Use devm_clk_get

2014-07-13 Thread Peter Ujfalusi
On 07/11/2014 07:14 AM, Himangi Saraogi wrote: This patch introduces the use of managed interfaces like devm_clk_get and does away with the clk_puts in the probe and remove functions. A label is also done away with. Acked-by: Peter Ujfalusi peter.ujfal...@ti.com Signed-off-by: Himangi

RE: OMAP2+: gpmc: fix gpmc_hwecc_bch_capable()

2014-07-13 Thread Gupta, Pekon
From: Christoph Fritz [mailto:chf.fr...@googlemail.com] This patch adds bch8 ecc software fallback which is mostly used by omap3s because they lack hardware elm support. Fixes: 0611c41934ab35ce84dea34ab291897ad3cbc7be (ARM: OMAP2+: gpmc: update gpmc_hwecc_bch_capable() for new platforms and ECC