summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)Author
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
2017-10-20nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCsMartin Blumenstingl
2017-10-20nvmem: rockchip: add support for RK3368Romain Perier
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman
2017-10-04nvmem: add snvs_lpgpr driverOleksij Rempel
2017-09-18nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditionalMasahiro Yamada
2017-09-18nvmem: remove inline in drivers/nvmem/core.cMasahiro Yamada
2017-09-18nvmem: add missing of_node_put() in of_nvmem_cell_get()Masahiro Yamada
2017-09-18nvmem: core: return EFBIG on out-of-range writeGuy Shapiro
2017-08-28nvmem: core: remove unneeded NULL checkDan Carpenter
2017-08-28nvmem: core: Add nvmem_cell_read_u32Leonard Crestez
2017-08-28nvmem: Convert to using %pOF instead of full_nameRob Herring
2017-08-28nvmem: lpc18xx-eeprom: explicitly request exclusive reset controlPhilipp Zabel
2017-07-17nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuseFrank Wang
2017-06-09nvmem: rockchip-efuse: add support for rk322x-efuseFinley Xiao
2017-06-09nvmem: core: add locking to nvmem_find_cellHeiner Kallweit
2017-06-09nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov
2017-06-09nvmem: core: fix leaks on registration errorsJohan Hovold
2017-06-09nvmem: correct Broadcom OTP controller driver writesOza Pawandeep
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-04-08nvmem: imx-ocotp: add write supportRichard Leitner
2017-04-08nvmem: imx-ocotp: clear error bit after reading locked valuesRichard Leitner
2017-04-08nvmem: octop: Add i.MX7D supportPeng Fan
2017-04-08nvmem: Add driver for the i.MX IIMMichael Grzeschik
2017-04-08nvmem: imx-ocotp: fix usage of "dev" pointersRichard Leitner
2017-04-08nvmem: sunxi-sid: add support for H3's SID controllerIcenowy Zheng