diff for duplicates of <201002181601.20625.anarsoul@gmail.com> diff --git a/a/1.1.hdr b/a/1.1.hdr deleted file mode 100644 index bf58161..0000000 --- a/a/1.1.hdr +++ /dev/null @@ -1,4 +0,0 @@ -Content-Type: Text/Plain; - charset="us-ascii" -Content-Transfer-Encoding: quoted-printable -Content-Disposition: inline diff --git a/a/1.1.txt b/a/1.1.txt deleted file mode 100644 index d47670a..0000000 --- a/a/1.1.txt +++ /dev/null @@ -1,11 +0,0 @@ -Following patch adds resource description for s3c24xx ts driver. -Without this patch driver fails to initialize with "no resource for interrupt" -message. - -Anyway, even with this patch driver stops reporting events after few presses, -I'll investigate on it later. - -Btw, does this driver work at least for anyone? - -Regards -Vasily diff --git a/a/1.2.hdr b/a/1.2.hdr deleted file mode 100644 index 195acd5..0000000 --- a/a/1.2.hdr +++ /dev/null @@ -1,6 +0,0 @@ -Content-Type: text/x-patch; - charset="us-ascii"; - name="0001-Add-resources-description-for-s3c24xx-ts-driver.patch" -Content-Transfer-Encoding: quoted-printable -Content-Disposition: inline; - filename="0001-Add-resources-description-for-s3c24xx-ts-driver.patch" diff --git a/a/1.2.txt b/a/1.2.txt deleted file mode 100644 index 811d6f1..0000000 --- a/a/1.2.txt +++ /dev/null @@ -1,46 +0,0 @@ -From e92886de877deefed647d4313d2e07fe1b5307d6 Mon Sep 17 00:00:00 2001 -From: Vasily Khoruzhick <anarsoul@gmail.com> -Date: Thu, 18 Feb 2010 15:53:50 +0200 -Subject: [PATCH] Add resources description for s3c24xx ts driver - -Otherwise driver fails during initialization. - -Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> ---- - arch/arm/plat-s3c24xx/devs.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) - -diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c -index 7f686a3..83c1507 100644 ---- a/arch/arm/plat-s3c24xx/devs.c -+++ b/arch/arm/plat-s3c24xx/devs.c -@@ -185,9 +185,27 @@ void __init s3c24xx_fb_set_platdata(struct s3c2410fb_mach_info *pd) - } - - /* Touchscreen */ -+ -+static struct resource s3c_ts_resource[] = { -+ [0] = { -+ .start = S3C24XX_PA_ADC, -+ .end = S3C24XX_PA_ADC + S3C24XX_SZ_ADC - 1, -+ .flags = IORESOURCE_MEM, -+ }, -+ [1] = { -+ .start = IRQ_TC, -+ .end = IRQ_TC, -+ .flags = IORESOURCE_IRQ, -+ }, -+ -+}; -+ - struct platform_device s3c_device_ts = { - .name = "s3c2410-ts", - .id = -1, -+ .dev.parent = &s3c_device_adc.dev, -+ .num_resources = ARRAY_SIZE(s3c_ts_resource), -+ .resource = s3c_ts_resource, - }; - EXPORT_SYMBOL(s3c_device_ts); - --- -1.7.0 diff --git a/N1/1.txt b/N1/1.txt new file mode 100644 index 0000000..a90883f --- /dev/null +++ b/N1/1.txt @@ -0,0 +1,25 @@ +Following patch adds resource description for s3c24xx ts driver. +Without this patch driver fails to initialize with "no resource for interrupt" +message. + +Anyway, even with this patch driver stops reporting events after few presses, +I'll investigate on it later. + +Btw, does this driver work at least for anyone? + +Regards +Vasily +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: 0001-Add-resources-description-for-s3c24xx-ts-driver.patch +Type: text/x-patch +Size: 1230 bytes +Desc: not available +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/8d0b0ec3/attachment.bin> +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 198 bytes +Desc: This is a digitally signed message part. +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/8d0b0ec3/attachment.sig> diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index b9731bf..0000000 --- a/a/2.bin +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) - -iEYEABECAAYFAkt9SDAACgkQRM6pQpltKE6iQQCfcDEENyav7Zfn9rzU4j975jKy -odAAoOSw/8GeNqlnOvlHWPKKsdpiyRJU -=IRsf ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index f8a8343..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: application/pgp-signature; name=signature.asc -Content-Description: This is a digitally signed message part. diff --git a/a/content_digest b/N1/content_digest index 0e231d3..44336c8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,8 @@ - "From\0Vasily Khoruzhick <anarsoul@gmail.com>\0" + "From\0anarsoul@gmail.com (Vasily Khoruzhick)\0" "Subject\0[PATCH] Add resources description for s3c24xx ts driver\0" "Date\0Thu, 18 Feb 2010 16:01:14 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org" - Ben Dooks <ben-linux@fluff.org> - " linux-input@vger.kernel.org\0" - "\02:1.1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "Following patch adds resource description for s3c24xx ts driver.\n" "Without this patch driver fails to initialize with \"no resource for interrupt\" \n" @@ -16,66 +14,20 @@ "Btw, does this driver work at least for anyone?\n" "\n" "Regards\n" - Vasily - "\02:1.2\0" - "fn\00001-Add-resources-description-for-s3c24xx-ts-driver.patch\0" - "b\0" - "From e92886de877deefed647d4313d2e07fe1b5307d6 Mon Sep 17 00:00:00 2001\n" - "From: Vasily Khoruzhick <anarsoul@gmail.com>\n" - "Date: Thu, 18 Feb 2010 15:53:50 +0200\n" - "Subject: [PATCH] Add resources description for s3c24xx ts driver\n" - "\n" - "Otherwise driver fails during initialization.\n" - "\n" - "Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>\n" - "---\n" - " arch/arm/plat-s3c24xx/devs.c | 18 ++++++++++++++++++\n" - " 1 files changed, 18 insertions(+), 0 deletions(-)\n" - "\n" - "diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c\n" - "index 7f686a3..83c1507 100644\n" - "--- a/arch/arm/plat-s3c24xx/devs.c\n" - "+++ b/arch/arm/plat-s3c24xx/devs.c\n" - "@@ -185,9 +185,27 @@ void __init s3c24xx_fb_set_platdata(struct s3c2410fb_mach_info *pd)\n" - " }\n" - " \n" - " /* Touchscreen */\n" - "+\n" - "+static struct resource s3c_ts_resource[] = {\n" - "+\t[0] = {\n" - "+\t\t.start = S3C24XX_PA_ADC,\n" - "+\t\t.end = S3C24XX_PA_ADC + S3C24XX_SZ_ADC - 1,\n" - "+\t\t.flags = IORESOURCE_MEM,\n" - "+\t},\n" - "+\t[1] = {\n" - "+\t\t.start = IRQ_TC,\n" - "+\t\t.end = IRQ_TC,\n" - "+\t\t.flags = IORESOURCE_IRQ,\n" - "+\t},\n" - "+\n" - "+};\n" - "+\n" - " struct platform_device s3c_device_ts = {\n" - " \t.name\t\t = \"s3c2410-ts\",\n" - " \t.id\t\t = -1,\n" - "+\t.dev.parent\t= &s3c_device_adc.dev,\n" - "+\t.num_resources\t = ARRAY_SIZE(s3c_ts_resource),\n" - "+\t.resource\t = s3c_ts_resource,\n" - " };\n" - " EXPORT_SYMBOL(s3c_device_ts);\n" - " \n" - "-- \n" - 1.7.0 - "\01:2\0" - "fn\0signature.asc\0" - "d\0This is a digitally signed message part.\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v2.0.14 (GNU/Linux)\n" - "\n" - "iEYEABECAAYFAkt9SDAACgkQRM6pQpltKE6iQQCfcDEENyav7Zfn9rzU4j975jKy\n" - "odAAoOSw/8GeNqlnOvlHWPKKsdpiyRJU\n" - "=IRsf\n" - "-----END PGP SIGNATURE-----\n" + "Vasily\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: 0001-Add-resources-description-for-s3c24xx-ts-driver.patch\n" + "Type: text/x-patch\n" + "Size: 1230 bytes\n" + "Desc: not available\n" + "URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/8d0b0ec3/attachment.bin>\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: not available\n" + "Type: application/pgp-signature\n" + "Size: 198 bytes\n" + "Desc: This is a digitally signed message part.\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100218/8d0b0ec3/attachment.sig> -07d121b425dbcd5504b5a8259643831233c62b411930be9d90142b4520a280d7 +67edda1b05f22c77360da531491071fa7a073523f100d52d84c20ba63763fea7
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.