Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758013Ab3HHQpm (ORCPT ); Thu, 8 Aug 2013 12:45:42 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:60168 "EHLO mail-la0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242Ab3HHQpl (ORCPT ); Thu, 8 Aug 2013 12:45:41 -0400 From: Ricardo Ribalda Delgado To: Peter Meerwald , Bryan Wu , Richard Purdie , linux-leds@vger.kernel.org, LKML Cc: Ricardo Ribalda Delgado Subject: [PATCH v2 0/3] PCA9633: Add support to PCA9634 and fix some problems Date: Thu, 8 Aug 2013 18:45:32 +0200 Message-Id: <1375980335-19943-1-git-send-email-ricardo.ribalda@gmail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 27 Add Support for the PCA9634 chip. Simimart to the 9633, but with 8 outputs instead of 4. Fix bug when 2 chips where present on the system, the ledclass will fail and the chip wont probe. Protect ledout register with a mutex to support updates of more than leds at the same time v2: Contains feedback from Peter Meerwald Peter: Fix typo on commit message. Add bus number to name Ricardo Ribalda Delgado (3): leds-pca9633: Add support for PCA9634 leds-pca9633: Unique naming of the LEDs leds-pca9633: Add mutex to the ledout register drivers/leds/Kconfig | 7 +-- drivers/leds/leds-pca9633.c | 113 ++++++++++++++++++++++++++++++++----------- 2 files changed, 88 insertions(+), 32 deletions(-) -- 1.7.10.4 -- 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/