Re: [PATCH v2] Add basic support for password protected (locked) SD cards.

2013-07-04 Thread Ulf Hansson
On 2 July 2013 14:15, Peter Turczak pe...@turczak.de wrote: Thank you, Jae hoon, for the heads up! You are right, I missed a few spots in the first run. This version fixes the mistakes from last time. Adds support for sd cards that are locked by a password and rereading an already enumerated

Re: [PATCH v2 1/2] ARM: configs: Enable TI_EDMA in omap2plus_defconfig

2013-07-04 Thread Tony Lindgren
* Joel Fernandes jo...@ti.com [130626 20:48]: Build EDMA in by default to avoid fewer people stepping on their toes with broken DMA on drivers needing EDMA. Thanks applying this one into omap-for-v3.11/fixes. Tony -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the

Re: [PATCH v2] Add basic support for password protected (locked) SD cards.

2013-07-04 Thread Peter Turczak
Hi Ulf, On 04.07.2013, at 09:21, Ulf Hansson ulf.hans...@linaro.org wrote: Hi Peter, You need a mmc_get|put_card surrounding the call for re-intitalize the card. Sorry, but I can not find no mmc_get_card function in the current kernel mmc git repository. These could be found in

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

2013-07-04 Thread Ezequiel Garcia
] PREEMPT SMP ARM [ 225.614628] CPU: 0 PID: 1100 Comm: init Not tainted 3.10.0-next-20130704 #19 [ 225.621690] task: ef1adb00 ti: ef3ce000 task.ti: ef3ce000 [ 225.627111] PC is at mmc_bus_shutdown+0x14/0x5c [ 225.631657] LR is at device_shutdown+0x34/0x184 [ 225.636196] pc : [c0267548]lr

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

2013-07-04 Thread Jaehoon Chung
dereference at virtual address 004c [ 225.600114] pgd = eea2c000 [ 225.602897] [004c] *pgd=2ea38831, *pte=, *ppte= [ 225.609216] Internal error: Oops: 17 [#1] PREEMPT SMP ARM [ 225.614628] CPU: 0 PID: 1100 Comm: init Not tainted 3.10.0-next-20130704 #19

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-04 Thread Vinod Koul
On Wed, Jun 19, 2013 at 09:32:18PM +0200, Guennadi Liakhovetski wrote: Hi Vinod On Wed, 19 Jun 2013, Kevin Hilman wrote: On Thu, May 30, 2013 at 7:44 PM, Simon Horman ho...@verge.net.au wrote: [...] thanks for this. I will wait for a refresh (as we discussed earlier today).