aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2020-11-19 14:40:38 +0800
committerMark Brown <broonie@kernel.org>2020-11-19 13:00:01 +0000
commit53233e40c142b1e0e1df9d9ac0ffc0945cfffbc9 (patch)
treeee8856d56310af5c7a6d5d2ae208ab53d236cee8 /tools/perf/scripts/python
parentASoC: sunxi: do not select COMMON_CLK to fix builds (diff)
downloadlinux-53233e40c142b1e0e1df9d9ac0ffc0945cfffbc9.tar.gz
linux-53233e40c142b1e0e1df9d9ac0ffc0945cfffbc9.zip
ASoC: fsl_sai: Correct the clock source for mclk0
On VF610, mclk0 = bus_clk; On i.MX6SX/6UL/6ULL/7D, mclk0 = mclk1; On i.MX7ULP, mclk0 = bus_clk; On i.MX8QM/8QXP, mclk0 = bus_clk; On i.MX8MQ/8MN/8MM/8MP, mclk0 = bus_clk; So add variable mclk0_is_mclk1 in fsl_sai_soc_data to distinguish these platforms. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Acked-by: Nicolin Chen <nicoleotsuka@gmail.com> Link: https://lore.kernel.org/r/1605768038-4582-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
011-03-18 07:38:29 +0100'>2011-03-18ALSA: sound/pci/asihpi: check adapter index in hpi_ioctlDan Rosenberg1-0/+5 2011-03-18ALSA: aloop - Fix possible IRQ lock inversionTakashi Iwai1-10/+9 2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro3-122/+132 2011-03-17Some fixes for pstoreTony Luck1-60/+56 2011-03-17kill simple_set_mnt()Al Viro2-9/+0 2011-03-17smp_call_function_interrupt: use typedef and %pfMilton Miller1-8/+8 2011-03-17smp_call_function_many: handle concurrent clearing of maskMilton Miller1-3/+10 2011-03-17call_function_many: add missing orderingMilton Miller1-13/+33 2011-03-17call_function_many: fix list delete vs add raceMilton Miller1-7/+13 2011-03-17mm: PageBuddy and mapcount robustnessAndrea Arcangeli2-4/+11 2011-03-17arch/tile: support newer binutils assembler shift semanticsChris Metcalf3-9/+29 2011-03-17RPC: killing RPC tasks races fixedStanislav Kinsbursky1-1/+3 2011-03-17xprt: remove redundant checkj223yang@asset.uwaterloo.ca1-1/+1 2011-03-17SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2-10/+9 2011-03-17SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6 2011-03-17KVM: unbreak userspace that does not sets tss addressGleb Natapov1-0/+13 2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong3-56/+32 2011-03-17KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong1-20/+17 2011-03-17KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong1-4/+8 2011-03-17KVM: fix kvmclock regression due to missing clock updateNikola Ciprich1-1/+1 2011-03-17KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov1-3/+2 2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov3-21/+35 2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity1-0/+5 2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa3-7/+5 2011-03-17KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin1-2/+3 2011-03-17KVM: MMU: remove unused macrosXiao Guangrong2-8/+0 2011-03-17KVM: MMU: cleanup page alloc and freeXiao Guangrong1-5/+5 2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong3-7/+2 2011-03-17KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong1-5/+5 2011-03-17KVM: MMU: set spte accessed bit properlyXiao Guangrong1-1/+1 2011-03-17KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong1-2/+7