summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/sunxi_sid.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+1
* nvmem: Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-231-3/+1
* nvmem: sunxi_sid: Drop the workaround on A64Samuel Holland2023-02-061-7/+1
* nvmem: sunxi_sid: Always use 32-bit MMIO readsSamuel Holland2023-01-281-1/+14
* nvmem: sunxi_sid: Add support for D1 variantSamuel Holland2022-02-211-0/+6
* nvmem: sunxi_sid: Set type to OTPSamuel Holland2021-06-111-0/+1
* nvmem: sunxi_sid: fix A64 SID controller supportStefan Mavrodiev2019-08-181-0/+1
* nvmem: sunxi_sid: Support SID on H6Yangtao Li2019-04-251-0/+6
* nvmem: sunxi-sid: convert to SPDX license tagsYangtao Li2019-04-251-10/+1
* nvmem: sunxi_sid: Support SID on A83T and H5Chen-Yu Tsai2019-04-251-0/+2
* nvmem: sunxi_sid: Read out data in native formatChen-Yu Tsai2019-04-251-22/+1
* nvmem: sunxi_sid: Dynamically allocate nvmem_config structureChen-Yu Tsai2019-04-251-15/+17
* nvmem: sunxi_sid: Optimize register read-out methodChen-Yu Tsai2019-04-251-20/+18
* nvmem: sunxi_sid: Read out SID for randomness without loopingChen-Yu Tsai2019-04-251-3/+2
* nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla2018-09-281-1/+1
* nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski2018-09-281-17/+3
* nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski2018-09-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* nvmem: sunxi-sid: fix H3 SID controller supportIcenowy Zheng2018-03-141-21/+50
* nvmem: sunxi-sid: add support for A64/H5's SID controllerIcenowy Zheng2017-11-081-0/+6
* nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada2017-11-081-1/+0
* nvmem: sunxi-sid: add support for H3's SID controllerIcenowy Zheng2017-04-081-0/+62
* nvmem: sunxi-sid: read NVMEM size from device compatibleIcenowy Zheng2017-04-081-4/+23
* nvmem: sunxi-sid: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-45/+9
* nvmem: sunxi: trivial: fix code styleCaesar Wang2016-02-071-6/+3
* nvmem: sunxi: Check for memory allocation failureMaxime Ripard2015-10-041-1/+10
* nvmem: sunxi: Move the SID driver to the nvmem frameworkMaxime Ripard2015-08-051-0/+171