summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+105
2016-09-02nvmem: rockchip-efuse: add rk3399-efuse supportFinley Xiao1-19/+114
2016-09-01nvmem: amlogic: Add Amlogic Meson EFUSE driverCarlo Caione3-0/+105
2016-06-25nvmem: imx-ocotp: Fix assignment warning.Srinivas Kandagatla1-1/+1
2016-06-25nvmem: imx-ocotp: add COMPILE_TEST for proper test coverageSrinivas Kandagatla1-1/+2
2016-06-25nvmem: imx-ocotp: handling clockPeng Fan1-1/+14
2016-06-25nvmem: mxs-ocotp: remove nvmem regmap dependencySrinivas Kandagatla1-61/+22
2016-06-25nvmem: mtk-efuse: remove nvmem regmap dependencySrinivas Kandagatla2-16/+32
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-11/+11
2016-05-09Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman1-2/+2
2016-05-02nvmem: mxs-ocotp: fix buffer overflow in readStanislav Meduna1-2/+2
2016-05-01nvmem: lpc18xx-eeprom: remove nvmem regmap dependencySrinivas Kandagatla1-68/+26
2016-05-01nvmem: imx-ocotp: remove nvmem regmap dependencySrinivas Kandagatla1-44/+11
2016-05-01nvmem: rockchip-efuse: remove nvmem regmap dependencySrinivas Kandagatla1-40/+9
2016-05-01nvmem: sunxi-sid: remove nvmem regmap dependencySrinivas Kandagatla2-46/+9
2016-05-01nvmem: vif610-ocotp: remove nvmem regmap dependencySrinivas Kandagatla1-34/+10
2016-05-01nvmem: qfprom: remove nvmem regmap dependencySrinivas Kandagatla2-20/+37
2016-05-01nvmem: core: remove regmap dependencySrinivas Kandagatla2-28/+40
2016-05-01nvmem: Fix build error of missing devm_ioremap_resource on UMKrzysztof Kozlowski1-0/+2
2016-03-05nvmem: mediatek: Fix later provider initializationAndrew-CT Chen1-1/+22
2016-03-05nvmem: imx-ocotp: Fix return value of imx_ocotp_readAxel Lin1-1/+1
2016-03-05nvmem: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+4
2016-03-01nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn1-8/+76
2016-03-01nvmem: Add flag to export NVMEM to root onlyAndrew Lunn1-2/+55
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+1
2016-02-11nvmem: core: fix error path in nvmem_add_cells()Rasmus Villemoes1-1/+3
2016-02-07nvmem: qfprom: Specify LE device endiannessStephen Boyd1-0/+1
2016-02-07nvmem: core: return error for non word aligned accessSrinivas Kandagatla1-0/+6
2016-02-07nvmem: rockchip: trivial: Make the driver more readabilityCaesar Wang1-48/+42
2016-02-07nvmem: sunxi: trivial: fix code styleCaesar Wang1-6/+3
2016-02-07nvmem: core: return error for non word aligned accessSrinivas Kandagatla1-0/+6
2016-02-07nvmem: mediatek: Add Mediatek EFUSE driverAndrew-CT Chen3-0/+102
2016-02-07nvmem: NXP LPC18xx EEPROM memory NVMEM driverAriel D'Alessandro3-0/+341
2015-10-12Merge 4.3-rc5 into char-misc nextGreg Kroah-Hartman2-5/+14
2015-10-04nvmem: sunxi: Check for memory allocation failureMaxime Ripard1-1/+10
2015-10-04nvmem: core: Fix memory leak in nvmem_cell_writeAxel Lin1-1/+1
2015-10-04nvmem: core: Handle shift bits in-place if cell->nbits is non-zeroAxel Lin1-1/+1
2015-10-04nvmem: core: fix the out-of-range leak in read/write()ZhengShunQian1-2/+2
2015-10-04nvmem: rockchip_efuse_regmap_config can be statickbuild test robot1-3/+3
2015-10-04nvmem: Adding bindings for rockchip-efuseZhengShunQian3-0/+198
2015-10-04nvmem: add driver for ocotp in i.MX23 and i.MX28Stefan Wahren3-0/+270
2015-10-04nvmem: imx-ocotp: Add i.MX6 OCOTP driverPhilipp Zabel3-0/+167
2015-10-04nvmem: Add Vybrid OCOTP supportSanchayan Maity3-0/+314
2015-08-05nvmem: sunxi: Move the SID driver to the nvmem frameworkMaxime Ripard3-0/+184
2015-08-05nvmem: qfprom: Add Qualcomm QFPROM support.Srinivas Kandagatla3-0/+104
2015-08-05nvmem: Add nvmem_device based consumer apis.Srinivas Kandagatla1-0/+258
2015-08-05nvmem: Add a simple NVMEM framework for consumersSrinivas Kandagatla1-1/+420
2015-08-05nvmem: Add a simple NVMEM framework for nvmem providersSrinivas Kandagatla3-0/+425