From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id B9417B70A7 for ; Wed, 15 Sep 2010 08:05:21 +1000 (EST) Date: Tue, 14 Sep 2010 15:04:29 -0700 From: Andrew Morton To: Alexandre Bounine Subject: Re: [PATCH v2 01/10] RapidIO: Fix RapidIO sysfs hierarchy Message-Id: <20100914150429.6256b311.akpm@linux-foundation.org> In-Reply-To: <1284476363-1677-2-git-send-email-alexandre.bounine@idt.com> References: <1284476363-1677-1-git-send-email-alexandre.bounine@idt.com> <1284476363-1677-2-git-send-email-alexandre.bounine@idt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linux-kernel@vger.kernel.org, Thomas Moll , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 14 Sep 2010 10:59:14 -0400 Alexandre Bounine wrote: > Make RapidIO devices appear in /sys/devices/rapidio directory instead of top > of /sys/devices directory. Non-backward compatible change? What is the risk of breaking existing setups with this change? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753621Ab0INWFv (ORCPT ); Tue, 14 Sep 2010 18:05:51 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:48419 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660Ab0INWFu (ORCPT ); Tue, 14 Sep 2010 18:05:50 -0400 Date: Tue, 14 Sep 2010 15:04:29 -0700 From: Andrew Morton To: Alexandre Bounine Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Thomas Moll , Matt Porter , Li Yang , Kumar Gala , Micha Nelissen Subject: Re: [PATCH v2 01/10] RapidIO: Fix RapidIO sysfs hierarchy Message-Id: <20100914150429.6256b311.akpm@linux-foundation.org> In-Reply-To: <1284476363-1677-2-git-send-email-alexandre.bounine@idt.com> References: <1284476363-1677-1-git-send-email-alexandre.bounine@idt.com> <1284476363-1677-2-git-send-email-alexandre.bounine@idt.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 14 Sep 2010 10:59:14 -0400 Alexandre Bounine wrote: > Make RapidIO devices appear in /sys/devices/rapidio directory instead of top > of /sys/devices directory. Non-backward compatible change? What is the risk of breaking existing setups with this change?