On Thu, 26 Jan 2012 18:31:42 -0700
Philip Prindeville <[email protected]> wrote:

> From: "Philip A. Prindeville" <[email protected]>
> 
> GPIO 24 is used in reference designs as a soft-reset button, and
> the alix2 is no exception. Add it as a gpio-button.
> 
> Use symbolic values to describe BIOS addresses.
> 
> Record the model number.
> 
> Changes v2 and v3 per Andres:
> Use DMI to detect the board instead of proposed coreboot library;
> Don't make including <linux/dmi.h> conditional on CONFIG_DMI;
> Ditto for calling dmi_get_system_info() in alix_present_dmi();
> Make alix_present() and alix_present_dmi() return bool;
> 
> Changes v4 per Andrew:
> Remove alix_model as this can be patched downstream where it's needed
>   anyway (ultimately, RFFILL will be supported by a new generic gpio
>   class);
> 
> Signed-off-by: Philip A. Prindeville <[email protected]>
> Acked-by: Ed Wildgoose <[email protected]>
> Acked-by: Andres Salomon <[email protected]>
> Cc: Andrew Morton <[email protected]>
[...]
>  }
>  
> -static int __init alix_init(void)
> +static int  __init alix_init(void)

What's this about?

--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to