| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-13 | nvmem: imx-ocotp: fix MAC address byte length | Steffen Bätz | 1 | -1/+4 |
| 2023-12-15 | nvmem: Move and rename ->fixup_cell_info() | Miquel Raynal | 1 | -8/+3 |
| 2023-11-03 | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2023-10-21 | nvmem: add explicit config option to read old syntax fixed OF cells | Rafał Miłecki | 1 | -0/+1 |
| 2023-10-16 | nvmem: imx: correct nregs for i.MX6ULL | Peng Fan | 1 | -1/+1 |
| 2023-10-16 | nvmem: imx: correct nregs for i.MX6UL | Peng Fan | 1 | -1/+1 |
| 2023-10-16 | nvmem: imx: correct nregs for i.MX6SLL | Peng Fan | 1 | -1/+1 |
| 2023-08-23 | nvmem: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2023-06-15 | nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates | Alexander Stein | 1 | -7/+1 |
| 2023-06-15 | nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s... | Tom Rix | 1 | -1/+1 |
| 2023-04-05 | nvmem: imx-ocotp: replace global post processing with layouts | Michael Walle | 1 | -11/+19 |
| 2023-02-06 | nvmem: core: add an index parameter to the cell | Michael Walle | 1 | -2/+2 |
| 2021-10-13 | nvmem: imx-ocotp: add support for post processing | Srinivas Kandagatla | 1 | -0/+25 |
| 2020-11-27 | nvmem: imx-ocotp: add support for the unaliged word count | Peng Fan | 1 | -6/+24 |
| 2020-05-15 | nvmem: imx-ocotp: Improve logic to save many code lines | Anson Huang | 1 | -7/+2 |
| 2020-03-19 | nvmem: imx-ocotp: Drop unnecessary initializations | Anson Huang | 1 | -4/+4 |
| 2020-03-19 | nvmem: imx: ocotp: add i.MX8MP support | Peng Fan | 1 | -0/+21 |
| 2020-01-10 | nvmem: imx: ocotp: introduce ocotp_ctrl_reg | Peng Fan | 1 | -22/+57 |
| 2019-11-05 | nvmem: imx-ocotp: reset error status on probe | Lucas Stach | 1 | -0/+4 |
| 2019-08-18 | nvmem: imx-ocotp: Add i.MX8MN support | Anson Huang | 1 | -0/+7 |
| 2019-06-26 | nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7 | Leonard Crestez | 1 | -2/+2 |
| 2019-06-26 | nvmem: imx-ocotp: Add i.MX8MM support | Bryan O'Donoghue | 1 | -0/+7 |
| 2019-06-26 | nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithm | Bryan O'Donoghue | 1 | -4/+32 |
| 2019-06-26 | nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timing | Bryan O'Donoghue | 1 | -1/+2 |
| 2019-06-26 | nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bits | Bryan O'Donoghue | 1 | -1/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460 | Thomas Gleixner | 1 | -7/+1 |
| 2019-04-25 | nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify code | Anson Huang | 1 | -3/+1 |
| 2019-04-25 | nvmem: imx-ocotp: add support for imx8mq | Lucas Stach | 1 | -0/+7 |
| 2019-01-31 | nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support | Stefan Wahren | 1 | -0/+7 |
| 2019-01-31 | nvmem: imx-ocotp: add i.MX7ULP support | Anson Huang | 1 | -0/+6 |
| 2018-07-15 | nvmem: imx-ocotp: add support for imx6sll | Anson Huang | 1 | -0/+7 |
| 2018-03-14 | nvmem: imx-ocotp: remove unused dead code | Dong Aisheng | 1 | -2/+0 |
| 2018-03-14 | nvmem: imx-ocotp: Convert to use devm_nvmem_register() | Andrey Smirnov | 1 | -14/+2 |
| 2017-11-08 | nvmem: imx-ocotp: Update module description | Bryan O'Donoghue | 1 | -1/+1 |
| 2017-11-08 | nvmem: imx-ocotp: Enable i.MX7D OTP write support | Bryan O'Donoghue | 1 | -2/+0 |
| 2017-11-08 | nvmem: imx-ocotp: Add i.MX7D timing write clock setup support | Bryan O'Donoghue | 1 | -7/+36 |
| 2017-11-08 | nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function | Bryan O'Donoghue | 1 | -20/+27 |
| 2017-11-08 | nvmem: imx-ocotp: Add support for banked OTP addressing | Bryan O'Donoghue | 1 | -4/+64 |
| 2017-11-08 | nvmem: imx-ocotp: Pass parameters via a struct | Bryan O'Donoghue | 1 | -10/+34 |
| 2017-11-08 | nvmem: imx-ocotp: Restrict OTP write to IMX6 processors | Bryan O'Donoghue | 1 | -0/+2 |
| 2017-11-08 | nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset | Masahiro Yamada | 1 | -1/+0 |
| 2017-04-08 | nvmem: imx-ocotp: add write support | Richard Leitner | 1 | -2/+208 |
| 2017-04-08 | nvmem: imx-ocotp: clear error bit after reading locked values | Richard Leitner | 1 | -3/+38 |
| 2017-04-08 | nvmem: octop: Add i.MX7D support | Peng Fan | 1 | -0/+1 |
| 2017-04-08 | nvmem: imx-ocotp: fix usage of "dev" pointers | Richard Leitner | 1 | -1/+3 |
| 2017-01-25 | nvmem: octop: Add support for imx6ul | Bai Ping | 1 | -0/+1 |
| 2017-01-04 | nvmem: imx-ocotp: Fix wrong register size | Daniel Schultz | 1 | -1/+1 |
| 2016-06-25 | nvmem: imx-ocotp: Fix assignment warning. | Srinivas Kandagatla | 1 | -1/+1 |
| 2016-06-25 | nvmem: imx-ocotp: handling clock | Peng Fan | 1 | -1/+14 |
| 2016-05-01 | nvmem: imx-ocotp: remove nvmem regmap dependency | Srinivas Kandagatla | 1 | -44/+11 |
| 2016-03-05 | nvmem: imx-ocotp: Fix return value of imx_ocotp_read | Axel Lin | 1 | -1/+1 |
| 2015-10-04 | nvmem: imx-ocotp: Add i.MX6 OCOTP driver | Philipp Zabel | 1 | -0/+154 |