armbian-build/patch/kernel
The-going 0c438d8c56
sunxi-5.18: Add armbian patches (#3846)
* sunxi-5.18 Initial state for armbian patches

* Adapting patches to the new kernel, sort, add new megous patches

* DEBUG

* Add the latest patches

* fix: compile error

drivers/spi/spi.c:3548:3: note: in expansion of macro ‘dev_info’
   dev_info(&spi->dev, "spi_setup / gpio_is_valid(%d) ... doing gpio_request ...\n", spi->cs_gpio);
   ^~~~~~~~
drivers/spi/spi.c:3549:9: error:
 implicit declaration of function ‘gpio_request’;
 did you mean ‘gpio_to_desc’? [-Werror=implicit-function-declaration]
   ret = gpio_request(spi->cs_gpio, dev_name(&spi->dev));
         ^~~~~~~~~~~~
         gpio_to_desc
drivers/spi/spi.c:3549:27: error:
 ‘struct spi_device’ has no member named ‘cs_gpio’;
 did you mean ‘cs_gpiod’?
   ret = gpio_request(spi->cs_gpio, dev_name(&spi->dev));
                           ^~~~~~~
                           cs_gpiod
drivers/spi/spi.c:3554:4: error:
 implicit declaration of function ‘gpio_direction_output’;
 did you mean ‘gpiod_direction_output’? [-Werror=implicit-function-declaration]
    gpio_direction_output(spi->cs_gpio,
    ^~~~~~~~~~~~~~~~~~~~~
    gpiod_direction_output
drivers/spi/spi.c:3554:31: error:
	‘struct spi_device’ has no member named ‘cs_gpio’;
	did you mean ‘cs_gpiod’?
    gpio_direction_output(spi->cs_gpio,
                               ^~~~~~~
                               cs_gpiod
In file included from ./include/linux/device.h:15,
                 from drivers/spi/spi.c:8:
drivers/spi/spi.c:3556:79: error:
 ‘struct spi_device’ has no member named ‘cs_gpio’;
 did you mean ‘cs_gpiod’?

* Remove pre-applied patches
2022-06-01 17:10:19 +02:00
..
archive sunxi-5.18: Add armbian patches (#3846) 2022-06-01 17:10:19 +02:00
bcm2711-current Bump UEFI current & edge kernels to 5.15.y / 5.16.y (#3491) 2022-02-14 23:34:40 +01:00
bcm2711-edge Bump UEFI current & edge kernels to 5.15.y / 5.16.y (#3491) 2022-02-14 23:34:40 +01:00
imx6-current Bumping sunxi/64, xu4, rockchip and mvebu64 to 5.16.y (#3453) 2022-02-10 20:32:58 +01:00
imx6-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
jetson-nano-legacy Patches adjustments for Jetson, XU4 and Meson64 legacy (#2895) 2021-06-12 10:06:37 +02:00
media-current move kernel media-current to 5.17 and media-edge to 5.18 (#3726) 2022-05-02 11:36:59 +02:00
media-edge move kernel media-current to 5.17 and media-edge to 5.18 (#3726) 2022-05-02 11:36:59 +02:00
meson64-current Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
meson64-edge Bump meson64-edge to 5.17 2022-04-04 12:34:29 +03:00
meson64-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
meson-current Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
meson-edge meson8b: Support HDMI (#3794) 2022-05-23 15:58:38 +02:00
meson-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
mt7623-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
mvebu64-current Espressobin patch cleanup (#3681) 2022-04-16 09:13:33 +02:00
mvebu64-edge Espressobin patch cleanup (#3681) 2022-04-16 09:13:33 +02:00
mvebu64-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
mvebu-current Bump mvebu-current to 5.15 and mvebu-edge to 5.16 2022-02-11 11:00:57 +01:00
mvebu-edge Bump mvebu-current to 5.15 and mvebu-edge to 5.16 2022-02-11 11:00:57 +01:00
mvebu-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
odroidxu4-current Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
odroidxu4-edge Bump imx6, xu4, rockchip64 and jetson-nano to 5.15 (#3238) 2021-11-09 18:06:34 +01:00
odroidxu4-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
rk35xx-legacy Preliminary support for rockchip rk35xx boards (#3111) 2021-09-15 22:08:39 +02:00
rk322x-current Bumping sunxi/64, xu4, rockchip and mvebu64 to 5.16.y (#3453) 2022-02-10 20:32:58 +01:00
rk322x-edge rk322x: move edge kernel to v5.18 (#3844) 2022-05-29 17:26:16 +02:00
rk322x-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
rk3399-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
rockchip64-current Switch rockchip64 current to linux 5.15.y (#3489) 2022-02-26 07:46:44 +01:00
rockchip64-edge update rockchip64-edge to 5.18 (#3814) 2022-05-28 07:56:22 +02:00
rockchip64-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
rockchip-current Bumping sunxi/64, xu4, rockchip and mvebu64 to 5.16.y (#3453) 2022-02-10 20:32:58 +01:00
rockchip-edge rockchip: upgrade edge kernel to v5.18 (#3842) 2022-05-29 17:15:36 +02:00
rockchip-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
rockpis-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
s5p6818-legacy Renaming DEV branch to EDGE (#2704) 2021-03-24 19:01:53 +01:00
sun50iw9-legacy Adding OPi Zero2 legacy kernel support (#2620) 2021-08-12 19:19:18 +02:00
sunxi-current Bumping sunxi/64, xu4, rockchip and mvebu64 to 5.16.y (#3453) 2022-02-10 20:32:58 +01:00
sunxi-edge Move sunxi 5.16 to 5.17 (#3696) 2022-04-18 23:26:29 +02:00
sunxi-legacy Bumping sunxi/64, xu4, rockchip and mvebu64 to 5.16.y (#3453) 2022-02-10 20:32:58 +01:00
uefi-arm64-current Bump UEFI current & edge kernels to 5.15.y / 5.16.y (#3491) 2022-02-14 23:34:40 +01:00
uefi-arm64-edge Bump UEFI current & edge kernels to 5.15.y / 5.16.y (#3491) 2022-02-14 23:34:40 +01:00
uefi-x86-current Bump UEFI current & edge kernels to 5.15.y / 5.16.y (#3491) 2022-02-14 23:34:40 +01:00
uefi-x86-edge extensions framework + UEFI aarch64/x86 + rpi4b + core changes/fixes (#3300) 2021-12-06 09:49:49 +01:00
zynq-legacy Add Avnet MicroZed 2021-04-10 20:39:31 -04:00