On Thu, 26 Jan 2012 18:31:42 -0700 Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx> wrote: > From: "Philip A. Prindeville" <philipp@xxxxxxxxxxxxxxxxxxxxx> > > 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 <philipp@xxxxxxxxxxxxxxxxxxxxx> > Acked-by: Ed Wildgoose <kernel@xxxxxxxxxxxxxx> > Acked-by: Andres Salomon <dilinger@xxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> [...] > } > > -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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html