Hello Wolfram, I've a issue with a I2C video decoder driver (drivers/media/i2c/tvp5150.c). In v4.5-rc1, the driver gets I2C read / writes timeouts when accessing the device I2C registers: tvp5150 1-005c: i2c i/o error: rc == -110 tvp5150: probe of 1-005c failed with error -110 The driver used to work up to v4.4 so this is a regression in v4.5-rc1: tvp5150 1-005c: tvp5151 (1.0) chip found @ 0xb8 (OMAP I2C adapter) tvp5150 1-005c: tvp5151 detected. I tracked down to commit 9f924169c035 ("i2c: always enable RuntimePM for the adapter device") and reverting that commit makes things to work again. The tvp5150 driver doesn't have runtime PM support but the I2C controller driver does (drivers/i2c/busses/i2c-omap.c) FWIW. I tried adding runtime PM support to tvp5150 (basically calling pm_runtime enable/get on probe before the first I2C read to resume the controller) but that it did not work. Not filling the OMAP I2C driver's runtime PM callbacks does not help either. Any hints about the proper way to fix this issue? Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html