diff for duplicates of <20140912091247.GA1930@katana> diff --git a/a/content_digest b/N1/content_digest index e37a506..a57ead0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,14 +2,8 @@ "ref\020140912085836.GS3755@pengutronix.de\0" "From\0Wolfram Sang <wsa@the-dreams.de>\0" "Subject\0Re: [RFC 0/4] i2c: slave support framework for Linux devices\0" - "Date\0Fri, 12 Sep 2014 11:12:48 +0200\0" - "To\0Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0" - "Cc\0linux-i2c@vger.kernel.org" - Jean Delvare <jdelvare@suse.de> - Magnus Damm <magnus.damm@gmail.com> - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-sh@vger.kernel.org\0" + "Date\0Fri, 12 Sep 2014 09:12:48 +0000\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\01:1\0" "b\0" "\n" @@ -55,4 +49,4 @@ "=lsjv\n" "-----END PGP SIGNATURE-----\n" -a27f0a7f019d8049af902abab2b64dc9f47ce87ebf7a2277dbf32185a3ac0e13 +e5a4feb9bf86ba8c8a3f81803ee04ad7b30a6f18d6b39c7feb1af3526a9c39a8
diff --git a/a/1.txt b/N2/1.txt index 93758aa..7205e5c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,3 +19,11 @@ expensive, so stuff like shared memory (my eeprom simulator) or a shared ringbuffer will come in handy, too. That being said, a slave device like you described is probably the next user we see using the slave interface :) + +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 819 bytes +Desc: Digital signature +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140912/cc886d62/attachment.sig> diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index 9bd5332..0000000 --- a/a/2.bin +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAEBAgAGBQJUErkPAAoJEBQN5MwUoCm2szUQAIzsM6HalR9QyXoxm1VIsc94 -tZ9vqH0tf4Sow6MDKaWpnFwPXRFKEjgQb+77yRQxoeGHONWyJR9L9yRlQmDMr/bv -pNkn/9Bj3mb2U+gjy9u/ERaSNCp+jl2TzYs3c52MdVBxwzNwNQgnPIO9BZ4NOZ93 -fSA9Rr64EKHeKapk5aw7E8fRy3pAPDyd/Bn/LUu+k1kmLF2Ln+HNciu5z/9AgQVW -ayVYVlKqQazJHKuItOFKiGGIWxu8SSUnNXMZsoU1YGmztellCV4cnTT3mVeT96OL -yn3UdXD0es27clgdQbK1+UEJtuRC+M/0i/1Od7Seqq9LKe3ct4hiXCD8jdTRG6h0 -9Ny2By5bjP3EJ5hHP33H4Cd/KrVlGG3dlXvXY35XpbzhAUuojt9dvlLO86jMpWTB -oxSZqWRuwosalxmNZd111yUshROIilZhik+0J8afF/Q0YBPnRE/sT1zX61UbMjsD -1K9Fqyu+FnV+s2OdQmxspHk1zxnfk1bThKzkVXPVswI5fuWsUNb9wlAGwPcENfSN -T1Q6cgx0Yr/0EY9clyMI+ZgFB3NIARnvHNNO0tf1v8FZ1jdZ7iKrn0hq5ujd6qKk -25TNcICJvPCyMjcF6aLzy1/omf87fwsMlvN1Ct0Y9+iuvbt8hGJeDCWM4EqqxuaF -qJutCcjW7LmQweBz/KwC -=lsjv ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 3237378..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" -Content-Description: Digital signature diff --git a/a/content_digest b/N2/content_digest index e37a506..048f915 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,16 +1,10 @@ "ref\01410274470-12712-1-git-send-email-wsa@the-dreams.de\0" "ref\020140912085836.GS3755@pengutronix.de\0" - "From\0Wolfram Sang <wsa@the-dreams.de>\0" - "Subject\0Re: [RFC 0/4] i2c: slave support framework for Linux devices\0" + "From\0wsa@the-dreams.de (Wolfram Sang)\0" + "Subject\0[RFC 0/4] i2c: slave support framework for Linux devices\0" "Date\0Fri, 12 Sep 2014 11:12:48 +0200\0" - "To\0Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0" - "Cc\0linux-i2c@vger.kernel.org" - Jean Delvare <jdelvare@suse.de> - Magnus Damm <magnus.damm@gmail.com> - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-sh@vger.kernel.org\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "\n" "> - If I understand correctly you cannot register an i2c slave without\n" @@ -32,27 +26,14 @@ "expensive, so stuff like shared memory (my eeprom simulator) or a shared\n" "ringbuffer will come in handy, too. That being said, a slave device like\n" "you described is probably the next user we see using the slave interface\n" - :) - "\01:2\0" - "fn\0signature.asc\0" - "d\0Digital signature\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v1\n" + ":)\n" "\n" - "iQIcBAEBAgAGBQJUErkPAAoJEBQN5MwUoCm2szUQAIzsM6HalR9QyXoxm1VIsc94\n" - "tZ9vqH0tf4Sow6MDKaWpnFwPXRFKEjgQb+77yRQxoeGHONWyJR9L9yRlQmDMr/bv\n" - "pNkn/9Bj3mb2U+gjy9u/ERaSNCp+jl2TzYs3c52MdVBxwzNwNQgnPIO9BZ4NOZ93\n" - "fSA9Rr64EKHeKapk5aw7E8fRy3pAPDyd/Bn/LUu+k1kmLF2Ln+HNciu5z/9AgQVW\n" - "ayVYVlKqQazJHKuItOFKiGGIWxu8SSUnNXMZsoU1YGmztellCV4cnTT3mVeT96OL\n" - "yn3UdXD0es27clgdQbK1+UEJtuRC+M/0i/1Od7Seqq9LKe3ct4hiXCD8jdTRG6h0\n" - "9Ny2By5bjP3EJ5hHP33H4Cd/KrVlGG3dlXvXY35XpbzhAUuojt9dvlLO86jMpWTB\n" - "oxSZqWRuwosalxmNZd111yUshROIilZhik+0J8afF/Q0YBPnRE/sT1zX61UbMjsD\n" - "1K9Fqyu+FnV+s2OdQmxspHk1zxnfk1bThKzkVXPVswI5fuWsUNb9wlAGwPcENfSN\n" - "T1Q6cgx0Yr/0EY9clyMI+ZgFB3NIARnvHNNO0tf1v8FZ1jdZ7iKrn0hq5ujd6qKk\n" - "25TNcICJvPCyMjcF6aLzy1/omf87fwsMlvN1Ct0Y9+iuvbt8hGJeDCWM4EqqxuaF\n" - "qJutCcjW7LmQweBz/KwC\n" - "=lsjv\n" - "-----END PGP SIGNATURE-----\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: signature.asc\n" + "Type: application/pgp-signature\n" + "Size: 819 bytes\n" + "Desc: Digital signature\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140912/cc886d62/attachment.sig> -a27f0a7f019d8049af902abab2b64dc9f47ce87ebf7a2277dbf32185a3ac0e13 +46ed3ed3e5a3c6c5f3c34e8a4b0ec203f2eb137ae004e5b72571c6c2ea3aa638
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.