]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Documentation: i2c: slave-interface: add note for driver development
authorWolfram Sang <wsa@the-dreams.de>
Thu, 25 Aug 2016 17:27:40 +0000 (19:27 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 8 Sep 2016 14:57:14 +0000 (16:57 +0200)
commit30851a7c2155d0b321485e66386ea99191d8b3f5
treec4d9cd960ee59266338b7b3f645151c2287d2314
parente35478eac030990e23a56bf11dc074c5a069124a
Documentation: i2c: slave-interface: add note for driver development

Make it clear that adding slave support shall not disable master
functionality. We can have both, so we should.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Documentation/i2c/slave-interface