index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
ti
/
davinci-mcasp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-06-11
ASoC: ti: davinci-mcasp: Set min period size using FIFO config
Jai Luthra
1
-2
/
+7
2024-04-19
ASoC: ti: davinci-mcasp: Fix race condition during probe
Joao Paulo Goncalves
1
-6
/
+6
2023-10-09
ASoC: Use device_get_match_data()
Rob Herring
1
-5
/
+4
2023-08-14
ASoC: ti: merge DAI call back functions into ops
Kuninori Morimoto
1
-14
/
+13
2023-05-30
ASoC: ti: davinci-mcasp: Use pcm_for_each_format() macro
Min-Hua Chen
1
-12
/
+15
2023-03-20
ASoC: ti: davinci-mcasp: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-01-31
ASoC: ti: use helper function
Kuninori Morimoto
1
-2
/
+3
2022-10-17
ASoC: ti: davinci-mcasp: Use DIV_ROUND_UP() instead of open-coding it
Shang XiaoJing
1
-4
/
+3
2022-06-29
ASoC: Refactor non_legacy_dai_naming flag
Mark Brown
1
-1
/
+2
2022-06-27
ASoC: ti: davinci-mcasp: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-2
/
+1
2022-06-27
ASoC: ti: Migrate to new style legacy DAI naming flag
Charles Keepax
1
-1
/
+2
2022-06-06
ASoC: ti: Rename set_fmt_new back to set_fmt
Charles Keepax
1
-1
/
+1
2022-06-06
ASoC: ti: Update to use set_fmt_new callback
Charles Keepax
1
-6
/
+6
2022-05-05
ASoC: ti: davinci-mcasp: Add dma-type for bcdma
Jayesh Choudhary
1
-0
/
+2
2021-12-20
ASoC: ti: Use dev_err_probe() helper
Kuninori Morimoto
1
-7
/
+3
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-07-11
ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASP
Peter Ujfalusi
1
-3
/
+23
2021-07-11
ASoC: ti: davinci-mcasp: Fix DIT mode support
Peter Ujfalusi
1
-21
/
+129
2021-06-04
ASoC: ti: davinci-mcasp: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
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
1
-179
/
+119
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-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-08-18
ASoC: various vendors: delete repeated words in comments
Randy Dunlap
1
-1
/
+1
2020-07-01
ASoC: ti: davinci-mcasp: Specify stream_name for playback/capture
Peter Ujfalusi
1
-0
/
+3
2020-05-18
ASoC: ti: use snd_soc_xxx_active()
Kuninori Morimoto
1
-1
/
+1
2020-04-28
ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type
Xiyu Yang
1
-1
/
+3
2020-02-11
ASoC: ti: davinci-mcasp: remove redundant assignment to variable ret
Colin Ian King
1
-4
/
+2
2020-02-11
ASoC: ti: davinci-mcasp: Add support for platforms using UDMA
Peter Ujfalusi
1
-0
/
+7
2019-12-09
ASoC: ti: davinci-mcasp: Improve the sysclk selection
Peter Ujfalusi
1
-7
/
+28
2019-11-15
ASoC: ti: davinci-mcasp: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-1
/
+1
2019-07-26
ASoC: ti: davinci-mcasp: Support for correct symmetric sample bits
Peter Ujfalusi
1
-4
/
+46
2019-07-26
Merge branch 'asoc-5.3' into asoc-5.4
Mark Brown
1
-10
/
+36
2019-07-26
ASoC: ti: davinci-mcasp: Correct slot_width posed constraint
Peter Ujfalusi
1
-9
/
+34
2019-07-26
ASoC: ti: davinci-mcasp: Fix clk PDIR handling for i2s master mode
Peter Ujfalusi
1
-1
/
+2
2019-07-25
ASoC: ti: davinci-mcasp: Improve serializer handling in multi AXR setups
Peter Ujfalusi
1
-39
/
+53
2019-07-25
ASoC: ti: davinci-mcasp: Add support for RIGHT_J format
Peter Ujfalusi
1
-24
/
+19
2019-07-06
Merge branch 'asoc-5.3' into asoc-next
Mark Brown
1
-21
/
+58
2019-07-06
Merge branch 'asoc-5.2' into asoc-linus
Mark Brown
1
-1
/
+1
2019-06-26
Merge tag 'v5.2-rc6' into asoc-5.3
Mark Brown
1
-4
/
+1
2019-06-20
ASoC: ti: davinci-mcasp: Fix slot mask settings when using multiple AXRs
Peter Ujfalusi
1
-7
/
+6
2019-06-20
ASoC: ti: davinci-mcasp: Set unused serializers as INACTIVE
Peter Ujfalusi
1
-6
/
+8
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
[next]