Skip to content

Commit c00bc06

Browse files
committed
kernel: Test of zswap deferred initialisation (take 2)
See: raspberrypi/linux#3626 kernel: VC4 DRM/KMS - use correct dma-ranges See: raspberrypi/linux#3623 kernel: media: bcm2835-unicam: Retain packing information on G_FMT See: raspberrypi/linux#3622 kernel: Switch to snd_soc_dai_set_bclk_ratio See: raspberrypi/linux#3620 kernel: V4L2 H264 framing fixes See: raspberrypi/linux#3614 kernel: drm/vc4: Fix VIC usage with Broadcast RGB See: raspberrypi/linux#3611 kernel: media: bcm2835-unicam: Always service interrupts See: raspberrypi/linux#3608 kernel: overlays: Fix audio parameter of vc4-kms-v3 See: raspberrypi/linux#2489 kernel: configs: Restore missing NF_TABLES settings See: raspberrypi/linux#3615 kernel: sc16is7xx: Fix for hardware flow control See: raspberrypi/linux#2542 kernel: Use the upstream cpufreq driver on non-BCM2835 Pis See: raspberrypi/linux#3604 kernel: Backport of udmabuf and dma-heaps See: raspberrypi/linux#3571 kernel: imx477 v4l2 driver See: raspberrypi/linux#3605 firmware: isp: fix ISP component to return non-zero focus FoMs firmware: Fix for IMX477 focal length, f_number and aperture firmware: Update firmware for USB MSD boot firmware: platform: Fix overflow on high arm overclocks firmware: video_encode: Add option to include header bytes with frame firmware: DSI display: Close I2C handle if the display doesn't probe firmware: mmal/vc: Add mapping for OMX_IndexConfigBufferStall / MMAL_PARAMETER_VIDEO_STALL_THRESHOLD See: https://www.raspberrypi.org/forums/viewtopic.php?f=70&t=273123&p=1655481 firmware: hdmi: Request an I2C interrupt for EDID reading firmware: i2c: Move using_interrupt flag into periph_setup
1 parent 7449540 commit c00bc06

File tree

1,320 files changed

+265678
-264229
lines changed

Some content is hidden

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

1,320 files changed

+265678
-264229
lines changed

boot/bcm2708-rpi-b-plus.dtb

181 Bytes
Binary file not shown.

boot/bcm2708-rpi-b-rev1.dtb

181 Bytes
Binary file not shown.

boot/bcm2708-rpi-b.dtb

181 Bytes
Binary file not shown.

boot/bcm2708-rpi-cm.dtb

181 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero-w.dtb

181 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero.dtb

181 Bytes
Binary file not shown.

boot/bcm2709-rpi-2-b.dtb

181 Bytes
Binary file not shown.

boot/bcm2710-rpi-2-b.dtb

181 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b-plus.dtb

181 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b.dtb

181 Bytes
Binary file not shown.

boot/bcm2710-rpi-cm3.dtb

181 Bytes
Binary file not shown.

boot/bootcode.bin

0 Bytes
Binary file not shown.

boot/fixup.dat

-1 Bytes
Binary file not shown.

boot/fixup4.dat

2 Bytes
Binary file not shown.

boot/fixup4cd.dat

-10 Bytes
Binary file not shown.

boot/fixup4db.dat

-5 Bytes
Binary file not shown.

boot/fixup4x.dat

3 Bytes
Binary file not shown.

boot/fixup_cd.dat

-10 Bytes
Binary file not shown.

boot/fixup_db.dat

-3 Bytes
Binary file not shown.

boot/fixup_x.dat

-1 Bytes
Binary file not shown.

boot/kernel.img

13.1 KB
Binary file not shown.

boot/kernel7.img

28.8 KB
Binary file not shown.

boot/kernel7l.img

14.1 KB
Binary file not shown.

boot/kernel8.img

68 KB
Binary file not shown.

boot/overlays/README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,14 @@ Load: dtoverlay=imx219
13901390
Params: <None>
13911391

13921392

1393+
Name: imx477
1394+
Info: Sony IMX477 camera module.
1395+
Uses Unicam 1, which is the standard camera connector on most Pi
1396+
variants.
1397+
Load: dtoverlay=imx477
1398+
Params: <None>
1399+
1400+
13931401
Name: iqaudio-codec
13941402
Info: Configures the IQaudio Codec audio card
13951403
Load: dtoverlay=iqaudio-codec

