From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from linta.de (isilmar.linta.de [213.133.102.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 604C4B6F16 for ; Thu, 10 Dec 2009 08:54:00 +1100 (EST) Date: Wed, 9 Dec 2009 22:37:36 +0100 From: Dominik Brodowski To: Benjamin Herrenschmidt Subject: Re: [PATCH] cardbus: Add a fixup hook and fix powerpc Message-ID: <20091209213736.GA25968@comet.dominikbrodowski.net> References: <1260341533.16132.20.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1260341533.16132.20.camel@pasglop> Cc: linux-pci@vger.kernel.org, "linux-kernel@vger.kernel.org" , Jesse Barnes , blofeldus@yahoo.com, Olof Johansson , linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hey Benjamin, On Wed, Dec 09, 2009 at 05:52:13PM +1100, Benjamin Herrenschmidt wrote: > Signed-off-by: Benjamin Herrenschmidt Acked-by: Dominik Brodowski (for PCMCIA) > Note: In the long run we might want to streamline the hooks for fixing > up new devices vs. new busses and make some stuff common between cardbus > and PCI hotplug which is actually a mess. ... though I'd prefer such a generic approach. Best, Dominik From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757023AbZLIVrO (ORCPT ); Wed, 9 Dec 2009 16:47:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756656AbZLIVrM (ORCPT ); Wed, 9 Dec 2009 16:47:12 -0500 Received: from isilmar.linta.de ([213.133.102.198]:58514 "EHLO linta.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754863AbZLIVrK (ORCPT ); Wed, 9 Dec 2009 16:47:10 -0500 Date: Wed, 9 Dec 2009 22:37:36 +0100 From: Dominik Brodowski To: Benjamin Herrenschmidt Cc: linux-pci@vger.kernel.org, Jesse Barnes , "linux-kernel@vger.kernel.org" , linuxppc-dev , blofeldus@yahoo.com, Olof Johansson Subject: Re: [PATCH] cardbus: Add a fixup hook and fix powerpc Message-ID: <20091209213736.GA25968@comet.dominikbrodowski.net> Mail-Followup-To: Dominik Brodowski , Benjamin Herrenschmidt , linux-pci@vger.kernel.org, Jesse Barnes , "linux-kernel@vger.kernel.org" , linuxppc-dev , blofeldus@yahoo.com, Olof Johansson References: <1260341533.16132.20.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1260341533.16132.20.camel@pasglop> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Benjamin, On Wed, Dec 09, 2009 at 05:52:13PM +1100, Benjamin Herrenschmidt wrote: > Signed-off-by: Benjamin Herrenschmidt Acked-by: Dominik Brodowski (for PCMCIA) > Note: In the long run we might want to streamline the hooks for fixing > up new devices vs. new busses and make some stuff common between cardbus > and PCI hotplug which is actually a mess. ... though I'd prefer such a generic approach. Best, Dominik