index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
fsl
/
fsl_ssi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-01
Merge branch 'topic/fsl' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+1
2014-06-01
ASoC: fsl-ssi: Use regmap
Markus Pargmann
1
-108
/
+133
2014-06-01
ASoC: fsl-ssi: reorder and document fsl_ssi_private
Markus Pargmann
1
-15
/
+43
2014-06-01
ASoC: fsl-ssi: Fix baudclock handling
Markus Pargmann
1
-21
/
+41
2014-06-01
ASoC: fsl-ssi: Set framerate divider correctly for i2s master mode
Sascha Hauer
1
-0
/
+4
2014-06-01
ASoC: fsl-ssi: remove unnecessary spinlock
Sascha Hauer
1
-17
/
+4
2014-06-01
ASoC: fsl-ssi: set bitclock in master mode from hw_params
Sascha Hauer
1
-4
/
+36
2014-06-01
ASoC: fsl-ssi: make fsl,mode property optional
Markus Pargmann
1
-15
/
+26
2014-06-01
ASoC: fsl-ssi: introduce SoC specific data
Sascha Hauer
1
-68
/
+57
2014-05-26
ASoC: fsl_ssi: Add suspend/resume support
Fabio Estevam
1
-0
/
+2
2014-05-20
ASoC: fsl-ssi: Move fsl_ssi_set_dai_sysclk above fsl_ssi_hw_params
Sascha Hauer
1
-94
/
+96
2014-05-20
ASoC: fsl-ssi: Transmit enable synchronization
Markus Pargmann
1
-0
/
+1
2014-05-20
ASoC: fsl-ssi: Remove unnecessary variables from ssi_private
Markus Pargmann
1
-53
/
+64
2014-05-20
ASoC: fsl-ssi: Cleanup probe function
Markus Pargmann
1
-60
/
+53
2014-05-20
ASoC: fsl-ssi: Remove useless DMA code
Markus Pargmann
1
-37
/
+3
2014-05-20
ASoC: fsl-ssi: Move imx-specific probe to seperate function
Markus Pargmann
1
-82
/
+103
2014-05-20
ASoC: fsl-ssi: Use dev_name for DAI driver struct
Markus Pargmann
1
-8
/
+3
2014-05-20
ASoC: fsl-ssi: Move debugging to seperate file
Markus Pargmann
1
-234
/
+7
2014-05-20
ASoC: fsl-ssi: Fix register values when disabling
Markus Pargmann
1
-5
/
+35
2014-04-15
ASoC: fsl: Add explicit include of of.h
Mark Brown
1
-0
/
+1
2014-04-14
ASoC: fsl-ssi: Fix i2s_mode variable setup
Markus Pargmann
1
-4
/
+4
2014-04-14
ASoC: fsl-ssi: Remove fsl_ssi_setup
Markus Pargmann
1
-104
/
+39
2014-01-31
Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+2
2014-01-29
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+27
2014-01-21
ASoC: fsl_ssi: Do not print 'baud clock' error message all the time
Fabio Estevam
1
-1
/
+1
2014-01-21
ASoC: fsl_ssi: We do support master mode now
Fabio Estevam
1
-6
/
+1
2014-01-16
Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/t...
Mark Brown
1
-183
/
+400
2014-01-16
Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwai
Mark Brown
1
-2
/
+1
2014-01-14
ASoC: fsl: Don't mix SNDRV_PCM_RATE_CONTINUOUS with specific rates
Lars-Peter Clausen
1
-2
/
+1
2014-01-09
ASoC: fsl_ssi: Set default slot number for common cases
Nicolin Chen
1
-0
/
+11
2014-01-09
ASoC: fsl-ssi: Add missing clk_disable_unprepare() on error in fsl_ssi_probe()
Wei Yongjun
1
-1
/
+1
2014-01-09
ASoC: fsl-ssi: Fix stats compile warning
Markus Pargmann
1
-1
/
+1
2014-01-08
ASoC: fsl-ssi: Drop ac97 specific trigger function
Markus Pargmann
1
-53
/
+8
2014-01-08
ASoC: fsl-ssi: Move RX/TX configuration to seperate functions
Markus Pargmann
1
-43
/
+46
2014-01-08
ASoC: fsl-ssi: Add configuration helper functions
Markus Pargmann
1
-0
/
+122
2014-01-08
ASoC: fsl-ssi: Add offline_config flag
Markus Pargmann
1
-0
/
+27
2014-01-08
ASoC: fsl-ssi: Fix interrupt stats for imx
Markus Pargmann
1
-8
/
+32
2014-01-08
ASoC: fsl-ssi: Add imx51-ssi and of_device_id matching
Markus Pargmann
1
-8
/
+24
2014-01-08
ASoC: fsl-ssi: Move sysfs stats to debugfs
Markus Pargmann
1
-67
/
+117
2014-01-08
ASoC: fsl-ssi: Fix probe error handling
Markus Pargmann
1
-4
/
+12
2014-01-07
ASoC: fsl: fsl_ssi: Use '%ld' to print 'long int'
Fabio Estevam
1
-1
/
+1
2014-01-06
ASoC: fsl_ssi: Fix printing return code on clk error
Alexander Shiyan
1
-1
/
+2
2013-12-19
ASoC: fsl_ssi: Add DAI master mode support for SSI on i.MX series
Nicolin Chen
1
-4
/
+276
2013-12-16
ASoC: fsl_ssi: Add dual fifo mode support
Nicolin Chen
1
-1
/
+26
2013-12-03
ASoC: fsl_ssi: Implement symmetric_channels and symmetric_samplebits
Nicolin Chen
1
-70
/
+9
2013-12-02
ASoC: fsl_ssi: Add monaural audio support for non-ac97 interface
Nicolin Chen
1
-7
/
+12
2013-12-02
ASoC: fsl: Use devm_snd_dmaengine_pcm_register()
Lars-Peter Clausen
1
-4
/
+0
2013-11-24
ASoC: fsl-ssi: Move ac97 specific setup to seperate function
Markus Pargmann
1
-25
/
+32
2013-09-26
ASoC: fsl_ssi: let check zero instead of check NO_IRQ
Chen Gang
1
-1
/
+1
2013-09-24
ASoC: fsl: fsl_ssi: Fix simultaneous capture and playback
Fabio Estevam
1
-11
/
+4
[next]