On Fri, 6 May 2011 15:09:39 -0700 Luis R. Rodriguez wrote: > From: Allen Kao <allen.kao@xxxxxxxxxxx> > > This adds support for the Atheros ar1520 GPS device. > > Cc: Roman Gezikov <roman.gezikov@xxxxxxxxxxx> > Cc: Joonas Viskari <joonas.viskari@xxxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> > Cc: Ingo Molnar <mingo@xxxxxxxxxx> > Cc: x86@xxxxxxxxxx > Signed-off-by: Allen Kao <allen.kao@xxxxxxxxxxx> > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> > --- > drivers/misc/Kconfig | 10 ++ > drivers/misc/Makefile | 1 + > drivers/misc/ar1520.c | 406 ++++++++++++++++++++++++++++++++++++++++++++++++ > include/linux/ar1520.h | 49 ++++++ > 4 files changed, 466 insertions(+), 0 deletions(-) > create mode 100644 drivers/misc/ar1520.c > create mode 100644 include/linux/ar1520.h > > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig > index 4e007c6..7108214 100644 > --- a/drivers/misc/Kconfig > +++ b/drivers/misc/Kconfig > @@ -379,6 +379,16 @@ config HMC6352 > This driver provides support for the Honeywell HMC6352 compass, > providing configuration and heading data via sysfs. > > +config AR1520 > + tristate "Atheros AR1520 support" > + depends on I2C Looks like it also depends on GPIOLIB. > + help > + If you say yes here you get support for the Atheros > + AR1520 GPS chip. > + > + To compile this driver as a module, choose M here: the > + module will be called ar1520. If unsure, say N here. > + > config EP93XX_PWM > tristate "EP93xx PWM support" > depends on ARCH_EP93XX +#define AR1520_IOCTL_MAGIC 0xc2 ^^^^^ needs to be added to Documentation/ioctl/ioctl-number.txt, please. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html