linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mmc: mediatek: add MT8183 MMC driver support
@ 2018-10-13  7:20 Chaotian Jing
  2018-10-13  7:20 ` [PATCH 1/6] mmc: dt-bindings: add support for MT8183 SoC Chaotian Jing
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Chaotian Jing @ 2018-10-13  7:20 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Rob Herring, Mark Rutland, Matthias Brugger, Chaotian Jing,
	Ryder Lee, Wolfram Sang, Sean Wang, linux-mmc, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel, srv_heupstream,
	jjian.zhou, wenbin.mei

this series of patch include below changes:
1. Add MT8183 SoC support in Mediatek MMC DT bindings
2. Fill mmc->actual_clock
3. Fix cannot receive new request issue
4. Tune CMD/DATA together to save tuning time
5. Add MT8183 MMC driver support
6. Refine the tuning method to drop too much redundant code

Chaotian Jing (6):
  mmc: dt-bindings: add support for MT8183 SoC
  mmc: mediatek: fill the actual clock for mmc debugfs
  mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready
    fail
  mmc: mediatek: tune CMD/DATA together
  mmc: mediatek: add MT8183 MMC driver support
  mmc: mediatek: drop too much code of tuning method

 Documentation/devicetree/bindings/mmc/mtk-sd.txt |   1 +
 drivers/mmc/host/mtk-sd.c                        | 292 ++++++++++++++++++++---
 2 files changed, 254 insertions(+), 39 deletions(-)

-- 
1.8.1.1.dirty


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

end of thread, other threads:[~2018-10-19  9:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-13  7:20 mmc: mediatek: add MT8183 MMC driver support Chaotian Jing
2018-10-13  7:20 ` [PATCH 1/6] mmc: dt-bindings: add support for MT8183 SoC Chaotian Jing
2018-10-13  7:20 ` [PATCH 2/6] mmc: mediatek: fill the actual clock for mmc debugfs Chaotian Jing
2018-10-13  7:20 ` [PATCH 3/6] mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready fail Chaotian Jing
2018-10-13  7:20 ` [PATCH 4/6] mmc: mediatek: tune CMD/DATA together Chaotian Jing
2018-10-19  8:46   ` Matthias Brugger
2018-10-13  7:20 ` [PATCH 5/6] mmc: mediatek: add MT8183 MMC driver support Chaotian Jing
2018-10-19  9:04   ` Matthias Brugger
2018-10-13  7:20 ` [PATCH 6/6] mmc: mediatek: drop too much code of tuning method Chaotian Jing
2018-10-19  8:54   ` Matthias Brugger
2018-10-15 13:15 ` mmc: mediatek: add MT8183 MMC driver support Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).