Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751845Ab3JQXAK (ORCPT ); Thu, 17 Oct 2013 19:00:10 -0400 Received: from mail-ve0-f180.google.com ([209.85.128.180]:42869 "EHLO mail-ve0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045Ab3JQXAI convert rfc822-to-8bit (ORCPT ); Thu, 17 Oct 2013 19:00:08 -0400 MIME-Version: 1.0 In-Reply-To: References: <525d89e8.CwG1bICTvwrMEEOp%fengguang.wu@intel.com> <1381972157-14563-1-git-send-email-maximilian.guentner@gmail.com> Date: Fri, 18 Oct 2013 01:00:06 +0200 Message-ID: Subject: Re: [PATCH v3] leds: Added driver for the NXP PCA9685 I2C chip From: =?ISO-8859-1?Q?Maximilian_G=FCntner?= To: Bryan Wu Cc: Jingoo Han , Richard Purdie , lkml , Linux LED Subsystem , Peter Meerwald , kbuild-all@01.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 862 Lines: 30 Hello Bryan, thank you for applying the patch so quickly. Maximilian 2013/10/18 Bryan Wu : > On Wed, Oct 16, 2013 at 6:09 PM, Maximilian G?ntner > wrote: >> The NXP PCA9685 supports 16 channels/leds using a 12-bit PWM (4095 >> levels of brightness) >> This driver supports configuration using platform_data. >> >> Signed-off-by: Maximilian G?ntner >> --- >> v3: >> fixed warnings when running make C=1 CF=-D__CHECK_ENDIAN__: >> * replaced u16* by __le16* >> > > OK, replaced the old one in my tree. > > Thanks, > -Bryan > -- 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/