summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/imx-ocotp.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7Leonard Crestez2019-06-261-2/+2
* nvmem: imx-ocotp: Add i.MX8MM supportBryan O'Donoghue2019-06-261-0/+7
* nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithmBryan O'Donoghue2019-06-261-4/+32
* nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timingBryan O'Donoghue2019-06-261-1/+2
* nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bitsBryan O'Donoghue2019-06-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner2019-06-191-7/+1Star
* nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-251-3/+1Star
* nvmem: imx-ocotp: add support for imx8mqLucas Stach2019-04-251-0/+7
* nvmem: imx-ocotp: Implement i.MX6ULL/ULZ supportStefan Wahren2019-01-311-0/+7
* nvmem: imx-ocotp: add i.MX7ULP supportAnson Huang2019-01-311-0/+6
* nvmem: imx-ocotp: add support for imx6sllAnson Huang2018-07-151-0/+7
* nvmem: imx-ocotp: remove unused dead codeDong Aisheng2018-03-141-2/+0Star
* nvmem: imx-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov2018-03-141-14/+2Star
* nvmem: imx-ocotp: Update module descriptionBryan O'Donoghue2017-11-081-1/+1
* nvmem: imx-ocotp: Enable i.MX7D OTP write supportBryan O'Donoghue2017-11-081-2/+0Star
* nvmem: imx-ocotp: Add i.MX7D timing write clock setup supportBryan O'Donoghue2017-11-081-7/+36
* nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated functionBryan O'Donoghue2017-11-081-20/+27
* nvmem: imx-ocotp: Add support for banked OTP addressingBryan O'Donoghue2017-11-081-4/+64
* nvmem: imx-ocotp: Pass parameters via a structBryan O'Donoghue2017-11-081-10/+34
* nvmem: imx-ocotp: Restrict OTP write to IMX6 processorsBryan O'Donoghue2017-11-081-0/+2
* nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada2017-11-081-1/+0Star
* nvmem: imx-ocotp: add write supportRichard Leitner2017-04-081-2/+208
* nvmem: imx-ocotp: clear error bit after reading locked valuesRichard Leitner2017-04-081-3/+38
* nvmem: octop: Add i.MX7D supportPeng Fan2017-04-081-0/+1
* nvmem: imx-ocotp: fix usage of "dev" pointersRichard Leitner2017-04-081-1/+3
* nvmem: octop: Add support for imx6ulBai Ping2017-01-251-0/+1
* nvmem: imx-ocotp: Fix wrong register sizeDaniel Schultz2017-01-041-1/+1
* nvmem: imx-ocotp: Fix assignment warning.Srinivas Kandagatla2016-06-251-1/+1
* nvmem: imx-ocotp: handling clockPeng Fan2016-06-251-1/+14
* nvmem: imx-ocotp: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-44/+11Star
* nvmem: imx-ocotp: Fix return value of imx_ocotp_readAxel Lin2016-03-051-1/+1
* nvmem: imx-ocotp: Add i.MX6 OCOTP driverPhilipp Zabel2015-10-041-0/+154