summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/sunxi_sid.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: sunxi_sid: Support SID on H6Yangtao Li2019-04-251-0/+6
* nvmem: sunxi-sid: convert to SPDX license tagsYangtao Li2019-04-251-10/+1Star
* 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/+1Star
* 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/+18Star
* nvmem: sunxi_sid: Read out SID for randomness without loopingChen-Yu Tsai2019-04-251-3/+2Star
* 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/+3Star
* nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski2018-09-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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/+0Star
* 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/+9Star
* nvmem: sunxi: trivial: fix code styleCaesar Wang2016-02-081-6/+3Star
* 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