| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: add missing SPDX-License-Identifier | Ahmad Fatoum | 2021-11-01 | 8 | -35/+8 |
* | ARM: i.MX: extend drivers for i.MX8MN (Nano) support | Ahmad Fatoum | 2021-10-05 | 1 | -0/+3 |
* | nvmem: support deep probe | Ahmad Fatoum | 2021-07-18 | 1 | -0/+13 |
* | Merge branch 'for-next/riscv' | Sascha Hauer | 2021-07-18 | 3 | -0/+211 |
|\ |
|
| * | nvmem: add StarFive OTP support | Ahmad Fatoum | 2021-06-24 | 3 | -0/+211 |
* | | Merge branch 'for-next/nvmem' | Sascha Hauer | 2021-07-18 | 6 | -9/+134 |
|\ \ |
|
| * | | nvmem: add command to list nvmem devices | Ahmad Fatoum | 2021-06-21 | 1 | -0/+9 |
| * | | nvmem: add support for nvmem-cells binding | Ahmad Fatoum | 2021-06-21 | 3 | -6/+48 |
| * | | nvmem: add support for new read-only memory (rmem) binding | Ahmad Fatoum | 2021-06-21 | 3 | -0/+75 |
| * | | nvmem: treat devices without nvmem_bus::write as read only | Ahmad Fatoum | 2021-06-21 | 1 | -2/+2 |
| * | | nvmem: bsec: remove unused, left-over, struct member | Ahmad Fatoum | 2021-06-21 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'for-next/misc' | Sascha Hauer | 2021-07-18 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | nvmem: fix dev_dbg(unregistered_device, ...) | Ahmad Fatoum | 2021-06-28 | 1 | -1/+1 |
* | | nvmem: regmap: fix use of uninitialized space with nvmem_regmap_register | Ahmad Fatoum | 2021-06-21 | 1 | -1/+1 |
|/ |
|
* | nvmem: stm32-bsec: simplify using new nvmem_regmap_register | Ahmad Fatoum | 2021-06-02 | 1 | -81/+11 |
* | nvmem: add nvmem_regmap_register helper | Ahmad Fatoum | 2021-06-02 | 2 | -1/+79 |
* | nvmem: provider: align read/write callback prototype with upstream | Ahmad Fatoum | 2021-06-02 | 6 | -47/+34 |
* | Merge branch 'for-next/nvmem' | Sascha Hauer | 2021-02-22 | 1 | -9/+4 |
|\ |
|
| * | nvmem: make id optional for of_nvmem_device_get() | Marco Felsch | 2021-01-19 | 1 | -3/+4 |
| * | nvmem: make nvmem_device_write/read public | Marco Felsch | 2021-01-19 | 1 | -6/+0 |
* | | nvmem: avoid false positive in of_nvmem_find() and simplify it | Enrico Scholz | 2021-02-12 | 1 | -1/+1 |
|/ |
|
* | nvmem: ocotp: fix fusing on fsl,imx6q-ocotp compatible boards | Robin van der Gracht | 2020-11-12 | 1 | -0/+2 |
* | nvmem: ocotp: add support for i.MX8MM | Lucas Stach | 2020-08-17 | 2 | -1/+4 |
* | nvmem: enable OCOTP for i.MX7 | Rouven Czerwinski | 2020-08-10 | 1 | -1/+1 |
* | nvmem: ocotp: read/write i.MX7 support | Rouven Czerwinski | 2020-08-10 | 1 | -6/+141 |
* | nvmem: ocotp: add new timing function for i.MX7 | Rouven Czerwinski | 2020-08-10 | 1 | -0/+24 |
* | nvmem: ocotp: retrieve set_timing from structure | Rouven Czerwinski | 2020-08-10 | 1 | -1/+10 |
* | ARM: i.MX8MP: Add ocotp support | Sascha Hauer | 2020-07-14 | 1 | -0/+11 |
* | nvmem: bsec: remove wrongly named bsec_field type | Ahmad Fatoum | 2020-05-08 | 1 | -1/+1 |
* | nvmem: bsec: allow reads at unaligned offsets | Ahmad Fatoum | 2020-05-08 | 1 | -4/+38 |
* | nvmem: ocotp: Support for i.MX6ULL/ULZ | Christian Eggers | 2020-01-20 | 1 | -0/+11 |
* | nvmem: bsec: fix typo in function name (s/st32/stm32/) | Ahmad Fatoum | 2019-11-15 | 1 | -2/+2 |
* | nvmem: add read support for STM32MP1 bsec OTP | Ahmad Fatoum | 2019-11-06 | 3 | -1/+233 |
* | Merge branch 'for-next/misc' | Sascha Hauer | 2019-10-17 | 1 | -2/+12 |
|\ |
|
| * | nvmem: Fix read/write access to partition devices | Stefan Riedmueller | 2019-10-14 | 1 | -2/+12 |
* | | nvmem: ocotp: set unique id as machine-id hashable | Bastian Krause | 2019-09-30 | 1 | -0/+19 |
|/ |
|
* | nvmem: Parse partitions information | Andrey Smirnov | 2019-08-14 | 1 | -1/+9 |
* | nvmem: Use already existing dev pointer in nvmem_register_cdev() | Andrey Smirnov | 2019-08-14 | 1 | -1/+1 |
* | nvmem: Use helper variable in nvmem_register_cdev() | Andrey Smirnov | 2019-08-14 | 1 | -5/+6 |
* | nvmem: ocotp: Change TIMING calculation algorithm | Rouven Czerwinski | 2019-06-11 | 1 | -4/+34 |
* | nvmem: ocotp: Ensure WAIT bits are preserved | Rouven Czerwinski | 2019-06-11 | 1 | -1/+3 |
* | nvmem: ocotp: Elongate OCOTP_CTRL_ADDR field | Rouven Czerwinski | 2019-06-11 | 1 | -1/+1 |
* | Merge branch 'for-next/misc' | Sascha Hauer | 2019-02-13 | 1 | -4/+1 |
|\ |
|
| * | nvmem: eeprom_93xx46: fix whitespaces | Antony Pavlov | 2019-02-12 | 1 | -4/+1 |
* | | devfs: Drop dev_lseek_default() | Andrey Smirnov | 2019-01-29 | 1 | -1/+0 |
* | | nvmem: Do not use DEVFS_IS_CHARACTER_DEV | Andrey Smirnov | 2019-01-29 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'for-next/misc' | Sascha Hauer | 2019-01-15 | 1 | -8/+1 |
|\ |
|
| * | nvmem: ocotp: Make use of postcore_platform_driver macro | Andrey Smirnov | 2018-12-10 | 1 | -8/+1 |
* | | nvmem: ocotp: Fix writing of second mac address fuses on imx6ul | Stefan Riedmueller | 2019-01-03 | 1 | -2/+11 |
|/ |
|
* | nvmem: ocotp: Add support for second mac address fuses on imx6ul | Christian Hemp | 2018-12-05 | 1 | -2/+15 |