Hi Miquel, > > Add a driver for Macronix MX25F0A multifunction device controller. > > > > Signed-off-by: Mason Yang <masonccyang@xxxxxxxxxxx> > > --- > > drivers/mfd/Kconfig | 9 ++ > > drivers/mfd/Makefile | 1 + > > drivers/mfd/mxic-mx25f0a.c | 84 +++++++++++++++++++ > > include/linux/mfd/mxic-mx25f0a.h | 175 +++++++++++++++++++++++++++++++++++++++ > > 4 files changed, 269 insertions(+) > > create mode 100644 drivers/mfd/mxic-mx25f0a.c > > create mode 100644 include/linux/mfd/mxic-mx25f0a.h > > > > diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig > > index 26ad646..7e99e93 100644 > > --- a/drivers/mfd/Kconfig > > +++ b/drivers/mfd/Kconfig > > @@ -823,6 +823,15 @@ config MFD_MAX8998 > > additional drivers must be enabled in order to use the functionality > > of the device. > > > > +config MFD_MXIC_MX25F0A > > + tristate "Macronix mx25f0a multifunction device support" > > + select MFD_CORE > > + help > > + This supports for Macronix mx25f0a multifunction device controller > > + for raw nand or spi. You have to select individual components like > > Please use upper case for acronyms in plain English: NAND, SPI okay, will fix. And I also would like to remove "mx25f0a" char. patch to: ------------------------------------------------------------------------ config MFD_MXIC_FMC tristate "Macronix Flash Memory Controller support" select MFD_CORE help This supports Macronix Flash Memory Controller for raw NAND and SPI. You have to select individual components like raw NAND controller or SPI host controller under the corresponding menus. ------------------------------------------------------------------------- thanks for your review. best regards, Mason CONFIDENTIALITY NOTE: This e-mail and any attachments may contain confidential information and/or personal data, which is protected by applicable laws. Please be reminded that duplication, disclosure, distribution, or use of this e-mail (and/or its attachments) or any part thereof is prohibited. If you receive this e-mail in error, please notify us immediately and delete this mail as well as its attachment(s) from your system. In addition, please be informed that collection, processing, and/or use of personal data is prohibited unless expressly permitted by personal data protection laws. Thank you for your attention and cooperation. Macronix International Co., Ltd. ===================================================================== ============================================================================ CONFIDENTIALITY NOTE: This e-mail and any attachments may contain confidential information and/or personal data, which is protected by applicable laws. Please be reminded that duplication, disclosure, distribution, or use of this e-mail (and/or its attachments) or any part thereof is prohibited. If you receive this e-mail in error, please notify us immediately and delete this mail as well as its attachment(s) from your system. In addition, please be informed that collection, processing, and/or use of personal data is prohibited unless expressly permitted by personal data protection laws. Thank you for your attention and cooperation. Macronix International Co., Ltd. =====================================================================