summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)Author
2020-06-24nvmem: ensure sysfs writes handle write-protect pinMichael Auchter
2020-03-25nvmem: core: remove nvmem_sysfs_get_groups()Srinivas Kandagatla
2020-03-25nvmem: core: use is_bin_visible for permissionsSrinivas Kandagatla
2020-03-25nvmem: core: use device_register and device_unregisterSrinivas Kandagatla
2020-03-25nvmem: core: add root_only member to nvmem device structSrinivas Kandagatla
2020-03-19nvmem: core: validate nvmem config before parsingSrinivas Kandagatla
2020-03-19nvmem: release the write-protect pinKhouloud Touil
2020-03-19nvmem: fix memory leak in error pathBartosz Golaszewski
2020-03-19nvmem: add a newline for readabilityBartosz Golaszewski
2020-03-19nvmem: remove a stray newline in nvmem_register()Bartosz Golaszewski
2020-03-19nvmem: core: add nvmem_cell_read_u64Yangtao Li
2020-03-19nvmem: core: add nvmem_cell_read_commonYangtao Li
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-01-10nvmem: core: fix memory abort in cleanup pathBitan Biswas
2020-01-10nvmem: fix a 'makes pointer from integer without a cast' build warningBartosz Golaszewski
2020-01-09nvmem: add support for the write-protect pinKhouloud Touil
2019-10-07nvmem: core: add nvmem_device_findThomas Bogendoerfer
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-04-25nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla
2019-04-25nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz
2019-04-25nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier
2019-02-19nvmem: core: don't check the return value of notifier chain callBartosz Golaszewski
2019-01-31nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()Alban Bedel
2019-01-31nvmem: core: Fix device reference leakAlban Bedel
2019-01-31nvmem: core: Always reference the device returned by nvmem_device_get()Alban Bedel
2019-01-31nvmem: core: Properly handle connection ID in of_nvmem_device_get()Alban Bedel
2019-01-31nvmem: core: Fix cell lookup when no cell is foundAlban Bedel
2019-01-31nvmem: core: Fix of_nvmem_cell_get() for optional cellsAlban Bedel
2019-01-31nvmem: core: Set the provider read-only when no write callback is givenAlban Bedel
2018-12-06nvmem: add new config optionBartosz Golaszewski
2018-12-06nvmem: Move nvmem_type_str array to its only userAndy Shevchenko
2018-12-06nvmem: add type attributeAlexandre Belloni
2018-11-11nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla
2018-10-15nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann
2018-10-15nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski
2018-10-15nvmem: Convert to using %pOFn instead of device_node.nameRob Herring
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski
2018-09-28nvmem: fix commenting styleBartosz Golaszewski
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski
2018-09-28nvmem: add a notifier chainBartosz Golaszewski
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski
2018-09-28nvmem: add support for cell infoBartosz Golaszewski
2018-09-28nvmem: remove the global cell listBartosz Golaszewski
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski
2018-09-28nvmem: use krefBartosz Golaszewski
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski