erface, so no need for a wrapper.
Reported-by: kernel test robot
Signed-off-by: Kevin Paul Herbert
---
drivers/nvmem/core.c | 176 -
include/linux/nvmem-consumer.h | 31 +++---
2 files changed, 125 insertions(+), 82 deletions(-)
diff --git a/drivers/nv
nvmem: Change to unified property interface
Change from using device tree (Open Firmware) APIs to the unified
'fwnode' interface.
Change of_nvmem_cell_get() to fwnode_nvmem_cell_get(), and add a
wrapper for of_nvmem_cell_get().
Change of_nvmem_device_get() to fwnode_nvmem_device_get(). There
are
erface, so no need for a wrapper.
The first version of this patch incorrectly had a wrapper for
of_nvmem_device_get(), even though the comments about the patch
not needing this were correct.
Reported-by: kernel test robot
Signed-off-by: Kevin Paul Herbert
---
drivers/nvmem/core.c
The original version of this patch correctly stated that the only
wrapper needed was for of_nvmem_cell_get(), but included only a wrapper
for of_nvmem_device_get(). Replace with the proper wrapper.
THis first version of this patch erroneously had an unnecessary wrapper
for of_nvmem_device_get() even though the commentary properly stated
that the only wrapper needed was of_nvmem_cell_get(). Fix the code to
match the intent.
erface, so no need for a wrapper.
Signed-off-by: Kevin Paul Herbert
---
drivers/nvmem/core.c | 176 -
include/linux/nvmem-consumer.h | 27 ++---
2 files changed, 123 insertions(+), 80 deletions(-)
diff --git a/drivers/nvmem/core.c b/drivers/nvmem/co
erface, so no need for a wrapper.
Signed-off-by: Kevin Paul Herbert
---
drivers/nvmem/core.c | 176 -
include/linux/nvmem-consumer.h | 27 ++---
2 files changed, 123 insertions(+), 80 deletions(-)
diff --git a/drivers/nvmem/core.c b/drivers/nvmem/co
I2C_SLAVE_READ_REQUESTED, send the backend a I2C_SLAVE_READ_PROCESSED
followed by I2C_SLAVE_STOP. For all other events, send an I2C_SLAVE_STOP.
Signed-off-by: Kevin Paul Herbert
---
drivers/i2c/busses/i2c-imx.c | 59 +++-
1 file changed, 52 insertions(+), 7 deletions(-)
diff --git a
8 matches
Mail list logo