Re: [PATCH v2 0/2] Fix OF match for adxl34x driver

2015-05-23 Thread Geert Uytterhoeven
Hi Dmitry, On Sat, May 23, 2015 at 1:32 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Thu, May 21, 2015 at 01:42:24PM +0200, Geert Uytterhoeven wrote: This is a resent of a series by Laurent Pinchart to fix OF matching for the adxl34x driver. Applied and sorry for the delay.

Re: I2C class bitmask

2015-05-23 Thread York Sun
On 05/23/2015 09:27 AM, Guenter Roeck wrote: On Thu, May 21, 2015 at 02:07:31PM -0700, York Sun wrote: Lee, Is there any convention regarding I2C class bitmask? I see only three are defined for 3.12.19 and four for 4.0 I2C_CLASS_HWMON, I2C_CLASS_DDC, I2C_CLASS_SPD, I2C_CLASS_DEPRECATED

[RFC] sound: ppc: keywest: check if DEQ was already instantiated

2015-05-23 Thread Wolfram Sang
Due to changes in i2c-powermac, for some Macs the DEQ is instantiated now in i2c-powermac while some need the instantiation here in the keywest sound driver. The proper fix is to convert this driver to AOA. Until then support both ways of instantiation. Before this patch, some Macs lost sound

Re: I2C class bitmask

2015-05-23 Thread Guenter Roeck
On Thu, May 21, 2015 at 02:07:31PM -0700, York Sun wrote: Lee, Is there any convention regarding I2C class bitmask? I see only three are defined for 3.12.19 and four for 4.0 I2C_CLASS_HWMON, I2C_CLASS_DDC, I2C_CLASS_SPD, I2C_CLASS_DEPRECATED I am working on a clock chip driver (SI5338)