Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933715Ab3DKUa5 (ORCPT ); Thu, 11 Apr 2013 16:30:57 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:52602 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757756Ab3DKUaW (ORCPT ); Thu, 11 Apr 2013 16:30:22 -0400 MIME-Version: 1.0 In-Reply-To: <1365711890-15168-1-git-send-email-abrestic@chromium.org> References: <1365705391-23181-1-git-send-email-abrestic@chromium.org> <1365711890-15168-1-git-send-email-abrestic@chromium.org> Date: Thu, 11 Apr 2013 13:30:20 -0700 X-Google-Sender-Auth: jQerUIhst5FLeT7Eci09mddS1Sg Message-ID: Subject: Re: [PATCH v2] backlight: platform_lcd: introduce probe callback From: Doug Anderson To: Andrew Bresticker Cc: linux-fbdev@vger.kernel.org, Richard Purdie , Florian Tobias Schandinat , "linux-kernel@vger.kernel.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: 952 Lines: 23 Andrew, On Thu, Apr 11, 2013 at 1:24 PM, Andrew Bresticker wrote: > Platform LCD devices may need to do some device-specific > initialization before they can be used (regulator or GPIO setup, > for example), but currently the driver does not support any way of > doing this. This patch adds a probe() callback to plat_lcd_data > which platform LCD devices can set to indicate that device-specific > initialization is needed. > > Signed-off-by: Andrew Bresticker > --- > drivers/video/backlight/platform_lcd.c | 6 ++++++ > include/video/platform_lcd.h | 1 + > 2 files changed, 7 insertions(+) Reviewed-by: Doug Anderson -- 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/