Commit graph

3339 commits

Author SHA1 Message Date
Igor Pecovnik
d2fe129f3a Update kernel config, add upstream patches 2021-02-11 17:23:41 +01:00
Igor Pečovnik
dc98eeb264
Add upstream patches (#2630) 2021-02-11 00:11:44 +01:00
Igor Pečovnik
4763a457c1
Add missing overclocking opp for N2+ (#2629) 2021-02-10 18:31:58 +01:00
Igor Pecovnik
2b1306443d Remove deprecated patch 2021-02-05 11:27:39 +01:00
gentoo-root
7c85ffe28c
mvebu: Patch kernel to fix SATA write performance regression (#2595)
* mvebu: Patch kernel to fix SATA write performance regression

Add an upstream patch that fixes SATA write speed regression that
appeared in kernel 5.9.

Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>

* Create 0001-Revert-block-simplify-set_init_blocksize-to-regain-l.patch

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2021-02-03 20:21:38 +01:00
Igor Pečovnik
8afc6b6280
Add DVFS fixes to current branch and change to mainline u-boot (#2598) 2021-02-03 20:18:28 +01:00
Igor Pečovnik
f900d9b636
Upgrade Odroid XU4 DEV to 5.10.y (#2607) 2021-02-02 19:33:28 +01:00
Igor Pečovnik
7d8a375a0f
Bump meson64 u-boot to 2021.01 (#2601)
Solves at least this problem https://forum.armbian.com/topic/16940-odroid-c2-does-not-boot-from-orange-64gb-emmc-module/ but needs to be tested on all affected boards
2021-02-02 02:06:37 +01:00
Igor Pecovnik
dc13e7ec4f Add upstream patches 2021-02-01 09:33:35 +01:00
Igor Pecovnik
0829882144 Fix compilation errors on mvebu current / dev
Fixed by reverting https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/gpio?h=v5.10.12&id=43f2e6077f441d681f0337ab91f7c4c2d4c62761 which needs closer examination when time permits.
2021-01-30 19:17:25 +01:00
Ricardo Pardini
de89592d84
meson64: hwmon: (pwm-fan) add fan pwmX_enable attribute for pwm's exposed via hwmon (#2587)
- for manual/auto control of pwm fan (in the ODROID HC4 for example)
- original is at 8a63de9e2a
- discussion https://patchwork.kernel.org/project/linux-hwmon/patch/20201125163242.GA1264232@paju/
- I'd be much happier with a cooling map in the DTB, but this makes my fans spin correctly via fancontrol
- this affects all of meson64, but only for PWMs that are already exposed to hwmon

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-01-30 09:53:17 +01:00
paolo
d3ffc4ac7c [rk322x] Moved rk322x-current to kernel 5.10.y, added alternative wlan wiring for some boards 2021-01-29 19:20:50 +00:00
Ricardo Pardini
c503193934
meson-64: Expose Amlogic thermal as HWMON devices (#2586)
- this lets lm-sensors see the ddr/cpu temps, on HC4 at least

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-01-28 15:14:31 +01:00
Ricardo Pardini
4a829f1501
Odroid HC4: add red led to DTS (#2585)
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-01-28 15:14:10 +01:00
Piotr Szczepanik
804c57dd59
Enable RTC (hym8563) for Station P1 in mainline (renaming DT in process) (#2577)
* Enable RTC (hym8563) for Station P1 in mainline (renaming DT in process)

* Switch Station P1 to rockchip64

* Fix linking for Station P1 device tree in legacy
2021-01-26 21:22:37 +01:00
Piotr Szczepanik
2788adcced
Enable DMC for Station M1 in current and dev (#2575)
* Enable DMC for Station M1 in current and dev

* Disable unstable 924MHz in Station M1 DMC
2021-01-26 21:22:04 +01:00
guidol70
f5a9a1f227 Changing the ethernet eth0 phy-mode from rgmii to rgmii-id (like on Neo2 H5)
because only with mode rgmii-id the onboard ethernet-port can be used with kernel 5.9.x up to 5.10.10
Tested successfully on new compiled armbian buster current/dev images (on armbian-build-system)

see also https://forum.armbian.com/topic/16892-nanopi-a64-doesnt-connect-with-onboard-ethernetwifi-with-new-compiled-currentdev-image/?do=findComment&comment=118128
2021-01-26 17:12:09 +01:00
Piotr Szczepanik
3ce107f358
Disable excessive logging for OrangePi 4 in u-boot 2021-01-24 21:24:06 +01:00
Piotr Szczepanik
5bc190864e
Adjusted mtu validation disabling patch in rockchip64 (for kernel 5.10.10+) 2021-01-23 22:16:15 +01:00
JMCC
438563b665 Station M1 Legacy: Enable 1.51Ghz OPP 2021-01-22 20:34:45 +01:00
Jannis
bd4c2c67f0
[AR-609] Switch mvebu-current to 5.10.y (reusing config and patches from -dev) (#2547)
* mvebu-current move to lk5.10.y

* mvebu-current update patches based on -dev

* mvebu-current update kernel config
2021-01-22 13:20:44 +01:00
Igor Pečovnik
46ea2050fd
Move mvebu64 current to 5.10.y (#2565) 2021-01-22 13:13:18 +01:00
zhouzhiwen2000
b388750162
fix problems with mmc modules (#2566) 2021-01-22 13:12:49 +01:00
Aditya Prayoga
568d8472b3
Fix 2.5G Ethernet on Helios64 Mainline kernel (#2567)
* rockchip64: Added XHCI HCD USB TRB ENT quirk

On some xHCI controllers (e.g. Rockchip RK3399/RK3328/RK1808), they need
to enable the ENT flag in the TRB data structure to force xHC to
prefetch the next TRB of a TD.

Enable the quirk on RK3399 through device tree node properties.

Ported from Rockchip Linux 4.19

* add to dev branch
2021-01-22 13:12:09 +01:00
Julian Sikorski
63e0a1ec08
Update odroidxu4 current kernel to 5.4.91 (#2569) 2021-01-22 12:58:02 +01:00
Igor Pečovnik
677ac38998
Bump rockchip to 5.10.y (#2570) 2021-01-22 12:57:22 +01:00
Piotr Szczepanik
bd60eb7596
Enable network link triggers for NanoPi R4S leds (#2571) 2021-01-22 12:57:01 +01:00
Piotr Szczepanik
de4a4c3054
Enabled SPI boot for roc-rk3399-pc (#2572) 2021-01-22 12:56:11 +01:00
Igor Pecovnik
7b8f6ed403 Remove deprecated patch 2021-01-19 08:23:01 +01:00
Piotr Szczepanik
25e0f16334
Adjusted power and pmic configuration for Station M1 in current/dev 2021-01-18 23:21:40 +01:00
The-going
9af2eafac1
the patch-5.10.6-7 has aged and is no longer needed (#2554) 2021-01-18 15:29:39 +01:00
Piotr Szczepanik
091d91468e
Switched rockchip64-current to 5.10.y (and synced -dev config/patches) (#2546) 2021-01-17 19:07:59 +01:00
paolo
c0c099e78c Added support for rk3328 FE gmac in u-boot, useful for stable ethernet MAC address 2021-01-17 11:23:47 +00:00
paolo
72262213c3 Add patch to mainline ATF to enable efuse on rk3328 2021-01-17 10:21:51 +00:00
paolo
3a037e899b Adding pll hdmi timing to rockchip64-dev too
Fixed rk3328 mali node, shortening memory range to 0x30000 as per-stated in official documentation
2021-01-17 10:20:21 +00:00
paolo
a70a0df064 Removed emmc pwrseq for xt-q8l-v10 from rockchip current and dev kernel dtbs
Polished and fixed xt-q8lv-10 rockchip-legacy dtb
Reworked act8846 reboot patch for rockchip-legacy (applies, but not yet working though)
Renamed kernel updated patches in rockchip-legacy directory adding "04-" prefix to make them uniform with existing
2021-01-17 10:07:48 +00:00
Igor Pečovnik
4c03110c75
Missing file breaks out of the tree modules compilation on 5.10.y (#2545)
* Copy missing file to the kernel header package

* Dirty workaround which fixes out of the three compilation
2021-01-16 00:52:37 +01:00
Igor Pecovnik
8849b83ec6 Add upstream patches 2021-01-14 22:00:34 +01:00
Igor Pečovnik
fc9c312f79
Bump Meson64 current to 5.10.y (#2544) 2021-01-14 01:36:40 +01:00
JMCC
f8b2b97f14 rockchip64-legacy: Fixes to OV5647 driver 2021-01-12 23:53:06 +01:00
Igor Pecovnik
db7de90b24 Remove deprecated patches 2021-01-12 20:13:12 +01:00
Igor Pecovnik
151414ef49 Allwinner - add upstream patches 2021-01-10 16:16:58 +01:00
Piotr Szczepanik
d5ab47bff7
Minor tweaks to NanoPi R4S configuration (#2543) 2021-01-10 12:40:11 +01:00
Jannis
93bad09e93
Merge pull request #2540 from neheb/i2c
Update mvebu-dev patches
2021-01-10 09:19:28 +01:00
Rosen Penev
55df911a0d
mvebu: remove upstreamed patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-09 18:04:38 -08:00
Igor Pecovnik
16b1e43be8 Cleanup few kernel configs, remove deprecated patches 2021-01-10 01:48:30 +01:00
Igor Pecovnik
24097de258 Meson64 legacy - add support for SATA and add upstream patches 2021-01-10 00:08:31 +01:00
Rosen Penev
dca4f6ab3c
mvebu: refresh patches based on 5.10.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 19:11:02 -08:00
Rosen Penev
a3374fd984
mvebu: split pci clearfot patch as done in original git
This is how Russell King has it in his tree instead of one patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 19:02:03 -08:00
Rosen Penev
b48dfeb99d
mvebu: update SFP info patch to latest version
Pulled from Russell King's latest 5.10 git.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-08 18:51:58 -08:00