summaryrefslogtreecommitdiff
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-1/+1
2022-01-27nvmem: core: set size for sysfs bin fileSrinivas Kandagatla1-0/+2
2021-10-13nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd1-1/+2
2021-08-06nvmem: core: fix error handling while validating keepout regionsSrinivas Kandagatla1-2/+5
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+15
2021-06-11nvmem: core: add a missing of_node_putChristophe JAILLET1-3/+6
2021-06-11nvmem: prepare basics for FRAM supportJiri Prchal1-0/+4
2021-06-11nvmem: core: constify nvmem_cell_read_variable_common() return valueDouglas Anderson1-5/+5
2021-05-10nvmem: core: allow specifying of_nodeMichael Walle1-1/+3
2021-04-02nvmem: core: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-04-02nvmem: core: Add functions to make number reading easyDouglas Anderson1-0/+95
2021-02-04nvmem: core: skip child nodes not matching bindingAhmad Fatoum1-1/+3
2021-02-04nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()Dan Carpenter1-0/+1
2020-11-27nvmem: core: Add support for keepout regionsEvan Green1-4/+149
2020-09-27nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan1-9/+24
2020-09-17nvmem: core: fix missing of_node_put() in of_nvmem_device_get()Vadym Kochan1-1/+4
2020-09-17nvmem: switch to simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-09-17nvmem: core: Use kobj_to_dev() instead of container_of()Tian Tao1-3/+3
2020-07-29nvmem: core: add support to auto devidSrinivas Kandagatla1-2/+8
2020-07-29nvmem: core: Add nvmem_cell_read_u8()Andreas Färber1-0/+15
2020-07-29nvmem: core: Grammar fixes for help textAndreas Färber1-6/+6
2020-07-29nvmem: Enforce nvmem stride in the sysfs interfaceDouglas Anderson1-0/+6
2020-05-15nvmem: ensure sysfs writes handle write-protect pinMichael Auchter1-26/+26
2020-04-28nvmem: core: cleanup old eeprom compat entry attributesSrinivas Kandagatla1-38/+14
2020-03-25nvmem: core: remove nvmem_sysfs_get_groups()Srinivas Kandagatla1-2/+272
2020-03-25nvmem: core: use is_bin_visible for permissionsSrinivas Kandagatla1-1/+1
2020-03-25nvmem: core: use device_register and device_unregisterSrinivas Kandagatla1-5/+2
2020-03-25nvmem: core: add root_only member to nvmem device structSrinivas Kandagatla1-0/+1
2020-03-19nvmem: core: validate nvmem config before parsingSrinivas Kandagatla1-0/+3
2020-03-19nvmem: release the write-protect pinKhouloud Touil1-0/+1
2020-03-19nvmem: fix memory leak in error pathBartosz Golaszewski1-2/+6
2020-03-19nvmem: add a newline for readabilityBartosz Golaszewski1-0/+1
2020-03-19nvmem: remove a stray newline in nvmem_register()Bartosz Golaszewski1-1/+0
2020-03-19nvmem: core: add nvmem_cell_read_u64Yangtao Li1-0/+15
2020-03-19nvmem: core: add nvmem_cell_read_commonYangtao Li1-35/+19
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-2/+17
2020-01-10nvmem: core: fix memory abort in cleanup pathBitan Biswas1-3/+5
2020-01-10nvmem: fix a 'makes pointer from integer without a cast' build warningBartosz Golaszewski1-1/+1
2020-01-09nvmem: add support for the write-protect pinKhouloud Touil1-2/+17
2019-10-07nvmem: core: add nvmem_device_findThomas Bogendoerfer1-34/+27
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-04-25nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla1-260/+4
2019-04-25nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz1-5/+10
2019-04-25nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier1-0/+37
2019-02-19nvmem: core: don't check the return value of notifier chain callBartosz Golaszewski1-3/+1
2019-01-31nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()Alban Bedel1-3/+2
2019-01-31nvmem: core: Fix device reference leakAlban Bedel1-0/+2
2019-01-31nvmem: core: Always reference the device returned by nvmem_device_get()Alban Bedel1-1/+1
2019-01-31nvmem: core: Properly handle connection ID in of_nvmem_device_get()Alban Bedel1-3/+4