commit | ccf45b18ce89f598c69a0c945ced1635013fc0b1 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Aug 07 00:14:24 2018 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Mon Aug 27 17:06:57 2018 -0700 |
tree | d96faae9bf6d0e89940caefbc8713765f5f816f2 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 [diff] |
rpmsg: char: Migrate to iter versions of read and write In order to be able to use the aio interface for writing to a rpmsg_char the write_iter function must be implemented, so migrate to iter version for read and write functions. Regular read and write uses the iter methods if present and is as such unaffected. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>