Skip to content

Commit 38e81f2

Browse files
committed
kernel: Bump to 4.19.59
kernel: overlays: Add PCF2129 RTC See: #1190 kernel: overlays: dpi18 and dpi24 vc4 compatibility kernel: overlays: Add i2c0 and i2c1 for regularity kernel: Pisound: Remove spinlock usage around spi_sync See: raspberrypi/linux#3069 kernel: configs: Enable iio driver for TI ADS1015 See: raspberrypi/linux#3083 kernel: bcm2711_defconfig: enable PCI portbus support (and implicitly, PCIe AER) See: raspberrypi/linux#3086 kernel: FKMS hdmi_timings settings See: raspberrypi/linux#3082 kernel: overlays: audremap: Support GPIOs 18 & 19 See: #1178 kernel: FKMS overscan support See: raspberrypi/linux#3090 firmware: Change order of display remapping for default display number firmware: AWB: Set default number of stats regions for RPi AWB See: #1198 firmware: Fix composite interrupt HVS channel firmware: scalarlib: Fix width setting for SCALERLIB_PIXEL_FORMAT_YUV10COL firmware: vcmailbox: Add a new SET_AUDIO_LDO_STATE mailbox command firmware: Add mailbox call to report the HDMI timings firmware: H264: Set the decoder cache AXI burst length to the same as the encoder firmware: gencmd: Fix gencmd max result length firmware: bootloader_config: New gencmd to read the EEPROM config firmware: pwm_audio: Use PWM1 on BCM2838 unless remapped See: #1178
1 parent cba4be2 commit 38e81f2

File tree

9,618 files changed

+161538
-161245
lines changed

Some content is hidden

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

9,618 files changed

+161538
-161245
lines changed

boot/fixup.dat

0 Bytes
Binary file not shown.

boot/fixup4.dat

13 Bytes
Binary file not shown.

boot/fixup4cd.dat

12 Bytes
Binary file not shown.

boot/fixup4db.dat

15 Bytes
Binary file not shown.

boot/fixup4x.dat

13 Bytes
Binary file not shown.

boot/fixup_db.dat

-2 Bytes
Binary file not shown.

boot/fixup_x.dat

2 Bytes
Binary file not shown.

boot/kernel.img

-328 Bytes
Binary file not shown.

boot/kernel7.img

120 Bytes
Binary file not shown.

boot/kernel7l.img

16.6 KB
Binary file not shown.

boot/overlays/README

+36-12
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,14 @@ Params: <None>
475475

476476

477477
Name: audremap
478-
Info: Switches PWM sound output to pins 12 (Right) & 13 (Left)
478+
Info: Switches PWM sound output to GPIOs on the 40-pin header
479479
Load: dtoverlay=audremap,<param>=<val>
480480
Params: swap_lr Reverse the channel allocation, which will also
481481
swap the audio jack outputs (default off)
482482
enable_jack Don't switch off the audio jack output
483483
(default off)
484+
pins_12_13 Select GPIOs 12 & 13 (default)
485+
pins_18_19 Select GPIOs 18 & 19
484486

485487

486488
Name: balena-fin
@@ -1022,6 +1024,8 @@ Params: abx80x Select one of the ABx80x family:
10221024

10231025
pcf2127 Select the PCF2127 device
10241026

1027+
pcf2129 Select the PCF2129 device
1028+
10251029
pcf8523 Select the PCF8523 device
10261030

10271031
pcf8563 Select the PCF8563 device
@@ -1067,10 +1071,14 @@ Params: abx80x Select one of the ABx80x family:
10671071

10681072
pcf2127 Select the PCF2127 device
10691073

1074+
pcf2129 Select the PCF2129 device
1075+
10701076
pcf8523 Select the PCF8523 device
10711077

10721078
pcf8563 Select the PCF8563 device
10731079

1080+
rv3028 Select the Micro Crystal RV3028 device
1081+
10741082
addr Sets the address for the RTC. Note that the
10751083
device must be configured to use the specified
10761084
address.
@@ -1079,11 +1087,14 @@ Params: abx80x Select one of the ABx80x family:
10791087
"schottky" (ABx80x only)
10801088

10811089
trickle-resistor-ohms Resistor value for trickle charge (DS1339,
1082-
ABx80x)
1090+
ABx80x, RV3028)
10831091

10841092
wakeup-source Specify that the RTC can be used as a wakeup
10851093
source
10861094

