Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755444AbZIOQj3 (ORCPT ); Tue, 15 Sep 2009 12:39:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754991AbZIOQjW (ORCPT ); Tue, 15 Sep 2009 12:39:22 -0400 Received: from mail-yw0-f174.google.com ([209.85.211.174]:57896 "EHLO mail-yw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754629AbZIOQjV (ORCPT ); Tue, 15 Sep 2009 12:39:21 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=p2Fulo2D4Ff2X0MSV0YHiLzArp6x5GnAxArFue+2dW+PM3y8iCcGvsmAyH+IZEBBDW Q8yY7lndo0S3i+79q7EQ2ZEwK5wJQIaawn/QHxGrw7pcES9S5QiJZBlbFGl+WTCVGMrg iYq3Z4+gMp2C4/avqptyIdkChze5YqXLT/70U= MIME-Version: 1.0 In-Reply-To: <20090915162349.GA29241@core.coreip.homeip.net> References: <1252911864-19233-1-git-send-email-vapier@gentoo.org> <1252950003-9451-1-git-send-email-vapier@gentoo.org> <200909141049.50705.dmitry.torokhov@gmail.com> <8bd0f97a0909141102l5fa309f4ua1bedd0f1ac99295@mail.gmail.com> <4AAE8908.1000104@hvsistemas.es> <20090915055224.GD1132@core.coreip.homeip.net> <8bd0f97a0909150416j444999e4sfcb6ad77146a97d7@mail.gmail.com> <20090915162349.GA29241@core.coreip.homeip.net> From: Mike Frysinger Date: Tue, 15 Sep 2009 12:39:04 -0400 Message-ID: <8bd0f97a0909150939u1cd7787dw412b733d168e27d6@mail.gmail.com> Subject: Re: [PATCH v3] input/keyboard: new OpenCores Keyboard Controller driver To: Dmitry Torokhov Cc: Javier Herrero , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Bryan Wu Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1335 Lines: 30 On Tue, Sep 15, 2009 at 12:23, Dmitry Torokhov wrote: > On Tue, Sep 15, 2009 at 07:16:25AM -0400, Mike Frysinger wrote: >> On Tue, Sep 15, 2009 at 01:52, Dmitry Torokhov wrote: >> > OK, below is what I have now... One concern though - don't we need to do >> > request_mem_region/ioremap for the addr_res? >> >> i think so ... these operations are nops on a Blackfin CPU which is >> probably why it "just works". > > Surely request_mem_region is not a nop? I think even if uoremap is a nop > we need to convert the driver since it does not have to be on a > Blackfin, does it? i wasnt suggesting we not add these calls. i was just stating why they hadnt already been added -- things work fine on a Blackfin system w/out ioremap calls because we're a no-mmu system. >> the input layer can handle input even if it's not registered ? > > The device can survive input events as soon as it was allocated with > input_allocate_device() but of course the event will not get anywhere. > This is a property that I intend to keep since it is very convenient. that's fine, i was just curious -mike -- 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/