From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Date: Mon, 23 Mar 2015 08:26:35 +0000 Subject: [PATCH v2 0/4] i2c: slave: API updates Message-Id: <1427099199-3628-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@vger.kernel.org Cc: linux-sh@vger.kernel.org, Magnus Damm , Simon Horman , Laurent Pinchart , Geert Uytterhoeven , Wolfram Sang , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= So, after some more thoughts and people using the slave framework, some API updates seemed in place. Also, the documentation is now here. Please read the patch description for details. Thanks to all people joining the discussion, especially Uwe and Geert! Changes since V1: * added acks, except for patch 2 which has too many changes to keep them IMO * reworded/updated the issues found in patch 2 * added patch 4 Wolfram Sang (4): i2c: slave: rework the slave API Documentation: i2c: describe the new slave mode i2c: slave: add documentation for i2c-slave-eeprom i2c: slave-eeprom: add more info when to increase the pointer Documentation/i2c/slave-eeprom-backend | 14 +++ Documentation/i2c/slave-interface | 179 +++++++++++++++++++++++++++++++++ Documentation/i2c/summary | 4 - drivers/i2c/busses/i2c-rcar.c | 10 +- drivers/i2c/i2c-slave-eeprom.c | 18 ++-- include/linux/i2c.h | 8 +- 6 files changed, 213 insertions(+), 20 deletions(-) create mode 100644 Documentation/i2c/slave-eeprom-backend create mode 100644 Documentation/i2c/slave-interface -- 2.1.4