Skip to content

Commit

Permalink
kernel: Bump to 4.19.59
Browse files Browse the repository at this point in the history
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
  • Loading branch information
popcornmix committed Jul 23, 2019
1 parent cba4be2 commit 38e81f2
Show file tree
Hide file tree
Showing 9,618 changed files with 161,538 additions and 161,245 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup4.dat
Binary file not shown.
Binary file modified boot/fixup4cd.dat
Binary file not shown.
Binary file modified boot/fixup4db.dat
Binary file not shown.
Binary file modified boot/fixup4x.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
Binary file modified boot/kernel7l.img
Binary file not shown.
48 changes: 36 additions & 12 deletions boot/overlays/README
Expand Up @@ -475,12 +475,14 @@ Params: <None>


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


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

pcf2127 Select the PCF2127 device

pcf2129 Select the PCF2129 device

pcf8523 Select the PCF8523 device

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

pcf2127 Select the PCF2127 device

pcf2129 Select the PCF2129 device

pcf8523 Select the PCF8523 device

pcf8563 Select the PCF8563 device

rv3028 Select the Micro Crystal RV3028 device

addr Sets the address for the RTC. Note that the
device must be configured to use the specified
address.
Expand All @@ -1079,11 +1087,14 @@ Params: abx80x Select one of the ABx80x family:
"schottky" (ABx80x only)

trickle-resistor-ohms Resistor value for trickle charge (DS1339,
ABx80x)
ABx80x, RV3028)

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

backup-switchover-mode Backup power supply switch mode. Must be 0 for
off or 1 for Vdd < VBackup (RV3028 only)

i2c_gpio_sda GPIO used for I2C data (default "23")

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


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


Name: i2c1-bcm2708
Name: i2c0-bcm2708
Info: Deprecated, legacy version of i2c0, from which it inherits its
parameters, just adding the explicit individual pin specifiers.
Load: <Deprecated>
Params: sda0_pin GPIO pin for SDA0 (deprecated - use pins_*)
scl0_pin GPIO pin for SCL0 (deprecated - use pins_*)


Name: i2c1
Info: Change i2c1 pin usage. Not all pin combinations are usable on all
platforms - platforms other then Compute Modules can only use this
to disable transaction combining.
Info: Enable the i2c_bcm2708 driver for the i2c1 bus
Load: dtoverlay=i2c1-bcm2708,<param>=<val>
Load: dtoverlay=i2c1,<param>=<val>
Params: pins_2_3 Use pins 2 and 3 (default)
pins_44_45 Use pins 44 and 45
combine Allow transactions to be combined (default
"yes")


Name: i2c1-bcm2708
Info: Deprecated, legacy version of i2c1, from which it inherits its
parameters, just adding the explicit individual pin specifiers.
Load: <Deprecated>
Params: sda1_pin GPIO pin for SDA1 (2 or 44 - default 2)
scl1_pin GPIO pin for SCL1 (3 or 45 - default 3)
pin_func Alternative pin function (4 (alt0), 6 (alt2) -
default 4)
combine Allow transactions to be combined (default
"yes")


