RE: [PATCH v6] staging: ste_rmi4: Convert to Type-B support

2012-12-06 Thread Alexandra Chin
Hi Greg, > > Yes, I've received an email saying that the patch will show up in the next > > release of the linux-next tree, but I was not aware that linux-next tree > > means 3.8-rc1. > > It does not, you didn't read the next sentance which described when the > patch would be sent to Linus... Th

RE: [PATCH v6] staging: ste_rmi4: Convert to Type-B support

2012-12-06 Thread Alexandra Chin
Hi Greg, > That is because they were new features, and not regressions, so they > will be showing up in Linus's tree for 3.8-rc1. > > > May I know status of this patch? Please let me know if there is anything I > > should do. > > Didn't you get an email when I applied the patches saying where th

RE: [PATCH v6] staging: ste_rmi4: Convert to Type-B support

2012-12-06 Thread Alexandra Chin
Hi Greg, > > For next time: Once you have received an acked-by or reviewed-by, you > > may add that line under your own signed-off-by in subsequent > > mails. That way, the status of the patch can be tracked properly, > > making life easier for everyone. > > > > Greg, I think we are ready now. :-)

RE: [RFC] staging: ste_rmi4: merge into the main kernel tree

2012-11-16 Thread Alexandra Chin
Hi Dmitry, > > > Please have Greg commit the patch that Henrik reviewed to staging and > > > then work with Christopher Heiny group on getting the full featured > > > driver into mainline. Thanks for your reminding, final patch has been re-sent to staging maintainer. > In this case you need to e

[PATCH v6] staging: ste_rmi4: Convert to Type-B support

2012-11-16 Thread Alexandra Chin
Convert to MT-B because Synaptics touch devices are capable of tracking identifiable fingers. Signed-off-by: Alexandra Chin --- This patch was tested on Pandaboard. Changes from v6: - Incorporated Henrik's review comments *remove irrelevant changes within the patch Ch

RE: [RFC] staging: ste_rmi4: merge into the main kernel tree

2012-11-14 Thread Alexandra Chin
provide updates to support future touch controller revisions from Synaptics. It would be greatly appreciated if this driver can be considered for inclusion in the kernel mainline. Thank you. Alexandra Chin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[RFC] staging: ste_rmi4: merge into the main kernel tree

2012-11-14 Thread Alexandra Chin
is greatly appreciated! Alexandra Chin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH v6] staging: ste_rmi4: Convert to Type-B support

2012-11-14 Thread Alexandra Chin
ain from making > unnecessary changes in the future. > Thanks for your acceptance! And I will remember that do not put irrelevant changes in the same patch. I will follow the rule to keep updating changes of v4 in future patch. Thanks you. Alexandra Chin -- To unsubscribe from this lis

[PATCH v6] staging: ste_rmi4: Convert to Type-B support

2012-11-13 Thread Alexandra Chin
Convert to MT-B because Synaptics touch devices are capable of tracking identifiable fingers. Signed-off-by: Alexandra Chin --- This patch was tested on Pandaboard. Changes from v6: - Incorporated Henrik's review comments *remove irrelevant changes within the patch Ch

RE: [PATCH v5] staging: ste_rmi4: Convert to Type-B support

2012-11-12 Thread Alexandra Chin
Hi Henrik, > > > I am seeing _new_ irrelevant changes in this version... There is no > > > need to revert to v3. Just remove the synaptics_rmi4_query_function() > > > changes and other uneeded cruft from the v4 patch. No new changes, > > > please, and make sure the final patch is tested. > > > > T

RE: [PATCH v5] staging: ste_rmi4: Convert to Type-B support

2012-11-12 Thread Alexandra Chin
Hi Henrik, >> Convert to MT-B because Synaptics touch devices are capable >> of tracking identifiable fingers. >> >> Signed-off-by: Alexandra Chin >> --- >> Changes from v5: >> - Incorporated Henrik's review comments >> *ro

RE: [PATCH v3] staging: ste_rmi4: Convert to Type-B support

2012-11-12 Thread Alexandra Chin
Hi Henrik, Really thanks a lot for all your advice. > > @@ -751,7 +739,7 @@ static int synaptics_rmi4_i2c_query_device(struct > synaptics_rmi4_data *pdata) > > pdata->fn01_data_base_addr = > > rmi_fd.data_base_addr; > >

[PATCH v5] staging: ste_rmi4: Convert to Type-B support

2012-11-07 Thread Alexandra Chin
Convert to MT-B because Synaptics touch devices are capable of tracking identifiable fingers. Signed-off-by: Alexandra Chin --- Changes from v5: - Incorporated Henrik's review comments *rollback to v3 from v4 *fix odd line break in v3 - Include Alexand

RE: [PATCH v4] staging: ste_rmi4: Convert to Type-B support

