Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755995Ab2KMXvs (ORCPT ); Tue, 13 Nov 2012 18:51:48 -0500 Received: from mail-oa0-f46.google.com ([209.85.219.46]:33319 "EHLO mail-oa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755928Ab2KMXvr (ORCPT ); Tue, 13 Nov 2012 18:51:47 -0500 MIME-Version: 1.0 In-Reply-To: <20121113233226.GA25922@kroah.com> References: <1352832397-1349-1-git-send-email-const@MakeLinux.com> <20121113190123.GA32271@kroah.com> <20121113230236.GA25569@kroah.com> <20121113233226.GA25922@kroah.com> Date: Wed, 14 Nov 2012 01:51:46 +0200 X-Google-Sender-Auth: IUrLygyjRn4T6tWg2RwNFa51yIs Message-ID: Subject: Re: [PATCH] LDT - Linux Driver Template From: Constantine Shulyupin To: Greg KH Cc: linux-kernel@vger.kernel.org, celinux-dev@lists.celinuxforum.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 743 Lines: 16 > Now I agree using the char interface isn't the most "obvious" and I have > a set of ideas/half-baked patches floating around that aim to clean it > up, but for now, I'd recommend just using the misc interface, it's > worlds simpler, makes sense, and handles all of the struct device work > for you automatically. OK. Thanks. Originally I've used only misc device and introduced dev region up on request. But it makes code too complicated. I also prefer to use only misc device in LDT. Thank you -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/