Name: i2c3
Expand Down
Binary file modified boot/overlays/audremap.dtbo
Binary file not shown.
Binary file modified boot/overlays/dpi18.dtbo
Binary file not shown.
Binary file modified boot/overlays/dpi24.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-rtc-gpio.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-rtc.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c0-bcm2708.dtbo
Binary file not shown.
Binary file added boot/overlays/i2c0.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c1-bcm2708.dtbo
Binary file not shown.
Binary file added boot/overlays/i2c1.dtbo
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start4.elf
Binary file not shown.
Binary file modified boot/start4cd.elf
Binary file not shown.
Binary file modified boot/start4db.elf
Binary file not shown.
Binary file modified boot/start4x.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
46 changes: 24 additions & 22 deletions extra/Module.symvers
Expand Up @@ -696,7 +696,7 @@
0x978b1d93 nfs_access_zap_cache vmlinux EXPORT_SYMBOL_GPL
0x3dcfbc1f param_ops_uint vmlinux EXPORT_SYMBOL
0xd7442057 bt_info net/bluetooth/bluetooth EXPORT_SYMBOL
0x335a7590 mwifiex_add_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xaf7ca5ec mwifiex_add_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x782cbc90 rc_map_af9005_table drivers/media/usb/dvb-usb/dvb-usb-af9005-remote EXPORT_SYMBOL
0x47e2b46b stv6110_attach drivers/media/dvb-frontends/stv6110 EXPORT_SYMBOL
0x4c9165b6 stv0910_attach drivers/media/dvb-frontends/stv0910 EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -1533,7 +1533,7 @@
0x25f12a75 snd_soc_set_runtime_hwparams sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0xb1a74d43 snd_pcm_open_substream sound/core/snd-pcm EXPORT_SYMBOL
0x30ba5a38 ssb_device_disable drivers/ssb/ssb EXPORT_SYMBOL
0x2d7fab5b mwifiex_handle_rx_packet drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xa1d7da9e mwifiex_handle_rx_packet drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x76acaa4d phy_select_page drivers/net/phy/libphy EXPORT_SYMBOL_GPL
0xc71e64a9 snmp_get_cpu_field vmlinux EXPORT_SYMBOL_GPL
0x4d56e06b __rtnl_link_register vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -1800,7 +1800,7 @@
0x00b9fd41 crypto_unregister_instance vmlinux EXPORT_SYMBOL_GPL
0x7228f657 adau1977_regmap_config sound/soc/codecs/snd-soc-adau1977 EXPORT_SYMBOL_GPL
0x8c82dfca synth_request_region drivers/staging/speakup/speakup EXPORT_SYMBOL_GPL
0x9be43a12 mwifiex_process_hs_config drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xd6beb977 mwifiex_process_hs_config drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xa7a08af8 nand_exit_status_op drivers/mtd/nand/raw/nand EXPORT_SYMBOL_GPL
0xebab48a9 md_register_thread drivers/md/md-mod EXPORT_SYMBOL
0x7f4649f4 mr_mfc_find_parent vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -3411,7 +3411,7 @@
0x4cb7fbd3 cfg80211_tx_mlme_mgmt net/wireless/cfg80211 EXPORT_SYMBOL
0xd0f7ed38 cfg80211_rx_mlme_mgmt net/wireless/cfg80211 EXPORT_SYMBOL
0xec83f22e rt2x00usb_initialize drivers/net/wireless/ralink/rt2x00/rt2x00usb EXPORT_SYMBOL_GPL
0x7af0bf6d mwifiex_upload_device_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xf2599b4b mwifiex_upload_device_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xfa9bb48e alloc_can_err_skb drivers/net/can/can-dev EXPORT_SYMBOL_GPL
0x17000944 mtd_block_isbad drivers/mtd/mtd EXPORT_SYMBOL_GPL
0x14969d7c iio_triggered_buffer_postenable drivers/iio/industrialio EXPORT_SYMBOL
Expand Down Expand Up @@ -4669,7 +4669,7 @@
0x6f9e763b timecounter_read vmlinux EXPORT_SYMBOL_GPL
0x8897b126 param_ops_ullong vmlinux EXPORT_SYMBOL
0x5819a51f nf_conntrack_lock net/netfilter/nf_conntrack EXPORT_SYMBOL_GPL
0xc4c883a2 _mwifiex_dbg drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x6728acaa _mwifiex_dbg drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xe4d9934a dm_cell_release drivers/md/dm-bio-prison EXPORT_SYMBOL_GPL
0x43a5b790 btintel_secure_send drivers/bluetooth/btintel EXPORT_SYMBOL_GPL
0x857aeff3 rpc_lookup_cred vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -4748,7 +4748,7 @@
0x6d629c59 snd_mpu401_uart_interrupt_tx sound/drivers/mpu401/snd-mpu401-uart EXPORT_SYMBOL
0xce1e41b0 nat_q931_hook net/netfilter/nf_conntrack_h323 EXPORT_SYMBOL_GPL
0x710e5f47 mwifiex_del_virtual_intf drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xb980ea6b mwifiex_main_process drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x54d398be mwifiex_main_process drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x41285b78 mdiobus_free drivers/net/phy/libphy EXPORT_SYMBOL
0x179b01a8 thermal_of_cooling_device_register vmlinux EXPORT_SYMBOL_GPL
0x9e5f5e58 of_pm_clk_add_clks vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -4810,7 +4810,7 @@
0xbb0722fc xt_rateest_put net/netfilter/xt_RATEEST EXPORT_SYMBOL_GPL
0x01028fd5 __udp6_lib_lookup net/ipv6/ipv6 EXPORT_SYMBOL_GPL
0xd08ad3e3 g_audio_cleanup drivers/usb/gadget/function/u_audio EXPORT_SYMBOL_GPL
0xdc0218c8 mwifiex_cancel_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x021538ae mwifiex_cancel_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x0728954e drm_atomic_set_fb_for_plane drivers/gpu/drm/drm EXPORT_SYMBOL
0xdd1857b5 cryptd_shash_desc crypto/cryptd EXPORT_SYMBOL_GPL
0x7f7cbc64 ip_tunnel_need_metadata vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -5097,6 +5097,7 @@
0x45fbf712 snd_soc_of_parse_tdm_slot sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0x14de7154 mt76_txq_init drivers/net/wireless/mediatek/mt76/mt76 EXPORT_SYMBOL_GPL
0x3a797d19 dm_btree_del drivers/md/persistent-data/dm-persistent-data EXPORT_SYMBOL_GPL
0xb206bfe5 drm_mode_create_tv_margin_properties drivers/gpu/drm/drm EXPORT_SYMBOL
0x3513956a drm_format_plane_width drivers/gpu/drm/drm EXPORT_SYMBOL
0xf5ebaba5 __aes_arm_encrypt arch/arm/crypto/aes-arm EXPORT_SYMBOL
0x70a1ce11 input_ff_create vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -5372,7 +5373,7 @@
0x67092819 resource_list_create_entry vmlinux EXPORT_SYMBOL
0x7ac2f329 snd_seq_expand_var_event sound/core/seq/snd-seq EXPORT_SYMBOL
0x6fbc868b ip_vs_conn_new net/netfilter/ipvs/ip_vs EXPORT_SYMBOL
0x0c18c1ec mwifiex_process_sleep_confirm_resp drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x6ec736f9 mwifiex_process_sleep_confirm_resp drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x7aa9d2e0 dm_region_hash_create drivers/md/dm-region-hash EXPORT_SYMBOL_GPL
0xd0146a1e drm_connector_attach_encoder drivers/gpu/drm/drm EXPORT_SYMBOL
0xb6e7dbc4 inet_proto_csum_replace4 vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -6003,7 +6004,7 @@
0x425f5263 migrate_page_move_mapping vmlinux EXPORT_SYMBOL
0x63eb9355 panic_blink vmlinux EXPORT_SYMBOL
0x923d1d2f rtl92c_dm_watchdog drivers/net/wireless/realtek/rtlwifi/rtl8192c/rtl8192c-common EXPORT_SYMBOL
0x1a3a64bd mwifiex_drv_info_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xe3259024 mwifiex_drv_info_dump drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xa7918e53 ppp_register_channel drivers/net/ppp/ppp_generic EXPORT_SYMBOL
0x6b8e50aa rpisense_get_dev drivers/mfd/rpisense-core EXPORT_SYMBOL_GPL
0xb852f151 devm_iio_channel_get drivers/iio/industrialio EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -7001,7 +7002,7 @@
0x9f3e7428 hci_conn_switch_role net/bluetooth/bluetooth EXPORT_SYMBOL
0x374b47eb ZSTD_findDecompressedSize lib/zstd/zstd_decompress EXPORT_SYMBOL
0x98529ab1 usb_gadget_disconnect drivers/usb/gadget/udc/udc-core EXPORT_SYMBOL_GPL
0x7a2f2481 mwifiex_fw_dump_event drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x3f3d699e mwifiex_fw_dump_event drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xa59a5c97 phy_restore_page drivers/net/phy/libphy EXPORT_SYMBOL_GPL
0xa52dff9e nand_scan_with_ids drivers/mtd/nand/raw/nand EXPORT_SYMBOL
0x15bafe29 unregister_md_cluster_operations drivers/md/md-mod EXPORT_SYMBOL
Expand Down Expand Up @@ -7364,7 +7365,7 @@
0xc29a0c5f bt_sock_stream_recvmsg net/bluetooth/bluetooth EXPORT_SYMBOL
0xbadbc030 p9_client_mkdir_dotl net/9p/9pnet EXPORT_SYMBOL
0x3393d91a p9_client_mknod_dotl net/9p/9pnet EXPORT_SYMBOL
0x3b0b6558 mwifiex_enable_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x36eee489 mwifiex_enable_hs drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x0aa13bae ath9k_hw_gettxbuf drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
0xc5ea0a31 fixed_phy_register drivers/net/phy/fixed_phy EXPORT_SYMBOL_GPL
0x5aacd5a2 sp8870_attach drivers/media/dvb-frontends/sp8870 EXPORT_SYMBOL
Expand Down Expand Up @@ -7870,7 +7871,7 @@
0xe9f7149c zlib_deflate_workspacesize lib/zlib_deflate/zlib_deflate EXPORT_SYMBOL
0x0adaa439 rt2800_get_txwi_rxwi_size drivers/net/wireless/ralink/rt2x00/rt2800lib EXPORT_SYMBOL_GPL
0x76a6549e mt76_release_buffered_frames drivers/net/wireless/mediatek/mt76/mt76 EXPORT_SYMBOL_GPL
0x0c48a795 mwifiex_reinit_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xc7ec03fd mwifiex_reinit_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x2e7ce67d drm_plane_init drivers/gpu/drm/drm EXPORT_SYMBOL
0xb9cba57f cast_s3 crypto/cast_common EXPORT_SYMBOL_GPL
0x8451fc1c tcp_unregister_ulp vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -8204,7 +8205,7 @@
0x1b91f0fb __kthread_init_worker vmlinux EXPORT_SYMBOL_GPL
0xc3b0b6ac ip6_route_input_lookup net/ipv6/ipv6 EXPORT_SYMBOL_GPL
0x6a5fb2f3 gre_del_protocol net/ipv4/gre EXPORT_SYMBOL_GPL
0x16604752 mwifiex_deauthenticate_all drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x1ee95c6e mwifiex_deauthenticate_all drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x32f562e8 ath9k_hw_check_nav drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
0xbca2c748 devm_iio_device_match drivers/iio/industrialio EXPORT_SYMBOL_GPL
0xcd3c535d drm_gem_private_object_init drivers/gpu/drm/drm EXPORT_SYMBOL
Expand Down Expand Up @@ -8552,7 +8553,7 @@
0x446c85e2 nfc_proto_register net/nfc/nfc EXPORT_SYMBOL
0xa02f0296 p9_req_put net/9p/9pnet EXPORT_SYMBOL
0xca390308 rt2x00usb_vendor_req_buff_lock drivers/net/wireless/ralink/rt2x00/rt2x00usb EXPORT_SYMBOL_GPL
0xcb1dccbe mwifiex_dnld_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xa4f300b6 mwifiex_dnld_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x4e66b9b2 v4l2_g_ext_ctrls drivers/media/v4l2-core/videodev EXPORT_SYMBOL
0xbf2a12be drm_gem_cma_create drivers/gpu/drm/drm EXPORT_SYMBOL_GPL
0xa2868657 cdrom_release drivers/cdrom/cdrom EXPORT_SYMBOL
Expand Down Expand Up @@ -9578,7 +9579,7 @@
0xb19de61e noop_invalidatepage vmlinux EXPORT_SYMBOL_GPL
0x3b96b23b bt_sock_register net/bluetooth/bluetooth EXPORT_SYMBOL
0x750c35f5 usb_serial_handle_break drivers/usb/serial/usbserial EXPORT_SYMBOL_GPL
0xe71c4742 mwifiex_disable_auto_ds drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x3309b5e6 mwifiex_disable_auto_ds drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x6e326567 mxl5xx_attach drivers/media/dvb-frontends/mxl5xx EXPORT_SYMBOL_GPL
0xb20116d8 drm_hdmi_vendor_infoframe_from_display_mode drivers/gpu/drm/drm EXPORT_SYMBOL
0x0067e325 inet_ehash_nolisten vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -9926,7 +9927,7 @@
0x13795e20 ieee80211_enable_rssi_reports net/mac80211/mac80211 EXPORT_SYMBOL
0xa330f9e9 usb_wwan_resume drivers/usb/serial/usb_wwan EXPORT_SYMBOL
0x253c866f fbtft_write_vmem16_bus16 drivers/staging/fbtft/fbtft EXPORT_SYMBOL
0x428d53ec mwifiex_shutdown_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x4f511021 mwifiex_shutdown_sw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x5ffd1c12 dibx000_reset_i2c_master drivers/media/dvb-frontends/dibx000_common EXPORT_SYMBOL
0xc0d7df85 dm_bufio_new drivers/md/dm-bufio EXPORT_SYMBOL_GPL
0xf1d73b38 inet_unregister_protosw vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -10508,7 +10509,7 @@
0xfd501da8 wait_for_completion_io vmlinux EXPORT_SYMBOL
0x4584f0d3 find_vpid vmlinux EXPORT_SYMBOL_GPL
0xfd4696a5 snd_soc_find_dai_link sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0xea784fe5 mwifiex_queue_main_work drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x69af814f mwifiex_queue_main_work drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x576ec1de media_remove_intf_links drivers/media/media EXPORT_SYMBOL_GPL
0x8ee785b8 btree_insert vmlinux EXPORT_SYMBOL_GPL
0xda789659 lockref_put_return vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -10642,6 +10643,7 @@
0xb7f30fd5 blk_queue_max_discard_segments vmlinux EXPORT_SYMBOL_GPL
0x5815217a pkcs7_parse_message vmlinux EXPORT_SYMBOL_GPL
0xb9946edc arizona_ng_hold sound/soc/codecs/snd-soc-arizona EXPORT_SYMBOL_GPL
0x0a840935 drm_connector_attach_tv_margin_properties drivers/gpu/drm/drm EXPORT_SYMBOL
0x98fa227e of_prop_next_string vmlinux EXPORT_SYMBOL_GPL
0x1b3311cd cpufreq_enable_fast_switch vmlinux EXPORT_SYMBOL_GPL
0x91aecc2b spi_register_controller vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -11072,7 +11074,7 @@
0x73c34797 ieee80211_free_hw net/mac80211/mac80211 EXPORT_SYMBOL
0xb9bdbc06 hci_resume_dev net/bluetooth/bluetooth EXPORT_SYMBOL
0xf39e441c ZSTD_CStreamWorkspaceBound lib/zstd/zstd_compress EXPORT_SYMBOL
0x744fff27 mwifiex_remove_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xae75d6e2 mwifiex_remove_card drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xf072d996 media_device_unregister drivers/media/media EXPORT_SYMBOL_GPL
0x3719879a mmc_cmdq_enable vmlinux EXPORT_SYMBOL_GPL
0xe5cecfdd unregister_key_type vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -11837,7 +11839,7 @@
0x91d1fe52 max_session_slots vmlinux EXPORT_SYMBOL_GPL
0x22d966c6 ip_set_range_to_cidr net/netfilter/ipset/ip_set EXPORT_SYMBOL_GPL
0xe2976616 usb_wwan_ioctl drivers/usb/serial/usb_wwan EXPORT_SYMBOL
0x9094ca70 mwifiex_multi_chan_resync drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x9649e33f mwifiex_multi_chan_resync drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x24b70b22 register_mtd_user drivers/mtd/mtd EXPORT_SYMBOL_GPL
0xea686c72 drm_mode_config_reset drivers/gpu/drm/drm EXPORT_SYMBOL
0x01504a38 sunrpc_init_cache_detail vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -12098,7 +12100,7 @@
0x32434c69 fat_flush_inodes vmlinux EXPORT_SYMBOL_GPL
0x8984cc68 __dquot_alloc_space vmlinux EXPORT_SYMBOL
0x3514c51e stream_open vmlinux EXPORT_SYMBOL
0xceff12d2 mwifiex_write_data_complete drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xb4921907 mwifiex_write_data_complete drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x10eac32f iio_trigger_free drivers/iio/industrialio EXPORT_SYMBOL
0x98eca430 drm_atomic_helper_commit_modeset_enables drivers/gpu/drm/drm_kms_helper EXPORT_SYMBOL
0xaaa7f4f9 xfrm_find_acq_byseq vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -12209,7 +12211,7 @@
0x7f6619ae nfs_path vmlinux EXPORT_SYMBOL_GPL
0xe5524297 flush_kernel_dcache_page vmlinux EXPORT_SYMBOL
0x2d019082 nf_ct_l4proto_unregister_one net/netfilter/nf_conntrack EXPORT_SYMBOL_GPL
0x8bdf9c49 mwifiex_init_shutdown_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xc8e3b2a6 mwifiex_init_shutdown_fw drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xcdf93cb6 lbs_queue_event drivers/net/wireless/marvell/libertas/libertas EXPORT_SYMBOL_GPL
0x9b837fbd hostap_set_antsel drivers/net/wireless/intersil/hostap/hostap EXPORT_SYMBOL
0x0a1287f5 v4l2_src_change_event_subscribe drivers/media/v4l2-core/videodev EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -13109,7 +13111,7 @@
0x14282c5b snd_soc_dapm_nc_pin_unlocked sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0xcf15e455 lib80211_crypt_delayed_deinit net/wireless/lib80211 EXPORT_SYMBOL
0xb8cb734c nft_obj_lookup net/netfilter/nf_tables EXPORT_SYMBOL_GPL
0xfef17272 mwifiex_prepare_fw_dump_info drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0x7165fd28 mwifiex_prepare_fw_dump_info drivers/net/wireless/marvell/mwifiex/mwifiex EXPORT_SYMBOL_GPL
0xea027873 rdev_clear_badblocks drivers/md/md-mod EXPORT_SYMBOL_GPL
0x6aeb823c rpc_peeraddr vmlinux EXPORT_SYMBOL_GPL
0xe5b0bbb9 scsi_eh_prep_cmnd vmlinux EXPORT_SYMBOL
Expand Down

0 comments on commit 38e81f2

Please sign in to comment.