Skip to content

Commit d074f26

Browse files
committed
Merge remote-tracking branch 'stable/linux-5.9.y' into v5.9+
2 parents 499966d + 90daeb0 commit d074f26

52 files changed

Lines changed: 320 additions & 107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/net/can/tcan4x5x.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tcan4x5x: tcan4x5x@0 {
3333
spi-max-frequency = <10000000>;
3434
bosch,mram-cfg = <0x0 0 0 32 0 0 1 1>;
3535
interrupt-parent = <&gpio1>;
36-
interrupts = <14 GPIO_ACTIVE_LOW>;
36+
interrupts = <14 IRQ_TYPE_LEVEL_LOW>;
3737
device-state-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
3838
device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
3939
reset-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;

Documentation/devicetree/bindings/net/nfc/nxp-nci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example (for ARM-based BeagleBone with NPC100 NFC controller on I2C2):
2525
clock-frequency = <100000>;
2626

2727
interrupt-parent = <&gpio1>;
28-
interrupts = <29 GPIO_ACTIVE_HIGH>;
28+
interrupts = <29 IRQ_TYPE_LEVEL_HIGH>;
2929

3030
enable-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
3131
firmware-gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;

Documentation/devicetree/bindings/net/nfc/pn544.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example (for ARM-based BeagleBone with PN544 on I2C2):
2525
clock-frequency = <400000>;
2626

2727
interrupt-parent = <&gpio1>;
28-
interrupts = <17 GPIO_ACTIVE_HIGH>;
28+
interrupts = <17 IRQ_TYPE_LEVEL_HIGH>;
2929

3030
enable-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
3131
firmware-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 5
33
PATCHLEVEL = 9
4-
SUBLEVEL = 12
4+
SUBLEVEL = 13
55
EXTRAVERSION =
66
NAME = Kleptomaniac Octopus
77

drivers/crypto/chelsio/chtls/chtls_cm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,7 @@ static struct sock *chtls_recv_sock(struct sock *lsk,
12061206
sk_setup_caps(newsk, dst);
12071207
ctx = tls_get_ctx(lsk);
12081208
newsk->sk_destruct = ctx->sk_destruct;
1209+
newsk->sk_prot_creator = lsk->sk_prot_creator;
12091210
csk->sk = newsk;
12101211
csk->passive_reap_next = oreq;
12111212
csk->tx_chan = cxgb4_port_chan(ndev);

drivers/crypto/chelsio/chtls/chtls_hw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ int chtls_setkey(struct chtls_sock *csk, u32 keylen,
391391
csk->wr_unacked += DIV_ROUND_UP(len, 16);
392392
enqueue_wr(csk, skb);
393393
cxgb4_ofld_send(csk->egress_dev, skb);
394+
skb = NULL;
394395

395396
chtls_set_scmd(csk);
396397
/* Clear quiesce for Rx key */

drivers/gpu/drm/i915/gt/intel_mocs.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ static const struct drm_i915_mocs_entry tgl_mocs_table[] = {
243243
* only, __init_mocs_table() take care to program unused index with
244244
* this entry.
245245
*/
246-
MOCS_ENTRY(1, LE_3_WB | LE_TC_1_LLC | LE_LRUM(3),
247-
L3_3_WB),
246+
MOCS_ENTRY(I915_MOCS_PTE,
247+
LE_0_PAGETABLE | LE_TC_0_PAGETABLE,
248+
L3_1_UC),
248249
GEN11_MOCS_ENTRIES,
249250

250251
/* Implicitly enable L1 - HDC:L1 + L3 + LLC */

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ static const struct xpad_device {
241241
{ 0x1038, 0x1430, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
242242
{ 0x1038, 0x1431, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
243243
{ 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
244+
{ 0x1209, 0x2882, "Ardwiino Controller", 0, XTYPE_XBOX360 },
244245
{ 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
245246
{ 0x12ab, 0x0301, "PDP AFTERGLOW AX.1", 0, XTYPE_XBOX360 },
246247
{ 0x12ab, 0x0303, "Mortal Kombat Klassic FightStick", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
@@ -418,6 +419,7 @@ static const struct usb_device_id xpad_table[] = {
418419
XPAD_XBOXONE_VENDOR(0x0f0d), /* Hori Controllers */
419420
XPAD_XBOX360_VENDOR(0x1038), /* SteelSeries Controllers */
420421
XPAD_XBOX360_VENDOR(0x11c9), /* Nacon GC100XF */
422+
XPAD_XBOX360_VENDOR(0x1209), /* Ardwiino Controllers */
421423
XPAD_XBOX360_VENDOR(0x12ab), /* X-Box 360 dance pads */
422424
XPAD_XBOX360_VENDOR(0x1430), /* RedOctane X-Box 360 controllers */
423425
XPAD_XBOX360_VENDOR(0x146b), /* BigBen Interactive Controllers */

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
219219
DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
220220
DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
221221
},
222+
.matches = {
223+
DMI_MATCH(DMI_SYS_VENDOR, "ByteSpeed LLC"),
224+
DMI_MATCH(DMI_PRODUCT_NAME, "ByteSpeed Laptop C15B"),
225+
},
222226
},
223227
{ }
224228
};

drivers/input/touchscreen/atmel_mxt_ts.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,11 +2183,11 @@ static int mxt_initialize(struct mxt_data *data)
21832183
msleep(MXT_FW_RESET_TIME);
21842184
}
21852185

2186-
error = mxt_acquire_irq(data);
2186+
error = mxt_check_retrigen(data);
21872187
if (error)
21882188
return error;
21892189

2190-
error = mxt_check_retrigen(data);
2190+
error = mxt_acquire_irq(data);
21912191
if (error)
21922192
return error;
21932193

0 commit comments

Comments
 (0)