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