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