Age | Commit message (Expand) | Author | Files | Lines |
2022-03-16 | ASoC: ti: Fix spelling mistake "cant" -> "can't" | Colin Ian King | 1 | -1/+1 |
2022-02-28 | ASoC: ti: davinci-i2s: Add check for clk_enable() | Jiasheng Jiang | 1 | -1/+4 |
2021-12-20 | ASoC: ti: Use dev_err_probe() helper | Kuninori Morimoto | 2 | -14/+6 |
2021-12-06 | ASoC: ti: davinci-mcasp: Remove unnecessary conditional | Andy Shevchenko | 1 | -5/+3 |
2021-12-06 | ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignment | Andy Shevchenko | 1 | -3/+0 |
2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+1 |
2021-09-29 | ASoC: ti: Constify static snd_soc_ops | Rikard Falkeborn | 2 | -2/+2 |
2021-09-22 | tty: make tty_ldisc_ops::hangup return void | Jiri Slaby | 1 | -2/+1 |
2021-09-13 | ASoC: ti: rename CONFIG_SND_SOC_DM365_VOICE_CODEC_MODULE | Masahiro Yamada | 1 | -1/+1 |
2021-08-06 | Merge some cs42l42 patches into asoc-5.15 | Mark Brown | 1 | -6/+12 |
2021-07-19 | ASoC: ti: j721e-evm: Convert the audio domain IDs to enum | Peter Ujfalusi | 1 | -13/+17 |
2021-07-19 | ASoC: ti: j721e-evm: Check for not initialized parent_clk_id | Peter Ujfalusi | 1 | -1/+1 |
2021-07-19 | ASoC: ti: j721e-evm: Fix unbalanced domain activity tracking during startup | Peter Ujfalusi | 1 | -5/+11 |
2021-07-12 | Merge series "ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support" fr... | Mark Brown | 2 | -24/+153 |
2021-07-12 | ASoC: ti: delete some dead code in omap_abe_probe() | Dan Carpenter | 1 | -5/+0 |
2021-07-12 | ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP | Peter Ujfalusi | 2 | -3/+24 |
2021-07-12 | ASoC: ti: davinci-mcasp: Fix DIT mode support | Peter Ujfalusi | 1 | -21/+129 |
2021-07-06 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -6/+5 |
2021-06-04 | ASoC: ti: davinci-mcasp: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-06-01 | ASoC: ti: omap-mcbsp: use DEVICE_ATTR_RW macro | YueHaibing | 1 | -1/+1 |
2021-05-13 | tty: no checking of tty_unregister_ldisc | Jiri Slaby | 1 | -3/+1 |
2021-05-13 | tty: make tty_ldisc_ops a param in tty_unregister_ldisc | Jiri Slaby | 1 | -1/+1 |
2021-05-13 | tty: set tty_ldisc_ops::num statically | Jiri Slaby | 1 | -1/+2 |
2021-05-13 | tty: make fp of tty_ldisc_ops::receive_buf{,2} const | Jiri Slaby | 1 | -2/+2 |
2021-04-30 | Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 3 | -4/+3 |
2021-03-31 | ASoC: ti: omap-mcsp: remove duplicate test | Pierre-Louis Bossart | 1 | -2/+1 |
2021-03-31 | ASoC: ti: omap-abe-twl6040: remove useless assignment | Pierre-Louis Bossart | 1 | -1/+1 |
2021-03-17 | ASoC: ti: Fix a typo in the file ams-delta.c | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby | 1 | -1/+0 |
2021-01-21 | ASoC: ti: sync parameter naming (rate/sample_bits) | Kuninori Morimoto | 1 | -1/+1 |
2020-12-14 | Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 4 | -186/+126 |
2020-11-26 | ASoC: ti: davinci: mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
2020-11-23 | ASoC: ti: depend on COMMON_CLK to fix compile tests | Krzysztof Kozlowski | 1 | -4/+5 |
2020-11-06 | ASoC: ti: davinci-mcasp: Handle missing required DT properties | Peter Ujfalusi | 1 | -19/+58 |
2020-11-06 | ASoC: ti: davinci-mcasp: Simplify the configuration parameter handling | Peter Ujfalusi | 1 | -104/+60 |
2020-11-06 | ASoC: ti: davinci-mcasp: Remove legacy dma_request parsing | Peter Ujfalusi | 1 | -54/+3 |
2020-11-06 | ASoC: ti: davinci-mcasp: Use platform_get_irq_byname_optional | Peter Ujfalusi | 1 | -6/+6 |
2020-11-03 | ASoC: ti: davinci-mcasp: remove always zero of davinci_mcasp_get_dt_params | Zhang Qilong | 1 | -7/+3 |
2020-11-02 | ASoC: ti: davinci-evm: Remove redundant null check before clk_disable_unprepare | Xu Wang | 1 | -2/+1 |
2020-10-26 | ALSA: remove unneeded break | Tom Rix | 1 | -1/+0 |
2020-10-08 | ASoC: ti: davinci-mcasp: Use &pdev->dev for early dev_warn | Peter Ujfalusi | 1 | -1/+1 |
2020-10-06 | Merge tag 'v5.9-rc5' into asoc-5.10 | Mark Brown | 5 | -9/+9 |
2020-10-06 | ASoC: omap-mcbsp: Fix use of uninitialised pointer | Alex Dewar | 1 | -1/+5 |
2020-10-01 | ASoC: ti: omap-mcbsp: use devm_platform_ioremap_resource_byname | Zhang Qilong | 1 | -5/+1 |
2020-09-28 | ASoC: ti: j721e-evm: Fix compiler warning when CONFIG_OF=n | Peter Ujfalusi | 1 | -1/+1 |
2020-09-17 | Merge branch 'asoc-5.9' into asoc-5.10 | Mark Brown | 1 | -2/+2 |
2020-09-11 | ASoC: ti: j721e-evm: Add support for j7200-cpb audio | Peter Ujfalusi | 1 | -0/+11 |
2020-09-08 | ASoC: ti: Kconfig: Allow the j721e machine driver to be used on K3 platform | Peter Ujfalusi | 1 | -1/+1 |
2020-08-25 | ASoC: ti: fixup ams_delta_mute() function name | Kuninori Morimoto | 1 | -2/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 5 | -9/+9 |