From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751149AbcCJMmj (ORCPT ); Thu, 10 Mar 2016 07:42:39 -0500 Received: from mx2.suse.de ([195.135.220.15]:39250 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750712AbcCJMma (ORCPT ); Thu, 10 Mar 2016 07:42:30 -0500 Message-ID: <1457613583.2411.11.camel@suse.com> Subject: Re: [PATCH v3 3/7] usb: mux: add common code for Intel dual role port mux From: Oliver Neukum To: Lu Baolu Cc: Mathias Nyman , Felipe Balbi , Lee Jones , Heikki Krogerus , Greg Kroah-Hartman , Chanwoo Choi , MyungJoo Ham , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Date: Thu, 10 Mar 2016 13:39:43 +0100 In-Reply-To: <1457423628-3183-4-git-send-email-baolu.lu@linux.intel.com> References: <1457423628-3183-1-git-send-email-baolu.lu@linux.intel.com> <1457423628-3183-4-git-send-email-baolu.lu@linux.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2016-03-08 at 15:53 +0800, Lu Baolu wrote: > diff --git a/Documentation/ABI/testing/sysfs-bus-platform b/Documentation/ABI/testing/sysfs-bus-platform > index 5172a61..a2261cb 100644 > --- a/Documentation/ABI/testing/sysfs-bus-platform > +++ b/Documentation/ABI/testing/sysfs-bus-platform > @@ -18,3 +18,18 @@ Description: > devices to opt-out of driver binding using a driver_override > name such as "none". Only a single driver may be specified in > the override, there is no support for parsing delimiters. > + > +What: /sys/bus/platform/devices/.../intel_mux Hi, is there any reason to call this "intel_mux"? We want a common interface for such things. So how about "role_mux" or "master_slave_mux"? Regards Oliver