aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/domain
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-11-01 15:56:03 -0500
committerTom Rini <trini@konsulko.com>2023-11-10 11:01:50 -0500
commita94a4071d449e12c9fb5ac37d6362d22efcb27da (patch)
tree30296c854ff64fb51f5a484fefec2902ce0fb5c8 /drivers/power/domain
parenta40f35f0691f862d527ed75329773a24369a5b7e (diff)
downloadu-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.zip
u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.tar.gz
u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.tar.bz2
tree-wide: Replace http:// link with https:// link for ti.com
Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'drivers/power/domain')
-rw-r--r--drivers/power/domain/ti-power-domain.c2
-rw-r--r--drivers/power/domain/ti-sci-power-domain.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/domain/ti-power-domain.c b/drivers/power/domain/ti-power-domain.c
index 9e71513..b34c982 100644
--- a/drivers/power/domain/ti-power-domain.c
+++ b/drivers/power/domain/ti-power-domain.c
@@ -2,7 +2,7 @@
/*
* Texas Instruments power domain driver
*
- * Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
* Tero Kristo <t-kristo@ti.com>
*/
diff --git a/drivers/power/domain/ti-sci-power-domain.c b/drivers/power/domain/ti-sci-power-domain.c
index 0140e5e..8d6abe1 100644
--- a/drivers/power/domain/ti-sci-power-domain.c
+++ b/drivers/power/domain/ti-sci-power-domain.c
@@ -2,7 +2,7 @@
/*
* Texas Instruments System Control Interface (TI SCI) power domain driver
*
- * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
+ * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
* Andreas Dannenberg <dannenberg@ti.com>
*
* Loosely based on Linux kernel ti_sci_pm_domains.c...