summaryrefslogtreecommitdiffstats
path: root/sound/soc/sunxi/sun4i-i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sun4i: Revert A83t descriptionMaxime Ripard2019-08-271-12/+12
* ASoC: sunxi: Revert initial A83t supportMaxime Ripard2019-08-271-1/+24
* ASoC: sun4i-i2s: Add support for DSP formatsMaxime Ripard2019-08-211-9/+35
* ASoC: sun4i-i2s: Replace call to params_width by local variableMaxime Ripard2019-08-211-1/+1
* ASoC: sun4i-i2s: Use the actual format width instead of an hardcoded oneMaxime Ripard2019-08-211-1/+1
* ASoC: sun4i-i2s: Use the physical / slot width for the clocksMaxime Ripard2019-08-211-5/+7
* ASoC: sun4i-i2s: Add support for TDM slotsMaxime Ripard2019-08-211-6/+34
* ASoC: sun4i-i2s: Support more channelsMaxime Ripard2019-08-201-11/+6
* ASoC: sun4i-i2s: Pass the channels number as an argumentMaxime Ripard2019-08-201-3/+5
* ASoC: sun4i-i2s: Remove duplicated quirks structureMaxime Ripard2019-08-201-20/+1
* ASoC: sun4i-i2s: Fix the LRCK period on A83tMaxime Ripard2019-08-201-0/+1
* ASoC: sun4i-i2s: Fix MCLK Enable bit offset on A83tMaxime Ripard2019-08-201-1/+1
* ASoC: sun4i-i2s: Fix WSS and SR fields for the A83tMaxime Ripard2019-08-201-2/+2
* ASoC: sun4i-i2s: Fix the LRCK polarityMaxime Ripard2019-08-201-6/+12
* ASoC: sun4i-i2s: Fix LRCK and BCLK polarity offsets on newer SoCsMaxime Ripard2019-08-201-58/+60
* ASoC: sun4i-i2s: RX and TX counter registers are swappedMaxime Ripard2019-08-201-2/+2
* ASoC: sun4i-i2s: Fix the MCLK and BCLK dividers on newer SoCsMaxime Ripard2019-08-201-14/+49
* ASoC: sun4i-i2s: Use module clock as BCLK parent on newer SoCsMaxime Ripard2019-08-201-2/+19
* ASoC: sun4i-i2s: Move the format configuration to a callbackMaxime Ripard2019-08-201-93/+106
* ASoC: sun4i-i2s: Move the channel configuration to a callbackMaxime Ripard2019-08-201-87/+69
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-08-201-8/+8
|\
| * ASoC: sun4i-i2s: Register regmap and PCM before our componentMaxime Ripard2019-08-201-6/+6
| * ASoC: sun4i-i2s: Incorrect SR and WSS computationMarcus Cooper2019-07-311-2/+2
* | ASoC: sun4i-i2s: Rework MCLK divider calculationMaxime Ripard2019-08-201-6/+4
* | ASoC: sun4i-i2s: Replace call to params_channels by local variableMaxime Ripard2019-08-201-3/+2
* | ASoC: sun4i-i2s: Don't use the oversample to calculate BCLKMaxime Ripard2019-08-201-4/+5
* | ASoC: sun4i-i2s: Switch to devm for PCM registerMaxime Ripard2019-08-201-3/+1
* | ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-3/+1
|/
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-5/+1
|\
| * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-141-1/+5
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-06-061-1/+5
|\ \ \ | | |/ | |/|
| * | ASoC: sun4i-i2s: Add offset to RX channel selectMarcus Cooper2019-06-041-0/+4
| * | ASoC: sun4i-i2s: Fix sun8i tx channel offset maskMarcus Cooper2019-06-041-1/+1
| |/
* / ASoC: sun4i-i2s: Change SR and WSS computationMaxime Ripard2019-06-061-16/+55
|/
* ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooksVasily Khoruzhick2018-10-211-36/+25
* ASoC: sun4i-i2s: Add compatibility with A64 codec I2SMarcus Cooper2018-10-171-0/+21
* ASoC: sun4i-i2s: Fix RX slot number of SUN8IYong Deng2018-02-261-1/+1
*-. Merge remote-tracking branches 'asoc/topic/sun4i-i2s', 'asoc/topic/sunxi', 'a...Mark Brown2018-01-051-6/+51
|\ \
| | * ASoC: sun4i-i2s: Add support for A83TChen-Yu Tsai2017-12-121-0/+21
| |/ |/|
| * ASoC: sun4i-i2s: Show detailed error when DAI configuration callbacks failChen-Yu Tsai2017-12-141-6/+30
|/
* ASoC: sun4i-i2s: Add support for H3Marcus Cooper2017-08-211-2/+174
* ASoC: sun4i-i2s: Update global enable with bitmaskMarcus Cooper2017-08-211-3/+4
* ASoC: sun4i-i2s: Check for slave select bitMarcus Cooper2017-08-211-16/+21
* ASoC: sun4i-i2s: Add regmap field to set DAI formatMarcus Cooper2017-08-211-3/+12
* ASoC: sun4i-i2s: Add mclk enable regmap fieldMarcus Cooper2017-08-211-2/+14
* ASoC: sun4i-i2s: bclk and lrclk polarity tidyupMarcus Cooper2017-08-211-13/+32
* ASoC: sun4i-i2s: Add regfields for word size select and sample resolutionMarcus Cooper2017-08-211-3/+28
* ASoC: sun4i-i2s: Add regmap fields for channelsMarcus Cooper2017-08-211-8/+69
* ASoC: sun4i-i2s: Add TX FIFO offset to quirksMarcus Cooper2017-08-141-1/+6