1095+
backup-switchover-mode Backup power supply switch mode. Must be 0 for
1096+
off or 1 for Vdd < VBackup (RV3028 only)
1097+
10871098
i2c_gpio_sda GPIO used for I2C data (default "23")
10881099

10891100
i2c_gpio_scl GPIO used for I2C clock (default "24")
@@ -1142,33 +1153,46 @@ Params: addr Set the address for the BME280, BMP280, DS1621,
11421153
sensor
11431154

11441155

1145-
Name: i2c0-bcm2708
1156+
Name: i2c0
11461157
Info: Change i2c0 pin usage. Not all pin combinations are usable on all
11471158
platforms - platforms other then Compute Modules can only use this
11481159
to disable transaction combining.
1149-
Load: dtoverlay=i2c0-bcm2708,<param>=<val>
1150-
Params: sda0_pin GPIO pin for SDA0 (deprecated - use pins_*)
1151-
scl0_pin GPIO pin for SCL0 (deprecated - use pins_*)
1152-
pins_0_1 Use pins 0 and 1 (default)
1160+
Load: dtoverlay=i2c0,<param>=<val>
1161+
Params: pins_0_1 Use pins 0 and 1 (default)
11531162
pins_28_29 Use pins 28 and 29
11541163
pins_44_45 Use pins 44 and 45
11551164
pins_46_47 Use pins 46 and 47
11561165
combine Allow transactions to be combined (default
11571166
"yes")
11581167

11591168

1160-
Name: i2c1-bcm2708
1169+
Name: i2c0-bcm2708
1170+
Info: Deprecated, legacy version of i2c0, from which it inherits its
1171+
parameters, just adding the explicit individual pin specifiers.
1172+
Load: <Deprecated>
1173+
Params: sda0_pin GPIO pin for SDA0 (deprecated - use pins_*)
1174+
scl0_pin GPIO pin for SCL0 (deprecated - use pins_*)
1175+
1176+
1177+
Name: i2c1
11611178
Info: Change i2c1 pin usage. Not all pin combinations are usable on all
11621179
platforms - platforms other then Compute Modules can only use this
11631180
to disable transaction combining.
1164-
Info: Enable the i2c_bcm2708 driver for the i2c1 bus
1165-
Load: dtoverlay=i2c1-bcm2708,<param>=<val>
1181+
Load: dtoverlay=i2c1,<param>=<val>
1182+
Params: pins_2_3 Use pins 2 and 3 (default)
1183+
pins_44_45 Use pins 44 and 45
1184+
combine Allow transactions to be combined (default
1185+
"yes")
1186+
1187+
1188+
Name: i2c1-bcm2708
1189+
Info: Deprecated, legacy version of i2c1, from which it inherits its
1190+
parameters, just adding the explicit individual pin specifiers.
1191+
Load: <Deprecated>
11661192
Params: sda1_pin GPIO pin for SDA1 (2 or 44 - default 2)
11671193
scl1_pin GPIO pin for SCL1 (3 or 45 - default 3)
11681194
pin_func Alternative pin function (4 (alt0), 6 (alt2) -
11691195
default 4)
1170-
combine Allow transactions to be combined (default
1171-
"yes")
11721196

11731197

11741198
Name: i2c3

boot/overlays/audremap.dtbo

258 Bytes
Binary file not shown.

boot/overlays/dpi18.dtbo

188 Bytes
Binary file not shown.

boot/overlays/dpi24.dtbo

188 Bytes
Binary file not shown.

boot/overlays/i2c-rtc-gpio.dtbo

614 Bytes
Binary file not shown.

boot/overlays/i2c-rtc.dtbo

164 Bytes
Binary file not shown.

boot/overlays/i2c0-bcm2708.dtbo

356 Bytes
Binary file not shown.

boot/overlays/i2c0.dtbo

1.36 KB
Binary file not shown.

boot/overlays/i2c1-bcm2708.dtbo

342 Bytes
Binary file not shown.

boot/overlays/i2c1.dtbo

1004 Bytes
Binary file not shown.

boot/start.elf

32 Bytes
Binary file not shown.

boot/start4.elf

3.09 KB
Binary file not shown.

boot/start4cd.elf

2.47 KB
Binary file not shown.

boot/start4db.elf

4.72 KB
Binary file not shown.

boot/start4x.elf

3.13 KB
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_db.elf

