Skip to content

Commit fb4ae31

Browse files
committed
Merge tag 'omap-for-v5.9/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc
SoC changes for omaps for v5.9 merge window Just one commit to use https for the external links. * tag 'omap-for-v5.9/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP: Replace HTTP links with HTTPS ones Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents f1a0a99 + e9dbeba commit fb4ae31

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

arch/arm/mach-omap1/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ config MACH_SX1
146146
Support for the Siemens SX1 phone. To boot the kernel,
147147
you'll need a SX1 compatible bootloader; check out
148148
http://forum.oslik.ru and
149-
http://www.handhelds.org/moin/moin.cgi/SiemensSX1
149+
https://www.handhelds.org/moin/moin.cgi/SiemensSX1
150150
for more information.
151151
Say Y here if you have such a phone, say NO otherwise.
152152

arch/arm/mach-omap1/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* OMAP2/3 support Copyright (C) 2004-2007 Texas Instruments, Inc.
1111
* Some functions based on earlier dma-omap.c Copyright (C) 2001 RidgeRun, Inc.
1212
*
13-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
13+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
1414
* Converted DMA library into platform driver
1515
* - G, Manjunath Kondaiah <[email protected]>
1616
*/

arch/arm/mach-omap1/gpio15xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* OMAP15xx specific gpio init
33
*
4-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* Author:
77
* Charulatha V <[email protected]>

arch/arm/mach-omap1/gpio16xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* OMAP16xx specific gpio init
33
*
4-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* Author:
77
* Charulatha V <[email protected]>

arch/arm/mach-omap1/gpio7xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* OMAP7xx specific gpio init
33
*
4-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* Author:
77
* Charulatha V <[email protected]>

arch/arm/mach-omap1/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* device model. It also has a low level function to change the timer
77
* input clock source.
88
*
9-
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
9+
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
1010
* Tarun Kanti DebBarma <[email protected]>
1111
* Thara Gopinath <[email protected]>
1212
*

arch/arm/plat-omap/dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Support functions for the OMAP internal DMA channels.
1818
*
19-
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
19+
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
2020
* Converted DMA library into DMA platform driver.
2121
* - G, Manjunath Kondaiah <[email protected]>
2222
*/

0 commit comments

Comments
 (0)