mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-30 10:41:50 +00:00
1, format all patches from https://github.com/megous/linux `git format-patch 79bf89b88a87f2ebf147f76d8c40183283b49b51...2a7cb228d29c3882c1414c10a44c5f3f59bfa44d` and copy them to sunxi-next with prefix `0000-` 2, remove unnecessary patches, due to they are revert of upstream patches:4d867e2bd6
4e674a3000
b8e05fe47e
8bb8175edd
a2888276ee
3, remove fail to apply and no use:960ddd63a8
4, remove WireGuard patch:1cd13b836c
5, remove meaningless patch:f26e36379a
6, remove merged or included by megous/linux patches: 0112-mfd-axp20x-Add-supported-cells-for-AXP803.patch board-bpi-m3-make-ethernet-working.patch board-pine-h6-pine-h6-0025-phy-sun4i-usb-add-support-for-missing-USB-PHY-index.patch 7, remove stable release update patches. ignored. 8, rebase sunxi-next/sunxi64-next to upstream linux-4.19.y test result: all patches applied, no error. orangepipc/orangpioneplus build OK. Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
30 lines
766 B
Diff
30 lines
766 B
Diff
From 143f5c46be05234ca2618eb4515b9b1d2f329770 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sat, 30 Sep 2017 21:31:35 +0200
|
|
Subject: [PATCH 29/82] MAINTAINERS: Add entry for Himax HM5065
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
MAINTAINERS | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/MAINTAINERS b/MAINTAINERS
|
|
index 11a59e82d92e..93f4ff7d6eba 100644
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -6611,6 +6611,12 @@ S: Supported
|
|
F: Documentation/scsi/hptiop.txt
|
|
F: drivers/scsi/hptiop.c
|
|
|
|
+HIMAX HM5065 SENSOR DRIVER
|
|
+M: Ondrej Jirman <kernel@xff.cz>
|
|
+L: linux-media@vger.kernel.org
|
|
+S: Supported
|
|
+F: drivers/media/i2c/hm5065.c
|
|
+
|
|
HIPPI
|
|
M: Jes Sorensen <jes@trained-monkey.org>
|
|
L: linux-hippi@sunsite.dk
|
|
--
|
|
2.20.1
|
|
|