From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe004.messaging.microsoft.com [216.32.180.14]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id B16152C007C for ; Thu, 2 Aug 2012 22:07:43 +1000 (EST) From: Jia Hongtao To: , Subject: [PATCH V4 0/3] PCI patch set description Date: Thu, 2 Aug 2012 19:42:18 +0800 Message-ID: <1343907741-20589-1-git-send-email-B38951@freescale.com> MIME-Version: 1.0 Content-Type: text/plain Cc: B07421@freescale.com, b38951@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The first patch fixed a kernel panic when scanning PCI bus if it is working in agent mode. In later two patches we unified PCI initialization code by changing fsl_pci to a platform drvier. The approach will affect swiotlb init and this issue is addressed in the second patch. We now just convet IBM 44x, MPC85xxDS and QEMU to this new mechanism. All other boards will be coverted if this patch set is accepted.