Re: [PATCH] sched: pull tasks when CPU is about to run SCHED_IDLE tasks

2021-02-04 Thread chin
At 2021-02-04 16:01:57, "Vincent Guittot" wrote: >On Tue, 2 Feb 2021 at 08:56, chin wrote: >> >> >> >> >> At 2021-01-13 16:30:14, "Vincent Guittot" wrote: >> >On Wed, 13 Jan 2021 at 04:14, chin wrote: >> >> >&

Re: [PATCH] sched: pull tasks when CPU is about to run SCHED_IDLE tasks

2021-02-03 Thread chin
At 2021-02-02 23:54:15, "Vincent Guittot" wrote: >On Tue, 2 Feb 2021 at 08:56, chin wrote: >> >> >> >> >> At 2021-01-13 16:30:14, "Vincent Guittot" wrote: >> >On Wed, 13 Jan 2021 at 04:14, chin wrote: >> >> >&

Re: [PATCH] sched: pull tasks when CPU is about to run SCHED_IDLE tasks

2021-02-02 Thread chin
At 2021-01-13 16:30:14, "Vincent Guittot" wrote: >On Wed, 13 Jan 2021 at 04:14, chin wrote: >> >> >> >> >> At 2021-01-12 16:18:51, "Vincent Guittot" wrote: >> >On Tue, 12 Jan 2021 at 07:59, chin wrote: >> >> >&

Re: [PATCH] sched: pull tasks when CPU is about to run SCHED_IDLE tasks

2021-01-12 Thread chin
At 2021-01-12 16:18:51, "Vincent Guittot" wrote: >On Tue, 12 Jan 2021 at 07:59, chin wrote: >> >> >> >> >> At 2021-01-11 19:04:19, "Vincent Guittot" wrote: >> >On Mon, 11 Jan 2021 at 09:27, chin wrote: >> >> >>

Re: [PATCH] sched: pull tasks when CPU is about to run SCHED_IDLE tasks

2021-01-12 Thread chin
At 2021-01-11 19:04:19, "Vincent Guittot" wrote: >On Mon, 11 Jan 2021 at 09:27, chin wrote: >> >> >> At 2020-12-23 19:30:26, "Vincent Guittot" wrote: >> >On Wed, 23 Dec 2020 at 09:32, wrote: >> >> >> >> From: Chen X

Re: [PATCH] sched: pull tasks when CPU is about to run SCHED_IDLE tasks

2021-01-11 Thread chin
At 2020-12-23 19:30:26, "Vincent Guittot" wrote: >On Wed, 23 Dec 2020 at 09:32, wrote: >> >> From: Chen Xiaoguang >> >> Before a CPU switches from running SCHED_NORMAL task to >> SCHED_IDLE task, trying to pull SCHED_NORMAL tasks from other > >Could you explain more in detail why you only care

RE: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-12 Thread Chin-Ting Kuo
Hi Vignesh, Thanks for your information. > -Original Message- > From: Vignesh Raghavendra > Sent: Wednesday, November 11, 2020 1:44 PM > To: Chin-Ting Kuo ; Boris Brezillon > > Subject: Re: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller > driver >

RE: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-06 Thread Chin-Ting Kuo
Hi Boris, > -Original Message- > From: Boris Brezillon > Sent: Friday, November 6, 2020 7:30 PM > To: Chin-Ting Kuo > Subject: Re: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller > driver > > +Tudor and Vignesh > > On Fri, 6 Nov 2020 10:21:0

RE: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-06 Thread Chin-Ting Kuo
Hi Boris, Thanks for your comments and suggestions. > -Original Message- > From: Boris Brezillon > Sent: Friday, November 6, 2020 5:06 PM > To: Chin-Ting Kuo > Subject: Re: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller > driver > > On Fri, 6 Nov 20

