- fd3bb8f nvmem: core: Add support for keepout regions by Evan Green · 4 years, 1 month ago
- fc9eec4 nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell() by Vadym Kochan · 4 years, 3 months ago
- b1c194d nvmem: core: fix missing of_node_put() in of_nvmem_device_get() by Vadym Kochan · 4 years, 4 months ago
- 1eb51d6 nvmem: switch to simpler IDA interface by Bartosz Golaszewski · 4 years, 4 months ago
- 28371cc nvmem: core: Use kobj_to_dev() instead of container_of() by Tian Tao · 4 years, 4 months ago
- 731aa3f nvmem: core: add support to auto devid by Srinivas Kandagatla · 4 years, 6 months ago
- 5037d36 nvmem: core: Add nvmem_cell_read_u8() by Andreas Färber · 4 years, 6 months ago
- 3a75807 nvmem: core: Grammar fixes for help text by Andreas Färber · 4 years, 6 months ago
- 8356671 nvmem: Enforce nvmem stride in the sysfs interface by Douglas Anderson · 4 years, 6 months ago
- b96fc54 nvmem: ensure sysfs writes handle write-protect pin by Michael Auchter · 4 years, 8 months ago
- 2a4542e nvmem: core: cleanup old eeprom compat entry attributes by Srinivas Kandagatla · 4 years, 9 months ago
- 8440030 nvmem: core: remove nvmem_sysfs_get_groups() by Srinivas Kandagatla · 4 years, 10 months ago
- 664f054 nvmem: core: use is_bin_visible for permissions by Srinivas Kandagatla · 4 years, 10 months ago
- f60442d nvmem: core: use device_register and device_unregister by Srinivas Kandagatla · 4 years, 10 months ago
- e6de179 nvmem: core: add root_only member to nvmem device struct by Srinivas Kandagatla · 4 years, 10 months ago
- 061a320 nvmem: core: validate nvmem config before parsing by Srinivas Kandagatla · 4 years, 10 months ago
- a9c3766 nvmem: release the write-protect pin by Khouloud Touil · 4 years, 10 months ago
- f7d8d7d nvmem: fix memory leak in error path by Bartosz Golaszewski · 4 years, 10 months ago
- 31c6ff5 nvmem: add a newline for readability by Bartosz Golaszewski · 4 years, 10 months ago
- e280a8c nvmem: remove a stray newline in nvmem_register() by Bartosz Golaszewski · 4 years, 10 months ago
- 8b977c5 nvmem: core: add nvmem_cell_read_u64 by Yangtao Li · 4 years, 10 months ago
- 6bb317c nvmem: core: add nvmem_cell_read_common by Yangtao Li · 4 years, 10 months ago
- 11777ee Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
- 16bb7ab nvmem: core: fix memory abort in cleanup path by Bitan Biswas · 5 years ago
- a99d2c6 nvmem: fix a 'makes pointer from integer without a cast' build warning by Bartosz Golaszewski · 5 years ago
- 2a127da nvmem: add support for the write-protect pin by Khouloud Touil · 5 years ago
- 8c2a2b8 nvmem: core: add nvmem_device_find by Thomas Bogendoerfer · 5 years ago
- cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
- 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
- ae0c2d7 nvmem: core: add NVMEM_SYSFS Kconfig by Srinivas Kandagatla · 6 years ago
- 2fe518fe nvmem: core: fix read buffer in place by Jorge Ramirez-Ortiz · 6 years ago
- 0a9b2d1 nvmem: core: add nvmem_cell_read_u16 by Fabrice Gasnier · 6 years ago
- f4853e1 nvmem: core: don't check the return value of notifier chain call by Bartosz Golaszewski · 6 years ago
- 9bfd819 nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup() by Alban Bedel · 6 years ago
- 73e9dc4 nvmem: core: Fix device reference leak by Alban Bedel · 6 years ago
- 95b6519 nvmem: core: Always reference the device returned by nvmem_device_get() by Alban Bedel · 6 years ago
- d4e7fef nvmem: core: Properly handle connection ID in of_nvmem_device_get() by Alban Bedel · 6 years ago
- 1c83267 nvmem: core: Fix cell lookup when no cell is found by Alban Bedel · 6 years ago
- 5087cc1 nvmem: core: Fix of_nvmem_cell_get() for optional cells by Alban Bedel · 6 years ago
- 1716cfe nvmem: core: Set the provider read-only when no write callback is given by Alban Bedel · 6 years ago
- 517f14d nvmem: add new config option by Bartosz Golaszewski · 6 years ago
- a8b44d5 nvmem: Move nvmem_type_str array to its only user by Andy Shevchenko · 6 years ago
- 1668845 nvmem: add type attribute by Alexandre Belloni · 6 years ago
- 0749aa2 nvmem: core: fix regression in of_nvmem_cell_get() by Srinivas Kandagatla · 6 years ago
- 3c53e23 nvmem: hide unused nvmem_find_cell_by_index function by Arnd Bergmann · 6 years ago
- cccb3b1 nvmem: fix nvmem_cell_get_from_lookup() by Bartosz Golaszewski · 6 years ago
- badcdff nvmem: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
- ef92ab3 nvmem: make nvmem_add_cells() static by Srinivas Kandagatla · 6 years ago
- e7e07f4 nvmem: use octal permissions instead of constants by Bartosz Golaszewski · 6 years ago
- 48f63a2 nvmem: fix commenting style by Bartosz Golaszewski · 6 years ago
- 165589f nvmem: make the naming of arguments in nvmem_cell_get() consistent by Bartosz Golaszewski · 6 years ago
- b1c1db9 nvmem: use SPDX license identifiers by Bartosz Golaszewski · 6 years ago
- bee1138 nvmem: add a notifier chain by Bartosz Golaszewski · 6 years ago
- 506157b nvmem: add support for cell lookups from machine code by Bartosz Golaszewski · 6 years ago
- e888d44 nvmem: resolve cells from DT at registration time by Bartosz Golaszewski · 6 years ago
- b985f4c nvmem: add support for cell info by Bartosz Golaszewski · 6 years ago
- c7235ee nvmem: remove the global cell list by Bartosz Golaszewski · 6 years ago
- bf58e88 nvmem: change the signature of nvmem_unregister() by Bartosz Golaszewski · 6 years ago
- c1de7f4 nvmem: use kref by Bartosz Golaszewski · 6 years ago
- fa72d84 nvmem: check the return value of nvmem_add_cells() by Bartosz Golaszewski · 6 years ago
- f9fcb7e3 nvmem: remove a stray newline by Bartosz Golaszewski · 6 years ago
- 1852183 nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells() by Bartosz Golaszewski · 6 years ago
- 5db652c nvmem: remove the name field from struct nvmem_device by Bartosz Golaszewski · 6 years ago
- d7b9fd1 nvmem: provide nvmem_dev_name() by Bartosz Golaszewski · 6 years ago
- ca6ac25 nvmem: core: return error code instead of NULL from nvmem_device_get by Srinivas Kandagatla · 6 years ago
- 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 6 years ago
- fc82975 nvmem: core: remove unused nvmem_device ncells member by Srinivas Kandagatla · 7 years ago
- 87ed140 nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us by Douglas Anderson · 7 years ago
- 50808bf nvmem: properly handle returned value nvmem_reg_read by Mathieu Malaterre · 7 years ago
- b378c77 nvmem: core: describe add missing dev function parameter by Srinivas Kandagatla · 7 years ago
- b3db17e drivers: nvmem: Export nvmem_add_cells() by Andrew Lunn · 7 years ago
- f1f50ec nvmem: Introduce devm_nvmem_(un)register() by Andrey Smirnov · 7 years ago
- fd0f490 nvmem: core: Allow specifying device name verbatim by Andrey Smirnov · 7 years ago
- fc2f997 nvmem: core: switch to device_property_present for reading property "read-only" by Heiner Kallweit · 7 years ago
- 99897ef nvmem: core: let stride and word_size default to 1 by Heiner Kallweit · 7 years ago
- 9f3044c nvmem: core: Deduplicate bus_find_device() by name matching by Lukas Wunner · 7 years ago
- 17eb18d nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset by Masahiro Yamada · 7 years ago
- 58f2c39 Merge 4.14-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
- e701c67 nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional by Masahiro Yamada · 7 years ago
- f7c04f1 nvmem: remove inline in drivers/nvmem/core.c by Masahiro Yamada · 7 years ago
- aad8d09 nvmem: add missing of_node_put() in of_nvmem_cell_get() by Masahiro Yamada · 7 years ago
- 38b0774 nvmem: core: return EFBIG on out-of-range write by Guy Shapiro · 7 years ago
- fd086113 nvmem: core: remove unneeded NULL check by Dan Carpenter · 7 years ago
- d026d70 nvmem: core: Add nvmem_cell_read_u32 by Leonard Crestez · 7 years ago
- 5f214cc nvmem: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
- 666d6a3 nvmem: core: add locking to nvmem_find_cell by Heiner Kallweit · 8 years ago
- 79fbf04 nvmem: core: Call put_device() in nvmem_unregister() by Andrey Smirnov · 8 years ago
- 3360acd nvmem: core: fix leaks on registration errors by Johan Hovold · 8 years ago
- 5253193 nvmem: core: Allow allocating several anonymous nvmem devices by Aban Bedel · 8 years ago
- fd0c478 nvmem: core: Allow getting nvmem cell with a NULL cell id by Vivek Gautam · 8 years ago
- 2914326 nvmem: core: Correct a bunch of function documentations by Vivek Gautam · 8 years ago
- 3b4a687 nvmem: core: Allow ignoring length when reading a cell by Vivek Gautam · 8 years ago
- b577faf nvmem: fix nvmem_cell_read() return type doc by Brian Norris · 8 years ago
- 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
- 795ddd1 nvmem: core: remove regmap dependency by Srinivas Kandagatla · 9 years ago
- b6c217a nvmem: Add backwards compatibility support for older EEPROM drivers. by Andrew Lunn · 9 years ago
- 811b0d6 nvmem: Add flag to export NVMEM to root only by Andrew Lunn · 9 years ago
- dfdf141 nvmem: core: fix error path in nvmem_add_cells() by Rasmus Villemoes · 9 years ago
- 313a72f nvmem: core: return error for non word aligned access by Srinivas Kandagatla · 9 years ago
- ace2217 nvmem: core: Fix memory leak in nvmem_cell_write by Axel Lin · 9 years ago