forked from Hexxeh/rpi-firmware
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: media/i2c: ov7251: Switch from V4L2_CID_GAIN to V4L2_CID_ANAL…
…OGUE_GAIN See: raspberrypi/linux#5711 kernel: DRM fixes See: raspberrypi/linux#5716 kernel: drm: vc4: Free the dlist alloc immediately if it never hit the hw See: raspberrypi/linux#5733 kernel: Include I2C bus details in ft5x06 and goodix touch driver names See: raspberrypi/linux#5703 kernel: drm: vc4: Block swiotlb bounce buffers being imported as dmabuf See: raspberrypi/linux#5734
- Loading branch information
1 parent
8e2a862
commit 3ba5755
Showing
32 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
526b986030c2ef61e2dd61641838290810da61f9 | ||
a984fda6b2c24dbf1ca21924f99c8f9418f5765e |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+56 Bytes
(100%)
modules/6.1.63+/kernel/drivers/input/touchscreen/edt-ft5x06.ko.xz
Binary file not shown.
Binary file modified
BIN
+12 Bytes
(100%)
modules/6.1.63+/kernel/drivers/input/touchscreen/goodix_ts.ko.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+96 Bytes
(100%)
modules/6.1.63-v7+/kernel/drivers/input/touchscreen/edt-ft5x06.ko.xz
Binary file not shown.
Binary file modified
BIN
+28 Bytes
(100%)
modules/6.1.63-v7+/kernel/drivers/input/touchscreen/goodix_ts.ko.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
modules/6.1.63-v7l+/kernel/drivers/input/touchscreen/edt-ft5x06.ko.xz
Binary file not shown.
Binary file modified
BIN
+16 Bytes
(100%)
modules/6.1.63-v7l+/kernel/drivers/input/touchscreen/goodix_ts.ko.xz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
modules/6.1.63-v8+/kernel/drivers/input/touchscreen/edt-ft5x06.ko.xz
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(100%)
modules/6.1.63-v8+/kernel/drivers/input/touchscreen/goodix_ts.ko.xz
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-372 Bytes
(100%)
modules/6.1.63-v8-16k+/kernel/drivers/gpu/drm/vc4/vc4.ko.xz
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
modules/6.1.63-v8-16k+/kernel/drivers/input/touchscreen/edt-ft5x06.ko.xz
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
modules/6.1.63-v8-16k+/kernel/drivers/input/touchscreen/goodix_ts.ko.xz
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
modules/6.1.63-v8-16k+/kernel/drivers/media/i2c/ov7251.ko.xz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Linux version 6.1.63+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1699 Tue Nov 21 14:58:37 GMT 2023 | ||
Linux version 6.1.63+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1700 Thu Nov 23 14:06:58 GMT 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Linux version 6.1.63-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1699 SMP Tue Nov 21 14:59:51 GMT 2023 | ||
Linux version 6.1.63-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1700 SMP Thu Nov 23 14:07:57 GMT 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Linux version 6.1.63-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1699 SMP Tue Nov 21 15:01:13 GMT 2023 | ||
Linux version 6.1.63-v7l+ (dom@buildbot) (arm-linux-gnueabihf-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1700 SMP Thu Nov 23 14:08:56 GMT 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Linux version 6.1.63-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1699 SMP PREEMPT Tue Nov 21 15:03:26 GMT 2023 | ||
Linux version 6.1.63-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1700 SMP PREEMPT Thu Nov 23 14:10:01 GMT 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Linux version 6.1.63-v8-16k+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1699 SMP PREEMPT Tue Nov 21 15:06:01 GMT 2023 | ||
Linux version 6.1.63-v8-16k+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1700 SMP PREEMPT Thu Nov 23 14:11:15 GMT 2023 |