Re: [RFC PATCH 0/2] check I2C device id for pca984x chips

2018-02-01 Thread Peter Rosin
On 2018-01-29 18:38, Adrian Fiergolski wrote: >>> On 22.01.2018 at 12:36, Peter Rosin wrote: This series tries to check the I2C device id, but instead of open coding the check in the pca954x driver, I have a new function in the core doing the work. The code is only compile-

Re: [RFC PATCH 0/2] check I2C device id for pca984x chips

2018-01-29 Thread Adrian Fiergolski
On 27.01.2018 at 09:37, Peter Rosin wrote: > On 2018-01-26 17:33, Adrian Fiergolski wrote: >> Hi Peter, >> >> Sorry for the late reply. > No problem. > >> Yes, it's true I have one of the chip. However, my yocto based build system >> depends on https://github.com/Xilinx/linux-xlnx and it's in versi

Re: [RFC PATCH 0/2] check I2C device id for pca984x chips

2018-01-27 Thread Peter Rosin
On 2018-01-26 17:33, Adrian Fiergolski wrote: > Hi Peter, > > Sorry for the late reply. No problem. > Yes, it's true I have one of the chip. However, my yocto based build system > depends on https://github.com/Xilinx/linux-xlnx and it's in version > 4.9.0-xilinx-v2017.3. > Apparently, there were

Re: [RFC PATCH 0/2] check I2C device id for pca984x chips

2018-01-26 Thread Adrian Fiergolski
Hi Peter, Sorry for the late reply. Yes, it's true I have one of the chip. However, my yocto based build system depends on https://github.com/Xilinx/linux-xlnx and it's in version 4.9.0-xilinx-v2017.3. Apparently, there were some bigger changes in i2c core between this version and upstream, thus

[RFC PATCH 0/2] check I2C device id for pca984x chips

2018-01-22 Thread Peter Rosin
Hi! This series tries to check the I2C device id, but instead of open coding the check in the pca954x driver, I have a new function in the core doing the work. The code is only compile-tested, hence the RFC, and I would really like a Tested-by: tag from Adrian who presumably have one of these chi