This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d5320610cd3 openmp: Provide fixit hints for -Wdeprecated-openmp diagnos [...]
new b5c64db0a49 ch: Improve copy header when the bbs are predicated as non- [...]
new f0732cb1898 match: disable some match patterns for non GIMPLE
The 2 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:
gcc/match.pd | 5 +++
gcc/testsuite/gcc.dg/tree-ssa/20030711-1.c | 8 ++---
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-10.c | 25 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-11.c | 25 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-headers-12.c | 32 +++++++++++++++++++
gcc/tree-ssa-loop-ch.cc | 42 ++++++++++++++++++++++---
6 files changed, 129 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-10.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-11.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-headers-12.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a859eca0e4cc Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedes [...]
new d552fc632cf5 x86/hv: Add gitignore entry for generated header file
new d2ea4d254d04 file: ensure cleanup
new fc6bcf9ac4de powerpc/pseries/cmm: call balloon_devinfo_init() also with [...]
new 0da2ba35c0d5 powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
new 1cba2eba9b73 mm/sparse: fix sparse_vmemmap_init_nid_early definition wi [...]
new bdd0d69a32c2 mm/huge_memory: change folio_split_supported() to folio_ch [...]
new 5842bcbfc316 mm/huge_memory: replace can_split_folio() with direct refc [...]
new 2f78910659c7 mm/huge_memory: make min_order_for_split() always return an order
new 9dcdc0c207fe mm/huge_memory: fix folio split stats counting
new 40a4af52e047 mm: fix CONFIG_STACK_GROWSUP typo in mm.h
new 9ee5d1766c8b mm/hugetlb: fix incorrect error return from hugetlb_reserv [...]
new 12c1fa8d4631 MAINTAINERS: add idr core-api doc file to XARRAY
new 49d921b471c5 mm: vmscan: correct nr_requested tracing in scan_folios
new dafdba0964bd mm/damon/tests/core-kunit: avoid damos_test_commit stack warning
new 2516a8715318 Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel [...]
new b2135d1cb0e3 liveupdate: luo_file: don't use invalid list iterator
new 4ac577ae741e ocfs2: check tl_used after reading it from trancate log inode
new d86fea4294cb ocfs2: replace deprecated strcpy with strscpy
new acce46aaf8c6 fs/fat: remove unnecessary wrapper fat_max_cache()
new 2a4f33430e96 ocfs2: validate inline xattr size and entry count in ocfs2 [...]
new bf2c7bf5c483 liveupdate: luo_core: fix redundant bound check in luo_ioctl()
new 039bef30e320 ocfs2: fix kernel BUG in ocfs2_find_victim_chain
new e6b4d264c8c8 args: fix documentation to reflect the correct numbers
new 01da5216c572 checkpatch: add uninitialized pointer with __free attribute check
new 752ba0976b25 ocfs2: add ocfs2_emergency_state helper and apply to setattr
new 7eff54dfd245 ocfs2: convert remaining read-only checks to ocfs2_emergen [...]
new 76b9701a54a2 ocfs2: avoid -Wflex-array-member-not-at-end warning
new 7efb45f9685f ocfs2: invalidate inode if i_mode is zero after block read
new 2214ec4bf89d ocfs2: fix memory leak in ocfs2_merge_rec_left()
new 402736a591b0 mm: shmem: avoid build warning for CONFIG_SHMEM=n
new 601cc399a010 mm: memfd_luo: add CONFIG_SHMEM dependency
new 9d9c1cfec01c Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git. [...]
The 32 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/dev-tools/checkpatch.rst | 23 +++++
MAINTAINERS | 1 +
arch/powerpc/platforms/pseries/cmm.c | 3 +-
arch/x86/hyperv/.gitignore | 1 +
fs/fat/cache.c | 7 +-
fs/ocfs2/alloc.c | 12 ++-
fs/ocfs2/buffer_head_io.c | 2 +-
fs/ocfs2/cluster/nodemanager.c | 3 +-
fs/ocfs2/dir.c | 10 +-
fs/ocfs2/file.c | 14 ++-
fs/ocfs2/inode.c | 11 ++-
fs/ocfs2/move_extents.c | 2 +-
fs/ocfs2/namei.c | 3 +-
fs/ocfs2/ocfs2.h | 18 ++++
fs/ocfs2/resize.c | 4 +-
fs/ocfs2/stackglue.c | 3 +-
fs/ocfs2/suballoc.c | 13 ++-
fs/ocfs2/super.c | 2 +-
fs/ocfs2/xattr.c | 38 +++++++-
include/linux/args.h | 4 +-
include/linux/file.h | 13 ++-
include/linux/huge_mm.h | 13 ++-
include/linux/mm.h | 2 +-
include/linux/mmzone.h | 2 +-
kernel/liveupdate/Kconfig | 1 +
kernel/liveupdate/luo_core.c | 4 +-
kernel/liveupdate/luo_file.c | 7 +-
mm/damon/tests/core-kunit.h | 9 +-
mm/huge_memory.c | 165 ++++++++++++++++++---------------
mm/hugetlb.c | 25 +++--
mm/shmem.c | 11 ++-
mm/vmscan.c | 8 +-
scripts/checkpatch.pl | 6 ++
33 files changed, 292 insertions(+), 148 deletions(-)
create mode 100644 arch/x86/hyperv/.gitignore
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 25914b32fcf [testsuite] allow relative line numbers in gnat.dg/
new 688d684f889 openmp: Provide fixit hints for -Wdeprecated-openmp diagnos [...]
new d5320610cd3 openmp: Provide fixit hints for -Wdeprecated-openmp diagnos [...]
The 2 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:
gcc/c/c-parser.cc | 116 ++++++++++++++++++-------
gcc/cp/parser.cc | 139 ++++++++++++++++++++++++------
gcc/testsuite/c-c++-common/gomp/52-deps.c | 8 +-
gcc/testsuite/g++.dg/gomp/deprecate-1.C | 124 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/deprecate-1.c | 96 +++++++++++++++++++++
5 files changed, 418 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/deprecate-1.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/deprecate-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b34aea9eda7 doc: make regenerate-opt-urls
new 3f7bdc190f3 [testsuite] xfail vect-121.c on ia32 [PR119293]
new 25914b32fcf [testsuite] allow relative line numbers in gnat.dg/
The 2 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:
gcc/testsuite/gcc.dg/vect/vect-121.c | 2 +-
gcc/testsuite/lib/gnat.exp | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a919610db43b Merge tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org [...]
new 384150d7a5b6 rtc: amlogic-a4: fix double free caused by devm
new ed14c9c68b40 rtc: amlogic-a4: simplify probe
new ea57f0479853 rtc: sa1100: stop setting max_user_freq
new 56d9df41ef18 rtc: ds1685: stop setting max_user_freq
new 90b033290dd3 rtc: pic32: stop setting max_user_freq
new 358867b55166 rtc: renesas-rtca3: stop setting max_user_freq
new 80101193ff6c rtc: rv3028: stop setting max_user_freq
new 893a59632647 rtc: rv3032: stop setting max_user_freq
new b1d53c187e21 rtc: rv8803: stop setting max_user_freq
new 69dd36c2009f rtc: rx6110: stop setting max_user_freq
new 48eca7ec00e6 rtc: rx8010: stop setting max_user_freq
new 9115815afbc3 rtc: rx8025: stop setting max_user_freq
new 1fd7078f0c69 rtc: sh: stop setting max_user_freq
new e1794c59730a dt-bindings: rtc: Add support for ATCRTC100 RTC
new a603092d5be1 MAINTAINERS: Add entry for ATCRTC100 RTC driver
new 7adca706fe16 rtc: atcrtc100: Add ATCRTC100 RTC driver
new 4c03653f19ae dt-bindings: rtc: Document NVIDIA VRS RTC
new 9d6d6b06933c rtc: nvvrs: add NVIDIA VRS RTC device driver
new 73c4638a2864 rtc: s35390a: use u8 instead of char for register buffer
new 53e71c177cd8 rtc: Kconfig: add MC34708 to mc13xxx help text
new b665c1b620e7 rtc: tegra: Use devm_clk_get_enabled() in probe
new 0a293451030b rtc: tegra: Add ACPI support
new bf5ef3ce42da rtc: tegra: Replace deprecated SIMPLE_DEV_PM_OPS
new 4800046b56a5 dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support
new 6ada8e24238d rtc: renesas-rtca3: Add support for multiple reset lines
new e0784949c65b rtc: isl12026: Add id_table
new 40d8123ff749 MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER
new 07049187e830 dt-bindings: rtc: Add Apple SMC RTC
new 49a51df427db rtc: Add new rtc-macsmc driver for Apple Silicon Macs
new 22a6db422537 Documentation: ABI: testing: Fix "upto" typo in rtc-cdev
new d1220e47e4bd rtc: gamecube: Check the return value of ioremap()
new f07640f9fb8d rtc: max31335: Fix ignored return value in set_alarm
new 159a740c768e rtc: atcrtc100: Fix signedness bug in probe()
new 16bd954c9336 rtc: spacemit: MFD_SPACEMIT_P1 as dependencies
new d324e9a91502 Merge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux [...]
new eaa0870387f9 i3c: master: switch to use new callback .i3c_xfers() from [...]
new 41b80d43d9a0 i3c: master: cleanup callback .priv_xfers()
new cc3b18f9fede i3c: master: Fix confusing cleanup.h syntax
new 136209e6bd98 i3c: adi: Fix confusing cleanup.h syntax
new d8cc0b917ba6 Merge tag 'i3c/for-6.19-2' of git://git.kernel.org/pub/scm [...]
new eec7e23d848d drm/panthor: Prevent potential UAF in group creation
new 56715b45e3bf drm/gem-dma: revert the 8-byte alignment constraint
new 4cbae3748fc4 drm/gem-shmem: revert the 8-byte alignment constraint
new 308eeb8ca3fd drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DR [...]
new 685f27c1c5fe Merge tag 'drm-misc-next-fixes-2025-12-10' of https://gitl [...]
new bf2084a7b1d7 drm/amdkfd: Use huge page size to check split svm range alignment
new b7851f8c6619 drm/amdkfd: Trap handler support for expert scheduling mode
new 3c41114dcdab drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
new eb296c09805e drm/amdgpu: don't attach the tlb fence for SI
new cf841f6abc26 drm/amd/display: Refactor dml_core_mode_support to reduce [...]
new 8fc2796dea6f drm/amdkfd: Export the cwsr_size and ctl_stack_size to userspace
new 7329417fc9ac drm/amd/display: shrink struct members
new cf326449637a drm/amdkfd: bump minimum vgpr size for gfx1151
new 2e1da4609166 drm/amd/display: Improve HDMI info retrieval
new 93a01629c8bf drm/amd: Fix unbind/rebind for VCN 4.0.5
new 72e24456a54f Revert "drm/amd/display: Fix pbn to kbps Conversion"
new 6ae7ec86de35 Merge tag 'amd-drm-fixes-6.19-2025-12-11' of https://gitla [...]
new 460b31720369 drm/i915/fbdev: Hold runtime PM ref during fbdev BO creation
new 1c7f9e528f8f drm/i915: Fix format string truncation warning
new 37a1cefd4d4e Merge tag 'drm-intel-next-fixes-2025-12-12' of https://git [...]
new 237f1bbfe3d8 Merge tag 'drm-next-2025-12-13' of https://gitlab.freedesk [...]
new 1a7a7b80a224 drm/panel: novatek-nt35560: avoid on-stack device structure
new da67179e5538 drm/nouveau/gsp: Allocate fwsec-sb at boot
new 35e282c1868d drm/bridge: ti-sn65dsi83: ignore PLL_UNLOCK errors
new 479acb9db319 drm/plane: Fix IS_ERR() vs NULL check in drm_plane_create_ [...]
new 2bdc2c0e12fa drm/nouveau: refactor deprecated strcpy
new d84e47edf156 drm/nouveau: fix circular dep oops from vendored i2c encoder
new 979e2ec58de2 drm: nouveau: Replace sprintf() with sysfs_emit()
new 491adc6a0f99 drm/ttm: Avoid NULL pointer deref for evicted BOs
new a585c7ef9cab drm/tilcdc: Fix removal actions in case of failed probe
new 6cb31fba137d drm/mgag200: Fix big-endian support
new 5300831555cc Merge tag 'drm-misc-fixes-2025-12-10' of https://gitlab.fr [...]
new a859eca0e4cc Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedes [...]
The 73 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/ABI/testing/rtc-cdev | 2 +-
.../devicetree/bindings/mfd/apple,smc.yaml | 9 +
.../bindings/rtc/andestech,atcrtc100.yaml | 43 ++
.../devicetree/bindings/rtc/apple,smc-rtc.yaml | 35 ++
.../devicetree/bindings/rtc/nvidia,vrs-10.yaml | 59 +++
.../devicetree/bindings/rtc/renesas,rz-rtca3.yaml | 46 +-
MAINTAINERS | 15 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c | 2 +
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 62 ++-
.../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm | 37 ++
drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 46 +-
drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 4 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 3 +
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 8 +
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 59 ++-
drivers/gpu/drm/amd/display/dc/core/dc_surface.c | 2 +-
.../drm/amd/display/dc/dml2_0/display_mode_core.c | 134 ++---
.../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 3 -
drivers/gpu/drm/amd/display/include/audio_types.h | 12 +-
drivers/gpu/drm/bridge/ti-sn65dsi83.c | 11 +-
drivers/gpu/drm/drm_gem_dma_helper.c | 2 +-
drivers/gpu/drm/drm_gem_shmem_helper.c | 2 +-
drivers/gpu/drm/drm_plane.c | 8 +-
drivers/gpu/drm/i915/display/intel_fbdev.c | 11 +-
drivers/gpu/drm/i915/intel_memory_region.h | 2 +-
drivers/gpu/drm/mgag200/mgag200_mode.c | 25 +
.../gpu/drm/nouveau/dispnv04/nouveau_i2c_encoder.c | 20 -
.../drm/nouveau/include/dispnv04/i2c/encoder_i2c.h | 19 +-
drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h | 4 +
drivers/gpu/drm/nouveau/nouveau_fence.c | 6 +-
drivers/gpu/drm/nouveau/nouveau_hwmon.c | 4 +-
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/fwsec.c | 61 ++-
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/priv.h | 3 +
.../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c | 10 +-
drivers/gpu/drm/panel/panel-novatek-nt35560.c | 8 +-
drivers/gpu/drm/panthor/panthor_sched.c | 19 +-
drivers/gpu/drm/renesas/rcar-du/rcar_mipi_dsi.c | 4 +-
drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +-
drivers/gpu/drm/tilcdc/tilcdc_drv.c | 53 +-
drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 +-
drivers/gpu/drm/ttm/ttm_bo_vm.c | 6 +
drivers/i3c/master.c | 17 +-
drivers/i3c/master/adi-i3c-master.c | 18 +-
drivers/i3c/master/dw-i3c-master.c | 8 +-
drivers/i3c/master/i3c-master-cdns.c | 8 +-
drivers/i3c/master/mipi-i3c-hci/core.c | 8 +-
drivers/i3c/master/renesas-i3c.c | 6 +-
drivers/rtc/Kconfig | 41 +-
drivers/rtc/Makefile | 3 +
drivers/rtc/rtc-amlogic-a4.c | 32 +-
drivers/rtc/rtc-atcrtc100.c | 381 +++++++++++++++
drivers/rtc/rtc-ds1685.c | 3 -
drivers/rtc/rtc-gamecube.c | 4 +
drivers/rtc/rtc-isl12026.c | 7 +
drivers/rtc/rtc-macsmc.c | 140 ++++++
drivers/rtc/rtc-max31335.c | 6 +-
drivers/rtc/rtc-nvidia-vrs10.c | 542 +++++++++++++++++++++
drivers/rtc/rtc-pic32.c | 2 -
drivers/rtc/rtc-renesas-rtca3.c | 3 +-
drivers/rtc/rtc-rv3028.c | 2 -
drivers/rtc/rtc-rv3032.c | 2 -
drivers/rtc/rtc-rv8803.c | 2 -
drivers/rtc/rtc-rx6110.c | 2 -
drivers/rtc/rtc-rx8010.c | 1 -
drivers/rtc/rtc-rx8025.c | 2 -
drivers/rtc/rtc-s35390a.c | 18 +-
drivers/rtc/rtc-sa1100.c | 3 -
drivers/rtc/rtc-sh.c | 1 -
drivers/rtc/rtc-tegra.c | 45 +-
include/linux/i3c/master.h | 12 +-
include/linux/rtc/ds1685.h | 1 -
73 files changed, 1812 insertions(+), 376 deletions(-)
create mode 100644 Documentation/devicetree/bindings/rtc/andestech,atcrtc100.yaml
create mode 100644 Documentation/devicetree/bindings/rtc/apple,smc-rtc.yaml
create mode 100644 Documentation/devicetree/bindings/rtc/nvidia,vrs-10.yaml
create mode 100644 drivers/rtc/rtc-atcrtc100.c
create mode 100644 drivers/rtc/rtc-macsmc.c
create mode 100644 drivers/rtc/rtc-nvidia-vrs10.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 9551a26f17d9 Merge tag 'loongarch-6.19' of git://git.kernel.org/pub/scm [...]
new c34b04cc6178 ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l4 [...]
new 210d77cca3d0 ALSA: firewire-motu: fix buffer overflow in hwdep read for [...]
new d740d52e342b ALSA: usb-audio: Initialize status1 to fix uninitialized s [...]
new f8b1ff655586 ALSA: hda/realtek: Add support for HP Turbine Laptops
new 826c0b1ed09e ALSA: hda/realtek: Add support for ASUS UM3406GA
new 85a6544777e0 ALSA: hda: dt-bindings: add CIX IPBLOQ HDA controller support
new a4f2fa516e83 ALSA: hda/core: add addr_offset field for bus address translation
new d91e9bd10125 ALSA: hda: add CIX IPBLOQ HDA controller support
new 74ac7558ea76 ALSA: Do not build obsolete API
new 9a97857db0c5 ALSA: uapi: Fix typo in asound.h comment
new 298e753880b6 ALSA: firewire-motu: add bounds check in put_user loop for [...]
new 161a0c617ab1 ALSA: hda: intel-dsp-config: Prefer legacy driver as fallback
new 2b69bee5a2d0 ASoC: cs-amp-lib: Revert use of __free(kfree) back to norm [...]
new 0ebbd45c33d0 ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_ [...]
new 270d32cd0efc ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI pr [...]
new 3ee257aba1d5 ASoC: amd: acp: Audio is not resuming after s0ix
new 2c7e5e17c05f ASoC: codecs: nau8325: Silence uninitialized variables warnings
new 57d508b5f718 ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warning (again)
new 39191ce5dbfd ASoc: qcom: q6afe: fix bad guard conversion
new ae585fabb971 ASoC: ak4458: Disable regulator when error happens
new 1f8f726a2a29 ASoC: ak5558: Disable regulator when error happens
new 9b30ceba1c1d ASoC: ak4458 & ak5558: disable regulator if error
new 22a03ca7c20c ASoC: codecs: wcd937x: fix OF node leaks on probe failure
new 32ae6ebe171a ASoC: codecs: wcd938x: fix OF node leaks on probe failure
new 3ef4d9ede20d ASoC: codecs: wcd939x: fix OF node leaks on probe failure
new 434f8154bf47 ASoC: codecs: wcd93xx: fix OF node leaks on probe
new 8fb817335ad8 ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO
new b0ff70e9d4fe ASoC: cs35l41: Always return 0 when a subsystem ID is found
new a061deb0b4d5 ASoC: cs35l56: Fix incorrect select SND_SOC_CS35L56_CAL_SY [...]
new f34836a8ddf9 ASoC: amd: acp: update tdm channels for specific DAI
new b13efb535962 Merge tag 'asoc-fix-v6.19-merge-window' of https://git.ker [...]
new e33a6abdb744 ALSA: hda: cix-ipbloq: Use modern PM ops
new fd324768eb2c ALSA: hda/tas2781: Add new quirk for HP new project
new 7f3c8f919125 Merge tag 'sound-fix-6.19-rc1' of git://git.kernel.org/pub [...]
new 18223eececd6 of: base: Add of_property_read_u8_index
new 6504fe8cd21f soundwire: qcom: remove unused rd_fifo_depth
new 8114a05cdc20 dt-bindings: soundwire: qcom: deprecate qcom,din/out-ports
new 9e53a66a2f2f soundwire: qcom: deprecate qcom,din/out-ports
new 6ed85ea1b17b soundwire: qcom: prepare for v3.x
new 66eca4b7d2d2 dt-bindings: soundwire: qcom: Document v3.1.0 version of IP block
new b2bfe0fa1f85 soundwire: qcom: adding support for v3.1.0
new 4be4ac36f6ca soundwire: cadence_master: make frame index trace more readable
new 43b2a39183c7 soundwire: only compute BPT stream in sdw_compute_dp0_port_params
new 5a838e010c64 soundwire: cadence_master: set data_per_frame as frame capability
new 57b3a7b27e0b soundwire: cadence: export sdw_cdns_bpt_find_bandwidth
new 167efc6dfd62 ASoC: SOF: Intel: export hda_sdw_bpt_get_buf_size_aligment
new 9468bc0e1b95 soundwire: cadence_master: add fake_size parameter to sdw_ [...]
new 8931f5bce4f1 soundwire: intel_ace2x: add fake frame to BRA read command
new fdfa1960eee7 soundwire: introduce BPT section
new fe8a9cf75c1e soundwire: pass sdw_bpt_section to cdns BPT helpers
new 188d194be2bf soundwire: intel_ace2x: handle multi BPT sections
new db9c4387391e Merge tag 'soundwire-6.19-rc1_updated' of git://git.kernel [...]
new 94bf74830a97 PCI: rzg3s-host: Initialize MSI status bitmap before use
new 41572e2c05e5 Merge tag 'pci-v6.19-fixes-1' of git://git.kernel.org/pub/ [...]
new 7d80e248e8fc gpio: mmio: fix bad guard conversion
new 52721cfc78c7 gpio: regmap: Fix memleak in error path in gpio_regmap_register()
new db9c67bfca85 gpio: qixis: select CONFIG_REGMAP_MMIO
new dd44d4d0c55a gpio: tb10x: fix OF_GPIO dependency
new 2d967310c49e gpiolib: acpi: Add quirk for Dell Precision 7780
new 9e7a40a28414 gpio: shared: ignore disabled nodes when traversing the de [...]
new e2c4175b8d3b gpio: shared: fix NULL-pointer dereference in teardown path
new c904a0d8525d gpio: shared: check if a reference is populated before cle [...]
new d382c765d083 gpio: shared: fix auxiliary device cleanup order
new ea513dd3c066 gpio: shared: make locking more fine-grained
new a6bb419c1c00 Merge tag 'gpio-fixes-for-v6.19-rc1' of git://git.kernel.o [...]
new 3c180003dffb pwm: th1520: Fix missing Kconfig dependencies
new a919610db43b Merge tag 'pwm/for-6.19-rc1-fixes' of git://git.kernel.org [...]
The 67 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:
.../devicetree/bindings/sound/cirrus,cs42xx8.yaml | 5 +-
.../bindings/sound/cix,sky1-ipbloq-hda.yaml | 62 +++
.../bindings/soundwire/qcom,soundwire.yaml | 8 +-
arch/arm/configs/am200epdkit_defconfig | 1 -
arch/arm/configs/lpc32xx_defconfig | 1 -
arch/arm/configs/omap1_defconfig | 1 -
arch/arm/configs/tegra_defconfig | 1 -
arch/mips/configs/gcw0_defconfig | 1 -
arch/mips/configs/loongson1_defconfig | 1 -
arch/mips/configs/qi_lb60_defconfig | 1 -
arch/mips/configs/rbtx49xx_defconfig | 1 -
arch/mips/configs/rs90_defconfig | 1 -
arch/powerpc/configs/85xx-hw.config | 1 -
arch/powerpc/configs/86xx-hw.config | 1 -
arch/powerpc/configs/mpc5200_defconfig | 1 -
arch/powerpc/configs/ppc6xx_defconfig | 1 -
arch/sh/configs/edosk7760_defconfig | 1 -
arch/sh/configs/se7724_defconfig | 1 -
arch/sh/configs/sh7785lcr_32bit_defconfig | 1 -
drivers/gpio/Kconfig | 2 +-
drivers/gpio/gpio-mmio.c | 10 +-
drivers/gpio/gpio-regmap.c | 2 +-
drivers/gpio/gpiolib-acpi-quirks.c | 22 ++
drivers/gpio/gpiolib-shared.c | 54 ++-
drivers/of/property.c | 33 ++
drivers/pci/controller/pcie-rzg3s-host.c | 2 +-
drivers/pwm/Kconfig | 2 +
drivers/soundwire/bus.c | 10 +-
drivers/soundwire/bus.h | 22 +-
drivers/soundwire/cadence_master.c | 239 +++++++----
drivers/soundwire/cadence_master.h | 19 +-
drivers/soundwire/debugfs.c | 14 +-
drivers/soundwire/generic_bandwidth_allocation.c | 3 +
drivers/soundwire/intel_ace2x.c | 104 ++++-
drivers/soundwire/qcom.c | 257 +++++++-----
include/linux/of.h | 9 +
include/sound/hda-sdw-bpt.h | 7 +
include/sound/hdaudio.h | 3 +
include/uapi/sound/asound.h | 2 +-
sound/core/Kconfig | 2 +-
sound/firewire/motu/motu-hwdep.c | 7 +-
sound/hda/codecs/realtek/alc269.c | 4 +
sound/hda/codecs/side-codecs/cs35l41_hda.c | 2 +
sound/hda/controllers/Kconfig | 14 +
sound/hda/controllers/Makefile | 2 +
sound/hda/controllers/cix-ipbloq.c | 436 +++++++++++++++++++++
sound/hda/core/bus.c | 1 +
sound/hda/core/controller.c | 12 +-
sound/hda/core/intel-dsp-config.c | 3 +-
sound/hda/core/stream.c | 10 +-
sound/soc/amd/acp/acp-i2s.c | 2 +
sound/soc/amd/acp/acp-legacy-common.c | 30 +-
sound/soc/bcm/bcm63xx-pcm-whistler.c | 4 +-
sound/soc/codecs/Kconfig | 3 +-
sound/soc/codecs/ak4458.c | 10 +-
sound/soc/codecs/ak5558.c | 10 +-
sound/soc/codecs/cs-amp-lib.c | 29 +-
sound/soc/codecs/cs35l41.c | 7 +-
sound/soc/codecs/nau8325.c | 4 +-
sound/soc/codecs/wcd937x.c | 4 +-
sound/soc/codecs/wcd938x.c | 3 +-
sound/soc/codecs/wcd939x.c | 3 +-
sound/soc/qcom/qdsp6/q6afe.c | 4 +-
sound/soc/rockchip/rockchip_pdm.c | 2 +-
sound/soc/sof/intel/hda-sdw-bpt.c | 13 +
sound/usb/mixer_quirks.c | 1 +
66 files changed, 1223 insertions(+), 306 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/cix,sky1-ipbloq-hda.yaml
create mode 100644 sound/hda/controllers/cix-ipbloq.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ba038bba603 Re: ld: testsuite: Add sframe test for PR 33401
new 2b0dfd375ec LoongArch: Set the default ABI of loongarch*-elf targets to [...]
The 1 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:
gas/config/tc-loongarch.c | 3 +-
ld/testsuite/ld-loongarch-elf/la32.d | 1 +
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 26 ++--
ld/testsuite/ld-loongarch-elf/relax.exp | 136 +++++++++++----------
4 files changed, 89 insertions(+), 77 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bcbb5365513 Daily bump.
new e9c12ffd710 cgraph: Move next/previous from symtab to toplevel_node [PR122955]
The 1 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:
gcc/cgraph.h | 67 ++++++++++++++++++++++++------------------------
gcc/cgraphunit.cc | 11 ++++----
gcc/lto-streamer-out.cc | 4 ++-
gcc/lto/lto-partition.cc | 4 +--
gcc/symtab.cc | 4 ++-
5 files changed, 48 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.