2012-11-07 Thread Alexandra Chin
Hi Henrik. > > Convert to MT-B because Synaptics touch devices are capable of tracking > > identifiable fingers. > > > > Signed-off-by: Alexandra Chin > > --- > > Changes from v4: > > - Incorporated Henrik's review comments > >

[PATCH v4] staging: ste_rmi4: Convert to Type-B support

2012-11-06 Thread Alexandra Chin
Convert to MT-B because Synaptics touch devices are capable of tracking identifiable fingers. Signed-off-by: Alexandra Chin --- Changes from v4: - Incorporated Henrik's review comments *split function synpatics_rmi4_touchscreen_report *split fun

RE: [PATCH v3] staging: ste_rmi4: Convert to Type-B support

2012-11-04 Thread Alexandra Chin
Hi Henrik, > > This patch converts to MT-B because Synaptics touch devices are > > capable of tracking identifiable fingers > > > > This patch was tested on pandaboard, except input_mt_sync_frame(), > > which is a quite new function. > > I am not sure how to interpret this. Is the patch untested,

[PATCH v3] staging: ste_rmi4: Convert to Type-B support

2012-11-02 Thread Alexandra Chin
is any problem. Greatly appreciate your time. Alexandra Chin Signed-off-by: Alexandra Chin --- Changes from v3: - Incorporated Henrik's review comments *remove 'else' after an error path return *add input_mt_sync_frame() for pointer emulation effects

[PATCH v2] staging: ste_rmi4: Convert to Type-B support

2012-11-01 Thread Alexandra Chin
>From 783c14e5978600cc78e11ea078cc413d77a9debd Mon Sep 17 00:00:00 2001 From: Alexandra Chin Date: Thu, 1 Nov 2012 17:02:14 +0800 Subject: [PATCH v2] staging: ste_rmi4: Convert to Type-B support This patch: - convert to MT-B because Synaptics touch devices are capable of tracking identifia

RE: [PATCH] staging: ste_rmi4: Convert to Type-B support

2012-10-31 Thread Alexandra Chin
Hi Henrik, I see what you mean. Input subsystem handles multi-touch tracking for input driver. I will update reporting process, and resubmit a patch against 3.7-rcX. Greatly appreciate your comments. Alexandra Chin

[PATCH] staging: ste_rmi4: Convert to Type-B support

2012-10-31 Thread Alexandra Chin
>From 4d0dbd9ee464027e7c40658abb9dd019be520e4d Mon Sep 17 00:00:00 2001 From: Alexandra Chin Date: Wed, 31 Oct 2012 16:21:12 +0800 Subject: [PATCH] staging: ste_rmi4: Convert to Type-B support This patch: - Convert to MT-B because Synaptics touch devices are capable of tracking identifia

RE: [PATCH] Input: Add new driver into Input Subsystem for Synaptics DS4 touchscreen I2C devices

2012-10-05 Thread Alexandra Chin
drivers (general RMI4 driver and STE's driver) being adopted into the kernel. This will allow us to provide the best flexibility possible to customers. Your opinion will be greatly appreciated. Alexandra Chin -- To unsubscribe from this list: send the line "unsubscribe linux-kern

RE: [PATCH] Input: Add new driver into Input Subsystem for Synaptics DS4 touchscreen I2C devices

2012-10-03 Thread Alexandra Chin
concerns. Best Regards, Alexandra Chin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH] Input: Add new driver into Input Subsystem for Synaptics DS4 touchscreen I2C devices

2012-10-02 Thread Alexandra Chin
Add Chris in mail loop. Best Regards, Alexandra Chin  Synaptics Hong Kong Limited, Taiwan Branch  5F., No. 501, Sec. 2 Tiding Blvd., Neihu District,  Taipei City 114, Taiwan Office: 886.2.8752.5700  ext:652 Email:alexandra.c...@synaptics.com.tw -Original Message- From: Alexandra Chin

[PATCH] Input: Add new driver into Input Subsystem for Synaptics DS4 touchscreen I2C devices

2012-10-02 Thread Alexandra Chin
ue to maintain and support this driver officially, including making updates, as well as supporting future Touch Controller revisions from Synaptics. Any comments are much appreciated. Alexandra Chin Signed-off-by: Alexandra Chin --- drivers/input/touchscreen/Kconfig | 12 + drivers/

[PATCH] Input: Add new driver into Input Subsystem for Synaptics DS4 touchscreen I2C devices

2012-09-16 Thread Alexandra Chin
. We will continue to maintain and support this driver officially, including making updates, as well as supporting future Touch Controller revisions from Synaptics. Any comments are much appreciated. Alexandra Chin Signed-off-by: Alexandra Chin --- drivers/input/touchscreen/Kc