From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758643AbYEPVbk (ORCPT ); Fri, 16 May 2008 17:31:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751075AbYEPVba (ORCPT ); Fri, 16 May 2008 17:31:30 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:37951 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752AbYEPVb3 (ORCPT ); Fri, 16 May 2008 17:31:29 -0400 Date: Fri, 16 May 2008 14:31:08 -0700 From: Andrew Morton To: Alexey Dobriyan Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Greg KH , linux-usb@vger.kernel.org, Andrew Bird Subject: Re: 2.6.26-rc2-mm1: high speed something Message-Id: <20080516143108.7b3b5d25.akpm@linux-foundation.org> In-Reply-To: <20080516221749.GA3808@martell.zuzino.mipt.ru> References: <20080514010129.4f672378.akpm@linux-foundation.org> <20080516221749.GA3808@martell.zuzino.mipt.ru> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-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 Sat, 17 May 2008 02:17:49 +0400 Alexey Dobriyan wrote: > > linux-next.patch > > That's terse. ;-) well, it's a git tree, and all that this implies. The git URL is right at the top of linux-next.patch. > Who is responsible for something called "Option High Speed Mobile > Devices"? The full changelog is contained in linux-next.patch. Searching it for "Option" quickly leads to commit a50a26ba350a5f32ec6481c85b938fc7fb476671 Author: Greg Kroah-Hartman Date: Mon Apr 14 11:41:16 2008 -0700 USB: add option hso driver This driver is for a number of different Option devices. Originally written by Option and Andrew Bird, but cleaned up massivly for acceptance into mainline by me (Greg). TODO: - remove proc files and move to debugfs - review network interfaces - add better changelog information - Use netif_msg_ for the message level rather than module parameter - net_device_stats are now available in dev->stats Many thanks to the following for their help in cleaning up the driver by providing feedback and patches to it: - Paulius Zaleckas - Oliver Neukum - Alan Cox Cc: Andrew Bird Cc: Alan Cox Cc: Filip Aben Cc: Paulius Zaleckas Cc: Oliver Neukum Signed-off-by: Greg Kroah-Hartman > It's using create_proc_read_entry() interface, so should be switched > to seq_files before merging. > > And "procfs" module parameter is plain stupid, sorry. stupid people cc'ed ;)