From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757524AbZHQJyh (ORCPT ); Mon, 17 Aug 2009 05:54:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757410AbZHQJyg (ORCPT ); Mon, 17 Aug 2009 05:54:36 -0400 Received: from cantor.suse.de ([195.135.220.2]:38314 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757284AbZHQJyf (ORCPT ); Mon, 17 Aug 2009 05:54:35 -0400 Date: Mon, 17 Aug 2009 11:54:36 +0200 Message-ID: From: Takashi Iwai To: Tejun Heo Cc: Linux Kernel , Greg KH , Alan Cox , Colin Guthrie , Al Viro Subject: Re: [PATCH 1/3] chrdev: implement __[un]register_chrdev() In-Reply-To: References: <4A7A9EB3.4010302@kernel.org> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 10 Aug 2009 14:02:17 +0200, I wrote: > > At Thu, 06 Aug 2009 18:13:23 +0900, > Tejun Heo wrote: > > > > [un]register_chrdev() assume minor range 0-255. This patch adds __ > > prefixed versions which take @minorbase and @count explicitly. > > > > Signed-off-by: Tejun Heo > > Cc: Al Viro > > Cc: Greg Kroah-Hartman > > --- > > This is updated repost of the make-OSS-device-number-claiming-optional > > patchset. > > > > http://thread.gmane.org/gmane.linux.kernel/873475 > > > > Changes from the last take are... > > > > * soundcore now emits standard chrdev module aliases too. > > > > * The sound-slot/service-* module aliases are now scheduled to be > > removed in a year along with the config and kernel parameter to > > disable it. > > > > * sound_insert_unit() updated to deal with minors claimed by others at > > chrdev layer. > > I merged this to sound-unstable tree now to check the builds. > I'm going to move it to the sound tree for linux-next in tomorrow or > later. > > If anybody still sees the problem with this patch set, please let me > know. As no objection came, I merged this patch series now for linux-next. thanks, Takashi