Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755096AbXLJJhX (ORCPT ); Mon, 10 Dec 2007 04:37:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751036AbXLJJhL (ORCPT ); Mon, 10 Dec 2007 04:37:11 -0500 Received: from py-out-1112.google.com ([64.233.166.181]:37402 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbXLJJhK (ORCPT ); Mon, 10 Dec 2007 04:37:10 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=J7DQufgwOlWOGkxRneCzyAIUbZEUxjQfgRQgqeUgEwJTeHgHzwHwaJ4aRJfg3487zSCjaWhPwdETxWXW5ijZJ+/W6xE+OLrGyPP4oZVJIV8x4YcpRlmS5JrG+Dj4hcOOVEpRfmP54Uki6UYlK1oQ+4X6jHhAhENu892jhQJkoag= Message-ID: Date: Mon, 10 Dec 2007 17:37:05 +0800 From: "eric miao" To: "Linux Kernel list" , linux-arm-kernel , i2c@lm-sensors.org Subject: [PATCH 0/2] gpiolib: add support for PCA9539 Cc: "David Brownell" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 595 Lines: 16 Support for PCA9539 as a GPIO chip is separated into two patches: 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander 0002 - gpiolib: add Generic IRQ support for 16-bit PCA9539 GPIO expander the 2nd one uses workqueue for IRQ handling due to the interrupt mode nature of the i2c-core, thus making it a separate patch. -- Cheers - eric -- 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/