summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-04-08 21:56:11 +0200
committerArnd Bergmann <arnd@arndb.de>2021-04-08 21:56:11 +0200
commitf47e8e14373a731ab4fbd08615b2694ce1fc5142 (patch)
tree71fa28c80d511f91120f3ea7ccdea6e48ac2caec /scripts/stackusage
parentd74b25572a4f567b1a200a68dc0d9a9ec9d15390 (diff)
parent206fa766ca2151d728a0894bdb03688d48564aa0 (diff)
downloadkernel-f47e8e14373a731ab4fbd08615b2694ce1fc5142.tar.gz
Merge tag 'omap-for-v5.13/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc
SoC changes for omaps for v5.13 Minor non-urgent fixes for issues found by robots and few typo fixes: - Use DEFINE_DEBUGFS_ATTRIBUTE - Add missing of_node_put() - Use true and false for bool variable - Use DEFINE_SPINLOCK - Fix incorrect kerneldoc usage * tag 'omap-for-v5.13/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: OMAP1: fix incorrect kernel-doc comment syntax in file ARM: OMAP2+: fix incorrect kernel-doc comment syntax in file ARM: OMAP2+: Use DEFINE_SPINLOCK() for spinlock ARM: OMAP2+: use true and false for bool variable ARM: OMAP2+: add missing call to of_node_put() ARM: OMAP2+: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE Link: https://lore.kernel.org/r/pull-1617703816-65652@atomide.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
5401953265c7b51e899292'>ASoC: rt5665: add clcok control for master modeBard Liao 2017-07-17ASoC: rt5665: force using PLL if MCLK is not suitableBard Liao 2017-06-30ASoC: rt5665: calibration should be done before jack detectionBard Liao 2017-05-17ASoC: rt5665: make local symbol rt5665_i2c_driver staticWei Yongjun 2017-05-17ASoC: rt5665: Fix uninitialized warning in rt5665_i2s_pin_event()Geert Uytterhoeven 2017-05-14ASoC: rt5665: add ADC STO2 ASRC supportBard Liao 2017-05-14ASoC: rt5665: fix gcc-7 warningArnd Bergmann 2017-04-30Merge remote-tracking branch 'asoc/topic/rt5665' into asoc-nextMark Brown 2017-04-11ASoC: rt5665: move rt5665_set_jack_detect to .set_jackBard Liao 2017-03-20ASoC: rt5665: fix wrong pre div reg of IF2 and IF3Bard Liao 2017-03-20ASoC: rt5665: fix wrong shift rt5665_if2_1_adc_in_enumBard Liao 2017-03-16ASoC: rt5665: set i2s pin share configurationBard Liao 2017-03-13ASoC: rt5665: move set_sysclk to codec levelBard Liao 2017-03-13ASoC: rt5665: move set_pll to codec levelBard Liao 2017-03-08ASoC: rt5665: enhance jack type detection functionBard Liao 2017-03-08ASoC: rt5665: enable TDM if more than 2 channelsBard Liao 2017-03-08ASoC: rt5665: increase button detection accuracyBard Liao 2017-03-08ASoC: rt5665: CLKDET is also a power of ASRCBard Liao 2017-03-08ASoC: rt5665: Vref3 is necessary for Mono AmpBard Liao 2017-03-08ASoC: rt5665: increase LDO levelBard Liao 2017-03-08ASoC: rt5665: fix getting wrong work handler containerBard Liao 2016-11-16ASoC: rt5665: Use devm_gpio_request_one()Axel Lin 2016-11-16ASoC: rt5665: Fix missing mutex_unlock in rt5665_calibrateAxel Lin 2016-11-14ASoC: add rt5665 codec driverBard Liao