2017-11-22 16:59 GMT+09:00 Wolfram Sang <wsa@xxxxxxxxxxxxx>: > >> If we use "tmio_mmc" prefix (like "dw_mmc"), >> >> # core >> obj-$(CONFIG_MMC_TMIO) += tmio_mmc.o >> # TMIO-builtin MMC >> obj-$(CONFIG_MMC_TMIO_TMIO) += tmio_mmc_tmio.o >> # Reneses >> obj-$(CONFIG_MMC_TMIO_SDHI) += tmio_mmc_sdhi.o >> # UniPhier >> obj-$(CONFIG_MMC_TMIO_UNIPHIER) += tmio_mmc_uniphier.o >> >> >> tmio_mmc_tmio.o is a crazy name, but the syntax is clear. >> >> The first "tmio_mmc" means the IP name >> (since we decide this is the right name) >> >> The second "tmio" is the platform name >> the comes from the TMIO MFD. > > Also fine with me. > Then, all functions for the MFD-buitin one start with tmio_tmio_mmc_ ... Ugh. No. Not fine. I was kidding, sorry. tmio_mmc_tmio.o is really ugly according to my common sense. I'd like the IP name be something different from tmio, but it seems NACK. I have no more idea to suggest... So, just keep everything as is. I will borrow the core code from tmio_mmc_core.c but I will name my driver as I like. -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html