From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Date: Thu, 12 Mar 2015 12:42:00 +0000 Subject: [PATCH 0/3] i2c: slave: API updates Message-Id: <1426164123-8853-1-git-send-email-wsa@the-dreams.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Magnus Damm , Simon Horman , Laurent Pinchart , Geert Uytterhoeven , Wolfram Sang , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Andrey Danin , Marc Dietrich , Debora Grosse , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org So, after some more thoughts and people using the slave framewoek, I finally decided some API seem in place. Please read the patch description for details. Thanks to all people joining the discussion! Also, finally, the documentation is here. Please let me know what you think! Thanks, Wolfram Wolfram Sang (3): i2c: slave: rework the slave API Documentation: i2c: describe the new slave mode i2c: slave: add documentation for i2c-slave-eeprom Documentation/i2c/slave-eeprom-backend | 14 +++ Documentation/i2c/slave-interface | 178 +++++++++++++++++++++++++++++++++ Documentation/i2c/summary | 4 - drivers/i2c/busses/i2c-rcar.c | 10 +- drivers/i2c/i2c-slave-eeprom.c | 12 +-- include/linux/i2c.h | 8 +- 6 files changed, 206 insertions(+), 20 deletions(-) create mode 100644 Documentation/i2c/slave-eeprom-backend create mode 100644 Documentation/i2c/slave-interface -- 2.1.4