On Thu, Mar 04, 2021 at 11:14:06AM +0000, Aaron Jones wrote: > From: Aaron Jones(FTDI-UK) <aaron.jones@xxxxxxxxxxxx> > > On Fri, Feb 19, 2021 at 06:36:44PM +0200, Michael Zaidman wrote: > > The FTDI FT260 chip implements USB to I2C/UART bridges through two > > USB HID class interfaces. The first - for I2C, and the second for UART. > > Each interface is independent, and the kernel detects it as a separate > > USB hidraw device. > > > > This commit adds I2C host adapter support. > > > > Signed-off-by:Michael Zaidman <michael.zaidman@xxxxxxxxx> > > I've applied the patch, ran some tests with a UMFT260EV1A evaluation board, > and found no issues with the functionality it provides. > > Tested-by: Aaron Jones (FTDI-UK) <aaron.jones@xxxxxxxxxxxx> Aaron, thanks for giving it a try - much appreciated! I will add your "Tested-by:" to the next version of the patch once I receive any feedback.