]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dw_mmc: Calculate dwmmc FIFO threshold size if not provided
authorSimon Glass <sjg@chromium.org>
Fri, 7 Aug 2015 02:16:29 +0000 (20:16 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:14 +0000 (10:19 +0200)
commit1ca50af1ba85a7db24ea36ef5dd7503d19de0fb7
tree31ee4b9f3aa037f6a5d41152d9342d9f28c3af40
parent9881546f83d807531e2df1b3db69d8cd95d7a7bd
dw_mmc: Calculate dwmmc FIFO threshold size if not provided

We can calculate this. Add code to do this if it is not provided.

panto: prefix changed to dw_mmc to make things easier to grep

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/dw_mmc.c