index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
fsl
/
fsl_ssi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
Merge branch 'asoc-5.4' into asoc-next
Mark Brown
1
-3
/
+1
2019-08-29
ASoC: fsl_ssi: Fix clock control issue in master mode
Shengjiu Wang
1
-9
/
+9
2019-08-02
ASoC: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-06-14
ASoC: fsl: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-3
/
+1
2019-02-20
ASoC: fsl: Fix of-node refcount unbalance in fsl_ssi_probe_from_dt()
Takashi Iwai
1
-2
/
+4
2018-05-03
ASoC: fsl_ssi: Switch to SPDX identifier
Fabio Estevam
1
-31
/
+26
2018-04-26
ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
Fabio Estevam
1
-2
/
+1
2018-04-12
ASoC: fsl_ssi: Fix mode setting when changing channel number
Nicolin Chen
1
-3
/
+11
2018-02-21
ASoC: fsl_ssi: Use ssi->streams instead of reading register
Nicolin Chen
1
-6
/
+1
2018-02-21
ASoC: fsl_ssi: Move DT related code to a separate probe()
Nicolin Chen
1
-95
/
+124
2018-02-21
ASoC: fsl_ssi: Add bool synchronous to mark synchronous mode
Nicolin Chen
1
-5
/
+8
2018-02-21
ASoC: fsl_ssi: Clean up _fsl_ssi_set_dai_fmt()
Nicolin Chen
1
-39
/
+35
2018-02-21
ASoC: fsl_ssi: Setup AC97 in fsl_ssi_hw_init()
Nicolin Chen
1
-6
/
+27
2018-02-21
ASoC: fsl_ssi: Move one-time configurations to probe()
Nicolin Chen
1
-13
/
+26
2018-02-21
ASoC: fsl_ssi: Use snd_soc_init_dma_data instead
Nicolin Chen
1
-4
/
+3
2018-02-21
ASoC: fsl_ssi: Set xFEN0 and xFEN1 together
Nicolin Chen
1
-6
/
+6
2018-02-21
ASoC: fsl_ssi: Clean up fsl_ssi_setup_regvals()
Nicolin Chen
1
-11
/
+6
2018-02-21
ASoC: fsl_ssi: Add DAIFMT define for AC97
Nicolin Chen
1
-3
/
+12
2018-02-21
ASoC: fsl_ssi: Clean up helper functions of trigger()
Nicolin Chen
1
-134
/
+122
2018-02-21
ASoC: fsl_ssi: Clear FIFO directly in fsl_ssi_config()
Nicolin Chen
1
-23
/
+10
2018-02-21
ASoC: fsl_ssi: Rename fsl_ssi_disable_val macro
Nicolin Chen
1
-32
/
+23
2018-02-21
ASoC: fsl_ssi: Maintain a mask of active streams
Nicolin Chen
1
-4
/
+11
2018-02-21
ASoC: fsl_ssi: Clean up set_dai_tdm_slot()
Nicolin Chen
1
-5
/
+2
2018-02-21
ASoC: fsl_ssi: Keep ssi->i2s_net updated
Nicolin Chen
1
-6
/
+6
2018-02-21
ASoC: fsl_ssi: Redefine RX and TX macros
Nicolin Chen
1
-0
/
+4
2018-02-12
ASoC: fsl_ssi: Use 'const _be *' type for iprop
Fabio Estevam
1
-1
/
+1
2017-12-19
ASoC: fsl_ssi: Define ternary macros to simplify code
Nicolin Chen
1
-16
/
+11
2017-12-19
ASoC: fsl_ssi: Rename i2smode to i2s_net
Nicolin Chen
1
-12
/
+12
2017-12-19
ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals
Nicolin Chen
1
-42
/
+37
2017-12-19
ASoC: fsl_ssi: Rename scr_val to scr
Nicolin Chen
1
-6
/
+6
2017-12-19
ASoC: fsl_ssi: Rename cpu_dai parameter to dai
Nicolin Chen
1
-16
/
+16
2017-12-19
ASoC: fsl_ssi: Refine printk outputs
Nicolin Chen
1
-8
/
+8
2017-12-19
ASoC: fsl_ssi: Refine indentations and wrappings
Nicolin Chen
1
-124
/
+115
2017-12-19
ASoC: fsl_ssi: Rename registers and fields macros
Nicolin Chen
1
-187
/
+187
2017-12-19
ASoC: fsl_ssi: Refine all comments
Nicolin Chen
1
-242
/
+141
2017-12-19
ASoC: fsl_ssi: Cache pdev->dev pointer
Nicolin Chen
1
-33
/
+31
2017-12-19
ASoC: fsl_ssi: Rename fsl_ssi_private to fsl_ssi
Nicolin Chen
1
-236
/
+220
2017-11-29
ASoC: fsl_ssi: add 20-bit sample format for AC'97 and use it for capture
Maciej S. Szmigiero
1
-4
/
+6
2017-11-29
ASoC: fsl_ssi: only enable proper channel slots in AC'97 mode
Maciej S. Szmigiero
1
-6
/
+46
2017-11-29
ASoC: fsl_ssi: call _fsl_ssi_set_dai_fmt() just once in AC'97 mode
Maciej S. Szmigiero
1
-0
/
+3
2017-11-27
ASoC: fsl_ssi: remove duplicated flag setting in fsl_ssi_setup_reg_vals()
Maciej S. Szmigiero
1
-2
/
+0
2017-11-27
ASoC: fsl_ssi: serialize AC'97 register access operations
Maciej S. Szmigiero
1
-4
/
+22
2017-11-27
ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failure
Maciej S. Szmigiero
1
-6
/
+12
2017-09-19
ASoC: fsl_ssi: Caculate bit clock rate using slot number and width
Nicolin Chen
1
-20
/
+26
2017-08-15
ASoC: Freescale: Delete an error message for a failed memory allocation in th...
Markus Elfring
1
-3
/
+1
2017-04-30
Merge remote-tracking branches 'asoc/topic/fsl-ssi', 'asoc/topic/hi6220' and ...
Mark Brown
1
-20
/
+7
2017-04-10
ASoC: fsl_ssi: Use the tolower() function
Fabio Estevam
1
-8
/
+5
2017-04-10
ASoC: fsl_ssi: Remove FSLSSI_I2S_RATES definition
Fabio Estevam
1
-12
/
+2
2017-01-04
ASoC: fsl_ssi: set fifo watermark to more reliable value
Caleb Crome
1
-21
/
+53
2016-09-29
ASoC: fsl: Fix lockups with recent cache changes
Mark Brown
1
-0
/
+3
[next]