diff options
author | Nishanth Menon <nm@ti.com> | 2023-11-01 15:56:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-10 11:01:50 -0500 |
commit | a94a4071d449e12c9fb5ac37d6362d22efcb27da (patch) | |
tree | 30296c854ff64fb51f5a484fefec2902ce0fb5c8 /drivers/misc | |
parent | a40f35f0691f862d527ed75329773a24369a5b7e (diff) | |
download | u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.tar.gz u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.tar.bz2 u-boot-a94a4071d449e12c9fb5ac37d6362d22efcb27da.zip |
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/misc')
-rw-r--r-- | drivers/misc/esm_pmic.c | 2 | ||||
-rw-r--r-- | drivers/misc/k3_avs.c | 2 | ||||
-rw-r--r-- | drivers/misc/k3_esm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/esm_pmic.c b/drivers/misc/esm_pmic.c index b971f32f6a..a518f75061 100644 --- a/drivers/misc/esm_pmic.c +++ b/drivers/misc/esm_pmic.c @@ -2,7 +2,7 @@ /* * PMIC Error Signal Monitor driver * - * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/ * Tero Kristo <t-kristo@ti.com> * */ diff --git a/drivers/misc/k3_avs.c b/drivers/misc/k3_avs.c index 9a088244dd..0d29eff1ac 100644 --- a/drivers/misc/k3_avs.c +++ b/drivers/misc/k3_avs.c @@ -2,7 +2,7 @@ /* * Texas Instruments' K3 Clas 0 Adaptive Voltage Scaling driver * - * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/ * Tero Kristo <t-kristo@ti.com> * */ diff --git a/drivers/misc/k3_esm.c b/drivers/misc/k3_esm.c index 41faeb3d85..f6ac18bdc7 100644 --- a/drivers/misc/k3_esm.c +++ b/drivers/misc/k3_esm.c @@ -2,7 +2,7 @@ /* * Texas Instruments' K3 Error Signalling Module driver * - * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/ * Tero Kristo <t-kristo@ti.com> * */ |