Re: [PATCH v2 1/1] platform/chrome: Probe multiple i2c adapters of the same name

2014-06-11 Thread Mika Westerberg
On Tue, Jun 10, 2014 at 06:17:35AM +0100, Scot Doyle wrote: > The chromeos_laptop module probes the first i2c adapter with a specific name > for expected hardware. However, the Acer C720 Chromebook has two i2c > adapters with the same name. This patch probes each i2c adapter with a > specific name

[PATCH v2 1/1] platform/chrome: Probe multiple i2c adapters of the same name

2014-06-09 Thread Scot Doyle
The chromeos_laptop module probes the first i2c adapter with a specific name for expected hardware. However, the Acer C720 Chromebook has two i2c adapters with the same name. This patch probes each i2c adapter with a specific name in turn, until locating the expected hardware. Thanks to Mika W