Re: [PATCH v2] mmc: omap_hsmmc: use the generic config for omap2plus devices

2013-07-10 Thread Ezequiel Garcia
for these, allow the driver to be built using the config ARCH_OMAP2PLUS rather than individually adding a config for each SoC to enable the support. Use COMPILE_TEST to enable the build for other platforms. Signed-off-by: Amarinder Bindra a-bin...@ti.com Cc: Ezequiel Garcia ezequiel.gar...@free

Re: [PATCH] mmc: omap_hsmmc: use for OMAP5 as well

2013-07-08 Thread Ezequiel Garcia
On Mon, Jul 08, 2013 at 02:58:28PM -0500, Nishanth Menon wrote: On 10:46-20130708, Felipe Balbi wrote: On Sun, Jul 07, 2013 at 05:13:10PM -0300, Ezequiel Garcia wrote: Hi guys, On Fri, Jun 28, 2013 at 09:27:20PM +0530, Balaji T K wrote: On Friday 28 June 2013 06:04 PM, a-bin

Re: [PATCH] mmc: omap_hsmmc: use for OMAP5 as well

2013-07-07 Thread Ezequiel Garcia
Hi guys, On Fri, Jun 28, 2013 at 09:27:20PM +0530, Balaji T K wrote: On Friday 28 June 2013 06:04 PM, a-bin...@ti.com wrote: From: Amarinder Bindra a-bin...@ti.com OMAP's hs_mmc driver is also used for OMAP5 MMC controller operation. Considering that the device tree entries are already

Re: [PATCH] mmc: core: Add sanity NULL pointer check

2013-07-05 Thread Ezequiel Garcia
On Fri, Jul 05, 2013 at 11:25:29AM +0900, Jaehoon Chung wrote: Hi Ezequiel, Already posted the patch for this issue. https://patchwork.kernel.org/patch/2811611/ Ah, and that solution is much better. Thanks for the notice, -- Ezequiel GarcĂ­a, Free Electrons Embedded Linux, Kernel and

[PATCH] mmc: core: Add sanity NULL pointer check

2013-07-04 Thread Ezequiel Garcia
[ 225.666005] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user [ 225.673153] Control: 10c5387d Table: 2ea2c019 DAC: 0015 [ 225.678909] Process init (pid: 1100, stack limit = 0xef3ce238) Cc: Ulf Hansson ulf.hans...@linaro.org Cc: Chris Ball c...@laptop.org Signed-off-by: Ezequiel