boot/overlays/imx477.dtbo

2.91 KB
Binary file not shown.

boot/overlays/vc4-kms-v3d.dtbo

0 Bytes
Binary file not shown.

boot/start.elf

19.6 KB
Binary file not shown.

boot/start4.elf

19.6 KB
Binary file not shown.

boot/start4cd.elf

15.5 KB
Binary file not shown.

boot/start4db.elf

30.1 KB
Binary file not shown.

boot/start4x.elf

19.5 KB
Binary file not shown.

boot/start_cd.elf

15.5 KB
Binary file not shown.

boot/start_db.elf

30.1 KB
Binary file not shown.

boot/start_x.elf

19.5 KB
Binary file not shown.

documentation/ilcomponents/video_encode.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1>OMX.broadcom.video_encode</h1>
225225
<tr valign="top"><td><tt>OMX_IndexParamVideoPortFormat</tt>
226226
<td> Query / set the video port format. The input port supports uncompressed pixel data,
227227
the output port supports a varietary of compressed formats.
228-
<tr valign="top"><td rowspan="21">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamBrcmAllowMemChange">OMX_IndexParamBrcmAllowMemChange</a></tt>
228+
<tr valign="top"><td rowspan="22">&nbsp;<td><tt><a href="prop.html#OMX_IndexParamBrcmAllowMemChange">OMX_IndexParamBrcmAllowMemChange</a></tt>
229229
<td> Allow the component to change the amount of memory allocated when it goes from LOADED
230230
to IDLE and has already allocated memory during an earlier transition. Enabled by default.
231231
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamBrcmRetainMemory">OMX_IndexParamBrcmRetainMemory</a></tt>
@@ -263,6 +263,11 @@ <h1>OMX.broadcom.video_encode</h1>
263263
data when copying into genuine OMX buffers. This does not change the
264264
behaviour when a pointer to the output FIFO is used as the output buffer
265265
with appropriate offsets and lengths.
266+
<tr valign="top"><td><tt>OMX_IndexParamCodecHeadersWithFrame</tt>
267+
<td> Query / set whether the component should create a separate buffer for the codec
268+
header bytes, or include them with the first frame.
269+
This does not change the behaviour when a pointer to the output FIFO is used as
270+
the output buffer with appropriate offsets and lengths.
266271
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamComponentName">OMX_IndexParamComponentName</a></tt>
267272
<td> Sets the component name to be used in internal logging messages.
268273
<tr valign="top"><td><tt><a href="prop.html#OMX_IndexParamBrcmEEDEEnable">OMX_IndexParamBrcmEEDEEnable</a></tt>

