index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
/
imx-ocotp.c
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
[next]