summaryrefslogtreecommitdiff
path: root/scripts/gdb
ModeNameSize
-rw-r--r--Makefile58logplain
d---------linux700logplain
-rw-r--r--vmlinux-gdb.py1087logplain
tek/mt8195/mt8195-afe-clk.c?h=linux-6.12.y&id=c5ab93e289ce554a4e0d47330dde120284541aa1'>Collapse)Author 2021-11-30ASoC: mediatek: mt8195: make several arrays static constColin Ian King Don't populate various arrays on the stack but instead make them static const. Also makes the object code smaller by a few hundred bytes. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20211129224236.506883-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> 2021-08-24ASoC: mediatek: mt8195: add platform driverTrevor Wu This patch adds mt8195 platform and affiliated driver. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20210819084144.18483-7-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>