aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/dwc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topic/fsi', 'asoc/topic/fsl' and 'asoc/topic/fsl-asrc' into asoc-nextMark Brown2-69/+243
2015-01-28ASoC: dwc: Remove unnecessary conditional compilationAndrew Jackson1-2/+0
2014-12-30ASoC: dwc: Add devicetree support for Designware I2SAndrew Jackson2-43/+151
2014-12-30ASoC: dwc: Register components with managed interfaceAndrew Jackson1-2/+1
2014-12-30ASoC: dwc: Prepare clock before useAndrew Jackson1-2/+5
2014-12-30ASoC: dwc: Read I2S block configuration from registersAndrew Jackson1-10/+86
2014-12-30ASoC: dwc: Switch to managed clock resourceAndrew Jackson1-8/+2
2014-12-22ASoC: dwc: Iterate over all channelsAndrew Jackson1-19/+16
2014-12-22ASoC: dwc: Ensure FIFOs are flushed to prevent channel swapAndrew Jackson1-0/+14
2014-12-22ASoC: dwc: Reorder code in preparation for DT supportAndrew Jackson1-34/+39
2014-12-22ASoC: dwc: Remove unnecessary debug messages and testsAndrew Jackson1-11/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-03ASoC: dwc: Allocate resources with devm_ioremap_resourceAndrew Jackson1-27/+19
2014-10-20ASoC: dwc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-09ASoC: Update email id of the authorRajeev Kumar1-1/+1
2014-09-06ASoC: dwc: Update email id of the authorRajeev Kumar1-1/+1
2013-08-29ASoC: designware_i2s: Remove unnecessary dev_set_drvdata()Fabio Estevam1-4/+1
2013-06-12ASoC: dwc: Folder path correction in file header.Rajeev Kumar1-1/+1
2013-06-12ASoC: dwc: debug message correction.Rajeev Kumar1-2/+2
2013-03-26ASoC: switch over to use snd_soc_register_component() on dw i2sKuninori Morimoto1-2/+7
2013-01-26ASoC: dwc: fix support for more than two channelsDan Carpenter1-0/+4
2012-07-04ASoC: dwc: Staticise non-exported i2s_start()Mark Brown1-1/+2
2012-06-28ASoC: dwc: Add missing __iomem annotationsMark Brown1-2/+2
2012-06-25ASoC: dwc: Bodge around continuing absence of clock API stubsMark Brown1-0/+1
2012-06-22ASoC: Add support for synopsys i2s controller as per ASoC framework.Rajeev Kumar3-0/+465