Couple of patches to support getting nvmem cell using cell index. Usually when we have only one nvmem cell for a device, we may not want to add a nvmem-cell-names property to the device node. With these patches, we can now get a cell using phandle and the cell index. - Based on torvald's master branch. - Tested with next-20161223 tag and a revert to patch [1], to fix build issue on arm64, on db410c target. Able to read temperatures from thermal sensors. Vivek Gautam (2): nvmem: core: Allow getting cell by index in phandle nvmem: core: Add a resource managed API to get cell by index drivers/nvmem/core.c | 68 +++++++++++++++++++++++++++++++++++++----- include/linux/nvmem-consumer.h | 19 +++++++++++- 2 files changed, 79 insertions(+), 8 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html