Masahiro Yamada
ae4c81e942
mmc: move DesignWare-based drivers to Kconfig
...
Move (and rename) the following CONFIG options to Kconfig:
CONFIG_EXYNOS_DWMMC (renamed to CONFIG_MMC_DW_EXYNOS)
CONFIG_HIKEY_DWMMC (renamed to CONFIG_MMC_DW_K3)
CONFIG_SOCFPGA_DWMMC (renamed to CONFIG_MMC_DW_SOCFPGA)
The "HIKEY" is a board name, so it is not suitable for the MMC
controller name. I am following the name used in Linux.
This commit was generated as follows:
[1] Rename the config options with the following command:
find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \
-type f -print | xargs sed -i -e '
s/CONFIG_EXYNOS_DWMMC/CONFIG_MMC_DW_EXYNOS/g
s/CONFIG_HIKEY_DWMMC/CONFIG_MMC_DW_K3/g
s/CONFIG_SOCFPGA_DWMMC/CONFIG_MMC_DW_SOCFPGA/g
'
[2] Commit the changes
[3] Create the entries in drivers/mmc/Kconfig
(with default y for EXYNOS and SOCFPGA)
[4] Run the following:
tools/moveconfig.py -y -r HEAD MMC_DW_EXYNOS MMC_DW_K3 MMC_DW_SOCFPGA
[5] Sort and align drivers/mmc/Makefile for readability
[6] Clean-up doc/README.socfpga by hand
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Reviewed-by: Marek Vasut <marex@denx.de >
2017-01-11 19:40:15 +09:00
..
2016-11-14 23:24:03 +01:00
2017-01-11 19:40:15 +09:00
2016-12-20 09:15:27 +01:00
2016-12-16 17:16:10 +01:00
2016-12-02 21:32:37 -05:00
2016-01-27 08:13:10 -08:00
2016-12-03 13:21:10 -05:00
2016-12-16 10:21:29 +01:00
2016-04-01 17:18:12 -04:00
2016-12-03 13:21:21 -05:00
2016-08-20 11:35:07 -04:00
2016-11-21 14:07:30 -05:00
2016-09-23 22:25:43 -04:00
2016-10-11 11:55:33 +08:00
2016-03-22 12:16:13 -04:00
2016-12-20 09:15:27 +01:00
2016-03-24 09:47:43 +01:00
2016-05-21 01:25:50 +02:00
2016-06-12 23:49:38 +02:00
2016-06-20 05:19:09 -04:00
2016-03-31 17:03:52 +02:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-05-17 09:54:43 -06:00
2016-06-09 13:53:08 -04:00
2016-06-19 17:05:55 -06:00
2016-10-08 09:33:31 -04:00
2016-04-01 17:17:40 -04:00
2017-01-04 16:37:41 +01:00
2016-12-02 21:32:38 -05:00
2016-09-26 13:24:43 -04:00
2016-06-24 17:24:41 -04:00
2016-12-03 13:21:24 -05:00
2016-12-03 13:21:23 -05:00
2016-07-26 09:01:43 -07:00
2016-04-25 15:09:40 -04:00
2016-10-13 12:25:02 -05:00
2016-10-19 09:01:51 +02:00
2016-03-14 19:18:42 -04:00
2016-12-02 21:04:48 -07:00
2016-03-14 15:34:50 -06:00
2016-02-24 19:12:32 +01:00
2016-11-25 17:59:31 -07:00
2016-02-23 16:14:45 +05:30
2016-07-14 20:40:24 -06:00
2016-06-04 00:43:51 +02:00
2016-10-10 15:23:33 +09:00
2016-05-20 17:02:07 -04:00
2016-05-20 17:02:07 -04:00
2016-11-14 23:24:02 +01:00
2016-11-17 14:18:55 +01:00
2016-11-14 23:24:03 +01:00
2016-11-14 23:24:03 +01:00
2016-06-24 17:23:11 -04:00
2016-05-03 17:52:11 -05:00
2016-10-06 20:57:40 -04:00
2016-09-23 22:25:27 -04:00
2016-01-28 12:22:19 -06:00
2016-09-14 14:09:50 -07:00
2016-11-21 14:07:27 -05:00
2016-09-23 09:18:55 -04:00
2016-05-25 13:25:18 +09:00
2016-06-27 16:37:38 -04:00
2016-11-28 20:09:45 -05:00
2016-06-27 16:37:38 -04:00
2016-06-27 16:37:38 -04:00
2016-12-02 20:54:34 -07:00
2016-12-20 09:15:28 +01:00
2016-05-21 01:25:50 +02:00
2016-01-27 15:55:54 +01:00
2016-09-14 14:07:08 -07:00
2016-12-05 08:31:45 -08:00
2017-01-04 19:40:52 -05:00
2016-09-23 17:55:42 -04:00
2016-02-24 08:51:13 -08:00
2016-09-14 14:05:32 -07:00
2016-01-28 12:22:49 -06:00
2016-12-08 10:36:22 -06:00
2016-09-26 08:53:07 -07:00
2016-02-24 08:51:13 -08:00
2016-10-06 09:54:14 -07:00
2017-01-04 19:40:19 -05:00
2016-03-29 08:46:20 -07:00
2016-10-06 09:56:28 -07:00
2016-09-27 23:30:49 +02:00
2016-07-21 11:09:23 -07:00
2016-10-04 12:01:14 +02:00
2016-09-27 23:30:18 +02:00
2016-07-22 14:46:21 -04:00
2016-09-23 17:55:42 -04:00
2016-07-22 09:52:59 -04:00
2016-06-10 13:44:58 -07:00
2016-03-17 10:27:24 +08:00
2016-05-17 09:54:43 -06:00
2016-06-27 16:37:39 -04:00
2017-01-02 17:06:57 +01:00
2016-05-17 09:54:43 -06:00
2016-11-23 23:42:05 -08:00
2016-10-23 18:33:57 -04:00
2016-08-20 11:35:00 -04:00
2016-10-23 12:08:48 -07:00
2016-05-25 13:25:18 +09:00
2016-06-19 17:05:55 -06:00
2016-06-19 17:05:55 -06:00
2016-03-08 15:01:47 -05:00
2016-11-07 11:28:16 -06:00
2016-12-20 07:40:04 +01:00
2016-08-12 11:01:22 -06:00
2017-01-11 19:40:13 +09:00
2016-07-24 20:36:28 -05:00
2017-01-09 11:14:54 -07:00
2016-05-24 11:39:04 -05:00
2016-12-19 12:26:37 -05:00
2016-08-16 11:44:09 +08:00
2016-07-22 14:46:12 -04:00
2016-10-11 10:17:07 -06:00
2016-12-04 13:54:51 -05:00
2016-10-01 20:04:59 -04:00
2016-10-01 20:04:56 -04:00
2016-02-05 12:47:21 +08:00
2016-10-11 11:55:33 +08:00
2016-03-21 12:42:12 -07:00
2016-03-15 15:19:23 -04:00
2016-05-24 11:42:05 -05:00
2016-07-27 16:29:56 -06:00
2016-07-27 16:29:56 -06:00
2016-04-08 15:42:10 -07:00
2016-05-23 15:18:00 +08:00
2016-07-14 20:40:24 -06:00
2016-03-14 15:34:50 -06:00
2016-10-10 10:03:23 +09:00
2016-09-23 22:25:44 -04:00
2016-10-06 20:57:40 -04:00
2016-03-14 15:34:50 -06:00
2016-03-14 15:34:50 -06:00
2016-12-20 09:15:27 +01:00
2016-12-20 09:15:27 +01:00
2017-01-11 19:40:13 +09:00
2016-10-06 20:57:41 -04:00
2016-05-27 15:47:54 -04:00
2016-08-17 10:25:35 +09:00
2016-08-17 10:25:34 +09:00
2016-10-19 09:01:52 +02:00
2016-02-21 13:42:52 +08:00
2016-10-06 15:07:35 -04:00
2016-11-19 08:41:44 +05:30
2017-01-04 16:37:41 +01:00
2016-07-26 08:47:37 +02:00
2016-10-23 18:34:17 -04:00
2016-02-23 20:50:07 +01:00
2016-07-14 20:40:24 -06:00
2016-05-26 20:48:31 -06:00
2016-10-19 09:01:50 +02:00
2016-02-26 08:53:10 -07:00
2016-01-28 12:23:19 -06:00
2016-03-15 15:12:57 -04:00
2016-09-26 13:24:43 -04:00
2016-03-14 15:34:50 -06:00
2016-07-22 09:53:00 -04:00
2016-03-14 15:34:50 -06:00
2016-05-17 09:54:43 -06:00
2016-05-02 18:37:09 -04:00
2016-10-12 10:56:51 +08:00
2016-09-20 09:30:23 -04:00
2016-01-30 10:55:37 +01:00
2016-10-23 18:33:48 -04:00
2016-10-23 18:33:54 -04:00
2016-01-28 12:22:19 -06:00
2016-10-31 10:13:17 -04:00
2016-09-23 17:55:42 -04:00
2016-05-27 15:39:54 -04:00
2016-01-28 13:53:30 +08:00
2016-09-22 07:33:21 +02:00
2016-03-14 15:34:50 -06:00
2016-11-15 15:28:05 +01:00
2016-11-15 15:28:04 +01:00