diff for duplicates of <20100709083526.GJ24913@atomide.com> diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index b576b7e..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: text/x-diff; charset=us-ascii -Content-Disposition: inline; filename="rx51-light-sensor.patch" diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index 88594d6..0000000 --- a/a/2.txt +++ /dev/null @@ -1,50 +0,0 @@ ->From 7488ecd62fbb5c440823c28f120fdf52535a3d54 Mon Sep 17 00:00:00 2001 -From: Mathias Nyman <mathias.nyman@nokia.com> -Date: Tue, 6 Jul 2010 17:05:34 +0300 -Subject: [PATCH] omap: tsl2563 ALS support for Nokia N900 - -This commit will enable usage of tsl2563 ambient light sensor on Nokia N900. - -Signed-off-by: Ameya Palande <ameya.palande@nokia.com> -Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com> -Signed-off-by: Tony Lindgren <tony@atomide.com> - -diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c -index 3c3f975..a3a396c 100644 ---- a/arch/arm/mach-omap2/board-rx51-peripherals.c -+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c -@@ -35,6 +35,8 @@ - #include <sound/tlv320aic3x.h> - #include <sound/tpa6130a2-plat.h> - -+#include <../drivers/staging/iio/light/tsl2563.h> -+ - #include "mux.h" - #include "hsmmc.h" - -@@ -53,6 +55,12 @@ enum { - - static struct wl12xx_platform_data wl1251_pdata; - -+#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE) -+static struct tsl2563_platform_data rx51_tsl2563_platform_data = { -+ .cover_comp_gain = 16, -+}; -+#endif -+ - static struct omap2_mcspi_device_config wl1251_mcspi_config = { - .turbo_mode = 0, - .single_channel = 1, -@@ -714,6 +722,12 @@ static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = { - I2C_BOARD_INFO("tlv320aic3x", 0x18), - .platform_data = &rx51_aic3x_data, - }, -+#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE) -+ { -+ I2C_BOARD_INFO("tsl2563", 0x29), -+ .platform_data = &rx51_tsl2563_platform_data, -+ }, -+#endif - { - I2C_BOARD_INFO("tpa6130a2", 0x60), - .platform_data = &rx51_tpa6130a2_data, diff --git a/a/content_digest b/N1/content_digest index 2722268..e8fed22 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,11 @@ "ref\020100707094308.2562.91921.stgit@baageli.muru.com\0" "ref\020100707094432.2562.30773.stgit@baageli.muru.com\0" "ref\01278594083.1955.3.camel@chotu\0" - "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0Re: [PATCH 09/13] tsl2563 ALS support for Nokia N900\0" + "From\0tony@atomide.com (Tony Lindgren)\0" + "Subject\0[PATCH 09/13] tsl2563 ALS support for Nokia N900\0" "Date\0Fri, 9 Jul 2010 11:35:27 +0300\0" - "To\0Ameya Palande <ameya.palande@nokia.com>\0" - "Cc\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>" - " linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "* Ameya Palande <ameya.palande@nokia.com> [100708 15:55]:\n" "> Hi Tony,\n" @@ -28,58 +26,5 @@ "Regards,\n" "\n" Tony - "\01:2\0" - "fn\0rx51-light-sensor.patch\0" - "b\0" - ">From 7488ecd62fbb5c440823c28f120fdf52535a3d54 Mon Sep 17 00:00:00 2001\n" - "From: Mathias Nyman <mathias.nyman@nokia.com>\n" - "Date: Tue, 6 Jul 2010 17:05:34 +0300\n" - "Subject: [PATCH] omap: tsl2563 ALS support for Nokia N900\n" - "\n" - "This commit will enable usage of tsl2563 ambient light sensor on Nokia N900.\n" - "\n" - "Signed-off-by: Ameya Palande <ameya.palande@nokia.com>\n" - "Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com>\n" - "Signed-off-by: Tony Lindgren <tony@atomide.com>\n" - "\n" - "diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c\n" - "index 3c3f975..a3a396c 100644\n" - "--- a/arch/arm/mach-omap2/board-rx51-peripherals.c\n" - "+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c\n" - "@@ -35,6 +35,8 @@\n" - " #include <sound/tlv320aic3x.h>\n" - " #include <sound/tpa6130a2-plat.h>\n" - " \n" - "+#include <../drivers/staging/iio/light/tsl2563.h>\n" - "+\n" - " #include \"mux.h\"\n" - " #include \"hsmmc.h\"\n" - " \n" - "@@ -53,6 +55,12 @@ enum {\n" - " \n" - " static struct wl12xx_platform_data wl1251_pdata;\n" - " \n" - "+#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)\n" - "+static struct tsl2563_platform_data rx51_tsl2563_platform_data = {\n" - "+\t.cover_comp_gain = 16,\n" - "+};\n" - "+#endif\n" - "+\n" - " static struct omap2_mcspi_device_config wl1251_mcspi_config = {\n" - " \t.turbo_mode\t= 0,\n" - " \t.single_channel\t= 1,\n" - "@@ -714,6 +722,12 @@ static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = {\n" - " \t\tI2C_BOARD_INFO(\"tlv320aic3x\", 0x18),\n" - " \t\t.platform_data = &rx51_aic3x_data,\n" - " \t},\n" - "+#if defined(CONFIG_SENSORS_TSL2563) || defined(CONFIG_SENSORS_TSL2563_MODULE)\n" - "+\t{\n" - "+\t\tI2C_BOARD_INFO(\"tsl2563\", 0x29),\n" - "+\t\t.platform_data = &rx51_tsl2563_platform_data,\n" - "+\t},\n" - "+#endif\n" - " \t{\n" - " \t\tI2C_BOARD_INFO(\"tpa6130a2\", 0x60),\n" - " \t\t.platform_data = &rx51_tpa6130a2_data," -9fc791aa6bb809f433775036407d859c23595ee9189700e33d65da9c611f6eb4 +dfdea7d55170e7fd6574ca843afeba0ce85b6d813f74651649830b025fa2393b
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.