Paolo Sabatino
e0a5a2e501
update patching config file
2024-09-18 14:03:19 +02:00
Paolo Sabatino
94ec783de0
bump rockchip 32 bit edge kernel to 6.11
2024-09-18 14:03:19 +02:00
Patrick Yavitz
552281489a
Move serial0 = &uart_AO; to meson-axg-amper-gateway-gz80x.dtsi
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2024-09-17 07:01:05 -04:00
Patrick Yavitz
b2fc2c6f9d
Gateway GZ80x: add dtsi and power off support via pwr button
...
There are three revs: AM-GZ80x, AM-GZ80x-US and SC-GZ80x
Add a DSTI in case one should drop out of the sky and we
need a DTS for it. This also removes its dependency on
meson-axg-jethome-jethub-j1xx.dtsi.
Can now power down via power button on the back of the
unit and power back on via reset button on the side.
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2024-09-17 07:01:05 -04:00
Ricardo Pardini
c53e43f3df
meson64-6.11: rewrite/rebase patches onto v6.11 final
...
- no changes, I forgot a trailing space in my hackfix comment (facepalm)
2024-09-17 06:55:00 +02:00
Ricardo Pardini
9dacbd0ec3
rockchip-rk3588-6.11: rewrite/rebase patches onto v6.11 final
...
- no changes
2024-09-17 06:55:00 +02:00
amazingfate
b38e4b238c
add support for orangepi5 max
2024-09-17 06:54:23 +02:00
Ben Hoff
8e1839d3f4
fix hotplug detection for op5+ and remove unstable code path in driver
2024-09-16 13:17:38 +02:00
The-going
2ce2a873db
u-boot-sunxi: Fix loading of bananapim3 board from eMMC
...
Add the A83T processor to the sunxi_mmc_can_calibrate
logic function for proper configuration.
Return the default settings of DRAM_CLK.
This code has been tested for bootloader v2024.01 and later.
2024-09-16 13:17:26 +02:00
Alex Shumsky
2cf702a300
rk3318-box: enable usb3 port in uboot
2024-09-16 13:16:59 +02:00
Ricardo Pardini
3594b0c8b7
radxa-zero2: bump to u-boot 2024.07 (from 2023.10)
...
- (confirmed by testing on-device) fixes UMS/Gadget stuff by including 4005729c0d that landed in v2024.01
2024-09-16 13:15:43 +02:00
amazingfate
cbc7982846
add new board armsom-sige3
2024-09-15 11:45:21 +02:00
Igor Pecovnik
38eb81577d
Odroid M1: resolve low network speed
2024-09-15 11:42:07 +02:00
JohnTheCoolingFan
5e06250060
Add sun50i-h616-light dt overlay fix to 6.10
2024-09-15 10:18:12 +02:00
Ricardo Pardini
79ba487399
meson64-6.10: drop 6.10 patch directory after bump to 6.11
...
- as 6.10 is not an LTS release
2024-09-15 10:17:39 +02:00
Ricardo Pardini
59eb198e57
meson64-6.11: hackfix for general-socinfo-sm-4-soc-amlogic-meson-gx-socinfo-sm-Add-Amlogic-secure-m.patch
...
- otherwise
```
drivers/soc/amlogic/meson-gx-socinfo-sm.c:178:19: error: initialization of 'void (*)(struct platform_device *)' from incompatible pointer type 'int (*)(struct platform_device *)' [-Werror=incompatible-pointer-types]
178 | .remove = meson_gx_socinfo_sm_remove,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
```
2024-09-15 10:17:39 +02:00
Ricardo Pardini
c93407ebec
meson64-6.11: rebase/rewrite remaining patches, no changes
2024-09-15 10:17:39 +02:00
Ricardo Pardini
d4e9105413
meson64-6.11: manually fix 4 patches for 6.11
...
- general-add-overlay-compilation-support.patch: same fix as done in rk3588's 6.11
- board-bananapism1-add-uart_A-and-AO_B.patch: manually rebase, guess there was an indent change
- general-socinfo-sm-1-soc-amlogic-meson-gx-socinfo-Add-S905L-ID.patch and general-socinfo-sm-2-soc-amlogic-meson-gx-socinfo-add-new-A113X-SoC-id.patch: landed upstream
2024-09-15 10:17:39 +02:00
Ricardo Pardini
d0b4bce222
meson64-6.11: copy patches from 6.10
2024-09-15 10:17:39 +02:00
Ricardo Pardini
857c8ed51b
meson64-6.10: rebase against v6.10.10; drop dt-bindings-only patch, otherwise no changes
...
- jethome-0003-dt-bindings-arm-amlogic-add-binding-for-JetHome-JetH.patch contains only dt-bindings, and those are ignored by the rewriter
2024-09-15 10:17:39 +02:00
Alex Shumsky
37ba85f956
rk3318-box: fix usb2 functionality in u-boot, that was broken after update to v2024.07
2024-09-15 09:56:29 +02:00
Ricardo Pardini
ef537a67b0
rockchip-rk3588-6.11: rebase/rewrite patches onto v6.11-rc7
...
- automatic / no conflicts
2024-09-14 22:43:33 +02:00
Ricardo Pardini
3875290fe4
rockchip-rk3588-6.11: bump to v6.11-rc7; manually rebase 0001-general-add-overlay-support.patch
...
- this rebases manually around 8fcd8d1e63 introduced in v6.11-rc5 (so much for "fixes only in rc's")
2024-09-14 22:43:33 +02:00
Ricardo Pardini
17aeec93af
rockchip64-6.10: rebase/rewrite all patches against v6.10.10
2024-09-14 21:40:43 +02:00
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
Ricardo Pardini
c06ba074bd
rockpro64: u-boot: patch u-boot's dtsi to enable otg port for UMS/Gadget capabilities
...
- Fixes c158f74d22
- I'm slightly unsure why this wasn't needed before; possibly because in 2024.07 this board moved to OF_UPSTREAM?
2024-09-14 15:24:04 +02:00
mattx
8e82d82435
Add Radxa E20C board
2024-09-13 22:02:04 +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
amazingfate
afe644fb44
opi3b: use mainline uboot v2024.10-rc3
2024-09-13 09:36:42 +08:00
amazingfate
ef4d01baa6
add new board armsom-cm5-io
2024-09-13 09:34:03 +08:00
Igor Pecovnik
ccafc4da4c
Wireless drivers: rtw88: remove deprecated sections in patch
2024-09-12 14:27:58 +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
amazingfate
e13729b3e3
armsom-sige5: update uboot from latest SDK
2024-09-10 21:59:27 +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