linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] mfd: cros_ec: Check DT node for usbpd-notify add
@ 2020-02-10 19:06 Prashant Malani
  2020-02-24 10:29 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Prashant Malani @ 2020-02-10 19:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: Prashant Malani, Enric Balletbo i Serra, Benson Leung,
	Guenter Roeck, Lee Jones

Add a check to ensure there is indeed an EC device tree entry before
adding the cros-usbpd-notify device. This covers configs where both
CONFIG_ACPI and CONFIG_OF are defined, but the EC device is defined
using device tree and not in ACPI.

Signed-off-by: Prashant Malani <pmalani@chromium.org>
Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Fixes: 4602dce0361e ("mfd: cros_ec: Add cros-usbpd-notify subdevice")
---

This patch was originally part 3/4 of a series for the Chrome OS EC
USBPD notify driver:
 https://patchwork.kernel.org/patch/11351271/

Resending this patch since the dependent components have been merged
into the upstream master tree or an immutable staging branch:
- Patches 1/4 and 4/4 of the original series have been included in
  the platform/chrome maintainer's immutable staging branch:
      https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git/log/?h=ib-chrome-platform-power-supply-cros-usbpd-notify
- Patch 2/4 has been merged to the mainline kernel as
  commit 4602dce0361ebc67b9bfbed9338eee588e3c7e7e.


Changes in RESEND:
- No changes.

Changes in v8:
- Patch first introduced in v8 of the series.

 drivers/mfd/cros_ec_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
index 39e61169505362..32c2b912b58b25 100644
--- a/drivers/mfd/cros_ec_dev.c
+++ b/drivers/mfd/cros_ec_dev.c
@@ -211,7 +211,7 @@ static int ec_device_probe(struct platform_device *pdev)
 	 * explicitly added on platforms that don't have the PD notifier ACPI
 	 * device entry defined.
 	 */
-	if (IS_ENABLED(CONFIG_OF)) {
+	if (IS_ENABLED(CONFIG_OF) && ec->ec_dev->dev->of_node) {
 		if (cros_ec_check_features(ec, EC_FEATURE_USB_PD)) {
 			retval = mfd_add_hotplug_devices(ec->dev,
 					cros_usbpd_notify_cells,
-- 
2.25.0.341.g760bfbb309-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] mfd: cros_ec: Check DT node for usbpd-notify add
  2020-02-10 19:06 [PATCH RESEND] mfd: cros_ec: Check DT node for usbpd-notify add Prashant Malani
@ 2020-02-24 10:29 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2020-02-24 10:29 UTC (permalink / raw)
  To: Prashant Malani
  Cc: linux-kernel, Enric Balletbo i Serra, Benson Leung, Guenter Roeck

On Mon, 10 Feb 2020, Prashant Malani wrote:

> Add a check to ensure there is indeed an EC device tree entry before
> adding the cros-usbpd-notify device. This covers configs where both
> CONFIG_ACPI and CONFIG_OF are defined, but the EC device is defined
> using device tree and not in ACPI.
> 
> Signed-off-by: Prashant Malani <pmalani@chromium.org>
> Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> Fixes: 4602dce0361e ("mfd: cros_ec: Add cros-usbpd-notify subdevice")
> ---
> 
> This patch was originally part 3/4 of a series for the Chrome OS EC
> USBPD notify driver:
>  https://patchwork.kernel.org/patch/11351271/
> 
> Resending this patch since the dependent components have been merged
> into the upstream master tree or an immutable staging branch:
> - Patches 1/4 and 4/4 of the original series have been included in
>   the platform/chrome maintainer's immutable staging branch:
>       https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git/log/?h=ib-chrome-platform-power-supply-cros-usbpd-notify
> - Patch 2/4 has been merged to the mainline kernel as
>   commit 4602dce0361ebc67b9bfbed9338eee588e3c7e7e.
> 
> Changes in RESEND:
> - No changes.
> 
> Changes in v8:
> - Patch first introduced in v8 of the series.
> 
>  drivers/mfd/cros_ec_dev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-24 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 19:06 [PATCH RESEND] mfd: cros_ec: Check DT node for usbpd-notify add Prashant Malani
2020-02-24 10:29 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).