summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuseFrank Wang2017-07-171-1/+1
* nvmem: rockchip-efuse: add support for rk322x-efuseFinley Xiao2017-06-091-0/+4
* nvmem: core: add locking to nvmem_find_cellHeiner Kallweit2017-06-091-1/+7
* nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov2017-06-091-0/+1
* nvmem: core: fix leaks on registration errorsJohan Hovold2017-06-091-5/+8
* nvmem: correct Broadcom OTP controller driver writesOza Pawandeep2017-06-091-2/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-091-1/+1
|\
| * firmware: meson-sm: Check for buffer output sizeCarlo Caione2017-03-231-1/+1
* | nvmem: imx-ocotp: add write supportRichard Leitner2017-04-081-2/+208
* | nvmem: imx-ocotp: clear error bit after reading locked valuesRichard Leitner2017-04-081-3/+38
* | nvmem: octop: Add i.MX7D supportPeng Fan2017-04-081-0/+1
* | nvmem: Add driver for the i.MX IIMMichael Grzeschik2017-04-083-0/+186
* | nvmem: imx-ocotp: fix usage of "dev" pointersRichard Leitner2017-04-081-1/+3
* | nvmem: sunxi-sid: add support for H3's SID controllerIcenowy Zheng2017-04-081-0/+62
* | nvmem: sunxi-sid: read NVMEM size from device compatibleIcenowy Zheng2017-04-081-4/+23
* | nvmem: core: Allow allocating several anonymous nvmem devicesAban Bedel2017-04-081-1/+2
|/
* nvmem: core: Allow getting nvmem cell with a NULL cell idVivek Gautam2017-01-251-3/+8
* nvmem: core: Correct a bunch of function documentationsVivek Gautam2017-01-251-14/+16
* nvmem: core: Allow ignoring length when reading a cellVivek Gautam2017-01-251-2/+4
* nvmem: octop: Add support for imx6ulBai Ping2017-01-251-0/+1
* nvmem: fix nvmem_cell_read() return type docBrian Norris2017-01-041-2/+2
* nvmem: imx-ocotp: Fix wrong register sizeDaniel Schultz2017-01-041-1/+1
* nvmem: qfprom: Allow single byte accesses for read/writeVivek Gautam2017-01-041-7/+7
* nvmem: Add the Broadcom OTP controller driverJonathan Richardson2016-11-103-0/+349
* nvmem: add NXP LPC18xx OTP driverJoachim Eastwood2016-11-103-0/+136
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-073-0/+105
|\
| * nvmem: amlogic: Add Amlogic Meson EFUSE driverCarlo Caione2016-09-013-0/+105
* | nvmem: rockchip-efuse: add rk3399-efuse supportFinley Xiao2016-09-021-19/+114
|/
* nvmem: imx-ocotp: Fix assignment warning.Srinivas Kandagatla2016-06-251-1/+1
* nvmem: imx-ocotp: add COMPILE_TEST for proper test coverageSrinivas Kandagatla2016-06-251-1/+2
* nvmem: imx-ocotp: handling clockPeng Fan2016-06-251-1/+14
* nvmem: mxs-ocotp: remove nvmem regmap dependencySrinivas Kandagatla2016-06-251-61/+22
* nvmem: mtk-efuse: remove nvmem regmap dependencySrinivas Kandagatla2016-06-252-16/+32
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-11/+11
* Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman2016-05-091-2/+2
|\
| * nvmem: mxs-ocotp: fix buffer overflow in readStanislav Meduna2016-05-021-2/+2
* | nvmem: lpc18xx-eeprom: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-68/+26
* | nvmem: imx-ocotp: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-44/+11
* | nvmem: rockchip-efuse: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-40/+9
* | nvmem: sunxi-sid: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-46/+9
* | nvmem: vif610-ocotp: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-34/+10
* | nvmem: qfprom: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-20/+37
* | nvmem: core: remove regmap dependencySrinivas Kandagatla2016-05-012-28/+40
* | nvmem: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski2016-05-011-0/+2
|/
* nvmem: mediatek: Fix later provider initializationAndrew-CT Chen2016-03-051-1/+22
* nvmem: imx-ocotp: Fix return value of imx_ocotp_readAxel Lin2016-03-051-1/+1
* nvmem: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-03-051-0/+4
* nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn2016-03-011-8/+76
* nvmem: Add flag to export NVMEM to root onlyAndrew Lunn2016-03-011-2/+55
* Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-141-0/+1
|\