aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2018-12-06nvmem: add new config optionBartosz Golaszewski1-1/+2
2018-12-06nvmem: Move nvmem_type_str array to its only userAndy Shevchenko1-0/+7
2018-12-06nvmem: meson-efuse: add peripheral clockJerome Brunet1-0/+25
2018-12-06nvmem: meson-efuse: add error message on user_max failure.Jerome Brunet1-1/+3
2018-12-06nvmem: add type attributeAlexandre Belloni1-0/+21
2018-11-11nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla1-4/+6
2018-10-15nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann1-16/+16
2018-10-15nvmem: lpc18xx_eeprom: remove unused variableBartosz Golaszewski1-1/+0
2018-10-15nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski1-2/+3
2018-10-15nvmem: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+3
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla1-2/+1
2018-09-28nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla1-1/+1
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski1-4/+4
2018-09-28nvmem: fix commenting styleBartosz Golaszewski1-2/+2
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski1-13/+14
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski1-9/+1
2018-09-28nvmem: add a notifier chainBartosz Golaszewski1-0/+36
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski1-26/+103
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski1-48/+75
2018-09-28nvmem: add support for cell infoBartosz Golaszewski1-0/+72
2018-09-28nvmem: remove the global cell listBartosz Golaszewski1-49/+15
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski1-6/+2
2018-09-28nvmem: mxs-ocotp: use devm_nvmem_register()Bartosz Golaszewski1-2/+2
2018-09-28nvmem: lpc18xx_eeprom: use devm_nvmem_register()Bartosz Golaszewski1-5/+1
2018-09-28nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski1-17/+3
2018-09-28nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski1-1/+1
2018-09-28nvmem: use krefBartosz Golaszewski1-22/+22
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski1-2/+8
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski1-1/+0
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski1-5/+2
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski1-2/+1
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski1-0/+13
2018-09-12nvmem: core: return error code instead of NULL from nvmem_device_getSrinivas Kandagatla1-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+4
2018-07-15nvmem: imx-ocotp: add support for imx6sllAnson Huang1-0/+7
2018-07-15nvmem: Add Spreadtrum SC27XX efuse supportFreeman Liu3-1/+277
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap4-0/+4
2018-07-07nvmem: core: remove unused nvmem_device ncells memberSrinivas Kandagatla1-2/+0
2018-07-07nvmem: rave-sp-eeprom: Remove VLA usageKees Cook1-1/+5
2018-07-07nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash usDouglas Anderson1-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+5
2018-05-14nvmem: properly handle returned value nvmem_reg_readMathieu Malaterre1-0/+7
2018-05-14nvmem: core: describe add missing dev function parameterSrinivas Kandagatla1-0/+2
2018-05-14nvmem: meson-efuse: add write supportJerome Brunet1-1/+8
2018-05-14nvmem: meson-efuse: simplify read callbackJerome Brunet1-9/+2
2018-05-14nvmem: meson-efuse: remove econfig globalJerome Brunet1-11/+14
2018-05-14nvmem: Add RAVE SP EEPROM driverAndrey Smirnov3-0/+366
2018-05-14drivers: nvmem: Export nvmem_add_cells()Andrew Lunn1-7/+17
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-220/+181
2018-04-04nvmem: disallow modular CONFIG_NVMEMArnd Bergmann1-1/+1
2018-03-14nvmem: imx-ocotp: remove unused dead codeDong Aisheng1-2/+0
2018-03-14nvmem: sunxi-sid: fix H3 SID controller supportIcenowy Zheng1-21/+50
2018-03-14nvmem: add i.MX7 support to snvs-lpgprAndrey Yurovsky2-8/+23
2018-03-14nvmem: bcm-ocotp: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-2/+1
2018-03-14nvmem: imx-iim: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-1/+1
2018-03-14nvmem: rockchip-efuse: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-4/+4
2018-03-14nvmem: vf610-ocotp: Do not use "&pdev->dev" explicitlyAndrey Smirnov1-2/+1
2018-03-14nvmem: rockchip-efuse: Make use of of_device_get_match_data()Andrey Smirnov1-4/+4
2018-03-14nvmem: snvs_lpgpr: Convert commas to semicolonsAndrey Smirnov1-6/+6
2018-03-14nvmem: qfprom: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: bcm-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-11/+1
2018-03-14nvmem: imx-iim: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: lpc18xx_otp: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: meson-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: meson-mx-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: mtk-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: rockchip-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: snvs_lgpr: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: uniphier-efuse: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: imx-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-14/+2
2018-03-14nvmem: vf610-ocotp: Convert to use devm_nvmem_register()Andrey Smirnov1-17/+4
2018-03-14nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov1-0/+59
2018-03-14nvmem: core: Allow specifying device name verbatimAndrey Smirnov1-3/+8
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+2
2017-12-23nvmem: meson-mx-efuse: fix reading from an offset other than 0Martin Blumenstingl1-2/+2
2017-12-19nvmem: rockchip-efuse: add support for rk3328-efuseFinley Xiao1-0/+66
2017-12-19nvmem: rockchip-efuse: parse 'rockchip,efuse-size'Finley Xiao1-1/+3
2017-12-19nvmem: uniphier: change access unit from 32bit to 8bitKunihiko Hayashi1-5/+5
2017-12-19nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit1-4/+2
2017-12-19nvmem: core: let stride and word_size default to 1Heiner Kallweit1-2/+2
2017-12-19nvmem: core: Deduplicate bus_find_device() by name matchingLukas Wunner1-6/+1
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus 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/a...Linus 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
2017-01-04nvmem: imx-ocotp: Fix wrong register sizeDaniel Schultz1-1/+1
2017-01-04nvmem: qfprom: Allow single byte accesses for read/writeVivek Gautam1-7/+7
2016-11-10nvmem: Add the Broadcom OTP controller driverJonathan Richardson3-0/+349
2016-11-10nvmem: add NXP LPC18xx OTP driverJoachim Eastwood3-0/+136
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