* [PATCH] Documentation: i2c: slave-interface: add note for driver development
@ 2016-08-25 17:27 Wolfram Sang
2016-09-08 14:57 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2016-08-25 17:27 UTC (permalink / raw)
To: linux-i2c; +Cc: Wolfram Sang
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 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/i2c/slave-interface b/Documentation/i2c/slave-interface
index 80807adb8ded52..7e2a228f21bccd 100644
--- a/Documentation/i2c/slave-interface
+++ b/Documentation/i2c/slave-interface
@@ -145,6 +145,11 @@ If you want to add slave support to the bus driver:
* Catch the slave interrupts and send appropriate i2c_slave_events to the backend.
+Note that most hardware supports being master _and_ slave on the same bus. So,
+if you extend a bus driver, please make sure that the driver supports that as
+well. In almost all cases, slave support does not need to disable the master
+functionality.
+
Check the i2c-rcar driver as an example.
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: i2c: slave-interface: add note for driver development
2016-08-25 17:27 [PATCH] Documentation: i2c: slave-interface: add note for driver development Wolfram Sang
@ 2016-09-08 14:57 ` Wolfram Sang
0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2016-09-08 14:57 UTC (permalink / raw)
To: linux-i2c
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
On Thu, Aug 25, 2016 at 07:27:40PM +0200, Wolfram Sang wrote:
> 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>
Applied to for-current, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-08 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 17:27 [PATCH] Documentation: i2c: slave-interface: add note for driver development Wolfram Sang
2016-09-08 14:57 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).