aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/mtk-efuse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-08nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno1-2/+1
2021-12-21nvmem: mtk-efuse: support minimum one byte access stride and granularityChunfeng Yun1-6/+7
2020-09-17nvmem: mtk-efuse: Remove EFUSE register write supportChih-En Hsu1-14/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-03-14nvmem: mtk-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2017-11-08nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada1-1/+0
2017-11-08nvmem: mtk-efuse: fix different address space warnings of sparseMasahiro Yamada1-9/+17
2017-11-08nvmem: mtk-efuse: use stack for nvmem_config instead of malloc'ing itMasahiro Yamada1-14/+10
2016-06-25nvmem: mtk-efuse: remove nvmem regmap dependencySrinivas Kandagatla1-15/+32
2016-03-05nvmem: mediatek: Fix later provider initializationAndrew-CT Chen1-1/+22
2016-02-07nvmem: mediatek: Add Mediatek EFUSE driverAndrew-CT Chen1-0/+89