All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] omap_hsmmc: voltage switching and tuning
@ 2015-07-30  7:46 ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 48+ messages in thread
From: Kishon Vijay Abraham I @ 2015-07-30  7:46 UTC (permalink / raw)
  To: tony, ulf.hansson, afenkart, linux-kernel, linux-omap,
	linux-arm-kernel, linux-mmc
  Cc: nsekhar, kishon, mugunthanvnm

Patch series implements voltage switching and tuning for omap_hsmmc
driver.

Did basic read/write test in J6, J6 Eco, Beagle-x15, AM437x EVM,
Beaglebone black, OMAP5 uEVM and OMAP4 PANDA.

Balaji T K (2):
  mmc: host: omap_hsmmc: add voltage switch support for UHS SD card
  mmc: host: omap_hsmmc: add tuning support

Kishon Vijay Abraham I (8):
  mmc: host: omap_hsmmc: Support pbias and vmmc_aux to switch to 1.8v
  mmc: host: omap_hsmmc: separate setting voltage capabilities from bus
    power
  mmc: host: omap_hsmmc: program HCTL based on signal_voltage set by
    mmc core
  mmc: host: omap_hsmmc: set clk rate to the max frequency
  mmc: host: omap_hsmmc: set timing in the UHSMS field
  mmc: host: omap_hsmmc: Workaround for errata id i802
  mmc: host: omap_hsmmc: Allow io voltage switch even for fixed vdd
  mmc: host: omap_hsmmc: remove incorrect voltage switch sequence

Mugunthan V N (1):
  mmc: host: omap_hsmmc: add software timer when timeout greater than
    hardware capablility

 drivers/mmc/host/omap_hsmmc.c |  670 +++++++++++++++++++++++++++++++++--------
 1 file changed, 547 insertions(+), 123 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2015-08-11 10:40 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30  7:46 [PATCH 00/11] omap_hsmmc: voltage switching and tuning Kishon Vijay Abraham I
2015-07-30  7:46 ` Kishon Vijay Abraham I
2015-07-30  7:46 ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 01/11] mmc: host: omap_hsmmc: Support vmmc_aux to switch to 1.8v Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 02/11] mmc: host: omap_hsmmc: separate setting voltage capabilities from bus power Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 03/11] mmc: host: omap_hsmmc: program HCTL based on signal_voltage set by mmc core Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 04/11] mmc: host: omap_hsmmc: add voltage switch support for UHS SD card Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 05/11] mmc: host: omap_hsmmc: set clk rate to the max frequency Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 06/11] mmc: host: omap_hsmmc: set timing in the UHSMS field Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 07/11] mmc: host: omap_hsmmc: add tuning support Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 08/11] mmc: host: omap_hsmmc: Workaround for errata id i802 Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 09/11] mmc: host: omap_hsmmc: Allow io voltage switch even for fixed vdd Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 10/11] mmc: host: omap_hsmmc: remove incorrect voltage switch sequence Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46 ` [PATCH 11/11] mmc: host: omap_hsmmc: add software timer when timeout greater than hardware capablility Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-07-30  7:46   ` Kishon Vijay Abraham I
2015-08-05 10:43 ` [PATCH 00/11] omap_hsmmc: voltage switching and tuning Tony Lindgren
2015-08-05 10:43   ` Tony Lindgren
2015-08-05 15:00   ` Kishon Vijay Abraham I
2015-08-05 15:00     ` Kishon Vijay Abraham I
2015-08-05 15:00     ` Kishon Vijay Abraham I
2015-08-06  6:48     ` Tony Lindgren
2015-08-06  6:48       ` Tony Lindgren
2015-08-07 14:45       ` Kishon Vijay Abraham I
2015-08-07 14:45         ` Kishon Vijay Abraham I
2015-08-07 14:45         ` Kishon Vijay Abraham I
2015-08-11 10:40         ` Tony Lindgren
2015-08-11 10:40           ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.