Hello, This is a driver for Broadcom's BCM4751 GPS chip and this is the first time this driver is sent for review, all comments are welcome. Thanks, Matti A. Matti J. Aaltonen (1): MISC: Broadcom BCM4751 GPS driver drivers/misc/Kconfig | 11 + drivers/misc/Makefile | 1 + drivers/misc/bcm4751-gps.c | 490 +++++++++++++++++++++++++++++++++++++++ include/linux/i2c/bcm4751-gps.h | 59 +++++ 4 files changed, 561 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/bcm4751-gps.c create mode 100644 include/linux/i2c/bcm4751-gps.h -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html