kernel: bump 6.1 to 6.1.76

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.76

All patches automatically rebased.

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
John Audia
2024-02-02 16:56:39 -05:00
committed by Nick Hainke
parent d274867c21
commit 4a0839b44e
20 changed files with 31 additions and 31 deletions

View File

@@ -82,7 +82,7 @@ Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com>
static void _spi_transfer_delay_ns(u32 ns)
{
if (!ns)
@@ -2219,6 +2283,75 @@ void spi_flush_queue(struct spi_controll
@@ -2223,6 +2287,75 @@ void spi_flush_queue(struct spi_controll
/*-------------------------------------------------------------------------*/
#if defined(CONFIG_OF)
@@ -158,7 +158,7 @@ Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com>
static int of_spi_parse_dt(struct spi_controller *ctlr, struct spi_device *spi,
struct device_node *nc)
{
@@ -2337,6 +2470,10 @@ of_register_spi_device(struct spi_contro
@@ -2341,6 +2474,10 @@ of_register_spi_device(struct spi_contro
if (rc)
goto err_out;

View File

@@ -37,7 +37,7 @@
* CONFIG_CMDLINE is meant to be a default in case nothing else
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -2236,6 +2236,14 @@ config CMDLINE_FORCE
@@ -2240,6 +2240,14 @@ config CMDLINE_FORCE
endchoice