This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 6198c2c59721 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits aa3cac18ee19 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] adds de5afaddd5a7 ALSA: hda/realtek: Add support for Ayaneo System using CS3 [...] adds b1d4ac91a924 ASoC: codecs: ES8326: Adjust ANA_MICBIAS to reduce pop noise adds cf86e0ae60a2 ASoC: tas2781: Fix occasional calibration failture adds 5ed01155cea6 ASoC: wm8994: Add depends on MFD core adds 85c9ac7a56f7 ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK adds fd55c6065bec ASoC: samsung: Add missing selects for MFD_WM8994 adds 1acb73db4893 MAINTAINERS: add missing maintainers for Simple Audio Card adds 704dbe97a681 ASoC: samsung: Add missing depends on I2C adds 088fb4ee17fc ALSA: doc: cs35l56: Add information about Cirrus Logic CS3 [...] adds 080505f3c6c3 ALSA: doc: Add codecs/index.rst to top-level index adds 8f0defd2e52d ASoC: cs42l43: Add codec force suspend/resume ops adds 139fa599cea0 ASoC: rsnd: check rsnd_adg_clk_enable() return value adds 0fa01cf41ff9 Merge tag 'asoc-fix-v6.13-rc6' of https://git.kernel.org/p [...] adds f67b1ef261f4 ALSA: hda/realtek: fixup ASUS GA605W adds 44a48b26639e ALSA: hda/realtek: fixup ASUS H7606W new 34c8e74cd666 ALSA: hda/realtek: Fix volume adjustment issue on Lenovo T [...] new 79a1d390f879 Merge tag 'sound-6.13' of git://git.kernel.org/pub/scm/lin [...] adds 8604f633f593 scsi: core: Fix command pass through retry regression adds 63ca02221cc5 scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_H [...] new c3812b15000c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 15b8968dcb90 PCI/bwctrl: Fix NULL pointer deref on unbind and bind new 7f5b6a8ec18e Merge tag 'pci-v6.13-fixes-3' of git://git.kernel.org/pub/ [...] new 98354db229f3 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 362a8eb6ec1c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6198c2c59721) \ N -- N -- N refs/heads/fs-current (362a8eb6ec1c)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/sound/codecs/cs35l56.rst | 292 +++++++++++++++++++++ .../{networking/caif => sound/codecs}/index.rst | 9 +- Documentation/sound/index.rst | 1 + MAINTAINERS | 2 + drivers/pci/pcie/bwctrl.c | 25 +- drivers/scsi/scsi_lib.c | 3 + drivers/scsi/scsi_transport_iscsi.c | 4 +- sound/pci/hda/patch_realtek.c | 7 +- sound/soc/codecs/Kconfig | 1 + sound/soc/codecs/cs42l43.c | 1 + sound/soc/codecs/es8316.c | 10 +- sound/soc/codecs/es8326.c | 23 +- sound/soc/codecs/tas2781-i2c.c | 2 +- sound/soc/renesas/rcar/adg.c | 28 +- sound/soc/renesas/rcar/core.c | 4 +- sound/soc/renesas/rcar/rsnd.h | 2 +- sound/soc/samsung/Kconfig | 6 +- 17 files changed, 385 insertions(+), 35 deletions(-) create mode 100644 Documentation/sound/codecs/cs35l56.rst copy Documentation/{networking/caif => sound/codecs}/index.rst (51%)