John Crispin 8b634a9c76 staging: mt7621-mmc: MIPS: ralink: add sdhci for mt7620a SoC
NeilBrown:
  Added range-check on pdev->id before assigning ot
    host->id

  of_dma_configure() sets a default ->dma_mask of
  DMA_BIT_MASK(32), claiming devices can DMA from
  the full 32bit address space.
  The mtk-mmc driver does not support access to
  highmem pages, so it is really limited to the
  bottom 512M (actually 448M due to 64M of IO space).
  Setting ->dma_mask to NULL causes mmc_setup_queue()
  to fall-back to using BLK_BOUNCE_HIGH to tell the
  block layer to use a bounce-buffer for any highmem
  pages requiring IO.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-19 19:56:02 +01:00
..
2018-02-15 14:50:32 -08:00
2018-03-19 06:47:01 +01:00
2018-03-02 10:44:44 +01:00
2018-02-26 09:28:35 -08:00
2018-03-16 12:51:35 +10:00
2018-03-19 06:47:01 +01:00
2018-03-14 15:39:33 -04:00
2018-03-09 09:33:48 -08:00
2018-03-10 08:38:01 -08:00
2018-03-08 10:39:58 -07:00
2018-03-09 13:31:08 -08:00
2018-03-12 15:11:59 +05:30
2018-03-14 13:01:14 -07:00
2018-03-14 17:02:49 -07:00
2018-02-28 16:11:04 -08:00
2018-02-28 13:48:21 +01:00
2018-03-09 16:54:18 -08:00