All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] x86: Add support for Atheros AR1520 GPS devices
@ 2011-05-06 22:09 Luis R. Rodriguez
  2011-05-06 22:09 ` [RFC 1/2] misc: add Atheros ar1520 GPS support Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Luis R. Rodriguez @ 2011-05-06 22:09 UTC (permalink / raw)
  To: akpm, mingo, tglx, hpa
  Cc: x86, linux-kernel, linux-wireless, allen.kao, roman.gezikov,
	joonas.viskari, Luis R. Rodriguez

These two patches adds support for the Atheros AR1520 GPS device,
currently only pegged onto an mrst platform. This creates a character
device called ar1520 and lets userspace talk to it through it. My only
concern against this approach is that it this requires a custom userspace
application for reseting the device, waking it up and for blocking reads
through ioctl. The character device can be used to read/write data to it
as well.

I'll try to get more information and details on the userspace application
and document stuff here:

http://wireless.kernel.org/en/users/Drivers/ar5120

In the meantime some review and testing would be appreciated as I modified
the original code a bit.

Allen Kao (2):
  misc: add Atheros ar1520 GPS support
  x86: add Atheros ar1520 platform support for mrst

 arch/x86/platform/mrst/mrst.c |   18 ++
 drivers/misc/Kconfig          |   10 +
 drivers/misc/Makefile         |    1 +
 drivers/misc/ar1520.c         |  406 +++++++++++++++++++++++++++++++++++++++++
 include/linux/ar1520.h        |   49 +++++
 5 files changed, 484 insertions(+), 0 deletions(-)
 create mode 100644 drivers/misc/ar1520.c
 create mode 100644 include/linux/ar1520.h

-- 
1.7.4.15.g7811d


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-05-07  4:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 22:09 [RFC 0/2] x86: Add support for Atheros AR1520 GPS devices Luis R. Rodriguez
2011-05-06 22:09 ` [RFC 1/2] misc: add Atheros ar1520 GPS support Luis R. Rodriguez
2011-05-06 22:15   ` Randy Dunlap
2011-05-06 22:26   ` Alan Cox
2011-05-06 23:31     ` Luis R. Rodriguez
2011-05-06 22:09 ` [RFC 2/2] x86: add Atheros ar1520 platform support for mrst Luis R. Rodriguez
2011-05-06 22:28   ` Alan Cox
2011-05-06 23:27     ` Luis R. Rodriguez
2011-05-07  0:38 ` [RFC 0/2] x86: Add support for Atheros AR1520 GPS devices Greg KH
2011-05-07  4:32   ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.