Skip to content

Commit d8e3416

Browse files
authored
kernel: bump 5.18 to 5.18.15 (coolsnowwolf#9859)
Signed-off-by: aakkll <[email protected]>
1 parent 25ff31a commit d8e3416

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

include/kernel-5.18

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.18 = .14
2-
LINUX_KERNEL_HASH-5.18.14 = e17d46451133d3a3099b09e200839e875100b48403171923ab71b6a9b39856af
1+
LINUX_VERSION-5.18 = .15
2+
LINUX_KERNEL_HASH-5.18.15 = 69804febdc388a69dfb64493b7b58d402853de3a14144ea8db7fd67c30dcbe3c

target/linux/generic/hack-5.18/760-net-usb-r8152-add-LED-configuration-from-OF.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Signed-off-by: David Bauer <[email protected]>
2222
#include <linux/crc32.h>
2323
#include <linux/if_vlan.h>
2424
#include <linux/uaccess.h>
25-
@@ -6852,6 +6853,22 @@ static void rtl_tally_reset(struct r8152
25+
@@ -6864,6 +6865,22 @@ static void rtl_tally_reset(struct r8152
2626
ocp_write_word(tp, MCU_TYPE_PLA, PLA_RSTTALLY, ocp_data);
2727
}
2828

@@ -45,7 +45,7 @@ Signed-off-by: David Bauer <[email protected]>
4545
static void r8152b_init(struct r8152 *tp)
4646
{
4747
u32 ocp_data;
48-
@@ -6893,6 +6910,8 @@ static void r8152b_init(struct r8152 *tp
48+
@@ -6905,6 +6922,8 @@ static void r8152b_init(struct r8152 *tp
4949
ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_USB_CTRL);
5050
ocp_data &= ~(RX_AGG_DISABLE | RX_ZERO_EN);
5151
ocp_write_word(tp, MCU_TYPE_USB, USB_USB_CTRL, ocp_data);
@@ -54,7 +54,7 @@ Signed-off-by: David Bauer <[email protected]>
5454
}
5555

5656
static void r8153_init(struct r8152 *tp)
57-
@@ -7033,6 +7052,8 @@ static void r8153_init(struct r8152 *tp)
57+
@@ -7045,6 +7064,8 @@ static void r8153_init(struct r8152 *tp)
5858
tp->coalesce = COALESCE_SLOW;
5959
break;
6060
}
@@ -63,7 +63,7 @@ Signed-off-by: David Bauer <[email protected]>
6363
}
6464

6565
static void r8153b_init(struct r8152 *tp)
66-
@@ -7115,6 +7136,8 @@ static void r8153b_init(struct r8152 *tp
66+
@@ -7127,6 +7148,8 @@ static void r8153b_init(struct r8152 *tp
6767
rtl_tally_reset(tp);
6868

6969
tp->coalesce = 15000; /* 15 us */

0 commit comments

Comments
 (0)