[PATCH 3/3] cmds/read_extcsd: add a few new mmc 5.0 fields

2015-03-05 Thread Sebastian Andrzej Siewior
|Pre EOL information [PRE_EOL_INFO: 01] | i.e. normal |Device version [DEVICE_VERSION: 38 05] |Firmware version [FIRMWARE_VERSION: 00 00 00 00 00 00 00 03 | i.e. Signed-off-by: Sebastian Andrzej Siewior --- mmc_cmds.c | 69 ++ 1 file

[PATCH 1/3] cmds/read_extcsd: allow mmc 5.0

2015-03-05 Thread Sebastian Andrzej Siewior
Have here a mmc 5.0 card Signed-off-by: Sebastian Andrzej Siewior --- mmc_cmds.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mmc_cmds.c b/mmc_cmds.c index cea943f63241..3b35a932378d 100644 --- a/mmc_cmds.c +++ b/mmc_cmds.c @@ -726,6 +726,9 @@ int do_read_extcsd(int nargs, char **argv

[PATCH 2/3] cmds/read_extcsd: compute in seconds

2015-03-05 Thread Sebastian Andrzej Siewior
The value in the register is * 100ms Signed-off-by: Sebastian Andrzej Siewior --- mmc_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mmc_cmds.c b/mmc_cmds.c index 3b35a932378d..8addd35046d7 100644 --- a/mmc_cmds.c +++ b/mmc_cmds.c @@ -815,6 +815,7 @@ int do_read_extcsd(int nargs

[mmc-utils] a little eMMC 5.0 support

2015-03-05 Thread Sebastian Andrzej Siewior
Hi, #1 enables read_extcsd on Hynix which claims to be a eMMC 5.0 commpatible device. #3 adds a few fields. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/ma

[RT PATCH] mmc: sdhci: don't provide hard irq handler

2015-02-26 Thread Sebastian Andrzej Siewior
into the threaded mode. Reported-By: Michal Šmucr Signed-off-by: Sebastian Andrzej Siewior --- The "same thing" was reported against the iwlwifi driver (request_threaded_irq(…, iwl_pcie_isr, iwl_pcie_irq_handler, …) and they managed to rework it and not do anything that would break -RT i

[RFC] mmc: Do no export the rpmb as a partition

2015-02-11 Thread Sebastian Andrzej Siewior
tes powerless and everything is back to normal. At this point I am not sure if access to the rpmb is a problem or a problem at surface and I should be chasing something else. Signed-off-by: Sebastian Andrzej Siewior --- drivers/mmc/core/mmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH 1/2] mmc: dw_mmc: poll if CD is broken

2014-04-30 Thread Sebastian Andrzej Siewior
On 04/30/2014 04:57 PM, Jae hoon Chung wrote: > Hi, Sebastian. Hi Jaehoon, > I didn't know which Soc you used. Altera socfpa. > Do you use the Device-tree? if you use the device-tree, just add the > "broken-cd" property. and with this property the code will rescan the card every few secs? I di

[PATCH 2/2] mmc: dw_mmc: print card frequency in debug level

2014-04-30 Thread Sebastian Andrzej Siewior
Printing this at info level can be very noisy the CD is not working and we poll for the card. Signed-off-by: Sebastian Andrzej Siewior --- drivers/mmc/host/dw_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index

[PATCH 1/2] mmc: dw_mmc: poll if CD is broken

2014-04-30 Thread Sebastian Andrzej Siewior
d any change in that area, therefore I'm adding the MMC_CAP_NEEDS_POLL flag in case the detection is broken so the core will check for the MMC card. Signed-off-by: Sebastian Andrzej Siewior --- drivers/mmc/host/dw_mmc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mmc/hos

Re: [PATCH v12 10/11] ARM: dts: add AM33XX EDMA support

2013-08-19 Thread Sebastian Andrzej Siewior
On 06/20/2013 11:06 PM, Joel A Fernandes wrote: > From: Matt Porter > > Adds AM33XX EDMA support to the am33xx.dtsi as documented in > Documentation/devicetree/bindings/dma/ti-edma.txt > > Joel: Drop DT entries that are non-hardware-description for now as discussed > in [1] > > [1] https://pat