From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932468AbbBIMK4 (ORCPT ); Mon, 9 Feb 2015 07:10:56 -0500 Received: from sauhun.de ([89.238.76.85]:51767 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932368AbbBIMKy (ORCPT ); Mon, 9 Feb 2015 07:10:54 -0500 Date: Mon, 9 Feb 2015 13:10:36 +0100 From: Wolfram Sang To: Ray Jui Cc: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Arend van Spriel , Kevin Cernekee , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Scott Branden , Dmitry Torokhov , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org Subject: Re: [PATCH v9 2/3] i2c: iproc: Add Broadcom iProc I2C Driver Message-ID: <20150209121036.GB2491@katana> References: <1423373126-30024-1-git-send-email-rjui@broadcom.com> <1423373126-30024-3-git-send-email-rjui@broadcom.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Content-Disposition: inline In-Reply-To: <1423373126-30024-3-git-send-email-rjui@broadcom.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 07, 2015 at 09:25:25PM -0800, Ray Jui wrote: > Add initial support to the Broadcom iProc I2C controller found in the > iProc family of SoCs. >=20 > The iProc I2C controller has separate internal TX and RX FIFOs, each has > a size of 64 bytes. The iProc I2C controller supports two bus speeds > including standard mode (100kHz) and fast mode (400kHz) >=20 > Signed-off-by: Ray Jui > Reviewed-by: Scott Branden > Reviewed-by: Kevin Cernekee Applied to for-next, thanks! Next time, please send new patches as seperate threads, not as a reply to the old series. --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJU2KO8AAoJEBQN5MwUoCm2IxYQAIUBpRjsEXvWL7cPD7Q5uQUB POE1NiAW5AdONPqMsmx7TWKE7InbrYohX9ILdi9FQl9vH90tbd5+NOG28H9zQBOW +ip2//QXLUd2lozZVd4qQeY1ctmP9wLSDfUQFBxdvycXG7pj4GllrRogxvb1Q+Yf KmIwDoKNSfbWJG6JMM7SE1P6C1BsVOGMCixEHOzXyyl/1Eg1ULaNqpuV6/fYDAXt D4fGwMRfGvrBksex4e0STq7J+TPEU8T1cHVAZll+1o0+kTNw4M6fqExl2wTs51gS xrSnYkDaLnH5oCEfaeDS8GU1R6CJdcpVuNvwN6fdYO8zquZqbhyFHEekRL/86Gk+ 0sDTxUQtB02KeE6EOAc1JKsHCjYSJWeva09Rl96QFZb25Ig+mqmb/civ8a4QT9XB AQva4Ej6LDFo0zhhoR+dj5OII0YVyThQHYKGI+fLX2ovbqDNffN9cvVSTElQy1ve N+9c9AupqDira9mO7gm8/DLKnkDfwFGGz8c/p49zJncb6ThPWTa1UXaKS9l3swnz cuMpSJMIIHNfgPNnUTMWT37x2EIixHoTsIFuURx385OoCOWnEue9nI722sBGdrxj ZQYStWChOVl3eWjF7LkgSALOXkm0PgNCRbaZ458YqqkyJXOldWSwUl7VJYzC1NsD Vas3lZt+2p14ge45Yqun =2ImL -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: Re: [PATCH v9 2/3] i2c: iproc: Add Broadcom iProc I2C Driver Date: Mon, 9 Feb 2015 13:10:36 +0100 Message-ID: <20150209121036.GB2491@katana> References: <1423373126-30024-1-git-send-email-rjui@broadcom.com> <1423373126-30024-3-git-send-email-rjui@broadcom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TakKZr9L6Hm6aLOc" Return-path: Content-Disposition: inline In-Reply-To: <1423373126-30024-3-git-send-email-rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ray Jui Cc: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Arend van Spriel , Kevin Cernekee , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Grant Likely , Christian Daudt , Matt Porter , Florian Fainelli , Russell King , Scott Branden , Dmitry Torokhov , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org --TakKZr9L6Hm6aLOc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 07, 2015 at 09:25:25PM -0800, Ray Jui wrote: > Add initial support to the Broadcom iProc I2C controller found in the > iProc family of SoCs. >=20 > The iProc I2C controller has separate internal TX and RX FIFOs, each has > a size of 64 bytes. The iProc I2C controller supports two bus speeds > including standard mode (100kHz) and fast mode (400kHz) >=20 > Signed-off-by: Ray Jui > Reviewed-by: Scott Branden > Reviewed-by: Kevin Cernekee Applied to for-next, thanks! Next time, please send new patches as seperate threads, not as a reply to the old series. --TakKZr9L6Hm6aLOc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJU2KO8AAoJEBQN5MwUoCm2IxYQAIUBpRjsEXvWL7cPD7Q5uQUB POE1NiAW5AdONPqMsmx7TWKE7InbrYohX9ILdi9FQl9vH90tbd5+NOG28H9zQBOW +ip2//QXLUd2lozZVd4qQeY1ctmP9wLSDfUQFBxdvycXG7pj4GllrRogxvb1Q+Yf KmIwDoKNSfbWJG6JMM7SE1P6C1BsVOGMCixEHOzXyyl/1Eg1ULaNqpuV6/fYDAXt D4fGwMRfGvrBksex4e0STq7J+TPEU8T1cHVAZll+1o0+kTNw4M6fqExl2wTs51gS xrSnYkDaLnH5oCEfaeDS8GU1R6CJdcpVuNvwN6fdYO8zquZqbhyFHEekRL/86Gk+ 0sDTxUQtB02KeE6EOAc1JKsHCjYSJWeva09Rl96QFZb25Ig+mqmb/civ8a4QT9XB AQva4Ej6LDFo0zhhoR+dj5OII0YVyThQHYKGI+fLX2ovbqDNffN9cvVSTElQy1ve N+9c9AupqDira9mO7gm8/DLKnkDfwFGGz8c/p49zJncb6ThPWTa1UXaKS9l3swnz cuMpSJMIIHNfgPNnUTMWT37x2EIixHoTsIFuURx385OoCOWnEue9nI722sBGdrxj ZQYStWChOVl3eWjF7LkgSALOXkm0PgNCRbaZ458YqqkyJXOldWSwUl7VJYzC1NsD Vas3lZt+2p14ge45Yqun =2ImL -----END PGP SIGNATURE----- --TakKZr9L6Hm6aLOc-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: wsa@the-dreams.de (Wolfram Sang) Date: Mon, 9 Feb 2015 13:10:36 +0100 Subject: [PATCH v9 2/3] i2c: iproc: Add Broadcom iProc I2C Driver In-Reply-To: <1423373126-30024-3-git-send-email-rjui@broadcom.com> References: <1423373126-30024-1-git-send-email-rjui@broadcom.com> <1423373126-30024-3-git-send-email-rjui@broadcom.com> Message-ID: <20150209121036.GB2491@katana> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Feb 07, 2015 at 09:25:25PM -0800, Ray Jui wrote: > Add initial support to the Broadcom iProc I2C controller found in the > iProc family of SoCs. > > The iProc I2C controller has separate internal TX and RX FIFOs, each has > a size of 64 bytes. The iProc I2C controller supports two bus speeds > including standard mode (100kHz) and fast mode (400kHz) > > Signed-off-by: Ray Jui > Reviewed-by: Scott Branden > Reviewed-by: Kevin Cernekee Applied to for-next, thanks! Next time, please send new patches as seperate threads, not as a reply to the old series. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: