ANDROID: GKI: add allowed GKI symbol for Exynosauto SoC
This patch adds below 48 symbols for Exynosauto SoC.
Notable changes:
- *pci* symbols for PCIe EP(Endpoint)
- mdio / phy / posix_clock for Ethernet / Phy and PTP
Leaf changes summary: 48 artifacts changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 48 Added functions
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
48 Added functions:
[A] 'function void __napi_schedule_irqoff(napi_struct*)'
[A] 'function int device_get_phy_mode(device*)'
[A] 'function void dql_completed(dql*, unsigned int)'
[A] 'function void dql_reset(dql*)'
[A] 'function int dw_pcie_ep_init(dw_pcie_ep*)'
[A] 'function u32 dw_pcie_read_dbi(dw_pcie*, u32, size_t)'
[A] 'function void dw_pcie_write_dbi(dw_pcie*, u32, size_t, u32)'
[A] 'function void ktime_get_snapshot(system_time_snapshot*)'
[A] 'function phy_device* mdiobus_get_phy(mii_bus*, int)'
[A] 'function int mdiobus_read(mii_bus*, int, u32)'
[A] 'function int mdiobus_write(mii_bus*, int, u32, u16)'
[A] 'function void netdev_alert(const net_device*, const char*, ...)'
[A] 'function void* of_get_mac_address(device_node*)'
[A] 'function int of_mdiobus_register(mii_bus*, device_node*)'
[A] 'function void of_phy_deregister_fixed_link(device_node*)'
[A] 'function bool of_phy_is_fixed_link(device_node*)'
[A] 'function int of_phy_register_fixed_link(device_node*)'
[A] 'function void pci_epc_clear_bar(pci_epc*, u8, pci_epf_bar*)'
[A] 'function int pci_epc_map_addr(pci_epc*, u8, phys_addr_t, u64, size_t)'
[A] 'function void* pci_epc_mem_alloc_addr(pci_epc*, phys_addr_t*, size_t)'
[A] 'function void pci_epc_mem_free_addr(pci_epc*, phys_addr_t, void*, size_t)'
[A] 'function int pci_epc_set_bar(pci_epc*, u8, pci_epf_bar*)'
[A] 'function void pci_epc_unmap_addr(pci_epc*, u8, phys_addr_t)'
[A] 'function int pci_num_vf(pci_dev*)'
[A] 'function int pcie_set_mps(pci_dev*, int)'
[A] 'function void phy_attached_info(phy_device*)'
[A] 'function int phy_ethtool_get_eee(phy_device*, ethtool_eee*)'
[A] 'function void phy_ethtool_ksettings_get(phy_device*, ethtool_link_ksettings*)'
[A] 'function int phy_ethtool_ksettings_set(phy_device*, const ethtool_link_ksettings*)'
[A] 'function int phy_ethtool_set_eee(phy_device*, ethtool_eee*)'
[A] 'function int phy_get_eee_err(phy_device*)'
[A] 'function int phy_init_eee(phy_device*, bool)'
[A] 'function void phy_mac_interrupt(phy_device*)'
[A] 'function int phy_mii_ioctl(phy_device*, ifreq*, int)'
[A] 'function int phy_resume(phy_device*)'
[A] 'function int phy_start_aneg(phy_device*)'
[A] 'function int phy_suspend(phy_device*)'
[A] 'function int phylink_connect_phy(phylink*, phy_device*)'
[A] 'function phylink* phylink_create(phylink_config*, fwnode_handle*, phy_interface_t, const phylink_mac_ops*)'
[A] 'function void phylink_destroy(phylink*)'
[A] 'function int phylink_of_phy_connect(phylink*, device_node*, u32)'
[A] 'function void phylink_set_port_modes(unsigned long int*)'
[A] 'function void phylink_start(phylink*)'
[A] 'function int posix_clock_register(posix_clock*, device*)'
[A] 'function void posix_clock_unregister(posix_clock*)'
[A] 'function void snd_pcm_release_substream(snd_pcm_substream*)'
[A] 'function int snd_soc_dai_set_tristate(snd_soc_dai*, int)'
[A] 'function int ufshcd_init(ufs_hba*, void*, unsigned int)'
Bug: 192805988
Signed-off-by:
Chanho Park <chanho61.park@samsung.com>
Change-Id: I284d37d32d1808f3f628e84bb2900f5f2f1bede5
Loading
Please sign in to comment