sunxi-6.14: Switching to v6.14.8
This commit is contained in:
parent
fd60028551
commit
1bf37853b1
@ -36,7 +36,7 @@ case $BRANCH in
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.14.5"
|
||||
declare -g KERNELBRANCH="tag:v6.14.8"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ case $BRANCH in
|
||||
|
||||
edge)
|
||||
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
|
||||
declare -g KERNELBRANCH="tag:v6.14.5"
|
||||
declare -g KERNELBRANCH="tag:v6.14.8"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 3a3f2d1162880ac679dc6b3aaefa2b161ae694de Mon Sep 17 00:00:00 2001
|
||||
From 7209d2722c06641535136be81944a8f8304f344e Mon Sep 17 00:00:00 2001
|
||||
From: The-going <48602507+The-going@users.noreply.github.com>
|
||||
Date: Wed, 2 Feb 2022 19:34:55 +0300
|
||||
Subject: drv:gpu:drm: panel-simple Add compability olinuxino lcd
|
||||
@ -8,10 +8,10 @@ Subject: drv:gpu:drm: panel-simple Add compability olinuxino lcd
|
||||
1 file changed, 121 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
|
||||
index 9b2f128fd309..ff15e05c85b4 100644
|
||||
index cf9ab2d1f1d2..4ea9a1fe50de 100644
|
||||
--- a/drivers/gpu/drm/panel/panel-simple.c
|
||||
+++ b/drivers/gpu/drm/panel/panel-simple.c
|
||||
@@ -3550,6 +3550,42 @@ static const struct panel_desc okaya_rs800480t_7x0gp = {
|
||||
@@ -3551,6 +3551,42 @@ static const struct panel_desc okaya_rs800480t_7x0gp = {
|
||||
.bus_format = MEDIA_BUS_FMT_RGB666_1X18,
|
||||
};
|
||||
|
||||
@ -54,7 +54,7 @@ index 9b2f128fd309..ff15e05c85b4 100644
|
||||
static const struct drm_display_mode olimex_lcd_olinuxino_43ts_mode = {
|
||||
.clock = 9000,
|
||||
.hdisplay = 480,
|
||||
@@ -3562,8 +3598,8 @@ static const struct drm_display_mode olimex_lcd_olinuxino_43ts_mode = {
|
||||
@@ -3563,8 +3599,8 @@ static const struct drm_display_mode olimex_lcd_olinuxino_43ts_mode = {
|
||||
.vtotal = 272 + 8 + 5 + 3,
|
||||
};
|
||||
|
||||
@ -65,7 +65,7 @@ index 9b2f128fd309..ff15e05c85b4 100644
|
||||
.num_modes = 1,
|
||||
.size = {
|
||||
.width = 95,
|
||||
@@ -3605,6 +3641,72 @@ static const struct panel_desc ontat_kd50g21_40nt_a1 = {
|
||||
@@ -3606,6 +3642,72 @@ static const struct panel_desc ontat_kd50g21_40nt_a1 = {
|
||||
.connector_type = DRM_MODE_CONNECTOR_DPI,
|
||||
};
|
||||
|
||||
@ -138,7 +138,7 @@ index 9b2f128fd309..ff15e05c85b4 100644
|
||||
/*
|
||||
* 800x480 CVT. The panel appears to be quite accepting, at least as far as
|
||||
* pixel clocks, but this is the timing that was being used in the Adafruit
|
||||
@@ -5066,8 +5168,23 @@ static const struct of_device_id platform_of_match[] = {
|
||||
@@ -5067,8 +5169,23 @@ static const struct of_device_id platform_of_match[] = {
|
||||
.compatible = "okaya,rs800480t-7x0gp",
|
||||
.data = &okaya_rs800480t_7x0gp,
|
||||
}, {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 1bd66ae2c914290b56e258b62b798e29a5af2a77 Mon Sep 17 00:00:00 2001
|
||||
From 921577ba5d5e7b5fac08ba0bd37960d013b3677e Mon Sep 17 00:00:00 2001
|
||||
From: The-going <48602507+The-going@users.noreply.github.com>
|
||||
Date: Wed, 2 Feb 2022 20:08:50 +0300
|
||||
Subject: drv:usb:gadget:composite rename gadget serial console manufacturer
|
||||
@ -10,10 +10,10 @@ to the Armbian brand.
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
|
||||
index 869ad99afb48..9f111be98fd1 100644
|
||||
index 8dbc132a505e..0a6e056c2749 100644
|
||||
--- a/drivers/usb/gadget/composite.c
|
||||
+++ b/drivers/usb/gadget/composite.c
|
||||
@@ -2777,7 +2777,7 @@ EXPORT_SYMBOL_GPL(usb_composite_setup_continue);
|
||||
@@ -2775,7 +2775,7 @@ EXPORT_SYMBOL_GPL(usb_composite_setup_continue);
|
||||
|
||||
static char *composite_default_mfr(struct usb_gadget *gadget)
|
||||
{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 1fa825de245c820af4b50883f14eed193a680a5e Mon Sep 17 00:00:00 2001
|
||||
From c177a5ac1125f4c9a29db6884ac3f4d081cf1bbb Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Holland <samuel@sholland.org>
|
||||
Date: Fri, 25 Sep 2020 21:42:52 -0500
|
||||
Subject: ASoC: ec25: New codec driver for the EC25 modem
|
||||
@ -16,10 +16,10 @@ Signed-off-by: Samuel Holland <samuel@sholland.org>
|
||||
create mode 100644 sound/soc/codecs/ec25.c
|
||||
|
||||
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
|
||||
index ee35f3aa5521..6d67a9fc5304 100644
|
||||
index 0138cfabbb03..211e77d7d64f 100644
|
||||
--- a/sound/soc/codecs/Kconfig
|
||||
+++ b/sound/soc/codecs/Kconfig
|
||||
@@ -1148,6 +1148,9 @@ config SND_SOC_HDMI_CODEC
|
||||
@@ -1147,6 +1147,9 @@ config SND_SOC_HDMI_CODEC
|
||||
select SND_PCM_IEC958
|
||||
select HDMI
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From f2dc4bc534baf1d2cf7f43dbf040601e1542f9c5 Mon Sep 17 00:00:00 2001
|
||||
From b5e1f014248677c77d0ba5a410b27a215fa067ac Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Jirman <megi@xff.cz>
|
||||
Date: Thu, 7 Sep 2023 14:07:26 +0200
|
||||
Subject: usb: gadget: Fix dangling pointer in netdev private data
|
||||
@ -22,7 +22,7 @@ Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
||||
6 files changed, 56 insertions(+), 47 deletions(-)
|
||||
|
||||
diff --git a/drivers/usb/gadget/function/f_ecm.c b/drivers/usb/gadget/function/f_ecm.c
|
||||
index 80841de845b0..4758994b5f26 100644
|
||||
index 027226325039..70de3bfeaa6c 100644
|
||||
--- a/drivers/usb/gadget/function/f_ecm.c
|
||||
+++ b/drivers/usb/gadget/function/f_ecm.c
|
||||
@@ -685,14 +685,12 @@ ecm_bind(struct usb_configuration *c, struct usb_function *f)
|
||||
@ -42,7 +42,7 @@ index 80841de845b0..4758994b5f26 100644
|
||||
mutex_unlock(&ecm_opts->lock);
|
||||
if (status)
|
||||
return status;
|
||||
@@ -907,7 +905,9 @@ static void ecm_free(struct usb_function *f)
|
||||
@@ -913,7 +911,9 @@ static void ecm_free(struct usb_function *f)
|
||||
|
||||
static void ecm_unbind(struct usb_configuration *c, struct usb_function *f)
|
||||
{
|
||||
@ -53,7 +53,7 @@ index 80841de845b0..4758994b5f26 100644
|
||||
|
||||
DBG(c->cdev, "ecm unbind\n");
|
||||
|
||||
@@ -920,6 +920,8 @@ static void ecm_unbind(struct usb_configuration *c, struct usb_function *f)
|
||||
@@ -926,6 +926,8 @@ static void ecm_unbind(struct usb_configuration *c, struct usb_function *f)
|
||||
|
||||
kfree(ecm->notify_req->buf);
|
||||
usb_ep_free_request(ecm->notify, ecm->notify_req);
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
From 9f67fcbe0e78e9b63df2e687b0eea50633f9e79e Mon Sep 17 00:00:00 2001
|
||||
From 472bb85c925dd230c6e5e9123b739fd6901722c0 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
||||
Date: Mon, 7 Jun 2021 20:27:07 +0200
|
||||
Subject: video: pwm_bl: Allow to change lth_brightness via sysfs
|
||||
@ -21,8 +21,8 @@ Then make sure to restore this value after each boot by writing it to
|
||||
|
||||
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
||||
---
|
||||
drivers/video/backlight/pwm_bl.c | 72 +++++++++++++++++++++++++++++++-
|
||||
1 file changed, 70 insertions(+), 2 deletions(-)
|
||||
drivers/video/backlight/pwm_bl.c | 97 +++++++++++++++++++++++++++++++-
|
||||
1 file changed, 94 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/drivers/video/backlight/pwm_bl.c b/drivers/video/backlight/pwm_bl.c
|
||||
index 237d3d3f3bb1..9f96bdd82a87 100644
|
||||
|
||||
Loading…
Reference in New Issue
Block a user