From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 29 Jul 2024 08:47:55 +0300 From: Vitaly Chikunov To: ALT Linux kernel packages development Message-ID: <20240729054755.27hg2ff6yg7ydyqm@altlinux.org> References: <20240729051022.98198-1-kovalev@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240729051022.98198-1-kovalev@altlinux.org> Subject: Re: [d-kernel] [PATCH c10f2/c10f1 6.1.y 0/33] ASoC: codecs: es83x6: fix support X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2024 05:47:57 -0000 Archived-At: List-Archive: List-Post: Vasiliy, On Mon, Jul 29, 2024 at 08:09:49AM +0300, kovalev@altlinux.org wrote: > Эти патчи для ядра 6.1 веток c10f1 и c10f2 1. Надеюсь эти путчи очень важны, потому что это бомба замедленного действия. 2. Ревьювить и тестировать всё это возможности у меня нет. 3. В случае возникновения merge conflicts - в git простого способа определить с каким коммитом возник конфликт нет. Коммиты могут даже не отревертится в случае зависимых коммитов или изменения контекстов. Возможно рассогласование коммитов даже при успешном реверте. 4. В случае бага репортить их будет некуда, понять, что произошло будет нельзя, нагулить ошибку или решение будет нельзя. А к багам вплоть до зависания системы могут приводить и банальное рассогласование изменений в коммитах при реверте или приходящих из апстрима. Applied, thanks 2024-07-29 un-def/c10f2 [kernelbot/un-def/c10f2] ASoC: Intel: sof-essx8336: force card->name for the es8326 codec 2024-07-29 un-def/c10f1 [kernelbot/un-def/c10f1] ASoC: Intel: sof-essx8336: force card->name for the es8326 codec kernel-image (un-def/c10f1)$ git diff --stat '@^{/fix build warning}~' sound/soc/codecs/es8316.c | 7 +- sound/soc/codecs/es8326.c | 884 +++++++++++++++++++++++++++--------- sound/soc/codecs/es8326.h | 36 +- sound/soc/intel/boards/sof_es8336.c | 44 +- 4 files changed, 735 insertions(+), 236 deletions(-) > > - ASoC: codecs: ES8316: fix build warning. > - ASoC: codecs: ES8326: fix support (backport from upstream). > - ASoC: Intel: sof-essx8336: add more DMI info. > > [PATCH 01/33] ASoC: codecs: ES8316: fix build warning > [PATCH 02/33] ASoC: codecs: ES8326: Add es8326_mute function > [PATCH 03/33] ASoC: codecs: ES8326: Change Hp_detect register names > [PATCH 04/33] ASoC: codecs: ES8326: Change Volatile Reg function > [PATCH 05/33] ASoC: codecs: ES8326: Fix power-up sequence > [PATCH 06/33] ASOC: codecs: ES8326: Add calibration support for > [PATCH 07/33] ASoC: codecs: ES8326: Update jact detection function > [PATCH 08/33] ASoC: codecs: ES8326: Add chip version flag > [PATCH 09/33] ASoC: codecs: ES8326: Changing initialisation and > [PATCH 10/33] ASoC: codecs: ES8326: Changing the headset detection > [PATCH 11/33] ASoC: codecs: ES8326: improving crosstalk performance > [PATCH 12/33] ASoC: codecs: ES8326: Improving the THD+N performance > [PATCH 13/33] ASoC: codecs: ES8326: Minimize the pop noise on > [PATCH 14/33] ASoC: codecs: ES8326: fix the capture noise issue > [PATCH 15/33] ASoC: codecs: ES8326: Remove executable bit > [PATCH 16/33] ASoC: codecs: ES8326: Adding new volume kcontrols > [PATCH 17/33] ASoC: codecs: ES8326: Changing members of private > [PATCH 18/33] ASoC: codecs: ES8326: Reducing power consumption > [PATCH 19/33] ASoC: codecs: ES8326: Delete unused REG_SUPPLY > [PATCH 20/33] ASoC: codecs: ES8326: Solve error interruption issue > [PATCH 21/33] ASoC: codecs: ES8326: modify clock table > [PATCH 22/33] ASoC: codecs: ES8326: Solve a headphone detection issue > [PATCH 23/33] ASoC: codecs: ES8326: Removing the control of ADC_SCALE > [PATCH 24/33] ASoC: codecs: ES8326: solve hp and button detect issue > [PATCH 25/33] ASoC: codecs: ES8326: Solve headphone detection issue > [PATCH 26/33] ASoC: codecs: ES8326: Slove headphone detection issue > [PATCH 27/33] ASoC: codecs: ES8326: Minimize the pop noise > [PATCH 28/33] ASoC: codecs: ES8326: regcache_sync error issue > [PATCH 29/33] ASoC: codecs: ES8326: suspend issue > [PATCH 30/33] ASoC: Intel: sof-essx8336 - add DMI info for Aquarius > [PATCH 31/33] ASoC: Intel: sof-essx8336 - add DMI info of the > [PATCH 32/33] ASoC: Intel: sof-essx8336 - add DMI info of the ACD > [PATCH 33/33] ASoC: Intel: sof-essx8336: force card->name for the > > _______________________________________________ > devel-kernel mailing list > devel-kernel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-kernel