summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz2019-04-251-5/+10
* nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier2019-04-251-0/+37
* nvmem: core: don't check the return value of notifier chain callBartosz Golaszewski2019-02-191-3/+1
* nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()Alban Bedel2019-01-311-3/+2
* nvmem: core: Fix device reference leakAlban Bedel2019-01-311-0/+2
* nvmem: core: Always reference the device returned by nvmem_device_get()Alban Bedel2019-01-311-1/+1
* nvmem: core: Properly handle connection ID in of_nvmem_device_get()Alban Bedel2019-01-311-3/+4
* nvmem: core: Fix cell lookup when no cell is foundAlban Bedel2019-01-311-6/+10
* nvmem: core: Fix of_nvmem_cell_get() for optional cellsAlban Bedel2019-01-311-1/+1
* nvmem: core: Set the provider read-only when no write callback is givenAlban Bedel2019-01-311-2/+2
* nvmem: add new config optionBartosz Golaszewski2018-12-061-1/+2
* nvmem: Move nvmem_type_str array to its only userAndy Shevchenko2018-12-061-0/+7
* nvmem: add type attributeAlexandre Belloni2018-12-061-0/+21
* nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla2018-11-111-4/+6
* nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann2018-10-151-16/+16
* nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski2018-10-151-2/+3
* nvmem: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-151-1/+3
* nvmem: make nvmem_add_cells() staticSrinivas Kandagatla2018-09-281-2/+1
* nvmem: use octal permissions instead of constantsBartosz Golaszewski2018-09-281-4/+4
* nvmem: fix commenting styleBartosz Golaszewski2018-09-281-2/+2
* nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski2018-09-281-13/+14
* nvmem: use SPDX license identifiersBartosz Golaszewski2018-09-281-9/+1
* nvmem: add a notifier chainBartosz Golaszewski2018-09-281-0/+36
* nvmem: add support for cell lookups from machine codeBartosz Golaszewski2018-09-281-26/+103
* nvmem: resolve cells from DT at registration timeBartosz Golaszewski2018-09-281-48/+75