From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sandbox.secretlab.ca (S01060016b61d1226.cg.shawcable.net [68.147.191.145]) by ozlabs.org (Postfix) with ESMTP id 2903067BF5 for ; Tue, 28 Nov 2006 08:21:15 +1100 (EST) From: Grant Likely To: linuxppc-dev@ozlabs.org, Paul Mackerras , linux-serial@vger.kernel.org Subject: [PATCH 0/2] arch/powerpc support for MPC52xx serial driver Date: Mon, 27 Nov 2006 14:21:00 -0700 Message-Id: <1164662462514-git-send-email-grant.likely@secretlab.ca> Cc: Sylvain Munaut List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Here are the serial driver changes required for mpc52xx support in arch/powerpc. First patch takes the opportunity to do a whitespace cleanup seeing as the patch is undergoing heavy change anyway. Cheers, g.