From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755775Ab0C3Uq3 (ORCPT ); Tue, 30 Mar 2010 16:46:29 -0400 Received: from legolas.restena.lu ([158.64.1.34]:42513 "EHLO legolas.restena.lu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755518Ab0C3UqY convert rfc822-to-8bit (ORCPT ); Tue, 30 Mar 2010 16:46:24 -0400 Date: Tue, 30 Mar 2010 22:32:24 +0200 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= To: Jiri Kosina Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, "Rick L. Vinyard Jr." , Nicu Pavel , Oliver Neukum , Jaya Kumar Subject: [PATCH v6 0/8] hid: new driver for PicoLCD device Message-ID: <20100330223224.18fe4f3e@neptune.home> In-Reply-To: References: <20100324233707.7243b04d@neptune.home> <20100324234022.0361bd80@neptune.home> <20100326065656.GC26602@core.coreip.homeip.net> <20100326102951.3b9ecda1@neptune.home> <20100327012245.0ace6a09@neptune.home> <20100329121611.0c22dcaf@pluto.restena.lu> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 March 2010 Jiri Kosina wrote: > so please either remove the parts that depend on power management for > now, or I'll wait on your respin of the generic HID-PM patch. Here I respin the whole series, with PM moved to patch n°8 and patch n°7 being my original generic HID-PM. Without the PM part there is one compiler warning about defined but unused function (picolcd_resume_backlight), I hope this is not an issue. If it is that function can move over to the PM patch (with it's stub for !CONFIG_BACKLIGHT_CLASS_DEVICE case) So for now you can skip the last two patches during merge. Do you have any suggestions regarding generic HID-PM as to how much and how it should be visible to the HID driver? Thanks, Bruno From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= Subject: [PATCH v6 0/8] hid: new driver for PicoLCD device Date: Tue, 30 Mar 2010 22:32:24 +0200 Message-ID: <20100330223224.18fe4f3e@neptune.home> References: <20100324233707.7243b04d@neptune.home> <20100324234022.0361bd80@neptune.home> <20100326065656.GC26602@core.coreip.homeip.net> <20100326102951.3b9ecda1@neptune.home> <20100327012245.0ace6a09@neptune.home> <20100329121611.0c22dcaf@pluto.restena.lu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from legolas.restena.lu ([158.64.1.34]:42513 "EHLO legolas.restena.lu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755518Ab0C3UqY convert rfc822-to-8bit (ORCPT ); Tue, 30 Mar 2010 16:46:24 -0400 In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jiri Kosina Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, "Rick L. Vinyard Jr." , Nicu Pavel , Oliver Neukum , Jaya Kumar On Tue, 30 March 2010 Jiri Kosina wrote: > so please either remove the parts that depend on power management for > now, or I'll wait on your respin of the generic HID-PM patch. Here I respin the whole series, with PM moved to patch n=C2=B08 and patch n=C2=B07 being my original generic HID-PM. Without the PM part there is one compiler warning about defined but unused function (picolcd_resume_backlight), I hope this is not an issue= =2E If it is that function can move over to the PM patch (with it's stub for !CONFIG_BACKLIGHT_CLASS_DEVICE case) So for now you can skip the last two patches during merge. Do you have any suggestions regarding generic HID-PM as to how much and how it should be visible to the HID driver? Thanks, Bruno -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= Date: Tue, 30 Mar 2010 20:32:24 +0000 Subject: [PATCH v6 0/8] hid: new driver for PicoLCD device Message-Id: <20100330223224.18fe4f3e@neptune.home> List-Id: References: <20100324233707.7243b04d@neptune.home> <20100324234022.0361bd80@neptune.home> <20100326065656.GC26602@core.coreip.homeip.net> <20100326102951.3b9ecda1@neptune.home> <20100327012245.0ace6a09@neptune.home> <20100329121611.0c22dcaf@pluto.restena.lu> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Jiri Kosina Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, "Rick L. Vinyard Jr." , Nicu Pavel , Oliver Neukum , Jaya Kumar On Tue, 30 March 2010 Jiri Kosina wrote: > so please either remove the parts that depend on power management for > now, or I'll wait on your respin of the generic HID-PM patch. Here I respin the whole series, with PM moved to patch n°8 and patch n°7 being my original generic HID-PM. Without the PM part there is one compiler warning about defined but unused function (picolcd_resume_backlight), I hope this is not an issue. If it is that function can move over to the PM patch (with it's stub for !CONFIG_BACKLIGHT_CLASS_DEVICE case) So for now you can skip the last two patches during merge. Do you have any suggestions regarding generic HID-PM as to how much and how it should be visible to the HID driver? Thanks, Bruno