Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-11 Thread Benson Leung
Hi Martin, On Sun, Aug 11, 2013 at 12:54 PM, Martin Nordholts wrote: > I get this in dmesg --level err > (--notime) though > > find_i2c_adapter_num: i2c adapter i915 gmbus panel not found on system. > find_i2c_adapter_num: i2c adapter i915 gmbus vga not found on system. > find_i2c_adapter_num:

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-11 Thread Martin Nordholts
2013/8/7 Benson Leung > > If you get a chance, could you let me know if my deferred probe > changes work well in your configuration? I can confirm that your changes works, i.e. the touchpad and touchscreen works directly after boot on my 32GB non-LTE Chromebook Pixel. I applied the patches on a

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-11 Thread Martin Nordholts
2013/8/7 Benson Leung ble...@chromium.org If you get a chance, could you let me know if my deferred probe changes work well in your configuration? I can confirm that your changes works, i.e. the touchpad and touchscreen works directly after boot on my 32GB non-LTE Chromebook Pixel. I applied

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-11 Thread Benson Leung
Hi Martin, On Sun, Aug 11, 2013 at 12:54 PM, Martin Nordholts ense...@gmail.com wrote: I get this in dmesg --level err (--notime) though find_i2c_adapter_num: i2c adapter i915 gmbus panel not found on system. find_i2c_adapter_num: i2c adapter i915 gmbus vga not found on system.

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-07 Thread Benson Leung
Hi Martin, On Sun, Aug 4, 2013 at 10:32 PM, Martin Nordholts wrote: > ... I must admit I did not see this. I realize that this makes my > patch a dead end. I wish I would have seen that earlier, that would > have saved time for everyone. My apologies. > > Regarding the interaction with non-i2c

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-07 Thread Benson Leung
Hi Martin, On Sun, Aug 4, 2013 at 10:32 PM, Martin Nordholts ense...@gmail.com wrote: ... I must admit I did not see this. I realize that this makes my patch a dead end. I wish I would have seen that earlier, that would have saved time for everyone. My apologies. Regarding the interaction

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-04 Thread Martin Nordholts
2013/8/5 Benson Leung : > Hi Martin, > > Thank you for looking into this problem. Obviously, this is a problem > Olof and our team has been working on as well. Hi Benson, Thank you for spending time reviewing and testing my patch. I understand your team is busy and am honored you took the time

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-04 Thread Benson Leung
Hi Martin, Thank you for looking into this problem. Obviously, this is a problem Olof and our team has been working on as well. On Thu, Jul 18, 2013 at 8:58 AM, wrote: > From: Martin Nordholts > > Hello, > > I have looked into solving the "touchpad/touchscreen not working on > boot"-problem

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-04 Thread Benson Leung
Hi Martin, Thank you for looking into this problem. Obviously, this is a problem Olof and our team has been working on as well. On Thu, Jul 18, 2013 at 8:58 AM, ense...@gmail.com wrote: From: Martin Nordholts ense...@gmail.com Hello, I have looked into solving the touchpad/touchscreen not

Re: [PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-08-04 Thread Martin Nordholts
2013/8/5 Benson Leung ble...@chromium.org: Hi Martin, Thank you for looking into this problem. Obviously, this is a problem Olof and our team has been working on as well. Hi Benson, Thank you for spending time reviewing and testing my patch. I understand your team is busy and am honored you

[PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-07-18 Thread enselic
From: Martin Nordholts Hello, I have looked into solving the "touchpad/touchscreen not working on boot"-problem on Chromebook Pixel, see for example Brock Tice's last comment on https://plus.google.com/+LinusTorvalds/posts/1iFsBWBqoYY I have seen Olof's attempt at a fix: [PATCH] Platform:

[PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race

2013-07-18 Thread enselic
From: Martin Nordholts ense...@gmail.com Hello, I have looked into solving the touchpad/touchscreen not working on boot-problem on Chromebook Pixel, see for example Brock Tice's last comment on https://plus.google.com/+LinusTorvalds/posts/1iFsBWBqoYY I have seen Olof's attempt at a fix: