summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle2023-02-061-31/+14
* nvmem: core: add nvmem_add_one_cell()Michael Walle2023-02-061-24/+35
* nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle2023-02-061-10/+4
* nvmem: core: add an index parameter to the cellMichael Walle2023-02-061-11/+26
* nvmem: core: remove spurious white spaceRussell King (Oracle)2023-02-061-1/+1
* nvmem: core: fix return valueRussell King (Oracle)2023-01-281-0/+1
* nvmem: core: fix cell removal on errorMichael Walle2023-01-281-2/+1
* nvmem: core: fix device node refcountingMichael Walle2023-01-281-3/+8
* nvmem: core: fix registration vs use raceRussell King (Oracle)2023-01-281-10/+8
* nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)2023-01-281-12/+10
* nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)2023-01-281-3/+1
* nvmem: core: initialise nvmem->id earlyRussell King (Oracle)2023-01-281-1/+2
* nvmem: core: add error handling for dev_set_nameGaosheng Cui2022-09-241-3/+9
* nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui2022-09-241-9/+6
* nvmem: core: support passing DT node in cell infoRafał Miłecki2022-05-091-0/+1
* Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-281-1/+1
|\
| * nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2022-02-211-1/+1
* | nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko2022-02-211-1/+2
* | nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko2022-02-211-13/+9
* | nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko2022-02-211-22/+0
|/
* nvmem: core: set size for sysfs bin fileSrinivas Kandagatla2021-12-031-0/+2
* Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-181-1/+2
|\
| * nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd2021-10-131-1/+2
* | nvmem: core: add nvmem cell post processing callbackSrinivas Kandagatla2021-10-131-0/+9
* | nvmem: core: rework nvmem cell instance creationSrinivas Kandagatla2021-10-131-60/+105
|/
* nvmem: core: fix error handling while validating keepout regionsSrinivas Kandagatla2021-08-061-2/+5
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-8/+15
|\
| * nvmem: core: add a missing of_node_putChristophe JAILLET2021-06-111-3/+6
| * nvmem: prepare basics for FRAM supportJiri Prchal2021-06-111-0/+4
| * nvmem: core: constify nvmem_cell_read_variable_common() return valueDouglas Anderson2021-06-111-5/+5
* | nvmem: core: allow specifying of_nodeMichael Walle2021-05-101-1/+3
|/
* nvmem: core: Fix unintentional sign extension issueColin Ian King2021-04-021-1/+1
* nvmem: core: Add functions to make number reading easyDouglas Anderson2021-04-021-0/+95
* nvmem: core: skip child nodes not matching bindingAhmad Fatoum2021-02-041-1/+3
* nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()Dan Carpenter2021-02-041-0/+1
* nvmem: core: Add support for keepout regionsEvan Green2020-11-271-4/+149
* nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan2020-09-271-9/+24
* nvmem: core: fix missing of_node_put() in of_nvmem_device_get()Vadym Kochan2020-09-171-1/+4
* nvmem: switch to simpler IDA interfaceBartosz Golaszewski2020-09-171-3/+3
* nvmem: core: Use kobj_to_dev() instead of container_of()Tian Tao2020-09-171-3/+3
* nvmem: core: add support to auto devidSrinivas Kandagatla2020-07-291-2/+8
* nvmem: core: Add nvmem_cell_read_u8()Andreas Färber2020-07-291-0/+15
* nvmem: core: Grammar fixes for help textAndreas Färber2020-07-291-6/+6
* nvmem: Enforce nvmem stride in the sysfs interfaceDouglas Anderson2020-07-291-0/+6
* nvmem: ensure sysfs writes handle write-protect pinMichael Auchter2020-05-151-26/+26
* nvmem: core: cleanup old eeprom compat entry attributesSrinivas Kandagatla2020-04-281-38/+14
* nvmem: core: remove nvmem_sysfs_get_groups()Srinivas Kandagatla2020-03-251-2/+272
* nvmem: core: use is_bin_visible for permissionsSrinivas Kandagatla2020-03-251-1/+1
* nvmem: core: use device_register and device_unregisterSrinivas Kandagatla2020-03-251-5/+2
* nvmem: core: add root_only member to nvmem device structSrinivas Kandagatla2020-03-251-0/+1