aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/imx-ocotp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7Leonard Crestez1-2/+2
2019-06-26nvmem: imx-ocotp: Add i.MX8MM supportBryan O'Donoghue1-0/+7
2019-06-26nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithmBryan O'Donoghue1-4/+32
2019-06-26nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timingBryan O'Donoghue1-1/+2
2019-06-26nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bitsBryan O'Donoghue1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner1-7/+1
2019-04-25nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-25nvmem: imx-ocotp: add support for imx8mqLucas Stach1-0/+7
2019-01-31nvmem: imx-ocotp: Implement i.MX6ULL/ULZ supportStefan Wahren1-0/+7
2019-01-31nvmem: imx-ocotp: add i.MX7ULP supportAnson Huang1-0/+6
2018-07-15nvmem: imx-ocotp: add support for imx6sllAnson Huang1-0/+7
2018-03-14nvmem: imx-ocotp: remove unused dead codeDong Aisheng1-2/+0
2018-03-14nvmem: imx-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2017-11-08nvmem: imx-ocotp: Update module descriptionBryan O'Donoghue1-1/+1
2017-11-08nvmem: imx-ocotp: Enable i.MX7D OTP write supportBryan O'Donoghue1-2/+0
2017-11-08nvmem: imx-ocotp: Add i.MX7D timing write clock setup supportBryan O'Donoghue1-7/+36
2017-11-08nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated functionBryan O'Donoghue1-20/+27
2017-11-08nvmem: imx-ocotp: Add support for banked OTP addressingBryan O'Donoghue1-4/+64
2017-11-08nvmem: imx-ocotp: Pass parameters via a structBryan O'Donoghue1-10/+34
2017-11-08nvmem: imx-ocotp: Restrict OTP write to IMX6 processorsBryan O'Donoghue1-0/+2
2017-11-08nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada1-1/+0
2017-04-08nvmem: imx-ocotp: add write supportRichard Leitner1-2/+208
2017-04-08nvmem: imx-ocotp: clear error bit after reading locked valuesRichard Leitner1-3/+38
2017-04-08nvmem: octop: Add i.MX7D supportPeng Fan1-0/+1
2017-04-08nvmem: imx-ocotp: fix usage of "dev" pointersRichard Leitner1-1/+3
2017-01-25nvmem: octop: Add support for imx6ulBai Ping1-0/+1
2017-01-04nvmem: imx-ocotp: Fix wrong register sizeDaniel Schultz1-1/+1
2016-06-25nvmem: imx-ocotp: Fix assignment warning.Srinivas Kandagatla1-1/+1
2016-06-25nvmem: imx-ocotp: handling clockPeng Fan1-1/+14
2016-05-01nvmem: imx-ocotp: remove nvmem regmap dependencySrinivas Kandagatla1-44/+11
2016-03-05nvmem: imx-ocotp: Fix return value of imx_ocotp_readAxel Lin1-1/+1
2015-10-04nvmem: imx-ocotp: Add i.MX6 OCOTP driverPhilipp Zabel1-0/+154