1
0
Fork 0
alistair23-linux/Documentation/devicetree/bindings
Linus Torvalds 3acbd2de6b sound updates for 4.20
There have been little changes in ALSA core stuff, but ASoC core still
 kept rolling for the continued restructuring.  The rest are lots of
 small driver-specific changes and some minor API updates.
 Here are highlights:
 
 General:
 - Appropriate fall-through annotations everywhere
 - Some code cleanup in memalloc code, handling non-cacahed pages more
   commonly in the helper
 - Deployment of SNDRV_PCM_INFO_SYNC_APPLPTR flag consistently
 
 Drivers:
 - More HD-audio CA0132 codec improvement for supporting other Creative
   boards
 - Plumbing legacy HD-audio codecs as ASoC BE on Intel SST; this will
   give move support of existing HD-audio devices with DSP
 - A few device-specific HD-audio quirks as usual
 - New quirk for RME CC devices and correction for B&W PX for USB-audio
 - FireWire: code refactoring including devres usages
 
 ASoC Core:
 - Continued componentization works; it's almost done!
 - A bunch of new for_each_foo macros
 - Cleanups and fixes in DAPM code
 
 ASoC Drivers:
 - MCLK support for several different devices, including CS42L51, STM32
   SAI, and MAX98373
 - Support for Allwinner A64 CODEC analog, Intel boards with DA7219 and
   MAX98927, Meson AXG PDM inputs, Nuvoton NAU8822, Renesas R8A7744 and
   TI PCM3060
 -----BEGIN PGP SIGNATURE-----
 
 iQJCBAABCAAsFiEEIXTw5fNLNI7mMiVaLtJE4w1nLE8FAlvRbLkOHHRpd2FpQHN1
 c2UuZGUACgkQLtJE4w1nLE9FMg//eGuq13WyoNn4OrgncGdxP4U+Dd3qXj7h6wmo
 af8ZebRSZht5jswJz5TEmYM5zR8jfKfDCN6bDKIV99Ondp9bN1vEqxBa2mUx9T/C
 mhY17dPJX0Fwdk951TkAANfOvIqECjqWj9qMI4QdigfVqVXaIxdPSnA4tKDtq6++
 Ocr4+GtC01Nmd/jWzpC4fDh9k+mwTAG0VZjeLFCjsv61U9DKbic+UcRni7YTvRGg
 pUXWNNUxIa6FMYEpsHClBJkCCUi4+ZT9nQe7Dy/W4lMq0uVBrPBqDYQJKDdjwf4p
 VEptmlhEpMcY/bG1yW7l5YOHgYs8Cx5YYygBag+3YCE6a6KItuxNp9UbgxGqZ7GD
 Svh4vPn8n4+UZfMbS04IlYvJP8bTiIfHRLkUBSHgC2egco0TjDEZiH71ucxFOq9q
 3cVKlSfLvcSMCAnUiDP18EfBq6ayGJmzJsFzU1RZLW/r+RcuMzPuwAbCuC83mlI4
 bobNLXCyEArJlvQyrAAIXrX/j4GhFzheL26hXQ96tQ9Y/nNX9tE/cL8bWtm45i4s
 +EuPnWosfZbo5JtPASosEQhilVrrOK/VmqAA6xHURKxspdqwIVyOvAa6kPLRJx8T
 LvczeX9pK3PwvZhDU+eg+HpcPNSWH8BtPvShutsNd0lp9UGBFeBUB5gc4s0iYqLq
 rMnbzwg=
 =3LrT
 -----END PGP SIGNATURE-----

Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

Pull sound updates from Takashi Iwai:
 "There have been little changes in ALSA core stuff, but ASoC core still
  kept rolling for the continued restructuring. The rest are lots of
  small driver-specific changes and some minor API updates. Here are
  highlights:

  General:
  - Appropriate fall-through annotations everywhere
  - Some code cleanup in memalloc code, handling non-cacahed pages more
    commonly in the helper
  - Deployment of SNDRV_PCM_INFO_SYNC_APPLPTR flag consistently

  Drivers:
  - More HD-audio CA0132 codec improvement for supporting other Creative
    boards
  - Plumbing legacy HD-audio codecs as ASoC BE on Intel SST; this will
    give move support of existing HD-audio devices with DSP
  - A few device-specific HD-audio quirks as usual
  - New quirk for RME CC devices and correction for B&W PX for USB-audio
  - FireWire: code refactoring including devres usages

  ASoC Core:
  - Continued componentization works; it's almost done!
  - A bunch of new for_each_foo macros
  - Cleanups and fixes in DAPM code

  ASoC Drivers:
  - MCLK support for several different devices, including CS42L51, STM32
    SAI, and MAX98373
  - Support for Allwinner A64 CODEC analog, Intel boards with DA7219 and
    MAX98927, Meson AXG PDM inputs, Nuvoton NAU8822, Renesas R8A7744 and
    TI PCM3060"

* tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (299 commits)
  ASoC: stm32: sai: fix master clock naming
  ASoC: stm32: add clock dependency for sai
  ALSA: hda/ca0132 - Actually fix microphone issue
  ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks
  ASoC: wm2000: Remove wm2000_read helper function
  ASoC: cs42l51: fix mclk support
  ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populate
  ASoC: wm_adsp: Rename memory fields in wm_adsp_buffer
  ASoC: cs42l51: add mclk support
  ASoC: stm32: sai: set sai as mclk clock provider
  ASoC: dt-bindings: add mclk support to cs42l51
  ASoC: dt-bindings: add mclk provider support to stm32 sai
  ASoC: soc-core: fix trivial checkpatch issues
  ASoC: dapm: Add support for hw_free on CODEC to CODEC links
  ASoC: Intel: kbl_da7219_max98927: minor white space clean up
  ALSA: i2c/cs8427: Fix int to char conversion
  ALSA: doc: Brush up the old writing-an-alsa-driver
  ASoC: rsnd: tidyup SSICR::SWSP for TDM
  ASoC: rsnd: enable TDM settings for SSI parent
  ASoC: pcm3168a: add hw constraint for capture channel
  ...
2018-10-25 09:00:15 -07:00
..
arc
arm ARM: SoC: late updates 2018-08-25 14:12:36 -07:00
ata dt-bindings: ata: Document BCM63138 compatible string 2018-10-01 16:39:07 -06:00
auxdisplay
board dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
bus ARM: SoC driver updates 2018-08-23 13:52:46 -07:00
c6x dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
clock ARM: Device-tree updates 2018-08-23 14:02:22 -07:00
connector dt-bindings: connector: add properties for typec 2018-06-28 19:49:47 +09:00
cpufreq ARM: SoC driver updates 2018-08-23 13:52:46 -07:00
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2018-08-15 16:01:47 -07:00
devfreq dt-bindings: devfreq: rk3399_dmc: move interrupts to be optional. 2018-07-18 13:58:37 +09:00
display fbdev changes for v4.19: 2018-08-23 15:44:58 -07:00
dma Merge branch 'topic/renesas' into for-linus 2018-10-24 09:16:22 +01:00
edac Documentation: dt: edac: Move Altera SOCFPGA EDAC file 2018-05-12 11:54:59 +02:00
eeprom dt-bindings: at24: Add address-width property 2018-07-25 09:17:24 +02:00
extcon dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
firmware firmware: qcom: scm: Add ipq4019 soc compatible 2018-04-25 00:10:33 -05:00
fpga dt: bindings: fpga: add lattice machxo2 slave spi binding description 2018-04-23 13:33:01 +02:00
fsi dt-bindings: fsi: Add optional chip-id to CFAMs 2018-07-23 16:27:32 +10:00
fuse
gnss dt-bindings: gnss: add sirfstar binding 2018-06-28 20:32:51 +09:00
goldfish
gpio dt-bindings: Document the Synopsys GPIO via CREG bindings 2018-10-10 09:19:14 +02:00
gpu docs: Fix more broken references 2018-06-15 18:11:26 -03:00
h8300
hsi dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
hwlock
hwmon dt-bindings: hwmon: Add ina3221 documentation 2018-10-10 20:37:13 -07:00
i2c dt-bindings: imx-lpi2c: Remove mx8dv compatible entry 2018-09-02 23:50:43 +02:00
iio Staging/IIO patches for 4.19-rc1 2018-08-18 11:00:00 -07:00
infiniband dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
input Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2018-09-28 18:04:50 -07:00
interrupt-controller dt-bindings: riscv,cpu-intc: Cleanups from a missed review 2018-08-28 12:58:35 -07:00
iommu IOMMU Update for Linux v4.19 2018-08-24 13:10:38 -07:00
ipmi ipmi: add an NPCM7xx KCS BMC driver 2018-04-18 10:23:12 -05:00
leds dt-bindings: leds: document Panasonic AN30259A bindings 2018-09-10 21:31:03 +02:00
lpddr2
mailbox - xgene : potential null pointer fix 2018-08-16 10:16:08 -07:00
media media updates for v4.19-rc1 2018-08-15 18:29:14 -07:00
memory-controllers dt-bindings: mediatek: Add binding for mt2712 IOMMU and SMI 2018-07-18 17:01:04 +02:00
mfd - New Drivers 2018-10-25 06:19:15 -07:00
mips dt-bindings: net: ocelot: remove hsio from the list of register address spaces 2018-10-05 14:36:43 -07:00
misc dt-bindings: misc: ASPEED coprocessor interrupt controller 2018-07-10 08:08:57 -06:00
mmc mmc: dt-bindings: add support for MT8183 SoC 2018-10-15 15:00:29 +02:00
mtd Devicetree updates for 4.19: 2018-08-14 12:41:49 -07:00
mux dt-bindings: mux: add adi,adgs1408 2018-08-02 10:23:01 +02:00
nds32
net dt-bindings: net: add support for Microchip KSZ9131 2018-10-19 17:02:23 -07:00
nios2 dt-bindings: move various timer bindings to timer/ directory 2018-04-27 16:56:47 -05:00
nvmem dt-bindings: nvmem: imx-ocotp: add compatible string for imx6sll 2018-07-15 14:03:05 +02:00
openrisc/opencores
opp Merge branch 'pm-cpufreq' 2018-06-04 10:40:57 +02:00
pci Merge branch 'remotes/lorenzo/pci/keystone' 2018-10-20 11:45:51 -05:00
perf
phy dt-bindings: phy: add DT binding for Microsemi Ocelot SerDes muxing 2018-10-05 14:36:44 -07:00
pinctrl dt-bindings: pinctrl: bcm4708-pinmux: improve example binding 2018-10-16 09:43:34 +02:00
pmem
power power: reset: qcom-pon: Add pms405 pon support 2018-09-20 11:40:00 +02:00
powerpc dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
pps dt-bindings: more status property removal from examples 2018-04-18 08:56:22 -05:00
ptp dt-binding: ptp_qoriq: add DPAA FMan support 2018-06-26 22:15:14 +09:00
pwm dt-bindings: pwm: Add MT7628 information 2018-08-20 11:35:44 +02:00
regmap
regulator Merge remote-tracking branches 'regulator/topic/bd718xx' and 'regulator/topic/pfuze100' into regulator-next 2018-10-21 17:00:05 +01:00
remoteproc remoteproc updates for v4.19 2018-08-18 16:42:04 -07:00
reserved-memory treewide: correct "differenciate" and "instanciate" typos 2018-08-23 18:48:43 -07:00
reset ARM: SoC: late updates 2018-08-25 14:12:36 -07:00
riscv
rng dt-bindings: crypto: Move prng binding to crypto 2018-07-27 19:04:31 +08:00
rtc RTC for 4.19 2018-08-20 16:30:27 -07:00
scsi
security/tpm dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
serial dt-bindings: Add binding for atmel-usart in SPI mode 2018-09-10 16:07:11 +01:00
serio
siox
slimbus slimbus: ngd: dt-bindings: Add slim ngd dt bindings 2018-07-07 17:24:32 +02:00
soc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2018-10-24 06:47:44 +01:00
sound ASoC: dt-bindings: add mclk support to cs42l51 2018-10-19 13:11:58 +01:00
spi spi: lpspi: add imx8qxp compatible string 2018-10-21 16:55:23 +01:00
spmi
sram ARM: SoC driver updates 2018-08-23 13:52:46 -07:00
staging/iio/adc dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
thermal Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux 2018-08-24 13:03:51 -07:00
timer ARM: Device-tree updates 2018-08-23 14:02:22 -07:00
ufs scsi: ufs: dt-bindings: add document for hisi-ufs 2018-07-19 21:57:39 -04:00
usb USB/PHY patches for 4.19-rc1 2018-08-18 10:21:49 -07:00
virtio
w1 dt-bindings: w1: document generic onewire bindings 2018-07-11 18:08:32 +02:00
watchdog dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support 2018-08-29 20:32:04 +02:00
x86
xillybus dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ABI.txt
chosen.txt
common-properties.txt
graph.txt
jailhouse.txt
numa.txt
property-units.txt
resource-names.txt
submitting-patches.txt dt-bindings: submitting-patches: add guidance on patch content and subject 2018-06-05 16:37:47 -06:00
trivial-devices.txt ASoC: dt-bindings: add mclk support to cs42l51 2018-10-19 13:11:58 +01:00
unittest.txt
vendor-prefixes.txt ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO board 2018-09-03 14:41:27 +01:00
xilinx.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00