[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4e6d286e-a40b-4c6a-afe2-ab91c576a235@kernel.org>
Date: Fri, 3 Nov 2023 12:59:14 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Huangzheng Lai <Huangzheng.Lai@...soc.com>,
Andi Shyti <andi.shyti@...nel.org>
Cc: Orson Zhai <orsonzhai@...il.com>,
Baolin Wang <baolin.wang@...ux.alibaba.com>,
Chunyan Zhang <zhang.lyra@...il.com>,
linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
huangzheng lai <laihuangzheng@...il.com>,
Xiongpeng Wu <xiongpeng.wu@...soc.com>
Subject: Re: [PATCH V2 2/7] i2c: sprd: Add I2C driver to use 'reset framework'
function
On 23/10/2023 10:11, Huangzheng Lai wrote:
> Add the 'reset framework' function for I2C drivers, which
> resets the I2C controller when a timeout exception occurs.
>
> Signed-off-by: Huangzheng Lai <Huangzheng.Lai@...soc.com>
> ---
> drivers/i2c/busses/i2c-sprd.c | 19 +++++++++++++++++--
> return -ETIMEDOUT;
> -
> + }
> return i2c_dev->err;
> }
>
> @@ -544,6 +554,11 @@ static int sprd_i2c_probe(struct platform_device *pdev)
> return ret;
>
> platform_set_drvdata(pdev, i2c_dev);
> + i2c_dev->rst = devm_reset_control_get(i2c_dev->dev, "i2c_rst");
NAK
This is not documented in the bindings. You cannot sneak properties
without their documentation. Also, you cannot sneak new properties to
bindings conversion patches!
Send proper patchset following submission rules, so first documentation,
then driver implementing new feature. One patchset.
Best regards,
Krzysztof
Powered by blists - more mailing lists