summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/imx-ocotp.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: Move and rename ->fixup_cell_info()Miquel Raynal2023-12-151-8/+3
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-0/+1
|\
| * nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-0/+1
* | nvmem: imx: correct nregs for i.MX6ULLPeng Fan2023-10-161-1/+1
* | nvmem: imx: correct nregs for i.MX6ULPeng Fan2023-10-161-1/+1
* | nvmem: imx: correct nregs for i.MX6SLLPeng Fan2023-10-161-1/+1
|/
* nvmem: Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivatesAlexander Stein2023-06-151-7/+1
* nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s...Tom Rix2023-06-151-1/+1
* nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle2023-04-051-11/+19
* nvmem: core: add an index parameter to the cellMichael Walle2023-02-061-2/+2
* nvmem: imx-ocotp: add support for post processingSrinivas Kandagatla2021-10-131-0/+25
* nvmem: imx-ocotp: add support for the unaliged word countPeng Fan2020-11-271-6/+24
* nvmem: imx-ocotp: Improve logic to save many code linesAnson Huang2020-05-151-7/+2
* nvmem: imx-ocotp: Drop unnecessary initializationsAnson Huang2020-03-191-4/+4
* nvmem: imx: ocotp: add i.MX8MP supportPeng Fan2020-03-191-0/+21
* nvmem: imx: ocotp: introduce ocotp_ctrl_regPeng Fan2020-01-101-22/+57
* nvmem: imx-ocotp: reset error status on probeLucas Stach2019-11-051-0/+4
* nvmem: imx-ocotp: Add i.MX8MN supportAnson Huang2019-08-181-0/+7
* 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/+1
* nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-251-3/+1
* 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/+0
* nvmem: imx-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov2018-03-141-14/+2
* 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/+0
* 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/+0
* 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/+11
* nvmem: imx-ocotp: Fix return value of imx_ocotp_readAxel Lin2016-03-051-1/+1