[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906152335.48926.mroth@nessie.de>
Date: Mon, 15 Jun 2009 23:35:34 +0200
From: Michael Roth <mroth@...sie.de>
To: linux-arm-kernel@...ts.arm.linux.org.uk
Cc: Rob Emanuele <poorarm@...reis.com>,
Haavard Skinnemoen <haavard.skinnemoen@...el.com>,
Andrew Victor <avictor.za@...il.com>,
Nicolas Ferre <nicolas.ferre@...el.com>,
linux-kernel@...r.kernel.org, drzeus-mmc@...eus.cx
Subject: Re: [PATCH 5/6] Unified AVR32/AT91 MCI Driver Support for a VCC Pin
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists