summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmem: core: validate nvmem config before parsingSrinivas Kandagatla2020-03-191-0/+3
* nvmem: release the write-protect pinKhouloud Touil2020-03-191-0/+1
* nvmem: fix memory leak in error pathBartosz Golaszewski2020-03-191-2/+6
* nvmem: add a newline for readabilityBartosz Golaszewski2020-03-191-0/+1
* nvmem: remove a stray newline in nvmem_register()Bartosz Golaszewski2020-03-191-1/+0
* nvmem: core: add nvmem_cell_read_u64Yangtao Li2020-03-191-0/+15
* nvmem: core: add nvmem_cell_read_commonYangtao Li2020-03-191-35/+19
* Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-02-071-2/+17
|\
| * nvmem: fix a 'makes pointer from integer without a cast' build warningBartosz Golaszewski2020-01-101-1/+1
| * nvmem: add support for the write-protect pinKhouloud Touil2020-01-091-2/+17
* | nvmem: core: fix memory abort in cleanup pathBitan Biswas2020-01-101-3/+5
|/
* nvmem: core: add nvmem_device_findThomas Bogendoerfer2019-10-071-34/+27
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-6/+1
* bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla2019-04-251-260/+4