Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit badb3b51 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Merge branch '912devices-t-FP4_TP20' into 'v1-t'

[TP20] Merge branch 'lineage-20' of github.com:LineageOS/android_kernel_qcom_sm8250 into v1-t

See merge request !20
parents 092706aa 7b567f9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ F: drivers/net/hamradio/6pack.c
M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/net/ethernet/realtek/r8169.c
F:	drivers/net/ethernet/realtek/r8169*

8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
VERSION = 4
PATCHLEVEL = 19
SUBLEVEL = 297
SUBLEVEL = 300
EXTRAVERSION =
NAME = "People's Front"

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *  size immediately following the kernel, we could build this into
 *  a binary blob, and concatenate the zImage using the cat command.
 */
		.section .start,#alloc,#execinstr
		.section .start, "ax"
		.type	_start, #function
		.globl	_start

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 *  Author: Nicolas Pitre
 */

	.section ".start", #alloc, #execinstr
	.section ".start", "ax"

	mrc	p15, 0, r0, c1, c0, 0	@ read control reg
	orr	r0, r0, #(1 << 7)	@ enable big endian mode
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
#endif
		.endm

		.section ".start", #alloc, #execinstr
		.section ".start", "ax"
/*
 * sort out different calling conventions
 */
Loading