[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110506151543.c96ece07.rdunlap@xenotime.net>
Date: Fri, 6 May 2011 15:15:43 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: "Luis R. Rodriguez" <lrodriguez@...eros.com>
Cc: <akpm@...ux-foundation.org>, <mingo@...hat.com>,
<tglx@...utronix.de>, <hpa@...or.com>, <x86@...nel.org>,
<linux-kernel@...r.kernel.org>, <linux-wireless@...r.kernel.org>,
<allen.kao@...eros.com>, <roman.gezikov@...eros.com>,
<joonas.viskari@...eros.com>
Subject: Re: [RFC 1/2] misc: add Atheros ar1520 GPS support
On Fri, 6 May 2011 15:09:39 -0700 Luis R. Rodriguez wrote:
> From: Allen Kao <allen.kao@...eros.com>
>
> This adds support for the Atheros ar1520 GPS device.
>
> Cc: Roman Gezikov <roman.gezikov@...eros.com>
> Cc: Joonas Viskari <joonas.viskari@...eros.com>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Cc: Thomas Gleixner <tglx@...utronix.de>
> Cc: "H. Peter Anvin" <hpa@...or.com>
> Cc: Ingo Molnar <mingo@...hat.com>
> Cc: x86@...nel.org
> Signed-off-by: Allen Kao <allen.kao@...eros.com>
> Signed-off-by: Luis R. Rodriguez <lrodriguez@...eros.com>
> ---
> 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-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