mbox series

[v4,0/2] i2c: imx: rework imx error handling.

Message ID 20190107084738.4130-1-o.rempel@pengutronix.de
Headers show
Series i2c: imx: rework imx error handling. | expand

Message

Oleksij Rempel Jan. 7, 2019, 8:47 a.m. UTC
changes:
20190107 v4:
 - split one patch to separate patches
 - revert back devm_free(), we need it for -ENODEV case.
 - reword comments.

20181130 v3:
 - reword commit message 
20181112 v2:
 - drop "[PATCH v1 2/3] i2c: imx: probe dma only only on i.MX50 and
   later" and rebase without this patch.
 - Set proper initial author

Oleksij Rempel (2):
  i2c: imx: notify about real errors on dma i2c_imx_dma_request
  i2c: imx: forward error values out of i2c_imx_dma_request()

 drivers/i2c/busses/i2c-imx.c | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)