Re: [RFC PATCH 1/1 ]mmc: Support-FFU-for-eMMC-v5.0

2014-03-31 Thread Jaehoon Chung
Hi, Seunguk. On 03/31/2014 07:51 PM, Seunguk Shin wrote: > Some of Samsung eMMC does not show the argument for ffu in ext_csd. > In case of this, eMMC shows 0x0 from ext_csd, Host has to modify the > argument. > > Add "#define CID_MANFID_SAMSUNG 0x15" If you need to add the Samsung

Re: [PATCH v5 3/3] memstick: Add realtek USB memstick host driver

2014-03-31 Thread Roger
On 03/25/2014 06:44 PM, rogera...@realtek.com wrote: From: Roger Tseng Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng --- drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile

Re: 3.1[34]: omap4: panda: hang on reboot?

2014-03-31 Thread Paolo Pisati
On Thu, Mar 27, 2014 at 06:54:14PM +0100, Paolo Pisati wrote: > I've been experiencing hangs on reboot on two different panda boards (es rev1 > and vanilla rev a1) with v3.14-rc8 (but reproducible in 3.13 too): > > toolchanin: gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu7) > > the config is a

[PATCH] mmc: Delay the card_event callback into the mmc_rescan worker

2014-03-31 Thread Markus Mayer
This change removes the callback from atomic context which it doesn't need to be in, and puts it in line with the debounced rescan. This code is based on these e-mail threads with Christian Daudt: https://lkml.org/lkml/2013/8/19/539 https://lkml.org/lkml/2014/3/19/79 Signed-off-by: Markus Ma

Re: [RFC PATCH 1/1 ]mmc: Support-FFU-for-eMMC-v5.0

2014-03-31 Thread Seunguk Shin
Some of Samsung eMMC does not show the argument for ffu in ext_csd. In case of this, eMMC shows 0x0 from ext_csd, Host has to modify the argument. Add "#define CID_MANFID_SAMSUNG 0x15" > +int mmc_ffu_download(struct mmc_card *card, struct mmc_command *cmd, > + u8 *data, int buf_byte