Ricardo Pardini
a223553670
rockchip64-6.10: remove symlinks by replacing with target's content
...
- having symlinks makes bumping versions a bit harder
- target patches were copied and rebased against v6.10.10
2024-09-14 21:40:43 +02:00
Ricardo Pardini
fa23f62417
rockchip64-6.10: fix `add-board-xiabao-nas-dts.patch` patch headers/format, no changes
2024-09-14 21:40:43 +02:00
Ricardo Pardini
d32b64baca
rockchip64-6.10: fix `add-board-fine3399-dts.patch` patch headers/format, no changes
2024-09-14 21:40:43 +02:00
Jianfeng Liu
020fc510c4
rockchip-rk3588: fix hdmi display of armsom-sige7 for edge and current ( #7243 )
2024-09-14 19:23:26 +02:00
Julian Sikorski
72062ba258
Update odroidxu4-current to 6.6.51
2024-09-14 17:39:55 +02:00
Joshua Riek
d564431dc2
Introduce the Turing RK1
2024-09-13 22:01:44 +02:00
IsMrX
3124f0d845
Support CherryBa M1 board
2024-09-13 22:00:52 +02:00
Igor Pecovnik
155c54f591
Odroid XU4: remove deprecated patches
2024-09-11 18:51:12 +02:00
FUKAUMI Naoki
b1cbd002b4
arm64: dts: rockchip: fix gmac PHY attach error on ROCK Pi E
...
this fixes following error:
rk_gmac-dwmac ff540000.ethernet end0: __stmmac_open: Cannot attach to PHY (error: -19)
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
2024-09-11 07:59:54 +02:00
The-going
9e52e52e9a
sunxi-6.10: Revert "drm/sun4i: hdmi: switch to struct drm_edid"
...
To make our patch work, we will return to the edid structure
while it is safe.
2024-09-10 21:59:57 +02:00
The-going
661b3658ea
sunxi-6.10: switch v6.10.9, re-export patches
2024-09-10 21:59:57 +02:00
The-going
789bbf17d5
sunxi-6.10: Disable patch that adds support for HDMI audio
...
Recent changes in the kernel make the patch unusable for
drm/sun4i/sun4i_hdmi_enc.c.
I'll deal with it later if someone doesn't fix it sooner.
2024-09-10 21:59:57 +02:00
chraac
5d884120a4
fix compiling error of sunxi pwm and eth driver
2024-09-10 21:59:57 +02:00
The-going
f912216fd0
sunxi-6.10: Add patches armbian to series.conf file
...
Add a lost patch adding spi1_cs1_pin for sun50i-h616
2024-09-10 21:59:57 +02:00
The-going
5838fac412
sunxi-6.10: Delete unused patches and add newly extracted patches.
...
The patches in the series were applied to the Linux
kernel git repository as the "git am" command.
And then re-extracted to the target patches.armbian
folder using the tools/mk_format_patch script.
In this case, the series.armbian file is created anew
and all patches in the series strictly correspond
to this list.
I.e. unused ones will be deleted. The name of the patch
file will match the string "Subject:".
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2024-09-10 21:59:57 +02:00
The-going
c446e00132
sunxi-6.10: Add armbian patches from sunxi-6.7
...
Adapt the patch series to the new v6.10.5 kernel version
2024-09-10 21:59:57 +02:00
JohnTheCoolingFan
e59f22ec65
Fix `sun50i-h616-light` device tree overlay
2024-09-10 21:59:01 +02:00
Patrick Yavitz
72ba1de41e
BananaPi CM4: `improve SDIO WiFi speeds`
...
Improve overall WiFi experience
Default freq now set to 100MHz (optional overlay to 200MHz)
Resolved incompatibility with the github driver: https://github.com/jethome-ru/rtl88x2cs
If the github driver is preferred blacklist RTW88
/etc/modprobe.d/blacklist-rtw88.conf
blacklist rtw88_8822c
blacklist rtw88_8822cs
EXTRA: Waveshare DTS fixup
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2024-09-09 07:06:31 -04:00
Igor Pecovnik
95b6348453
Patch: refactor broken patch due to upstream changes
2024-09-08 21:28:41 +02:00
SuperKali
d16f710e7e
Adding Youyeetoo R1 v3 on current & edge kernel ( #7173 )
2024-09-07 07:40:59 +02:00
Igor Pecovnik
422e91b240
Rockchip64: remove deprecated patches that breaks compilation
2024-09-06 11:13:04 +02:00
JohnTheCoolingFan
23cff9170c
Replace symlinked patches by pointed files
2024-09-03 22:03:50 +02:00
Alessandro Lannocca
0a18ec690e
rockchip-rk3588: fanctrl overlay: fix "fan" alias for device tree
...
fixes PR #7137
2024-08-28 18:10:25 +02:00
Alessandro Lannocca
c095b6fd68
rockchip-rk3588: current edge: add a pwm fan control overlay
...
improve fan curve from rockchip default
Credit: [incognito](https://forum.radxa.com/u/incognito )
Source: [Radxa Forum](https://forum.radxa.com/t/guide-how-to-make-the-rock-5b-fan-work-properly-joshua-rieks-ubuntu-24-04/20836/2 )
2024-08-27 21:33:30 +02:00
Julian Sikorski
0cee899233
Update odroidxu4-current to 6.6.47
2024-08-21 14:02:37 +02:00
c0rnelius
433f1241fa
Gateway AM-GZ80x: `Re-brand as Amper & update u-boot to v2024.04` ( #7113 )
...
* Gateway AM-GZ80x: Re-brand as Amper & update u-boot to v2024.04
During a search I noticed other companies are using the same
unit. Lets re-brand to Amper as technically that is the product
brand name.
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
* Delete old patch set: `patch: u-boot: v2023.10: board_gateway-gz80x`
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
* Update test target
---------
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
Co-authored-by: Patrick Yavitz <pyavitz@armbian.com>
Co-authored-by: Igor <igor@armbian.com>
2024-08-21 14:00:43 +02:00
Patrick Yavitz
cc0f38aa45
BananaPi M2S: `remove fan control`
...
The fan0 and pwm_cd nodes were removed in linux-6.11.y.
1095ad0e92
https://lore.kernel.org/all/20240606-topic-amlogic-upstream-bindings-fixes-dts-v1-1-62e812729541@linaro.org/
Remove the patch now, so it doesn't become a problem later.
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-08-21 07:58:01 -04:00
Alessandro Lannocca
fb72484e79
rockchip-rk3588: current: add rfkill-bt device node to Radxa Rock5b board
...
Enable proper enumeration of usb-bluetooth modules via M2/NGFF slot
2024-08-21 13:56:46 +02:00
sic
100a004aa5
Add Board X96Q TV Box LPDDR3 H313 ( #7101 )
...
* X96-Q TV Box Support
* Update x96q-tvbox.csc
* Rename x96q-tvbox.csc to x96q.tvb
2024-08-20 08:35:00 +02:00
monkaBlyat
ac3b86efb9
vendor kernel patch for ds4 controllers
2024-08-18 10:39:57 +02:00
monkaBlyat
54cc6ea4e2
legacy kernel patch for ds4 controllers
2024-08-18 10:39:57 +02:00
ColorfulRhino
30ed9b3a70
rockchip-rk3588-edge: Bump kernel from 6.11-rc2 to 6.11-rc3
...
Remove one patch that is now included in the latest kernel revision.
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
d605d74a02
rockchip-rk3588-{current,edge}: add bluetooth support to Khadas Edge 2
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
0a0eb467de
rockchip-rk3588-current: disable HDMIRX by default and add heartbeat LED on OPi5+
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
8ceeb33c3b
rockchip-rk3588-current: update kernel to v6.10
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
97c79d61fd
rockchip-rk3588-edge: add mistakenly removed DTS patches back
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
61e10f6f64
rockchip-rk3588-edge: add HDMI & VOP2 back to OPi5 devicetree
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
7f2a7ab00b
rockchip-rk3588-edge: opi5-plus: update dts patch, disable hdmirx by
...
default
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
b9d7bd9e5b
rockchip-rk3588-edge: refresh HDMI TX & RX patches from Collabora and add Hantro VPU back
2024-08-18 10:38:50 +02:00
Muhammed Efe Cetin
53396d202c
rockchip-rk3588-edge: update kernel to v6.11.0-rc1
2024-08-18 10:38:50 +02:00
The-going
fae2418da9
sunxi-6.10: bugfix the kernel panic for arm architecture
...
Problem: Linux kernel hangs in early boot on 32-bit ARM platform,
when ftrace 4-byte "mcount" function call location for
"_raw_spin_unlock_irqrestore" function straddles icache lines.
Discussion on the forum:
https://forum.armbian.com/topic/41339-linux-image-legacy-sunxi2451-kernel-6192-is-broken-stuck-at-starting-kernel/?do=findComment&comment=196528
2024-08-18 10:38:11 +02:00
The-going
11c396c183
sunxi-6.10: Add megous patches
2024-08-18 10:38:11 +02:00
Alex
63163387c7
rockchip64: refresh `drv-spi-spidev-remove-warnings.patch` ( #7088 )
...
* rockchip64: edge: refresh drv-spi-spidev-remove-warnings.patch
rework to apply cleanly on 6.10.5
* rockchip64: current: refresh drv-spi-spidev-remove-warnings.patch
2024-08-15 13:11:18 +02:00
Viacheslav Bocharov
595ab95a17
JetHome: Update JetHub D2 dts
2024-08-15 12:59:25 +03:00
Alessandro Lannocca
134ae29646
meson64: edge: refresh drv-spi-spidev-remove-warnings.patch
...
rework to apply cleanly on 6.10.5
2024-08-14 17:39:38 -04:00
Alessandro Lannocca
1ffdab4fe4
meson64: current: refresh drv-spi-spidev-remove-warnings.patch
...
rework to apply cleanly on 6.6.46
2024-08-14 17:39:38 -04:00
Viacheslav Bocharov
06838e7a19
JetHome: Update JetHub D2 dts file
2024-08-14 19:42:13 +02:00
Patrick Yavitz
aff22ad7d5
Add board Alfred Smart Gateway GZ80X Linux support
...
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-08-13 14:40:48 -04:00
ARCW
05d7ca03d4
Fixed tinker-edgr-r board GPU bug, drivers:regulator:fan53555:add new device chip id ( #6998 )
2024-08-12 17:16:11 +02:00
Igor Pecovnik
423868ca26
Bump sunxi legacy and current to latest version
2024-08-12 17:15:40 +02:00