Re: [U-Boot] [PATCH] mmc: omap_hsmmc: add adma support

2014-05-15 Thread Balaji T K
On Monday 12 May 2014 08:20 PM, Tom Rini wrote: On Mon, May 12, 2014 at 07:12:44PM +0530, Balaji T K wrote: On Monday 12 May 2014 06:58 PM, Tom Rini wrote: On Fri, May 02, 2014 at 07:25:20PM +0530, Balaji T K wrote: MMC instance 1 and 2 is capable of ADMA in omap4, omap5. Add support for

Re: [U-Boot] [PATCH] mmc: omap_hsmmc: add adma support

2014-05-12 Thread Balaji T K
On Monday 12 May 2014 06:58 PM, Tom Rini wrote: On Fri, May 02, 2014 at 07:25:20PM +0530, Balaji T K wrote: MMC instance 1 and 2 is capable of ADMA in omap4, omap5. Add support for ADMA and enable ADMA for read/write to improve mmc throughput. [snip] @@ -44,12 +45,30 @@ #undef

Re: [U-Boot] [PATCH] mmc: omap_hsmmc: add adma support

2014-05-12 Thread Balaji T K
On Friday 02 May 2014 07:25 PM, Balaji T K wrote: MMC instance 1 and 2 is capable of ADMA in omap4, omap5. Add support for ADMA and enable ADMA for read/write to improve mmc throughput. Hi, Realized I need to git format-patch this patch, Any other comments ? Signed-off-by: Balaji T K

[U-Boot] [PATCH] mmc: omap_hsmmc: add adma support

2014-05-02 Thread Balaji T K
MMC instance 1 and 2 is capable of ADMA in omap4, omap5. Add support for ADMA and enable ADMA for read/write to improve mmc throughput. Signed-off-by: Balaji T K --- arch/arm/include/asm/omap_mmc.h | 14 +++ drivers/mmc/omap_hsmmc.c| 163

Re: [U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-13 Thread Balaji T K
reason ("parameter change") for introducing palmas_write/read_u8 :-) I think twl6035_i2c_read/write_u8 should have parameter reg address and value interchanged or should get completely removed. twl6035_i2c_read/write_u8 is based on legacy implementation of twl6030/twl4030. Cc: Bala

[U-Boot] [PATCH 1/1] arm: mmc: omap: spl size reduction by removing write/erase ops

2012-02-02 Thread Balaji T K
spl for OMAP4 does not use mmc read/write. Add CONFIG_MMC_NO_ERASE, CONFIG_MMC_NO_WRITE to platforms where mmc write/erase operation is not needed in spl. Use these CONFIGS to remove write/erase code in mmc.c and omap_hsmmc.c This reduces the spl size by ~1128 Bytes Signed-off-by: Balaji T K

[U-Boot] [PATCH 2/2] mmc: omap: config VMMC, MMC1_PBIAS

2011-09-08 Thread Balaji T K
Config VMMC voltage to 3V for MMC/SD card slot and PBIAS settings needed for OMAP4 Fixes MMC/SD detection on boot from eMMC. Signed-off-by: Balaji T K Signed-off-by: Aneesh V --- arch/arm/include/asm/arch-omap4/omap4.h |8 +++- drivers/mmc/omap_hsmmc.c| 31

[U-Boot] [PATCH 1/1] mmc: omap: config VMMC, MMC1_PBIAS

2011-08-25 Thread Balaji T K
Config VMMC voltage to 3V for MMC/SD card slot and PBIAS settings needed for OMAP4 Fixes MMC/SD detection on boot from eMMC. Signed-off-by: Balaji T K Signed-off-by: Aneesh V --- arch/arm/include/asm/arch-omap4/omap4.h |1 + drivers/mmc/omap_hsmmc.c| 28

[U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-08-25 Thread Balaji T K
Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K Signed-off-by: Aneesh V --- drivers/mmc/omap_hsmmc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c