extra/Module.symvers

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,6 @@
12121212
0x63a7c28c bitmap_find_free_region vmlinux EXPORT_SYMBOL
12131213
0xfdf11734 blk_mq_queue_inflight vmlinux EXPORT_SYMBOL_GPL
12141214
0xfc219fe1 kernfs_find_and_get_ns vmlinux EXPORT_SYMBOL_GPL
1215-
0x56b63670 lzo1x_1_compress lib/lzo/lzo_compress EXPORT_SYMBOL_GPL
12161215
0xc66da963 ip_set_match_extensions net/netfilter/ipset/ip_set EXPORT_SYMBOL_GPL
12171216
0xdfe85112 ubi_leb_erase drivers/mtd/ubi/ubi EXPORT_SYMBOL_GPL
12181217
0x7d5e1815 dm_rh_get_region_key drivers/md/dm-region-hash EXPORT_SYMBOL_GPL
@@ -1231,6 +1230,7 @@
12311230
0xe8583737 of_graph_parse_endpoint vmlinux EXPORT_SYMBOL
12321231
0x7a761636 leds_list_lock vmlinux EXPORT_SYMBOL_GPL
12331232
0xcd9b9069 regulator_set_mode vmlinux EXPORT_SYMBOL_GPL
1233+
0x56b63670 lzo1x_1_compress vmlinux EXPORT_SYMBOL_GPL
12341234
0x8b443a87 set_disk_ro vmlinux EXPORT_SYMBOL
12351235
0x2225683e dquot_enable vmlinux EXPORT_SYMBOL
12361236
0x88ab6fe3 kgdb_active vmlinux EXPORT_SYMBOL_GPL
@@ -2491,6 +2491,7 @@
24912491
0x0d28fbd4 pwm_apply_state vmlinux EXPORT_SYMBOL_GPL
24922492
0x2eef6dae blk_queue_virt_boundary vmlinux EXPORT_SYMBOL
24932493
0xbd8fc0e8 blk_insert_cloned_request vmlinux EXPORT_SYMBOL_GPL
2494+
0xdcdedce6 zpool_unregister_driver vmlinux EXPORT_SYMBOL
24942495
0x22b029fd p9_client_readlink net/9p/9pnet EXPORT_SYMBOL
24952496
0x5d443b76 nf_nat_icmpv6_reply_translation net/netfilter/nf_nat EXPORT_SYMBOL_GPL
24962497
0xc8269f94 snd_soc_params_to_frame_size sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
@@ -7539,6 +7540,7 @@
75397540
0xa8ce71fe con_is_visible vmlinux EXPORT_SYMBOL
75407541
0xc6bd6e96 devm_of_clk_add_hw_provider vmlinux EXPORT_SYMBOL_GPL
75417542
0xdf0f75c6 eventfd_signal vmlinux EXPORT_SYMBOL_GPL
7543+
0x563b4fbe zpool_register_driver vmlinux EXPORT_SYMBOL
75427544
0x5ce6b7c0 clocksource_unregister vmlinux EXPORT_SYMBOL
75437545
0xebef8ac5 bt_sock_wait_ready net/bluetooth/bluetooth EXPORT_SYMBOL
75447546
0xdf0595f9 bt_sock_wait_state net/bluetooth/bluetooth EXPORT_SYMBOL
@@ -8328,6 +8330,7 @@
83288330
0xdea77567 key_alloc vmlinux EXPORT_SYMBOL
83298331
0x50501c34 write_inode_now vmlinux EXPORT_SYMBOL
83308332
0x22b9fb01 init_pseudo vmlinux EXPORT_SYMBOL
8333+
0x6005c351 zpool_has_pool vmlinux EXPORT_SYMBOL
83318334
0xb7ef0b61 ieee80211_amsdu_to_8023s net/wireless/cfg80211 EXPORT_SYMBOL
83328335
0x9ecdb1c2 mt76x02_queue_rx_skb drivers/net/wireless/mediatek/mt76/mt76x02-lib EXPORT_SYMBOL_GPL
83338336
0x7b5a4926 sha1_zero_message_hash crypto/sha1_generic EXPORT_SYMBOL_GPL
@@ -8872,7 +8875,6 @@
88728875
0x80c713c1 blk_mq_queue_stopped vmlinux EXPORT_SYMBOL
88738876
0x1dc54eb6 wait_for_completion vmlinux EXPORT_SYMBOL
88748877
0xe3d6084a __cpuhp_setup_state vmlinux EXPORT_SYMBOL
8875-
0xb7491c17 lzorle1x_1_compress lib/lzo/lzo_compress EXPORT_SYMBOL_GPL
88768878
0xb0d85520 snd_soc_dpcm_can_be_free_stop sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
88778879
0x16b28e8c si470x_start drivers/media/radio/si470x/radio-si470x-common EXPORT_SYMBOL_GPL
88788880
0x7064c89c dvb_ringbuffer_write_user drivers/media/dvb-core/dvb-core EXPORT_SYMBOL
@@ -8886,6 +8888,7 @@
88868888
0xafa96455 i2c_smbus_write_byte_data vmlinux EXPORT_SYMBOL
88878889
0xb5a489e6 usb_unlink_urb vmlinux EXPORT_SYMBOL_GPL
88888890
0x80c4c111 gpiod_get_from_of_node vmlinux EXPORT_SYMBOL_GPL
8891+
0xb7491c17 lzorle1x_1_compress vmlinux EXPORT_SYMBOL_GPL
88898892
0xe80b5366 iomap_fiemap vmlinux EXPORT_SYMBOL_GPL
88908893
0x4f1449de __nf_nat_mangle_tcp_packet net/netfilter/nf_nat EXPORT_SYMBOL
88918894
0x373922ff snd_dma_alloc_pages sound/core/snd-pcm EXPORT_SYMBOL

0 commit comments

Comments
 (0)