From wookey@wookware.org Thu Jul 29 11:00:45 2010
Received: from dream ([78.151.164.206] helo=dream.aleph1.co.uk)
	by stoneboat.aleph1.co.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.69) (envelope-from <wookey@wookware.org>)
	id 1OePus-0003Pk-3J; Thu, 29 Jul 2010 11:00:45 +0100
Received: from wookey by dream.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <wookey@wookware.org>)
	id 1OePur-0001Jv-5i; Thu, 29 Jul 2010 11:00:41 +0100
Date: Thu, 29 Jul 2010 11:00:41 +0100
From: Wookey <wookey@wookware.org>
To: linux-arm-kernel@lists.infradead.org
Message-ID: <20100729100040.GA4981@dream.aleph1.co.uk>
Mail-Followup-To: linux-arm-kernel@lists.infradead.org,
	Balloon <balloon@balloonboard.org>
References: <1280373389-32475-1-git-send-email-marek.vasut@gmail.com>
	<1280373389-32475-11-git-send-email-marek.vasut@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1280373389-32475-11-git-send-email-marek.vasut@gmail.com>
Organization: Wookware          
User-Agent: Mutt/1.5.18 (2008-05-17)
X-SA-Exim-Connect-IP: 78.151.164.206
X-SA-Exim-Mail-From: wookey@wookware.org
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
	stoneboat.aleph1.co.uk
X-Spam-Level: 
X-Spam-Status: No, score=-2.4 required=4.5 tests=AWL,BAYES_00 autolearn=no
	version=3.2.5
X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:14:11 +0000)
X-SA-Exim-Scanned: Yes (on stoneboat.aleph1.co.uk)
Cc: Balloon <balloon@balloonboard.org>
Subject: Re: [Balloon] [PATCH 11/13] [ARM] pxa/balloon3: PCF857x GPIO
	expander and	LEDs
X-BeenThere: balloon@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: Balloon List <balloon.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/mailman/options/balloon>,
	<mailto:balloon-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon.html>
List-Post: <mailto:balloon@balloonboard.org>
List-Help: <mailto:balloon-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/mailman/listinfo/balloon>,
	<mailto:balloon-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Jul 2010 10:00:45 -0000

+++ Marek Vasut [2010-07-29 05:16 +0200]:
> Add supported for PCF8574A GPIO expander and LEDs attached to it.

This IO board is an add-on used in some ballon configurations, not
part of the core board. There needs to be some way of selecting this
support when the loon is used in this configuration. We have the
balloon_has() macro which is used for dealing with the different
builds of the board itself. Perhaps it should be extended to deal with
add-on board functionality too?

More obvious is using the CONFIG system to just enable this if
CUED_IO_BOARD is configured.

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/


