Files
u-boot/drivers
Philipp Tomsich 2acc24fc28 Kconfig: Migrate BOUNCE_BUFFER
The bounce buffer is used by a few drivers (most of the MMC drivers)
to overcome limitations in their respective DMA implementation.

This moves the configuration to Kconfig and makes it user-selectable
(even though it will be a required feature to make those drivers
work): the expected usage is for drivers depending on this to 'select'
it unconditionally from their respective Kconfig (see follow-up
patches).

This commit includes a full migration using moveconfig.py to ensure
that each commit compiles.  To ensure bisectability we update
dependencies of various drivers to now select BOUNCE_BUFFER when needed.

[trini: Squash all patches to ensure bisectability]
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> [dw_mmc portion]
Reviewed-by: Fabio Estevam <festevam@gmail.com> [mxsmmc portion]
Reviewed-by: Simon Glass <sjg@chromium.org> [tegra portion]
2019-01-19 09:49:26 -05:00
..
2018-12-06 14:38:03 -08:00
2019-01-15 15:28:53 -05:00
2019-01-18 09:16:15 -05:00
2018-12-18 09:56:26 +08:00
2018-12-19 15:23:00 +01:00
2019-01-18 09:16:15 -05:00
2019-01-19 09:49:26 -05:00
2019-01-18 09:16:15 -05:00
2018-12-06 14:37:51 -08:00
2018-07-19 16:31:38 -04:00
2018-11-29 09:30:06 -07:00
2019-01-18 09:16:15 -05:00
2018-12-06 23:26:32 -05:00