RE: [v3 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller

2020-11-06 Thread Chin-Ting Kuo
Hi Rob, > -Original Message- > From: Rob Herring > Sent: Friday, November 6, 2020 6:40 AM > To: Chin-Ting Kuo > Cc: broo...@kernel.org; j...@jms.id.au; and...@aj.id.au; c...@kaod.org; > bbrezil...@kernel.org; devicet...@vger.kernel.org; > linux-kernel@vger.

RE: [v2 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller

2020-11-06 Thread Chin-Ting Kuo
Hi Rob, > -Original Message- > From: Rob Herring > Sent: Friday, November 6, 2020 2:41 AM > To: Chin-Ting Kuo > Cc: broo...@kernel.org; j...@jms.id.au; and...@aj.id.au; c...@kaod.org; > bbrezil...@kernel.org; devicet...@vger.kernel.org; > linux-kernel@vger.

RE: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-06 Thread Chin-Ting Kuo
and compare the output to the reference buffer. > > That seems like a good idea. Yes, this idea will be implemented on the next patch version. > > > > We should avoid magic values when setting registers. This is > > > confusing and defines are much better. > > It does depend a bit on documentation though, it's not a hard requirement. I will update it on the next patch version. Thanks. Best Wishes, Chin-Ting

RE: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-06 Thread Chin-Ting Kuo
Hi Boris, Thanks for your quick reply. > -Original Message- > From: Boris Brezillon > Sent: Thursday, November 5, 2020 11:12 PM > To: Cédric Le Goater ; robh...@kernel.org > Cc: Chin-Ting Kuo ; broo...@kernel.org; > j...@jms.id.au; and...@aj.id.au; bbrezil...@ker

RE: [v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-05 Thread Chin-Ting Kuo
Hi C, Thanks for your reply. > -Original Message- > From: Cédric Le Goater > Sent: Thursday, November 5, 2020 10:09 PM > To: Chin-Ting Kuo ; broo...@kernel.org; > robh...@kernel.org; j...@jms.id.au; and...@aj.id.au; bbrezil...@kernel.org; > devicet...@vger.kernel

[v3 3/4] ARM: dts: aspeed: ast2600-evb: Adjust SPI flash configuration

2020-11-05 Thread Chin-Ting Kuo
- Enable FMC CS1 and SPI2 CS0 SPI NOR flashes since both of these two flashes are mounted on AST2600 EVB by default. - Remove spi-max-frequency setting: 50MHz is usual SPI bus frequency adopted on AST2600 EVB which has already been configured in aspeed-g6.dtsi. Signed-off-by: Chin-Ting Kuo

[v3 2/4] ARM: dts: aspeed: ast2600: Update FMC/SPI controller setting for spi-aspeed.c

2020-11-05 Thread Chin-Ting Kuo
the controller. Signed-off-by: Chin-Ting Kuo --- arch/arm/boot/dts/aspeed-g6.dtsi | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index b58220a49cbd..8a5c798db54e 100644 --- a/arch/arm/boot

[v3 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-05 Thread Chin-Ting Kuo
-by: Chin-Ting Kuo --- v2: Fix sparse warnings reported by kernel test robot . v3: Fix build warnings with x86 allmodconfig. drivers/spi/Kconfig | 10 + drivers/spi/Makefile | 1 + drivers/spi/spi-aspeed.c | 969 +++ 3 files changed, 980 insertions

[v3 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller

2020-11-05 Thread Chin-Ting Kuo
Create binding file with YAML syntax for ASPEED FMC/SPI memory controller. Signed-off-by: Chin-Ting Kuo --- .../bindings/spi/aspeed,spi-aspeed.yaml | 66 +++ 1 file changed, 66 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml

[v3 0/4] Porting ASPEED FMC/SPI memory controller driver

2020-11-05 Thread Chin-Ting Kuo
reported by kernel test robot . v3: Fix build warnings with x86 allmodconfig. Chin-Ting Kuo (4): dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller ARM: dts: aspeed: ast2600: Update FMC/SPI controller setting for spi-aspeed.c ARM: dts: aspeed: ast2600-evb: Adjust SPI

RE: [v2 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-05 Thread Chin-Ting Kuo
Hi Mark, Thanks for your comment. > -Original Message- > From: Mark Brown > Sent: Thursday, November 5, 2020 4:40 AM > To: Chin-Ting Kuo > Cc: robh...@kernel.org; j...@jms.id.au; and...@aj.id.au; c...@kaod.org; > bbrezil...@kernel.org; devicet...@vger.kernel.o

[v2 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-02 Thread Chin-Ting Kuo
-by: Chin-Ting Kuo --- v2: Fix sparse warnings reported by kernel test robot . drivers/spi/Kconfig | 10 + drivers/spi/Makefile | 1 + drivers/spi/spi-aspeed.c | 969 +++ 3 files changed, 980 insertions(+) create mode 100644 drivers/spi/spi

[v2 2/4] ARM: dts: aspeed: ast2600: Update FMC/SPI controller setting for spi-aspeed.c

2020-11-02 Thread Chin-Ting Kuo
the controller. Signed-off-by: Chin-Ting Kuo --- arch/arm/boot/dts/aspeed-g6.dtsi | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index b58220a49cbd..8a5c798db54e 100644 --- a/arch/arm/boot

[v2 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller

2020-11-02 Thread Chin-Ting Kuo
Create binding file with YAML syntax for ASPEED FMC/SPI memory controller. Signed-off-by: Chin-Ting Kuo --- .../bindings/spi/aspeed,spi-aspeed.yaml | 66 +++ 1 file changed, 66 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml

[v2 3/4] ARM: dts: aspeed: ast2600-evb: Adjust SPI flash configuration

2020-11-02 Thread Chin-Ting Kuo
- Enable FMC CS1 and SPI2 CS0 SPI NOR flashes since both of these two flashes are mounted on AST2600 EVB by default. - Remove spi-max-frequency setting: 50MHz is usual SPI bus frequency adopted on AST2600 EVB which has already been configured in aspeed-g6.dtsi. Signed-off-by: Chin-Ting Kuo

[v2 0/4] Porting ASPEED FMC/SPI memory controller driver

2020-11-02 Thread Chin-Ting Kuo
reported by kernel test robot . Chin-Ting Kuo (4): dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller ARM: dts: aspeed: ast2600: Update FMC/SPI controller setting for spi-aspeed.c ARM: dts: aspeed: ast2600-evb: Adjust SPI flash configuration spi: aspeed: Add ASPEED

[PATCH 4/4] spi: aspeed: Add ASPEED FMC/SPI memory controller driver

2020-11-01 Thread Chin-Ting Kuo
-by: Chin-Ting Kuo --- drivers/spi/Kconfig | 10 + drivers/spi/Makefile | 1 + drivers/spi/spi-aspeed.c | 967 +++ 3 files changed, 978 insertions(+) create mode 100644 drivers/spi/spi-aspeed.c diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig

[PATCH 0/4] Porting ASPEED FMC/SPI memory controller driver

2020-11-01 Thread Chin-Ting Kuo
This patch series aims to porting ASPEED FMC/SPI memory controller driver with spi-mem interface. Adjust device tree setting of SPI NOR flash in order to fit real AST2600 EVB and new SPI memory controller driver. Also, this patch has been verified on AST2600-A1 EVB. Chin-Ting Kuo (4): dt

[PATCH 2/4] ARM: dts: aspeed: ast2600: Update FMC/SPI controller setting for spi-aspeed.c

2020-11-01 Thread Chin-Ting Kuo
the controller. Signed-off-by: Chin-Ting Kuo --- arch/arm/boot/dts/aspeed-g6.dtsi | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index b58220a49cbd..8a5c798db54e 100644 --- a/arch/arm/boot

[PATCH 3/4] ARM: dts: aspeed: ast2600-evb: Adjust SPI flash configuration

2020-11-01 Thread Chin-Ting Kuo
- Enable FMC CS1 and SPI2 CS0 SPI NOR flashes since both of these two flashes are mounted on AST2600 EVB by default. - Remove spi-max-frequency setting: 50MHz is usual SPI bus frequency adopted on AST2600 EVB which has already been configured in aspeed-g6.dtsi. Signed-off-by: Chin-Ting Kuo

[PATCH 1/4] dt-bindings: spi: Add binding file for ASPEED FMC/SPI memory controller

2020-11-01 Thread Chin-Ting Kuo
Create binding file with YAML syntax for ASPEED FMC/SPI memory controller. Signed-off-by: Chin-Ting Kuo --- .../bindings/spi/aspeed,spi-aspeed.yaml | 66 +++ 1 file changed, 66 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/aspeed,spi-aspeed.yaml

Guten Tag, wie geht es ihnen?

2020-06-05 Thread Andy Jack Chin
. Freundliche Grüße. Dr. Andy Jack Chin.

geschaftsvorschlag

2019-10-22 Thread Chin Sang
Geschäftsanfrage Hallo, Ich bin Dr. Chin Sang und habe einen Geschäftsvorschlag im Wert von 21,5 Mio. USD, den Sie mit mir abwickeln können. Sie können Ihre Antwort in englischer Sprache senden, um ein gutes Verständnis für das Geschäft zu erhalten. Kontaktieren Sie mich daher unter meiner

forretningsforespørgsel

2019-01-25 Thread Chin Sang
forretningsforespørgsel Hej, Jeg er Dr. Chin Sang, fra Kina, jeg har et forretningsforslag til en værdi af 21,5 millioner USD for dig at håndtere med mig. For god forståelse af forretningsaftalen kan du sende dit svar på engelsk til min private email: chinsang...@gmail.com. for flere detaljer om

anmodning forretning

2018-06-09 Thread Chin Sang
god forståelse af forretningsforslaget kan du sende dit svar på engelsk Venligst kontakt mig på min private e-mail nedenfor for eventuelle spørgsmål og yderligere information. chinsang...@gmail.com Med venlig hilsen Chin Sang e-mail: chinsang...@gmail.com

Forretningsforslag

2018-02-28 Thread Chin Sang
Forretnings forslag Hej Jeg bruger dette medium til at informere dig om transaktionen til overf?rsel af $ 21.500.000 (25 millioner, fem hundrede tusind dollars) i min bank i Kina til dig som modtager. Det vil v?re 100% sikkert, jeg er finansdirekt?r for den afd?de kunde. Kontakt mig p? m

[PATCH V3] Set sda-hold-time based on ACPI *CNT value

2017-03-28 Thread Tan Chin Yew
dw_i2c_acpi_params. - Add descriptions to commit message. Changes in V2: - The code is realigned according to suggestion. - "case 40:" is added on top of "default:" for readability. Tan Chin Yew (1): i2c: designware: Get selected speed mode sd

[PATCH] i2c: designware: Get selected speed mode sda-hold-time via ACPI

2017-03-28 Thread Tan Chin Yew
Chin Yew --- drivers/i2c/busses/i2c-designware-platdrv.c | 31 - 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c index a597ba32..5a4eb6b 100644 --- a/drivers/i2c

BUSINESS VORSCHLAG

2015-10-24 Thread Mr chin sang
. Bitte auf meine private E-Mail kontaktieren unter Für Fragen und weitere Informationen. Mit freundlichen Grüßen, sang Chin e-mail: chinsan...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Bitte mein guter Freund

2015-03-16 Thread Mr chin sang
Kunden. Bitte auf meine private E-Mail kontaktieren unter für Fragen und weitere Informationen. Mit freundlichen Grüßen, sang Chin e-mail: chinsan...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

guten Tag

2014-12-23 Thread chin sang
. Bitte auf meine private E-Mail kontaktieren unter für Fragen und weitere Informationen. Mit freundlichen Grüßen, sang Chin e-mail: chinsang...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

guten Tag

2014-10-13 Thread Mr chin sang
Kunden. Bitte auf meine private E-Mail kontaktieren unter für Fragen und weitere Informationen. Mit freundlichen Grüßen, sang Chin E-Mail: chinsang...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Jeg skal bruge dine HASTER RESPOND

2014-09-13 Thread Mr chin sang
kunden.     Kontakt venligst på min private e-mail nedenfor for eventuelle spørgsmål og yderligere information.     Med venlig hilsen     sang Chin   e-post: chinsang...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

[PATCH] ext3: Count internal journal as bsddf overhead in ext3_statfs

2014-08-15 Thread Chin-Tsung Cheng
The journal blocks of external journal device should not be counted as overhead. Signed-off-by: Chin-Tsung Cheng --- fs/ext3/super.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 08cdfe5..622e882 100644 --- a/fs/ext3/super.c

[PATCH v2] ext4: include journal blocks of internal journal in df overhead calcs

2014-08-14 Thread Chin-Tsung Cheng
The journal blocks of external journal device should not be counted as overhead. Signed-off-by: Chin-Tsung Cheng --- fs/ext4/super.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 32b43ad..a80b122 100644 --- a/fs/ext4/super.c

Re: [PATCH] ext4: include journal blocks of internal journal in df overhead calcs

2014-08-13 Thread Chin-Tzung Cheng
2014-08-14 11:21 GMT+08:00 Eric Sandeen : > On 8/13/14, 6:37 AM, Chin-Tsung Cheng wrote: >> The journal blocks of external journal device should not >> be counted as overhead. >> >> Signed-off-by: Chin-Tsung Cheng > > Yep, I added this and didn't consider e

[PATCH] ext4: include journal blocks of internal journal in df overhead calcs

2014-08-13 Thread Chin-Tsung Cheng
The journal blocks of external journal device should not be counted as overhead. Signed-off-by: Chin-Tsung Cheng --- fs/ext4/super.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 32b43ad..03b2f62 100644 --- a/fs/ext4/super.c

[PATCH] Staging: android: sw_sync.c: Fixed coding style issue.

2014-08-06 Thread Yee Chin, Chiam
Fixed coding style issue where blank line is missing after declaration. Signed-off-by: Yee Chin, Chiam --- drivers/staging/android/sw_sync.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/android/sw_sync.c b/drivers/staging/android/sw_sync.c index a76db3f..863d4b1 100644

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

Disks Activity Stats

2005-02-21 Thread Brandy Chin
Hello All, I'm having some trouble in getting the number of disk blocks read/written per second. I found the link on /proc/diskstats but I don't see that parameter somewhere. If there's a way to get the number, it'd be great. Otherwise some cursory advice, pointer to more links would be fine.

Re: Greetings!

2001-04-24 Thread Chin-Tser Huang
Because there was a mail whose subject is "Children first in fork". On Tue, 24 Apr 2001 [EMAIL PROTECTED] wrote: > > > well... the book sounds good... > but... I am still thinking... what it has to do with linux kernel ?? > > > > > [EMAIL PROTECTED] on 04/24/2001 04:27:56 PM > > To: [EMAIL PRO

Re: FWD: 3 NIC cards problem

2001-03-28 Thread Lee Chin
Message-- From: William T Wilson <[EMAIL PROTECTED]> To: Lee Chin <[EMAIL PROTECTED]> Sent: March 28, 2001 9:58:35 PM GMT Subject: Re: FWD: 3 NIC cards problem On Wed, 28 Mar 2001, Lee Chin wrote: > I have a program listening for socket connections on 192.168.1.1, port 80. > &

FWD: 3 NIC cards problem

2001-03-28 Thread Lee Chin
I am posting this mail here because I have tried posting on many news groups, but no one seems to know how. Also, I did read documentation but could not figure out how to do this in Linux 2.4 kernel --Original Message-- From: Lee Chin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj

socket close problems

2001-03-20 Thread Lee Chin
Hi, On linux I have the following problem: I accept connections from client sockets, read the request and send data back and close the socket. After a while, I run out of file descriptors... and when I run netstat, all my connections to the clients are in state CLOSING... and I know the client h

Re: Linux's implementation of poll() not scalable?

2000-10-24 Thread Lee Chin
There is only one thiong I don't understand about this... why can't we re-implement the poll() implementation of Linux instead of introducing another system call? If I understood Linux correctly, what he is saying is that the bind_event system call is needed to give the kernel a hint that the app

get_empty_filp

2000-10-02 Thread Lee Chin
Hello All, I am seeing a bug in get_empty_filp (fs/file_table.c) where files_stat.nr_free_files is out of sync with respect to the actual number of elements in free_list. More precicely, for some reason, free_list became empty (free_list.next and free_list.prev pointed back to free_list) but file

Re: maximum number of sockets

2000-09-20 Thread Lee Chin
TECTED] Sent: September 20, 2000 7:00:22 AM GMT Subject: Re: maximum number of sockets Lee Chin ([EMAIL PROTECTED]) wrote: > How do I increase the maximum number of socket connections I can have open > in the 2.4 series kernel? See http://www.kegel.com/c10k.html#limits.fileha

inode_max in 2.4

2000-09-19 Thread Lee Chin
Hello, I searched Documents and couldn't find what /proc/sys/fs/inode_max has been changed to... because after 800 simultaneous open socket connections I get a "Too many open files" EMFILE error Thanks, lee __ FREE Personalized Email at Mail.com Sign

maximum number of sockets

2000-09-19 Thread Lee Chin
Hello, How do I increase the maximum number of socket connections I can have open in the 2.4 series kernel? Please let me know which list to post these types of questions to. Thanks, Lee __ FREE Personalized Email at Mail.com Sign up at http://www.ma

[BUG] network problems in 2.4 series

2000-09-19 Thread Lee Chin
Hello, I have a program that makes HTTP requests in a loop to a box runing Linux. It goes through another Linux box, which is using proxy ARP and is connected to the client and the web server using a cross over cable [CLIENT][PROXY][WEBSERVER] When the proxy machine uses 2.2 series kern

socket connect problems in latest kernel

2000-09-17 Thread Lee Chin
Hello, I have a heavy workload to benchmark a proxy server and it generates over 1000 simultaneous sessions requesting files of different sizes. I have two seperate problems that I would like clarified: 1. On the newer versions of the kernel, 2.4.XXX I see way too many connect requests timing ou

Linux connect problems

2000-09-13 Thread Lee Chin
Hello, I have a heavy workload to benchmark a proxy server and it generates over 1000 simultaneous sessions requesting files of different sizes. I have two seperate problems that I would like clarified: 1. On the newer versions of the kernel, 2.4.XXX I see way too many connect requests timing ou

Linux connect problems

2000-09-13 Thread Lee Chin
Hello, I have a heavy workload to benchmark a proxy server and it generates over 1000 simultaneous sessions requesting files of different sizes. I have two seperate problems that I would like clarified: 1. On the newer versions of the kernel, 2.4.XXX I see way too many connect requests timing ou

write_space in kernel

2000-09-11 Thread Lee Chin
Hello, I have a call beack registered on write_space in kernel, so when I do a asynchronous sock_sendmsg in the kernel, I get notified. However, I want to know how much data was sent on that socket, so I can free the socket after all data has been sent. How do I check for this condition? Thanks

write_space in kernel

2000-09-11 Thread Lee Chin
Hello, I have a call beack registered on write_space in kernel, so when I do a asynchronous sock_sendmsg in the kernel, I get notified. However, I want to know how much data was sent on that socket, so I can free the socket after all data has been sent. How do I check for this condition? Thanks