aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds18-101/+784
2017-11-08nvmem: sunxi-sid: add support for A64/H5's SID controllerIcenowy Zheng1-0/+6
2017-11-08nvmem: imx-ocotp: Update module descriptionBryan O'Donoghue1-1/+1
2017-11-08nvmem: imx-ocotp: Enable i.MX7D OTP write supportBryan O'Donoghue1-2/+0
2017-11-08nvmem: imx-ocotp: Add i.MX7D timing write clock setup supportBryan O'Donoghue1-7/+36
2017-11-08nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated functionBryan O'Donoghue1-20/+27
2017-11-08nvmem: imx-ocotp: Add support for banked OTP addressingBryan O'Donoghue1-4/+64
2017-11-08nvmem: imx-ocotp: Pass parameters via a structBryan O'Donoghue1-10/+34
2017-11-08nvmem: imx-ocotp: Restrict OTP write to IMX6 processorsBryan O'Donoghue1-0/+2
2017-11-08nvmem: uniphier: add UniPhier eFuse driverKeiji Hayashibara3-0/+110
2017-11-08nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada13-12/+2
2017-11-08nvmem: qfprom: fix different address space warnings of sparseMasahiro Yamada1-9/+17
2017-11-08nvmem: mtk-efuse: fix different address space warnings of sparseMasahiro Yamada1-9/+17
2017-11-08nvmem: mtk-efuse: use stack for nvmem_config instead of malloc'ing itMasahiro Yamada1-14/+10
2017-11-08nvmem: imx-iim: use stack for nvmem_config instead of malloc'ing itMasahiro Yamada1-15/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20nvmem: add a driver for the Amlogic Meson6/Meson8/Meson8b SoCsMartin Blumenstingl3-0/+277
2017-10-20nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCsMartin Blumenstingl2-4/+4
2017-10-20nvmem: rockchip: add support for RK3368Romain Perier1-0/+4
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+2
2017-10-04nvmem: add snvs_lpgpr driverOleksij Rempel3-0/+168
2017-09-18nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditionalMasahiro Yamada1-2/+2
2017-09-18nvmem: remove inline in drivers/nvmem/core.cMasahiro Yamada1-4/+3
2017-09-18nvmem: add missing of_node_put() in of_nvmem_cell_get()Masahiro Yamada1-0/+1
2017-09-18nvmem: core: return EFBIG on out-of-range writeGuy Shapiro1-1/+1
2017-08-28nvmem: core: remove unneeded NULL checkDan Carpenter1-1/+1
2017-08-28nvmem: core: Add nvmem_cell_read_u32Leonard Crestez1-0/+37
2017-08-28nvmem: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-08-28nvmem: lpc18xx-eeprom: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-17nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuseFrank Wang1-1/+1
2017-06-09nvmem: rockchip-efuse: add support for rk322x-efuseFinley Xiao1-0/+4
2017-06-09nvmem: core: add locking to nvmem_find_cellHeiner Kallweit1-1/+7
2017-06-09nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov1-0/+1
2017-06-09nvmem: core: fix leaks on registration errorsJohan Hovold1-5/+8
2017-06-09nvmem: correct Broadcom OTP controller driver writesOza Pawandeep1-2/+2
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2017-04-08nvmem: imx-ocotp: add write supportRichard Leitner1-2/+208
2017-04-08nvmem: imx-ocotp: clear error bit after reading locked valuesRichard Leitner1-3/+38
2017-04-08nvmem: octop: Add i.MX7D supportPeng Fan1-0/+1
2017-04-08nvmem: Add driver for the i.MX IIMMichael Grzeschik3-0/+186
2017-04-08nvmem: imx-ocotp: fix usage of "dev" pointersRichard Leitner1-1/+3
2017-04-08nvmem: sunxi-sid: add support for H3's SID controllerIcenowy Zheng1-0/+62
2017-04-08nvmem: sunxi-sid: read NVMEM size from device compatibleIcenowy Zheng1-4/+23
2017-04-08nvmem: core: Allow allocating several anonymous nvmem devicesAban Bedel1-1/+2
2017-03-23firmware: meson-sm: Check for buffer output sizeCarlo Caione1-1/+1
2017-01-25nvmem: core: Allow getting nvmem cell with a NULL cell idVivek Gautam1-3/+8
2017-01-25nvmem: core: Correct a bunch of function documentationsVivek Gautam1-14/+16
2017-01-25nvmem: core: Allow ignoring length when reading a cellVivek Gautam1-2/+4
2017-01-25nvmem: octop: Add support for imx6ulBai Ping1-0/+1
2017-01-04nvmem: fix nvmem_cell_read() return type docBrian Norris1-2/+2