Commit graph

348 commits

Author SHA1 Message Date
ab0tj
c0694c8a5f
Rename rk817-battery to battery to fic ES battery indicator 2023-11-28 09:56:30 +00:00
fewtarius
6f477981fd
Merge branch 'dev' into mainline-3566 2023-11-28 09:55:48 +00:00
fewtarius
08ed8e3b6b
Finish reverting fix for drain while charging and powered off. 2023-11-26 19:32:30 +00:00
fewtarius
72b06319cd
Apply radial thresholding from @littleguy77 and @JohnnyonFlame. 2023-11-25 13:03:13 +00:00
fewtarius
6d2f762180
Disable uart2 on Powkiddy x55, as enabling it broke sleep. 2023-11-25 03:46:32 +00:00
fewtarius
a70f985c6e
Merge branch 'dev' into mainline-3566 2023-11-22 00:20:19 +00:00
fewtarius
8dd558ad8a
Fix another initramfs issue with device_root, and enable uart2 for x55. 2023-11-22 00:18:23 +00:00
fewtarius
1d5ac845fe
Fix charging while off drain issue for RK3566 based devices.
* Replaces device detection logic provided in resource.img with improved
  detection facility used by Recalbox.  Note: Devices will power on when charging,
  this is expected and desired behavior.
* Correct an issue with EmulationStation that causes battery to report 0 sometimes when
  full.
2023-11-21 21:47:47 +00:00
mason
8414864555
Bump Kernel to 6.1.63 on supported devices, RK3399 enable VPU (WIP) 2023-11-21 12:28:52 +00:00
fewtarius
f0ed4b03cc
Merge branch 'dev' into mainline-3566 2023-11-16 00:27:17 +00:00
mason
fb3092301c
RK3399: remove opp below 1ghz, remove a few more un used drivers 2023-11-15 18:08:04 +00:00
fewtarius
65c2ee4ae0
Merge branch 'dev' into mainline-3566 2023-11-13 15:09:52 +00:00
fewtarius
70bde6d594
Fix rdfind dependency, revert RTL8852xx update as it fails on RK3588. 2023-11-13 14:10:42 +00:00
fewtarius
7d32c2993d
Sync mainline-3566 with dev. 2023-11-13 13:32:43 +00:00
fewtarius
3dff0f7f06
Move rdfind dependency so it's built in time. 2023-11-13 13:29:11 +00:00
fewtarius
85e386af46
Fix RG353P boot issue. 2023-11-11 11:22:38 +00:00
Brooksytech
b4f0a125f0
Merge pull request #2324 from ab0tj/dev
Switch esp8089 driver to one that works better
2023-11-08 12:26:01 -08:00
Adam
098b37a417
Merge pull request #2325 from adamg88/radxa-a8
Add support for Radxa A8 WiFi/BT module
2023-11-08 19:00:22 +00:00
mason
cd0bf00b1f
Bump kernel to 6.1.62 on supported platforms 2023-11-08 14:59:38 +00:00
ab0tj
0b3a75c456 esp8089: Switch to Armbian driver because the previous one has issues with 6.x kernel 2023-11-08 14:28:18 +00:00
adamg
aef475a92d Rockchip/linux: bump package to a7c264a for RK3588 2023-11-08 03:08:56 +00:00
fewtarius
78d506e423
Fix RK3566 startup issues. 2023-11-06 18:55:42 +00:00
fewtarius
2495edbca1
Sync dev. 2023-11-06 11:09:53 +00:00
adamg
ec9256d930 Amlogic/Rockchip: fix missing initramfs when compiling linux pkg 2023-11-04 19:54:13 +00:00
fewtarius
1db76c6fe3
Merge pull request #2307 from fewtarius/dev
Updates
2023-11-04 13:55:22 -04:00
fewtarius
633e1b12fb
Enable rockchip suspend on RK3566. 2023-11-04 17:55:08 +00:00
fewtarius
d1dedba69c
Deprecate CW2015 charger on RK3566 builds, add standby as a suspend option. 2023-11-04 16:49:18 +00:00
mason
5be835956a
RK3399 - Add RG552 Joystick deadzone patch 2023-11-04 12:27:26 +00:00
fewtarius
24c2268828
Clean up x55 zed_joystick and implement radial thresholding. Thanks @littleguy77 and @JohnnyonFlame! 2023-11-04 09:52:54 +00:00
mason
854bcec50f
Update Kernel to 6.1.61 on supported devices 2023-11-03 21:24:09 +00:00
fewtarius
964f04e011
May finally resolve the random initramfs build failure. Also, Linux 6.5.10. 2023-11-03 21:23:43 +00:00
mason
129d292f97
Update Kernel to 6.1.61 on supported devices 2023-11-02 17:06:10 +00:00
fewtarius
83f7043286
Update the ML branch to the latest kernel and u-boot, link config directories so they're found during the build. 2023-11-02 14:39:45 +00:00
fewtarius
e491a52e36
Merge branch 'dev' into mainline-3566 2023-11-02 14:05:16 +00:00
mason
826a0666ab
Increase rk3326 ram voltage - fix devices that wont boot 2023-11-01 20:48:37 +00:00
ab0tj
b152eda15c Fix dts naming conventions 2023-10-30 01:20:49 +00:00
ab0tj
25f45281b7 The RGB10 also has a slightly smaller battery than the OGA 2023-10-29 21:59:58 +00:00
fewtarius
f93f463f0e
Merge branch 'dev' into mainline-3566 2023-10-29 21:00:42 +00:00
ab0tj
282aefa639 Add dts for RGB10 as it has different button mapping than the OGA 2023-10-29 20:46:15 +00:00
fewtarius
6c3a5e5269
Merge pull request #2272 from ab0tj/esp8089
Fix suspend/resume for esp8089
2023-10-28 15:36:35 -04:00
ab0tj
4c2b0c29c2 Fix suspend/resume for esp8089 2023-10-28 13:30:30 -06:00
mason
230329b259
RG351M/P wake from sleep panel fix. Thanks @Macromorgan! 2023-10-28 05:38:41 +00:00
ab0tj
ae2b3bcf6c Add esp8089 driver for wifi on Odroid Go Advance Black Edition 2023-10-27 20:53:10 -06:00
fewtarius
83136644b4
Merge branch 'dev' into mainline-3566 2023-10-27 11:16:25 +00:00
adamg
493d0210d3 projects: bump kernel to 6.1.60 on supported devices 2023-10-25 22:36:25 +01:00
fewtarius
3c4acbb9a7
Delete duplicates, and clean up copyright statement. 2023-10-24 16:00:57 +00:00
fewtarius
37ad18a0dc
Remove duplicates, update documentation from the world build. 2023-10-24 15:26:57 +00:00
mason
69d0240fef
Fix copyright URLs 2023-10-24 13:59:09 +00:00
mason
5ce2b58496
Reassign my copyrights to the JELOS project. 2023-10-24 13:24:29 +00:00
mason
4c51cbd0c8
Reassign my copyrights to the JELOS project. 2023-10-24 13:20:01 +00:00