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