Sheng-Liang Pan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger
change elan touchscreen interrupt to LEVEL trigger to pass uniformity test.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/1
diff --git a/src/mainboard/google/volteer/variants/voxel/overridetree.cb b/src/mainboard/google/volteer/variants/voxel/overridetree.cb index d7a265b..5aa006b 100644 --- a/src/mainboard/google/volteer/variants/voxel/overridetree.cb +++ b/src/mainboard/google/volteer/variants/voxel/overridetree.cb @@ -116,7 +116,7 @@ chip drivers/i2c/hid register "generic.hid" = ""ELAN90FC"" register "generic.desc" = ""ELAN Touchscreen"" - register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_E7_IRQ)" + register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)" register "generic.probed" = "1" register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_C10)"
Sheng-Liang Pan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 1: Code-Review+1
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 1:
Sheng-Liang, the build failure here isn't your fault (what's failing is board.SUPERMICRO_X11SSH_F), so I'd bet if you rebase, you'll get the +1 from build bot
Sheng-Liang Pan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 2:
Patch Set 1:
Sheng-Liang, the build failure here isn't your fault (what's failing is board.SUPERMICRO_X11SSH_F), so I'd bet if you rebase, you'll get the +1 from build bot
done
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 2: Code-Review-1
Please see the bug, there may be a bigger problem this is masking
Tim Wawrzynczak has removed a vote from this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
Removed Code-Review-1 by Tim Wawrzynczak twawrzynczak@chromium.org
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/46624/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/46624/2//COMMIT_MSG@9 PS2, Line 9: change elan touchscreen interrupt to LEVEL trigger to pass uniformity : test. Can you please add the following detail to the commit message:
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4, the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
References: [1] http://download.microsoft.com/download/7/d/d/7dd44bb7-2a7a-4505-ac1c-7227d3d...
https://review.coreboot.org/c/coreboot/+/46624/2/src/mainboard/google/voltee... File src/mainboard/google/volteer/variants/voxel/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/46624/2/src/mainboard/google/voltee... PS2, Line 104: ACPI_IRQ_EDGE_LOW This is wrong too. Since this is an I2C-HID device the interrupt will have to be level triggered.
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Derek Huang, YH Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46624
to look at the new patch set (#3).
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4, the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/3
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Derek Huang, YH Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46624
to look at the new patch set (#4).
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4, the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/4
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Derek Huang, YH Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46624
to look at the new patch set (#5).
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4,the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/5
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Derek Huang, YH Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46624
to look at the new patch set (#6).
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4,the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/6
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Derek Huang, YH Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46624
to look at the new patch set (#7).
Change subject: mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan touchscreen interrupt to LEVEL trigger
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4,the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/7
Hello build bot (Jenkins), Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Derek Huang, YH Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46624
to look at the new patch set (#8).
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger
ELAN and Goodix touchscreen devices used on voxel are I2C-HID devices and as per "HID over I2C Protocol Specification"[1] Version 1.00 Section 7.4,the interrupt line used by the device is expected to be level triggered. Hence, this change updates the configuration of the touchscreen interrupt to be level triggered.
BUG=b:169632772 BRANCH=volteer TEST="emerge-volteer coreboot" compiles successfully
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: Id0272d9a4796da9479bd06c74d0c68b1ce6069b3 --- M src/mainboard/google/volteer/variants/voxel/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/46624/8
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 8: Code-Review+2
Sheng-Liang Pan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 8: Code-Review+1
Caveh Jalali has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 8: Code-Review+1
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 8: Code-Review+2
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
Patch Set 8:
Heads up: Karthik pushed a change yesterday to update the trigger type for all volteer devices here: https://review.coreboot.org/c/coreboot/+/47416
Sheng-Liang Pan has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46624 )
Change subject: mb/google/volteer/var/voxel: change elan and goodix touchscreen interrupt to LEVEL trigger ......................................................................
Abandoned
abandon since https://review.coreboot.org/c/coreboot/+/47416 merged