index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
samsung
/
i2s.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-14
ASoC: samsung: merge DAI call back functions into ops
Kuninori Morimoto
1
-3
/
+2
2023-03-20
ASoC: samsung: i2s: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+3
2023-03-11
ASoC: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-01-17
ASoC: samsung: i2s: add support for FSD I2S
Padmanabhan Rajanbabu
1
-0
/
+53
2022-06-27
ASoC: samsung: Migrate to new style legacy DAI naming flag
Charles Keepax
1
-0
/
+2
2022-06-06
ASoC: samsung: Rename set_fmt_new back to set_fmt
Charles Keepax
1
-1
/
+1
2022-06-06
ASoC: samsung: Update to use set_fmt_new callback
Charles Keepax
1
-4
/
+4
2022-03-16
ASoC: samsung: i2s: check the return value of kstrdup()
Xiaoke Wang
1
-0
/
+4
2021-06-21
ASoC: samsung: i2s: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-03-10
ASoC: samsung: i2s: remove unassigned variable
Pierre-Louis Bossart
1
-2
/
+1
2021-01-21
ASoC: samsung: sync parameter naming (rate/sample_bits)
Kuninori Morimoto
1
-1
/
+1
2020-11-26
ASoC: samsung: i2s: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-4
/
+4
2020-11-05
ASoC: samsung: i2s: Remove redundant null check before clk_disable_unprepare
Xu Wang
1
-2
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-23
ASoC: samsung: use asoc_substream_to_rtd()
Kuninori Morimoto
1
-1
/
+1
2020-03-27
ASoC: samsung: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
1
-1
/
+1
2020-01-21
ASoC: samsung: i2s: move .suspend/.resume to component
Kuninori Morimoto
1
-6
/
+7
2019-03-20
ASoC: samsung: i2s: Don't use register read to determine slave/master mode
Sylwester Nawrocki
1
-16
/
+11
2019-03-11
ASoC: samsung: i2s: Fix DAPM routes for capture stream
Sylwester Nawrocki
1
-4
/
+6
2019-02-19
ASoC: samsung: i2s: Fix multiple "IIS multi" devices initialization
Sylwester Nawrocki
1
-17
/
+33
2019-02-19
ASoC: samsung: i2s: Fix secondary platform device unregistration
Sylwester Nawrocki
1
-9
/
+10
2019-02-14
ASoC: samsung: i2s: Prevent potential NULL platform data dereference
Sylwester Nawrocki
1
-12
/
+15
2019-02-14
ASoC: samsung: i2s: Convert to SPDX License Indentifier
Sylwester Nawrocki
1
-10
/
+6
2019-02-14
ASoC: samsung: i2s: Comments clean up
Sylwester Nawrocki
1
-14
/
+15
2019-02-14
ASoC: samsung: i2s: Change indentation in SAMSUNG_I2S_FMTS definition
Sylwester Nawrocki
1
-3
/
+2
2019-02-14
ASoC: samsung: i2s: Simplify pri_dai, sec_dai pointers usage
Sylwester Nawrocki
1
-4
/
+3
2019-02-14
ASoC: samsung: Specify DMA channel names through custom DMA config
Sylwester Nawrocki
1
-1
/
+1
2019-02-14
ASoC: samsung: i2s: Get rid of a static spinlock
Sylwester Nawrocki
1
-7
/
+9
2019-02-14
ASoC: samsung: i2s: Move quirks data to common driver data structure
Sylwester Nawrocki
1
-21
/
+12
2019-02-14
ASoC: samsung: i2s: Move IP variant data to common driver data structure
Sylwester Nawrocki
1
-21
/
+21
2019-02-14
ASoC: samsung: i2s: Drop spinlock pointer from i2s_dai data structure
Sylwester Nawrocki
1
-27
/
+24
2019-02-14
ASoC: samsung: i2s: Move SFR pointer to common driver data structure
Sylwester Nawrocki
1
-47
/
+59
2019-02-13
ASoC: samsung: i2s: Move registers cache to common driver data structure
Sylwester Nawrocki
1
-9
/
+11
2019-02-13
ASoC: samsung: i2s: Move opclk data to common driver data structure
Sylwester Nawrocki
1
-37
/
+33
2019-02-13
ASoC: samsung: i2s: Move core clk to the driver common data structure
Sylwester Nawrocki
1
-13
/
+14
2019-02-13
ASoC: samsung: i2s: Add widgets and routes for DPCM support
Sylwester Nawrocki
1
-1
/
+26
2019-02-13
ASoC: samsung: i2s: Move clk supplier data to common driver data structure
Sylwester Nawrocki
1
-35
/
+33
2019-02-13
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-6
/
+12
2019-02-13
ASoC: samsung: i2s: Restore support for the secondary PCM
Sylwester Nawrocki
1
-4
/
+48
2019-02-12
ASoC: samsung: i2s: Convert to single component with multiple DAIs
Sylwester Nawrocki
1
-77
/
+115
2019-02-12
ASoC: samsung: dmaengine: Allow to specify custom DMA device
Sylwester Nawrocki
1
-2
/
+2
2019-02-12
ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI
Sylwester Nawrocki
1
-1
/
+7
2019-02-07
ASoC: samsung: Prevent clk_get_rate() calls in atomic context
Sylwester Nawrocki
1
-5
/
+5
2018-08-03
ASoC: samsung: i2s: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-03-12
ASoC: samsung: i2s: Fix rclk_srcrate handling
Sylwester Nawrocki
1
-1
/
+1
2018-02-14
ASoC: samsung: i2s: Define the parameters list for SAMSUNG_I2S_OPCLK
Sylwester Nawrocki
1
-1
/
+1
2018-02-14
ASoC: samsung: i2s: Prevent external abort on exynos5433 I2S1 access
Sylwester Nawrocki
1
-2
/
+7
2018-02-14
ASoC: samsung: i2s: Ensure names of supplied clocks are unique
Sylwester Nawrocki
1
-9
/
+19
2018-02-12
ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
Sylwester Nawrocki
1
-2
/
+11
2017-11-10
Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...
Mark Brown
1
-0
/
+4
[next]