From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by ozlabs.org (Postfix) with ESMTP id 447F0DE227 for ; Tue, 11 Dec 2007 05:34:21 +1100 (EST) Received: from terra.home ([96.233.72.204]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JSU00FQMJKAWL1N@vms044.mailsrvcs.net> for linuxppc-dev@ozlabs.org; Mon, 10 Dec 2007 12:33:47 -0600 (CST) Date: Mon, 10 Dec 2007 13:33:23 -0500 From: Jon Smirl Subject: [PATCH 0/5] Series to add device tree naming to i2c To: i2c@lm-sensors.org, linuxppc-dev@ozlabs.org Message-id: <20071210183323.12584.88127.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: , Respin to split error return fixups out of mpc-i2c to of_platform change 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