summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/mtk-efuse.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: Move and rename ->fixup_cell_info()Miquel Raynal2023-12-151-8/+3
* nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+1
* nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno2023-04-051-2/+51
* nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno2022-07-081-2/+1
* nvmem: mtk-efuse: support minimum one byte access stride and granularityChunfeng Yun2021-12-211-6/+7
* nvmem: mtk-efuse: Remove EFUSE register write supportChih-En Hsu2020-09-171-14/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* nvmem: mtk-efuse: Convert to use devm_nvmem_register()Andrey Smirnov2018-03-141-14/+2
* nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada2017-11-081-1/+0
* nvmem: mtk-efuse: fix different address space warnings of sparseMasahiro Yamada2017-11-081-9/+17
* nvmem: mtk-efuse: use stack for nvmem_config instead of malloc'ing itMasahiro Yamada2017-11-081-14/+10
* nvmem: mtk-efuse: remove nvmem regmap dependencySrinivas Kandagatla2016-06-251-15/+32
* nvmem: mediatek: Fix later provider initializationAndrew-CT Chen2016-03-051-1/+22
* nvmem: mediatek: Add Mediatek EFUSE driverAndrew-CT Chen2016-02-071-0/+89