From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by ozlabs.org (Postfix) with ESMTP id 1C562DDE2F for ; Tue, 4 Dec 2007 09:22:26 +1100 (EST) Received: from terra.home ([96.233.72.204]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JSH00A4NSNI2795@vms040.mailsrvcs.net> for linuxppc-dev@ozlabs.org; Mon, 03 Dec 2007 15:21:19 -0600 (CST) Date: Mon, 03 Dec 2007 16:20:32 -0500 From: Jon Smirl Subject: [PATCH 0/4] Series to add device tree naming to i2c To: i2c@lm-sensors.org, linuxppc-dev@ozlabs.org Message-id: <20071203212032.23543.3453.stgit@terra.home> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The following series implements standard linux module aliasing for i2c modules It then converts the mpc i2c driver from being a platform driver to an open firmware one. I2C device names are picked up from the device tree. Module aliasing is used to translate from device tree names into to linux kernel names. Several i2c drivers are updated to use the new aliasing. -- Jon Smirl jonsmirl@gmail.com