From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Wed, 26 Oct 2011 13:08:32 +0200 Subject: [U-Boot] [PATCH] powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c In-Reply-To: <1315990452-10411-1-git-send-email-holger.brunck@keymile.com> References: <1315990452-10411-1-git-send-email-holger.brunck@keymile.com> Message-ID: <4EA7EA30.3080707@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/14/2011 10:54 AM, Holger Brunck wrote: > The common code should be valid for more than one architecture. > Therefore this code was reorganized and moved to the new > file km83xx_i2c.c > > Signed-off-by: Holger Brunck > cc: Kim Phillips > --- > board/keymile/common/common.c | 71 +++--------------------------- > board/keymile/common/common.h | 3 + > board/keymile/km83xx/Makefile | 2 +- > board/keymile/km83xx/km83xx_i2c.c | 88 +++++++++++++++++++++++++++++++++++++ > 4 files changed, 98 insertions(+), 66 deletions(-) > create mode 100644 board/keymile/km83xx/km83xx_i2c.c > ...ping... Or should it not go through your branch Kim? If so then please let me know. Best regards Holger