summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)Author
2023-06-15nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell
2023-06-15nvmem: core: add support for fixed cells *layout*Rafał Miłecki
2023-06-15nvmem: imx: support i.MX93 OCOTPPeng Fan
2023-06-15nvmem: zynqmp: Switch @xilinx.com emails to @amd.comMichal Simek
2023-06-15nvmem: rockchip-otp: Add support for RK3588Cristian Ciocaltea
2023-06-15nvmem: rockchip-otp: Improve probe error handlingCristian Ciocaltea
2023-06-15nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()Cristian Ciocaltea
2023-06-15nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()Cristian Ciocaltea
2023-06-15nvmem: rockchip-otp: Add clks and reg_read to rockchip_dataCristian Ciocaltea
2023-06-15nvmem: brcm_nvram: add .read_post_process() for MACsRafał Miłecki
2023-06-15nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivatesAlexander Stein
2023-06-15nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s...Tom Rix
2023-06-15nvmem: sunplus-ocotp: release otp->clk before returnYi Yingao
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-05nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...Tom Rix
2023-04-05nvmem: layouts: onie-tlv: Drop wrong module aliasMiquel Raynal
2023-04-05nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()Miquel Raynal
2023-04-05nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()Miquel Raynal
2023-04-05nvmem: u-boot-env: post-process "ethaddr" env variableRafał Miłecki
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki
2023-04-05nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource()Yang Li
2023-04-05nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Yang Li
2023-04-05nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Yang Li
2023-04-05nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno
2023-04-05nvmem: stm32-romem: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-04-05nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal
2023-04-05nvmem: layouts: sl28vpd: Add new layout driverMichael Walle
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle
2023-04-05nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle
2023-04-05nvmem: core: add per-cell post processingMichael Walle
2023-04-05nvmem: core: request layout modules loadingMiquel Raynal
2023-04-05nvmem: core: handle the absence of expected layoutsMiquel Raynal
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle
2023-04-05nvmem: xilinx: zynqmp: make modularNick Alcock
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle
2023-02-06nvmem: stm32: fix OPTEE dependencyArnd Bergmann
2023-02-06nvmem: qcom-spmi-sdam: register at device init timeJohan Hovold
2023-02-06nvmem: rave-sp-eeprm: fix kernel-doc bad line warningRandy Dunlap
2023-02-06nvmem: stm32: detect bsec pta presence for STM32MP15xPatrick Delaunay
2023-02-06nvmem: stm32: add OP-TEE support for STM32MP13xPatrick Delaunay
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle
2023-02-06nvmem: core: add nvmem_add_one_cell()Michael Walle
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle
2023-02-06nvmem: core: add an index parameter to the cellMichael Walle
2023-02-06nvmem: core: remove spurious white spaceRussell King (Oracle)
2023-02-06nvmem: sunxi_sid: Drop the workaround on A64Samuel Holland
2023-01-28nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold