Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935743AbZFOVf4 (ORCPT ); Mon, 15 Jun 2009 17:35:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933516AbZFOVfs (ORCPT ); Mon, 15 Jun 2009 17:35:48 -0400 Received: from monster.nessie.de ([84.200.20.120]:42806 "EHLO monster.nessie.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934528AbZFOVfr (ORCPT ); Mon, 15 Jun 2009 17:35:47 -0400 From: Michael Roth To: linux-arm-kernel@lists.arm.linux.org.uk Subject: Re: [PATCH 5/6] Unified AVR32/AT91 MCI Driver Support for a VCC Pin Date: Mon, 15 Jun 2009 23:35:34 +0200 User-Agent: KMail/1.9.10 Cc: Rob Emanuele , Haavard Skinnemoen , Andrew Victor , Nicolas Ferre , linux-kernel@vger.kernel.org, drzeus-mmc@drzeus.cx References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906152335.48926.mroth@nessie.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 691 Lines: 22 > diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c > index 1c1a4b3..a639b93 100644 > --- a/drivers/mmc/host/atmel-mci.c > +++ b/drivers/mmc/host/atmel-mci.c > @@ -214,6 +214,8 @@ struct atmel_mci_slot { > > int detect_pin; > int wp_pin; > + int vcc_pin; > + bool vcc_pin_act_low; Maybe, just 'vcc_active_low' is more clear? Most other kernel code use 'active_low' or 'xyz_active_low' as far as I can see. -- 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/