[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1ff8ca51-cd20-8066-6ca4-f6359bb89dd8@linaro.org>
Date: Thu, 25 Aug 2022 17:43:11 +0300
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Duke Du <dukedu83@...il.com>, jdelvare@...e.com,
linux@...ck-us.net, corbet@....net, linux-hwmon@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: fran.hsu@...ntatw.com, charles.hsu@...ntatw.com,
george.hung@...ntatw.com, duke.du@...ntatw.com
Subject: Re: [PATCH v3] hwmon: Add driver for the TEXAS TPS546D24 Buck
Converter.
On 19/08/2022 06:04, Duke Du wrote:
Thank you for your patch. There is something to discuss/improve.
> +static int tps546d24_probe(struct i2c_client *client)
> +{
> + return pmbus_do_probe(client, &tps546d24_info);
> +}
> +
> +static const struct i2c_device_id tps546d24_id[] = {
> + {"tps546d24", 0},
> + {}
> +};
> +MODULE_DEVICE_TABLE(i2c, tps546d24_id);
> +
> +static const struct of_device_id __maybe_unused tps546d24_of_match[] = {
> + {.compatible = "tps546d24"},
Except missing vendor prefix, you need to document the compatible in
bindings.
> + {}
> +};
> +
Missing MODULE_DEVICE_TABLE
> +MODULE_IMPORT_NS(PMBUS);
Best regards,
Krzysztof
Powered by blists - more mailing lists