Re: [PATCH 3/6] i2c: i2c-qcom-geni: Add interconnect support
From: <hidden>
Date: 2019-01-23 06:51:34
Also in:
linux-arm-msm, linux-i2c, linux-serial, linux-spi, lkml
From: <hidden>
Date: 2019-01-23 06:51:34
Also in:
linux-arm-msm, linux-i2c, linux-serial, linux-spi, lkml
On 2019-01-22 14:43, Peter Rosin wrote:
On 2019-01-22 07:33, Alok Chauhan wrote:quoted
Get the interconnect paths for I2C based Serial Engine device and vote accordingly based on maximum supported I2C frequency. Signed-off-by: Alok Chauhan <redacted> --- drivers/i2c/busses/i2c-qcom-geni.c | 13 +++++++++++++ 1 file changed, 13 insertions(+)diff --git a/drivers/i2c/busses/i2c-qcom-geni.cb/drivers/i2c/busses/i2c-qcom-geni.c index db075bc..e8fe63a 100644--- a/drivers/i2c/busses/i2c-qcom-geni.c +++ b/drivers/i2c/busses/i2c-qcom-geni.c@@ -14,6 +14,7 @@ #include <linux/pm_runtime.h> #include <linux/qcom-geni-se.h> #include <linux/spinlock.h> +#include <linux/interconnect.h>Please keep the includes sorted. Probably applies for the other patches in the series as well? Cheers, Peter
Sure, will do. Thanks for your comment. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,a Linux Foundation Collaborative Project