You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ramips
NeilBrown f27336e115 ramips: mtk-mmc: don't advertise highmem support.
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: NeilBrown <neil@brown.name>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
6 years ago
..
base-files ramips: add support for DLINK DWR-921-C1 6 years ago
dts ramips: add support for DLINK DWR-921-C1 6 years ago
files-4.9/drivers ramips: mtk-mmc: don't advertise highmem support. 6 years ago
files-4.14/drivers ramips: mtk-mmc: don't advertise highmem support. 6 years ago
image ramips: add support for DLINK DWR-921-C3 6 years ago
mt76x8 kernel: optimize for performance by default starting with 4.14 6 years ago
mt7620 ramips: add support for D-Link DWR-116-A1/2 6 years ago
mt7621 ramips: preliminary support for 4.14 6 years ago
patches-4.9 ramips: move mtk-mmc driver code out of patches-*/ and into files-*/ 6 years ago
patches-4.14 ramips: move mtk-mmc driver code out of patches-*/ and into files-*/ 6 years ago
rt288x kernel: optimize for performance by default starting with 4.14 6 years ago
rt305x kernel: optimize for performance by default starting with 4.14 6 years ago
rt3883 kernel: optimize for performance by default starting with 4.14 6 years ago
Makefile ramips: merge mt7628/mt7688 into mt76x8 7 years ago
modules.mk ramips: fix mt76x8 dependencies 7 years ago