From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Subject: [PATCH v3 0/5] i2c: i2c-mpc: make I2C bus speed configurable Date: Tue, 07 Apr 2009 10:20:52 +0200 Message-ID: <20090407082052.477328750@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org To: linux-i2c@vger.kernel.org Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org, Ben Dooks List-Id: linux-i2c@vger.kernel.org This patch series makes the I2C bus speed configurable by using the I2C node property "clock-frequency". If the property is not defined, the old fixed clock settings will be used for backward compatibility. The property "fsl,preserve-clocking" allows to inherit the settings from the bootloader. Furthermore, it does some cleanup and uses the new bindings for the Socrates board: i2c: i2c-mpc: various coding style fixes i2c: i2c-mpc: use dev based printout function i2c: i2c-mpc: make I2C bus speed configurable powerpc: i2c-mpc: document new FSL I2C bindings and cleanup powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board Ben, could you please consider this patch series for inclusion into 2.6.30. TIA, Wolfgang.