aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)Author
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-04nvmem: disallow modular CONFIG_NVMEMArnd Bergmann
2018-03-14nvmem: imx-ocotp: remove unused dead codeDong Aisheng
2018-03-14nvmem: sunxi-sid: fix H3 SID controller supportIcenowy Zheng
2018-03-14nvmem: add i.MX7 support to snvs-lpgprAndrey Yurovsky
2018-03-14nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitlyAndrey Smirnov
2018-03-14nvmem: imx-iim: Do not use "&pdev->dev" explicitlyAndrey Smirnov
2018-03-14nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitlyAndrey Smirnov
2018-03-14nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitlyAndrey Smirnov
2018-03-14nvmem: rockchip-efuse: Make use of of_device_get_match_data()Andrey Smirnov
2018-03-14nvmem: snvs_lpgpr: Convert commas to semicolonsAndrey Smirnov
2018-03-14nvmem: qfprom: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: bcm-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: imx-iim: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: lpc18xx_otp: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: meson-efuse: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: meson-mx-efuse: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: mtk-efuse: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: rockchip-efuse: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: snvs_lgpr: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: uniphier-efuse: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: imx-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: vf610-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov
2018-03-14nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov
2018-03-14nvmem: core: Allow specifying device name verbatimAndrey Smirnov
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman
2017-12-23nvmem: meson-mx-efuse: fix reading from an offset other than 0Martin Blumenstingl
2017-12-19nvmem: rockchip-efuse: add support for rk3328-efuseFinley Xiao
2017-12-19nvmem: rockchip-efuse: parse 'rockchip,efuse-size'Finley Xiao
2017-12-19nvmem: uniphier: change access unit from 32bit to 8bitKunihiko Hayashi
2017-12-19nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit
2017-12-19nvmem: core: let stride and word_size default to 1Heiner Kallweit
2017-12-19nvmem: core: Deduplicate bus_find_device() by name matchingLukas Wunner
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-08nvmem: sunxi-sid: add support for A64/H5's SID controllerIcenowy Zheng
2017-11-08nvmem: imx-ocotp: Update module descriptionBryan O'Donoghue
2017-11-08nvmem: imx-ocotp: Enable i.MX7D OTP write supportBryan O'Donoghue
2017-11-08nvmem: imx-ocotp: Add i.MX7D timing write clock setup supportBryan O'Donoghue
2017-11-08nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated functionBryan O'Donoghue
2017-11-08nvmem: imx-ocotp: Add support for banked OTP addressingBryan O'Donoghue
2017-11-08nvmem: imx-ocotp: Pass parameters via a structBryan O'Donoghue
2017-11-08nvmem: imx-ocotp: Restrict OTP write to IMX6 processorsBryan O'Donoghue
2017-11-08nvmem: uniphier: add UniPhier eFuse driverKeiji Hayashibara
2017-11-08nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada
2017-11-08nvmem: qfprom: fix different address space warnings of sparseMasahiro Yamada
2017-11-08nvmem: mtk-efuse: fix different address space warnings of sparseMasahiro Yamada
2017-11-08nvmem: mtk-efuse: use stack for nvmem_config instead of malloc'ing itMasahiro Yamada
2017-11-08nvmem: imx-iim: use stack for nvmem_config instead of malloc'ing itMasahiro Yamada
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20nvmem: add a driver for the Amlogic Meson6/Meson8/Meson8b SoCsMartin Blumenstingl