[PATCH v2 2/3] nvmem: mediatek: Add Mediatek EFUSE driver
From: Nicolas Boichat <hidden>
Date: 2015-12-08 04:52:36
Also in:
linux-devicetree, linux-mediatek, lkml
From: Nicolas Boichat <hidden>
Date: 2015-12-08 04:52:36
Also in:
linux-devicetree, linux-mediatek, lkml
On Thu, Nov 19, 2015 at 6:46 PM, Andrew-CT Chen [off-list ref] wrote:
Add Mediatek EFUSE driver to access hardware data like thermal sensor calibration or HDMI impedance. Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com> --- drivers/nvmem/Kconfig | 11 ++++++ drivers/nvmem/Makefile | 2 ++ drivers/nvmem/mtk-efuse.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+) create mode 100644 drivers/nvmem/mtk-efuse.cdiff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig index bc4ea58..ea7ec17 100644 --- a/drivers/nvmem/Kconfig +++ b/drivers/nvmem/Kconfig@@ -36,6 +36,17 @@ config NVMEM_MXS_OCOTP This driver can also be built as a module. If so, the module will be called nvmem-mxs-ocotp. +config MTK_EFUSE
Nit: I think this entry should be between NVMEM_IMX_OCOTP and NVMEM_MXS_OCOTP (looks like NVMEM_ prefix is ignored in the ordering).
[snip]
The rest looks good.