Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvmem: u-boot-env: improve coding style | Rafał Miłecki | 2024-01-04 | 1 | -4/+4 |
* | nvmem: u-boot-env: use nvmem device helpers | Rafał Miłecki | 2024-01-04 | 1 | -8/+15 |
* | nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helper | Rafał Miłecki | 2024-01-04 | 1 | -34/+21 |
* | nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helper | Atul Raut | 2023-08-23 | 1 | -1/+1 |
* | nvmem: Explicitly include correct DT includes | Rob Herring | 2023-08-23 | 1 | -1/+1 |
* | nvmem: u-boot-env: post-process "ethaddr" env variable | Rafał Miłecki | 2023-04-05 | 1 | -0/+26 |
* | nvmem: u-boot-env: add Broadcom format support | Rafał Miłecki | 2022-11-23 | 1 | -0/+14 |
* | nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-env | Christian Lamparter | 2022-11-10 | 1 | -1/+1 |
* | nvmem: u-boot-env: fix crc32 casting type | Rafał Miłecki | 2022-09-24 | 1 | -1/+1 |
* | nvmem: u-boot-env: find Device Tree nodes for NVMEM cells | Rafał Miłecki | 2022-09-24 | 1 | -0/+1 |
* | nvmem: add driver handling U-Boot environment variables | Rafał Miłecki | 2022-09-24 | 1 | -0/+218 |