32 Bytes
Binary file not shown.

boot/start_x.elf

32 Bytes
Binary file not shown.

extra/Module.symvers

+24-22
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
0x978b1d93 nfs_access_zap_cache vmlinux EXPORT_SYMBOL_GPL
697697
0x3dcfbc1f param_ops_uint vmlinux EXPORT_SYMBOL
698698
0xd7442057 bt_info net/bluetooth/bluetooth EXPORT_SYMBOL
699-
0x335a7590 mwifiex_add_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
699+
0xaf7ca5ec mwifiex_add_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
700700
0x782cbc90 rc_map_af9005_table drivers/media/usb/dvb-usb/dvb-usb-af9005-remote EXPORT_SYMBOL
701701
0x47e2b46b stv6110_attach drivers/media/dvb-frontends/stv6110 EXPORT_SYMBOL
702702
0x4c9165b6 stv0910_attach drivers/media/dvb-frontends/stv0910 EXPORT_SYMBOL_GPL
@@ -1533,7 +1533,7 @@
15331533
0x25f12a75 snd_soc_set_runtime_hwparams sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
15341534
0xb1a74d43 snd_pcm_open_substream sound/core/snd-pcm EXPORT_SYMBOL
15351535
0x30ba5a38 ssb_device_disable drivers/ssb/ssb EXPORT_SYMBOL
1536-
0x2d7fab5b mwifiex_handle_rx_packet drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1536+
0xa1d7da9e mwifiex_handle_rx_packet drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
15371537
0x76acaa4d phy_select_page drivers/net/phy/libphy EXPORT_SYMBOL_GPL
15381538
0xc71e64a9 snmp_get_cpu_field vmlinux EXPORT_SYMBOL_GPL
15391539
0x4d56e06b __rtnl_link_register vmlinux EXPORT_SYMBOL_GPL
@@ -1800,7 +1800,7 @@
18001800
0x00b9fd41 crypto_unregister_instance vmlinux EXPORT_SYMBOL_GPL
18011801
0x7228f657 adau1977_regmap_config sound/soc/codecs/snd-soc-adau1977 EXPORT_SYMBOL_GPL
18021802
0x8c82dfca synth_request_region drivers/staging/speakup/speakup EXPORT_SYMBOL_GPL
1803-
0x9be43a12 mwifiex_process_hs_config drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1803+
0xd6beb977 mwifiex_process_hs_config drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
18041804
0xa7a08af8 nand_exit_status_op drivers/mtd/nand/raw/nand EXPORT_SYMBOL_GPL
18051805
0xebab48a9 md_register_thread drivers/md/md-mod EXPORT_SYMBOL
18061806
0x7f4649f4 mr_mfc_find_parent vmlinux EXPORT_SYMBOL
@@ -3411,7 +3411,7 @@
34113411
0x4cb7fbd3 cfg80211_tx_mlme_mgmt net/wireless/cfg80211 EXPORT_SYMBOL
34123412
0xd0f7ed38 cfg80211_rx_mlme_mgmt net/wireless/cfg80211 EXPORT_SYMBOL
34133413
0xec83f22e rt2x00usb_initialize drivers/net/wireless/ralink/rt2x00/rt2x00usb EXPORT_SYMBOL_GPL
3414-
0x7af0bf6d mwifiex_upload_device_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
3414+
0xf2599b4b mwifiex_upload_device_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
34153415
0xfa9bb48e alloc_can_err_skb drivers/net/can/can-dev EXPORT_SYMBOL_GPL
34163416
0x17000944 mtd_block_isbad drivers/mtd/mtd EXPORT_SYMBOL_GPL
34173417
0x14969d7c iio_triggered_buffer_postenable drivers/iio/industrialio EXPORT_SYMBOL
@@ -4669,7 +4669,7 @@
46694669
0x6f9e763b timecounter_read vmlinux EXPORT_SYMBOL_GPL
46704670
0x8897b126 param_ops_ullong vmlinux EXPORT_SYMBOL
46714671
0x5819a51f nf_conntrack_lock net/netfilter/nf_conntrack EXPORT_SYMBOL_GPL
4672-
0xc4c883a2 _mwifiex_dbg drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
4672+
0x6728acaa _mwifiex_dbg drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
46734673
0xe4d9934a dm_cell_release drivers/md/dm-bio-prison EXPORT_SYMBOL_GPL
46744674
0x43a5b790 btintel_secure_send drivers/bluetooth/btintel EXPORT_SYMBOL_GPL
46754675
0x857aeff3 rpc_lookup_cred vmlinux EXPORT_SYMBOL_GPL
@@ -4748,7 +4748,7 @@
47484748
0x6d629c59 snd_mpu401_uart_interrupt_tx sound/drivers/mpu401/snd-mpu401-uart EXPORT_SYMBOL
47494749
0xce1e41b0 nat_q931_hook net/netfilter/nf_conntrack_h323 EXPORT_SYMBOL_GPL
47504750
0x710e5f47 mwifiex_del_virtual_intf drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
4751-
0xb980ea6b mwifiex_main_process drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
4751+
0x54d398be mwifiex_main_process drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
47524752
0x41285b78 mdiobus_free drivers/net/phy/libphy EXPORT_SYMBOL
47534753
0x179b01a8 thermal_of_cooling_device_register vmlinux EXPORT_SYMBOL_GPL
47544754
0x9e5f5e58 of_pm_clk_add_clks vmlinux EXPORT_SYMBOL_GPL
@@ -4810,7 +4810,7 @@
48104810
0xbb0722fc xt_rateest_put net/netfilter/xt_RATEEST EXPORT_SYMBOL_GPL
48114811
0x01028fd5 __udp6_lib_lookup net/ipv6/ipv6 EXPORT_SYMBOL_GPL
48124812
0xd08ad3e3 g_audio_cleanup drivers/usb/gadget/function/u_audio EXPORT_SYMBOL_GPL
4813-
0xdc0218c8 mwifiex_cancel_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
4813+
0x021538ae mwifiex_cancel_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
48144814
0x0728954e drm_atomic_set_fb_for_plane drivers/gpu/drm/drm EXPORT_SYMBOL
48154815
0xdd1857b5 cryptd_shash_desc crypto/cryptd EXPORT_SYMBOL_GPL
48164816
0x7f7cbc64 ip_tunnel_need_metadata vmlinux EXPORT_SYMBOL_GPL
@@ -5097,6 +5097,7 @@
50975097
0x45fbf712 snd_soc_of_parse_tdm_slot sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
50985098
0x14de7154 mt76_txq_init drivers/net/wireless/mediatek/mt76/mt76 EXPORT_SYMBOL_GPL
50995099
0x3a797d19 dm_btree_del drivers/md/persistent-data/dm-persistent-data EXPORT_SYMBOL_GPL
5100+
0xb206bfe5 drm_mode_create_tv_margin_properties drivers/gpu/drm/drm EXPORT_SYMBOL
51005101
0x3513956a drm_format_plane_width drivers/gpu/drm/drm EXPORT_SYMBOL
51015102
0xf5ebaba5 __aes_arm_encrypt arch/arm/crypto/aes-arm EXPORT_SYMBOL
51025103
0x70a1ce11 input_ff_create vmlinux EXPORT_SYMBOL_GPL
@@ -5372,7 +5373,7 @@
53725373
0x67092819 resource_list_create_entry vmlinux EXPORT_SYMBOL
53735374
0x7ac2f329 snd_seq_expand_var_event sound/core/seq/snd-seq EXPORT_SYMBOL
53745375
0x6fbc868b ip_vs_conn_new net/netfilter/ipvs/ip_vs EXPORT_SYMBOL
5375-
0x0c18c1ec mwifiex_process_sleep_confirm_resp drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
5376+
0x6ec736f9 mwifiex_process_sleep_confirm_resp drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
53765377
0x7aa9d2e0 dm_region_hash_create drivers/md/dm-region-hash EXPORT_SYMBOL_GPL
53775378
0xd0146a1e drm_connector_attach_encoder drivers/gpu/drm/drm EXPORT_SYMBOL
53785379
0xb6e7dbc4 inet_proto_csum_replace4 vmlinux EXPORT_SYMBOL
@@ -6003,7 +6004,7 @@
60036004
0x425f5263 migrate_page_move_mapping vmlinux EXPORT_SYMBOL
60046005
0x63eb9355 panic_blink vmlinux EXPORT_SYMBOL
60056006
0x923d1d2f rtl92c_dm_watchdog drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common EXPORT_SYMBOL
6006-
0x1a3a64bd mwifiex_drv_info_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
6007+
0xe3259024 mwifiex_drv_info_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
60076008
0xa7918e53 ppp_register_channel drivers/net/ppp/ppp_generic EXPORT_SYMBOL
60086009
0x6b8e50aa rpisense_get_dev drivers/mfd/rpisense-core EXPORT_SYMBOL_GPL
60096010
0xb852f151 devm_iio_channel_get drivers/iio/industrialio EXPORT_SYMBOL_GPL
@@ -7001,7 +7002,7 @@
70017002
0x9f3e7428 hci_conn_switch_role net/bluetooth/bluetooth EXPORT_SYMBOL
70027003
0x374b47eb ZSTD_findDecompressedSize lib/zstd/zstd_decompress EXPORT_SYMBOL
70037004
0x98529ab1 usb_gadget_disconnect drivers/usb/gadget/udc/udc-core EXPORT_SYMBOL_GPL
7004-
0x7a2f2481 mwifiex_fw_dump_event drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
7005+
0x3f3d699e mwifiex_fw_dump_event drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
70057006
0xa59a5c97 phy_restore_page drivers/net/phy/libphy EXPORT_SYMBOL_GPL
70067007
0xa52dff9e nand_scan_with_ids drivers/mtd/nand/raw/nand EXPORT_SYMBOL
70077008
0x15bafe29 unregister_md_cluster_operations drivers/md/md-mod EXPORT_SYMBOL
@@ -7364,7 +7365,7 @@
73647365
0xc29a0c5f bt_sock_stream_recvmsg net/bluetooth/bluetooth EXPORT_SYMBOL
73657366
0xbadbc030 p9_client_mkdir_dotl net/9p/9pnet EXPORT_SYMBOL
73667367
0x3393d91a p9_client_mknod_dotl net/9p/9pnet EXPORT_SYMBOL
7367-
0x3b0b6558 mwifiex_enable_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
7368+
0x36eee489 mwifiex_enable_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
73687369
0x0aa13bae ath9k_hw_gettxbuf drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
73697370
0xc5ea0a31 fixed_phy_register drivers/net/phy/fixed_phy EXPORT_SYMBOL_GPL
73707371
0x5aacd5a2 sp8870_attach drivers/media/dvb-frontends/sp8870 EXPORT_SYMBOL
@@ -7870,7 +7871,7 @@
78707871
0xe9f7149c zlib_deflate_workspacesize lib/zlib_deflate/zlib_deflate EXPORT_SYMBOL
78717872
0x0adaa439 rt2800_get_txwi_rxwi_size drivers/net/wireless/ralink/rt2x00/rt2800lib EXPORT_SYMBOL_GPL
78727873
0x76a6549e mt76_release_buffered_frames drivers/net/wireless/mediatek/mt76/mt76 EXPORT_SYMBOL_GPL
7873-
0x0c48a795 mwifiex_reinit_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
7874+
0xc7ec03fd mwifiex_reinit_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
78747875
0x2e7ce67d drm_plane_init drivers/gpu/drm/drm EXPORT_SYMBOL
78757876
0xb9cba57f cast_s3 crypto/cast_common EXPORT_SYMBOL_GPL
78767877
0x8451fc1c tcp_unregister_ulp vmlinux EXPORT_SYMBOL_GPL
@@ -8204,7 +8205,7 @@
82048205
0x1b91f0fb __kthread_init_worker vmlinux EXPORT_SYMBOL_GPL
82058206
0xc3b0b6ac ip6_route_input_lookup net/ipv6/ipv6 EXPORT_SYMBOL_GPL
82068207
0x6a5fb2f3 gre_del_protocol net/ipv4/gre EXPORT_SYMBOL_GPL
8207-
0x16604752 mwifiex_deauthenticate_all drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
8208+
0x1ee95c6e mwifiex_deauthenticate_all drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
82088209
0x32f562e8 ath9k_hw_check_nav drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
82098210
0xbca2c748 devm_iio_device_match drivers/iio/industrialio EXPORT_SYMBOL_GPL
82108211
0xcd3c535d drm_gem_private_object_init drivers/gpu/drm/drm EXPORT_SYMBOL
@@ -8552,7 +8553,7 @@
85528553
0x446c85e2 nfc_proto_register net/nfc/nfc EXPORT_SYMBOL
85538554
0xa02f0296 p9_req_put net/9p/9pnet EXPORT_SYMBOL
85548555
0xca390308 rt2x00usb_vendor_req_buff_lock drivers/net/wireless/ralink/rt2x00/rt2x00usb EXPORT_SYMBOL_GPL
8555-
0xcb1dccbe mwifiex_dnld_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
8556+
0xa4f300b6 mwifiex_dnld_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
85568557
0x4e66b9b2 v4l2_g_ext_ctrls drivers/media/v4l2-core/videodev EXPORT_SYMBOL
85578558
0xbf2a12be drm_gem_cma_create drivers/gpu/drm/drm EXPORT_SYMBOL_GPL
85588559
0xa2868657 cdrom_release drivers/cdrom/cdrom EXPORT_SYMBOL
@@ -9578,7 +9579,7 @@
95789579
0xb19de61e noop_invalidatepage vmlinux EXPORT_SYMBOL_GPL
95799580
0x3b96b23b bt_sock_register net/bluetooth/bluetooth EXPORT_SYMBOL
95809581
0x750c35f5 usb_serial_handle_break drivers/usb/serial/usbserial EXPORT_SYMBOL_GPL
9581-
0xe71c4742 mwifiex_disable_auto_ds drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
9582+
0x3309b5e6 mwifiex_disable_auto_ds drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
95829583
0x6e326567 mxl5xx_attach drivers/media/dvb-frontends/mxl5xx EXPORT_SYMBOL_GPL
95839584
0xb20116d8 drm_hdmi_vendor_infoframe_from_display_mode drivers/gpu/drm/drm EXPORT_SYMBOL
95849585
0x0067e325 inet_ehash_nolisten vmlinux EXPORT_SYMBOL_GPL
@@ -9926,7 +9927,7 @@
99269927
0x13795e20 ieee80211_enable_rssi_reports net/mac80211/mac80211 EXPORT_SYMBOL
99279928
0xa330f9e9 usb_wwan_resume drivers/usb/serial/usb_wwan EXPORT_SYMBOL
99289929
0x253c866f fbtft_write_vmem16_bus16 drivers/staging/fbtft/fbtft EXPORT_SYMBOL
9929-
0x428d53ec mwifiex_shutdown_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
9930+
0x4f511021 mwifiex_shutdown_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
99309931
0x5ffd1c12 dibx000_reset_i2c_master drivers/media/dvb-frontends/dibx000_common EXPORT_SYMBOL
99319932
0xc0d7df85 dm_bufio_new drivers/md/dm-bufio EXPORT_SYMBOL_GPL
99329933
0xf1d73b38 inet_unregister_protosw vmlinux EXPORT_SYMBOL
@@ -10508,7 +10509,7 @@
1050810509
0xfd501da8 wait_for_completion_io vmlinux EXPORT_SYMBOL
1050910510
0x4584f0d3 find_vpid vmlinux EXPORT_SYMBOL_GPL
1051010511
0xfd4696a5 snd_soc_find_dai_link sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
10511-
0xea784fe5 mwifiex_queue_main_work drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
10512+
0x69af814f mwifiex_queue_main_work drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1051210513
0x576ec1de media_remove_intf_links drivers/media/media EXPORT_SYMBOL_GPL
1051310514
0x8ee785b8 btree_insert vmlinux EXPORT_SYMBOL_GPL
1051410515
0xda789659 lockref_put_return vmlinux EXPORT_SYMBOL
@@ -10642,6 +10643,7 @@
1064210643
0xb7f30fd5 blk_queue_max_discard_segments vmlinux EXPORT_SYMBOL_GPL
1064310644
0x5815217a pkcs7_parse_message vmlinux EXPORT_SYMBOL_GPL
1064410645
0xb9946edc arizona_ng_hold sound/soc/codecs/snd-soc-arizona EXPORT_SYMBOL_GPL
10646+
0x0a840935 drm_connector_attach_tv_margin_properties drivers/gpu/drm/drm EXPORT_SYMBOL
1064510647
0x98fa227e of_prop_next_string vmlinux EXPORT_SYMBOL_GPL
1064610648
0x1b3311cd cpufreq_enable_fast_switch vmlinux EXPORT_SYMBOL_GPL
1064710649
0x91aecc2b spi_register_controller vmlinux EXPORT_SYMBOL_GPL
@@ -11072,7 +11074,7 @@
1107211074
0x73c34797 ieee80211_free_hw net/mac80211/mac80211 EXPORT_SYMBOL
1107311075
0xb9bdbc06 hci_resume_dev net/bluetooth/bluetooth EXPORT_SYMBOL
1107411076
0xf39e441c ZSTD_CStreamWorkspaceBound lib/zstd/zstd_compress EXPORT_SYMBOL
11075-
0x744fff27 mwifiex_remove_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
11077+
0xae75d6e2 mwifiex_remove_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1107611078
0xf072d996 media_device_unregister drivers/media/media EXPORT_SYMBOL_GPL
1107711079
0x3719879a mmc_cmdq_enable vmlinux EXPORT_SYMBOL_GPL
1107811080
0xe5cecfdd unregister_key_type vmlinux EXPORT_SYMBOL
@@ -11837,7 +11839,7 @@
1183711839
0x91d1fe52 max_session_slots vmlinux EXPORT_SYMBOL_GPL
1183811840
0x22d966c6 ip_set_range_to_cidr net/netfilter/ipset/ip_set EXPORT_SYMBOL_GPL
1183911841
0xe2976616 usb_wwan_ioctl drivers/usb/serial/usb_wwan EXPORT_SYMBOL
11840-
0x9094ca70 mwifiex_multi_chan_resync drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
11842+
0x9649e33f mwifiex_multi_chan_resync drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1184111843
0x24b70b22 register_mtd_user drivers/mtd/mtd EXPORT_SYMBOL_GPL
1184211844
0xea686c72 drm_mode_config_reset drivers/gpu/drm/drm EXPORT_SYMBOL
1184311845
0x01504a38 sunrpc_init_cache_detail vmlinux EXPORT_SYMBOL_GPL
@@ -12098,7 +12100,7 @@
1209812100
0x32434c69 fat_flush_inodes vmlinux EXPORT_SYMBOL_GPL
1209912101
0x8984cc68 __dquot_alloc_space vmlinux EXPORT_SYMBOL
1210012102
0x3514c51e stream_open vmlinux EXPORT_SYMBOL
12101-
0xceff12d2 mwifiex_write_data_complete drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
12103+
0xb4921907 mwifiex_write_data_complete drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1210212104
0x10eac32f iio_trigger_free drivers/iio/industrialio EXPORT_SYMBOL
1210312105
0x98eca430 drm_atomic_helper_commit_modeset_enables drivers/gpu/drm/drm_kms_helper EXPORT_SYMBOL
1210412106
0xaaa7f4f9 xfrm_find_acq_byseq vmlinux EXPORT_SYMBOL
@@ -12209,7 +12211,7 @@
1220912211
0x7f6619ae nfs_path vmlinux EXPORT_SYMBOL_GPL
1221012212
0xe5524297 flush_kernel_dcache_page vmlinux EXPORT_SYMBOL
1221112213
0x2d019082 nf_ct_l4proto_unregister_one net/netfilter/nf_conntrack EXPORT_SYMBOL_GPL
12212-
0x8bdf9c49 mwifiex_init_shutdown_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
12214+
0xc8e3b2a6 mwifiex_init_shutdown_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1221312215
0xcdf93cb6 lbs_queue_event drivers/net/wireless/marvell/libertas/libertas EXPORT_SYMBOL_GPL
1221412216
0x9b837fbd hostap_set_antsel drivers/net/wireless/intersil/hostap/hostap EXPORT_SYMBOL
1221512217
0x0a1287f5 v4l2_src_change_event_subscribe drivers/media/v4l2-core/videodev EXPORT_SYMBOL_GPL
@@ -13109,7 +13111,7 @@
1310913111
0x14282c5b snd_soc_dapm_nc_pin_unlocked sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
1311013112
0xcf15e455 lib80211_crypt_delayed_deinit net/wireless/lib80211 EXPORT_SYMBOL
1311113113
0xb8cb734c nft_obj_lookup net/netfilter/nf_tables EXPORT_SYMBOL_GPL
13112-
0xfef17272 mwifiex_prepare_fw_dump_info drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
13114+
0x7165fd28 mwifiex_prepare_fw_dump_info drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
1311313115
0xea027873 rdev_clear_badblocks drivers/md/md-mod EXPORT_SYMBOL_GPL
1311413116
0x6aeb823c rpc_peeraddr vmlinux EXPORT_SYMBOL_GPL
1311513117
0xe5b0bbb9 scsi_eh_prep_cmnd vmlinux EXPORT_SYMBOL

0 commit comments

Comments
 (0)