88 Commits
Author SHA1 Message Date
rmux 56922cf9af config: enable Android binder for waydroid (#33) kernel-7.1.7-56922cf 2026-08-09 20:04:10 +02:00
Andy Nguyen 792ef83846 config: update to 7.1.7 kernel-7.1.7-792ef83 2026-08-08 11:22:43 +02:00
Dan Kluser daa2e49608 Increase timeout for builds kernel-7.1.4-daa2e49 2026-07-29 08:41:46 +02:00
Andy Nguyen b18c595597 config: update to 7.1.4 2026-07-21 21:48:01 +02:00
rmux be4fdf3fe9 PS5: Buzzer: fix crash in snd_event (#31) 2026-07-21 21:09:50 +02:00
John Törnblom 5a1171fb6d readme: document a couple of unsupported hdmi features (#30)
* readme: document lack of monitor swap support

* readme: document lack of hdmi cec support
2026-07-16 19:51:06 +02:00
rmux dc1a568126 x86/cpu/amd: set Oberon CPU model name (family 0x17, model 0x46) (#29) 2026-07-08 13:15:00 +02:00
Andy Nguyen c363690546 config: enable some more options kernel-7.1.3-c404a24 kernel-7.1.3-5236127 2026-07-05 17:25:30 +02:00
mia26MAjFm 5236127a9e build-kernel: kill double-build + wipe stale outputs (#28)
* build-kernel: call rpm packager container directly, skip second full build

* build-kernel: sudo-wipe image/ before checkout to drop stale root-owned outputs
2026-07-05 17:15:33 +02:00
masterzorag c404a24cbf Update .config: Include NFS client support (#27)
* Update .config: Include NFS client support

Enable NFSv3 + ACLs support;
The libnfs implementation (gvfs*) it's limited and lacks features; We could have to use the kernel modules and use `mount -t nfs`.

* Update .config: include nfs support as modules
kernel-7.1.3-cb839ab
2026-07-05 14:34:13 +02:00
Andy Nguyen cb839ab600 linux: set fan target temp to 80 celsius kernel-7.1.3-c445e9a kernel-7.1.3-1926418 kernel-7.1.3-050704a kernel-7.1.3-e81e281 2026-07-05 09:35:45 +02:00
Andy Nguyen 1926418e4e linux: move fan autoservo to fan.c 2026-07-05 09:34:17 +02:00
Andy Nguyen c445e9adf3 linux: add spdx license identifier 2026-07-05 09:26:20 +02:00
Andy Nguyen e81e281f38 config: enable CONFIG_MODULE_ALLOW_BTF_MISMATCH 2026-07-05 09:11:33 +02:00
Andy Nguyen 050704a2f5 config: update to 7.1.3 2026-07-05 09:10:35 +02:00
rmux bf16f7e8b7 Add fan driver for PS5 (#25)
* linux: ps5: add fan driver

Thanks to cow for EMC RE and general help.

* ps5: remove redundant autoservo call in spcie
kernel-7.1.2-bf16f7e
2026-07-04 21:22:16 +02:00
mia26MAjFm 8fbb1b2057 build-kernel: stash .deb + .pkg.tar.zst around the rpm run so all three survive (#26) kernel-7.1.2-8fbb1b2 2026-07-04 20:12:56 +02:00
mia26MAjFmandYour Name 935dc3e322 build-kernel: run --distro fedora after --distro all so .rpm ships (#23)
* build-kernel: release .rpm alongside .deb + .pkg.tar.zst

Now that ps5-linux-image's --distro all also produces an .rpm (paired
image PR), pick it up in the artifact upload, checksum list and
release files: block. Also add rpm as an explicit format choice so
someone can dispatch an rpm-only kernel build.

The sha256sum pipeline gets a 2>/dev/null so it doesn't complain
when an older ps5-linux-image checkout is used that only writes
deb + pkg.tar.zst.

* test: run on ubuntu-latest, point at paired ps5-linux-image branch, skip release on fork

* build-kernel: run --distro fedora after --distro all so .rpm ships

---------

Co-authored-by: Your Name <you@example.com>
kernel-7.1.2-935dc3e
2026-07-04 18:27:59 +02:00
mia26MAjFmandYour Name 9ee33721e4 build-kernel: release .rpm alongside .deb + .pkg.tar.zst (#22)
Now that ps5-linux-image's --distro all also produces an .rpm (paired
image PR), pick it up in the artifact upload, checksum list and
release files: block. Also add rpm as an explicit format choice so
someone can dispatch an rpm-only kernel build.

The sha256sum pipeline gets a 2>/dev/null so it doesn't complain
when an older ps5-linux-image checkout is used that only writes
deb + pkg.tar.zst.

Co-authored-by: Your Name <you@example.com>
kernel-7.1.2-9ee3372
2026-07-04 08:56:04 +02:00
Andy Nguyen a57d783d89 config: update to 7.1.2 kernel-7.1.2-a57d783 2026-06-30 11:26:04 +02:00
Andy Nguyen 07f9d7f847 readme: remove todo for xhci kernel-7.1.1-07f9d7f 2026-06-30 09:18:59 +02:00
rmux 6cfe53c6d3 feat: add PS5 LED driver (#21)
usage:
  # list presets
  ls /sys/class/leds/

  # set a preset
  echo 255 > /sys/class/leds/ps5:<preset>:indicator/brightness

  # turn off
  echo 0 > /sys/class/leds/ps5:off:indicator/brightness
kernel-7.1.1-6cfe53c
2026-06-28 15:59:14 +02:00
c0w-arandc0w 06e7cbf7bd fix salina xhci reset on unbind (#20)
Co-authored-by: c0w <c0w@ps5.com>
kernel-7.1.1-06e7cbf
2026-06-25 14:33:31 +02:00
c0w-arandc0w 498b83a4a5 add xHCI Salina driver and btusb fix by bizkut (#19)
* add xHCI Salina driver and btusb fix by bizkut

* change abbreviation to 12 chars

---------

Co-authored-by: c0w <c0w@ps5.com>
2026-06-23 12:34:23 +02:00
Andy Nguyen a2c666ba29 linux: mute audio and video on mode switch 2026-06-22 20:19:14 +02:00