summaryrefslogtreecommitdiff
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix includes missed by multiarch supportAhmad Fatoum2023-04-111-2/+2
* ARM: stm32mp: Move mach header files to include/mach/stm32mpSascha Hauer2023-03-061-1/+1
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-061-1/+6
* Merge branch 'for-next/nvmem'Sascha Hauer2023-02-233-30/+38
|\
| * nvmem: ocotp: add post processing for MAC cellsLucas Stach2023-02-061-1/+17
| * nvmem: regmap: allow to register with post processingLucas Stach2023-02-061-1/+9
| * nvmem: ocotp: switch to nvmem_regmap_registerLucas Stach2023-02-061-29/+1
| * nvmem: add support for post processingLucas Stach2023-02-061-0/+12
* | nvmem: ocotp: add support for second MAC address on i.MX8MPLucas Stach2023-01-271-3/+5
|/
* Rename struct driver_d to driverSascha Hauer2023-01-108-8/+8
* Rename struct device_d to deviceSascha Hauer2023-01-109-18/+19
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-107-18/+18
* nvmem: ocotp: decouple featctrl from barebox,provide-mac-addressAhmad Fatoum2023-01-101-3/+1
* nvmem: core: don't fail on positive callback value returnAhmad Fatoum2022-12-091-10/+10
* nvmem: remove IS_ERR_VALUE abusesSascha Hauer2022-11-081-12/+10
* ARM: i.MX8MP: add feature controller support for PlusAhmad Fatoum2022-10-181-0/+9
* Merge branch 'for-next/misc'Sascha Hauer2022-09-142-8/+87
|\
| * nvmem: ocotp: add i.MX8M[MN] feature controller supportAhmad Fatoum2022-09-011-8/+54
| * nvmem: import Linux nvmem_cell_read_variable_le_u32Ahmad Fatoum2022-09-011-0/+33
* | nvmem: core: drop always true conditionAhmad Fatoum2022-09-121-1/+1
* | nvmem: core: propagate read failureAhmad Fatoum2022-09-121-0/+6
|/
* nvmem: rmem: get, don't request, memory regionAhmad Fatoum2022-06-101-1/+1
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-2/+0
* nvmem: add kvx otp non volatile regbank supportClement Leger2022-01-183-0/+108
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1511-16/+42
|\
| * nvmem: bsec.c: add optional permanent write supportOleksij Rempel2021-11-302-5/+31
| * drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2210-10/+10
* | nvmem: bsec.c: Use SMC_READ_OTP in stm32_bsec_read_mac()David Jander2021-11-301-7/+14
|/
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-018-35/+8
* ARM: i.MX: extend drivers for i.MX8MN (Nano) supportAhmad Fatoum2021-10-051-0/+3
* nvmem: support deep probeAhmad Fatoum2021-07-181-0/+13
* Merge branch 'for-next/riscv'Sascha Hauer2021-07-183-0/+211
|\
| * nvmem: add StarFive OTP supportAhmad Fatoum2021-06-243-0/+211
* | Merge branch 'for-next/nvmem'Sascha Hauer2021-07-186-9/+134
|\ \
| * | nvmem: add command to list nvmem devicesAhmad Fatoum2021-06-211-0/+9
| * | nvmem: add support for nvmem-cells bindingAhmad Fatoum2021-06-213-6/+48
| * | nvmem: add support for new read-only memory (rmem) bindingAhmad Fatoum2021-06-213-0/+75
| * | nvmem: treat devices without nvmem_bus::write as read onlyAhmad Fatoum2021-06-211-2/+2
| * | nvmem: bsec: remove unused, left-over, struct memberAhmad Fatoum2021-06-211-1/+0
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-07-181-1/+1
|\ \ | |/ |/|
| * nvmem: fix dev_dbg(unregistered_device, ...)Ahmad Fatoum2021-06-281-1/+1
* | nvmem: regmap: fix use of uninitialized space with nvmem_regmap_registerAhmad Fatoum2021-06-211-1/+1
|/
* nvmem: stm32-bsec: simplify using new nvmem_regmap_registerAhmad Fatoum2021-06-021-81/+11
* nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-022-1/+79
* nvmem: provider: align read/write callback prototype with upstreamAhmad Fatoum2021-06-026-47/+34
* Merge branch 'for-next/nvmem'Sascha Hauer2021-02-221-9/+4
|\
| * nvmem: make id optional for of_nvmem_device_get()Marco Felsch2021-01-191-3/+4
| * nvmem: make nvmem_device_write/read publicMarco Felsch2021-01-191-6/+0
* | nvmem: avoid false positive in of_nvmem_find() and simplify itEnrico Scholz2021-02-121-1/+1
|/