Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • pnp-5.12-rc1
    PNP updates for 5.12-rc1
    
     - Add printf annotation to a logging function (Tom Rix).
    
     - Use DEFINE_SPINLOCK() for defining a spinlock so as to initialize
       it statically (Zheng Yongjun).
    
  • acpi-5.12-rc1
    ACPI updates for 5.12-rc1
    
     - Update ACPICA code in the kernel to upstream revision 20201113
       with changes as follows:
    
       * Remove the MTMR (Mid-Timer) table (Al Stone).
       * Remove the VRTC table (Al Stone).
       * Add type casts for string functions (Bob Moore).
       * Update all copyrights to 2021 (Bob Moore).
       * Fix exception code class checks (Maximilian Luz).
       * Clean up exception code class checks (Maximilian Luz).
       * Fix -Wfallthrough (Nick Desaulniers).
    
     - Add support for setting and reading global profile of the platform
       along with documentation (Mark Pearson, Hans de Goede, Jiaxun Yang).
    
     - Fix fwnode properties matching and clean up the code handling
       device properties and its documentation (Rafael Wysocki, Andy
       Shevchenko).
    
     - Clean up ACPI-based device enumeration code (Rafael Wysocki).
    
     - Clean up the CPPC support library code (Ionela Voinescu).
    
     - Clean up the APEI support code (Yang Li, Yazen Ghannam).
    
     - Update GPIO-related properties documentation (Flavio Suligoi).
    
     - Consolidate and clean up the printing of messages in several
       places (Rafael Wysocki).
    
     - Fix error code path in configfs handling code (Qinglang Miao).
    
     - Use DEVICE_ATTR_<RW|RO|WO> macros where applicable (Dwaipayan Ray).
    
     - Replace tests for !ACPI_FAILURE with tests for ACPI_SUCCESS in
       multiple places (Bjorn Helgaas).
    
  • pm-5.12-rc1
    Power management updates for 5.12-rc1
    
     - Add new power capping facility called DTPM (Dynamic Thermal Power
       Management), based on the existing power capping framework, to
       allow aggregate power constraints to be applied to sets of devices
       in a distributed manner, along with a CPU backend driver based on
       the Energy Model (Daniel Lezcano, Dan Carpenter, Colin Ian King).
    
     - Add AlderLake Mobile support to the Intel RAPL power capping
       driver and make it use the topology interface when laying out the
       system topology (Zhang Rui, Yunfeng Ye).
    
     - Drop the cpufreq tango driver belonging to a platform that is not
       supported any more (Arnd Bergmann).
    
     - Drop the redundant CPUFREQ_STICKY and CPUFREQ_PM_NO_WARN cpufreq
       driver flags (Viresh Kumar).
    
     - Update cpufreq drivers:
    
       * Fix max CPU frequency discovery in the intel_pstate driver and
         make janitorial changes in it (Chen Yu, Rafael Wysocki, Nigel
         Christian).
    
       * Fix resource leaks in the brcmstb-avs-cpufreq driver (Christophe
         JAILLET).
    
       * Make the tegra20 driver use the resource-managed API (Dmitry
         Osipenko).
    
       * Enable boost support in the qcom-hw driver (Shawn Guo).
    
     - Update the operating performance points (OPP) framework:
    
       * Clean up the OPP core (Dmitry Osipenko, Viresh Kumar).
    
       * Extend the OPP API by adding new helpers to it (Dmitry Osipenko,
         Viresh Kumar).
    
       * Allow required OPPs to be used for devfreq devices and update
         the devfreq governor code accordingly (Saravana Kannan).
    
       * Prepare the framework for introducing new dev_pm_opp_set_opp()
         helper (Viresh Kumar).
    
       * Drop dev_pm_opp_set_bw() and update related drivers (Viresh
         Kumar).
    
       * Allow lazy linking of required-OPPs (Viresh Kumar).
    
     - Simplify and clean up devfreq somewhat (Lukasz Luba, Yang Li,
       Pierre Kuo).
    
     - Update the generic power domains (genpd) framework:
    
       * Use device's next wakeup to determine domain idle state (Lina
         Iyer).
    
       * Improve initialization and debug (Dmitry Osipenko).
    
       * Simplify computations (Abaci Team).
    
     - Make janitorial changes in the core code handling system sleep
       and PM-runtime (Bhaskar Chowdhury, Bjorn Helgaas, Rikard Falkeborn,
       Zqiang).
    
     - Update the MAINTAINERS entry for the exynos cpuidle driver and
       drop DEBUG definition from intel_idle (Krzysztof Kozlowski, Tom
       Rix).
    
     - Extend the PM clock layer to cover clocks that must sleep (Nicolas
       Pitre).
    
     - Update the cpupower utility:
    
       * Update cpupower command, add support for AMD family 0x19 and clean
         up the code to remove many of the family checks to make future
         family updates easier (Nathan Fontenot, Robert Richter).
    
       * Add Makefile dependencies for install targets to allow building
         cpupower in parallel rather than serially (Ivan Babrou).
    
     - Make janitorial changes in power management Kconfig (Lukasz Luba).
    
  • orange-pi-5.11-20210215-1834
    Release: orange-pi-5.11-20210215-1834
    
    NEWS
    ====
    
    See also:
    
    - https://xnux.eu/log/
    - https://xnux.eu/devices/pine64-pinephone.html
    - https://xff.cz/kernels/
    
    2021-02-15:
    - rebased on v5.11 final
    - fixed anx7688 fw flashing timeout
    - added Samuel's patches:
      - allow to use RTC wakeup when powered off
      - NVMEM driver for RTC data registers
    - pulled in some fixes from linux-next into fixes-5.11
    - disable MMC runtime PM again (causes issues on H5/H6 https://megous.com/dl/tmp/1eec9b1c7f03ad93.png)
    - used nvmem reboot driver (suggested by Samuel in RFC patch) for rebooting to FEL,
      eMMC bootloader, various p-boot boot configs on either eMMC or SD card's bootfs filesystems,
      boot menu, etc. via reboot() syscall with extra arg (see LINUX_REBOOT_CMD_RESTART2)
      (p-boot is also updated to support this mechanism, as of 2021-02-15)
    2021-02-08:
    - rebased on 5.11-rc7
    2021-02-04:
    - rebased on linus/master
    2021-01-30:
    - rebased on linus/master
    2021-01-27:
    - tested on all my boards
    - make HDMI audio sound card initializa again on H3/H5
    - fix rebase regression in stmmac driver that broke ethernet on PC 2
    2021-01-25:
    - rebased on top of v5.11-rc5
    - fix 8723cs bluetooth DT to load pinephone BT config file correctly (add -pinephone postfix)
    - fix a bunch of ASoC debugfs/bt-soc errors
    - remove some noisy logging
    - move mmc# aliases to SoC DT files to cover more boards
    - added gc2145 BGGR bayer mode patch (makes this kernel work with megapixels)
    - update Samuel's patches for irq-wakeup to v5
    2021-01-12:
    - rebased on top of v5.11-rc3+
    - update Samuel's patches (stmmac, i2c-pm, irq-wakeup)
    2021-01-02:
    - rebased on top of v5.11-rc1+
    2020-12-14:
    - rebased on top of v5.10
    - added patch to chnage Vbus hold voltage to 4.5V on Pinephone (this makes PD charging more stable)
    2020-12-11:
    - rebased on top of linus/master
    2020-12-07:
    - rebased on top of 5.10-rc7
    2020-12-05:
    - modem power driver: add more powerup modes and change interface for dumb and fastboot powerup
      - you can now write 2, 3 or 4 to .../powered sysfs file to select differnt powerup mode from
        the normal one (1)
      - this is useful for selecting alternate userspace configurations early in boot to allow
        tracing the userspace processes from early on for reverse engineering, and in the near
        future, it will be used to switch between original and fully-FOSS userspace code
        running on the modem's APPS CPU on powerup
        - see https://xnux.eu/log/#028
    2020-12-02:
    - fix WiFi blocking suspend
    - improve modem power driver interaction with kernel's autosleep
    - shorten resume times from 1.2s to 400ms (wifi driver optimization)
    2020-11-30:
    - I improved the anx7688 driver to actually respect PD capabilities of the source,
      and don't overload it. This should make it more likely to work with the USB-C
      docks when docks are powered.
    - Pine64 dock can provide either 500mA when powered from regular USB-A charger
      (regardless of what kind of charger it is, it can't use more current from it)
    - With my 3A PD charger, Pine64 dock will advertise 2600mA and Pinephone will
      now respect this limit.
    - rebase on linus/master (5.10-rc6 atm)
    - increase I2C clock for sensors and touchscreen/anx7688 from 100kHz to 400kHz
    - added patch from https://patchwork.kernel.org/project/dri-devel/cover/20200222024210.18697-1-yuq825@gmail.com/#23237865
      for easier GPU debugging (suggested by bshah)
    2020-11-28:
    - rebased on linus/master
    - replaced my 60FPS fix with a more mainlineable and better working solution from Roman Beranek
    - disable 8723cs CONCURRENT_MODE, enable wifi 802.11z TDLS
    2020-11-25:
    - enable wifi power saving mode (saves 350mW in idle, and doesn't seem to break the wifi so far)
    2020-11-25:
    - added a new 2020-10 wifi driver and cleaned up to work with PinePhone
    - see wifi-5.10 branch
    - rebased on linus/master
    2020-11-23:
    - rebased, added modem power blocking mode (p-boot privacy support)
    2020-11-17:
    - drop ov5640 AF patch
    2020-11-17:
    - rebase on linux/master
    - fix camera probe
    2020-11-15:
    - rebase on linux/master
    - add "retain LED state in sleep" patch
    2020-11-13:
    - fix boot failure on pocketbook (see https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg46288.html)
    2020-11-13:
    - rebase on top of 5.10-rc3+
    - update defconfigs
    2020-11-10:
    - rebase on top of 5.10-rc3
    2020-11-01:
    - added some musb suspend/resume fixes
    - fixed regulator probe on a711
    - fix mmc device numbering
    - rebase on top of 5.10-rc2
    2020-10-31:
    - rebased on top of 5.10-rc1+
    - added ov5640 autofocus support from Martijn Braam (you'll need /lib/firmware/ov5640_af.bin)
    - added fix for DSI panel 36.6 FPS issue (myself)
    - import upstreamed variant of audio patches from Samuel
    2020-10-25:
    - rebased on top of 5.10-rc1
    2020-10-19:
    - fix orange pi 3 ethernet
    2020-10-12:
    - fix issue with dsi clock described here: https://xnux.eu/log/#021
    - rebase on v5.9 final
    - integrate pinetab panel patches from (untested)
      https://gitlab.com/pine64-org/linux/-/commits/pine64-kernel-5.7.y-pinetabpanel/
    2020-09-29:
    - add a few more codec API fixes from Samuel
    2020-09-28:
    - rebase on top of 5.9-rc7
    - integrated the newest audio patches from Samuel
    2020-09-23:
    - port battery thermal regulation fix from p-boot (completely untested, see https://xnux.eu/log/#018)
    2020-09-18:
    - cedrus panic fix
    - rebase on linus/master
    2020-09-17:
    - further modem driver improvements (fix urc setting on old modem firmwares)
    2020-09-13:
    - rebase on top of 5.9-rc5
    2020-09-12:
    - rebase on top of 5.9-rc4+
    2020-09-10:
    - rebase on top of 5.9-rc4+
    - further fixes for the modem driver poweron, support for fast poweroff feature
      present on new modem firmware
    - added flash DT changes
    - add mounting matrix and a kernel command line option to override it (ignore_mount_matrix)
    - https://xff.cz/kernels also contains special kernel builds for my multi-dist image
      (see https://xnux.eu/log/)
    - enabled opportunistic sleep
    - enabled btrfs support
    2020-09-01:
    - rebase on top of 5.9-rc3
    2020-08-19:
    - rebase and port to 5.9-rc1
    - fix various issues with 5.9-rc1
    - fix sleeps in atomic context in anx7688 driver
    - dropped panfrost dvfs patches for now (conflicts, stability issues)
    - fix modem UART issues on powerup (sometimes not receiving RDY, etc.)
      - root cause was host UART locking up due to noise on RX, and the
        fix is to only open UART port when the modem is powered
    2020-08-11:
    - fix sun50i-codec-analog probe failure when built-in
    2020-08-09:
    - pull in codec changes from Samuel
    - don't wait for RDY but poll with empty AT command for the modem's status
    2020-08-06:
    - added Samuel's patch for making recording from the codec work again
    2020-08-05:
    - modem driver fixes for BH
    2020-08-03:
    - fixed AC100 driver to make it work without mod clock
    2020-08-02:
    - integrated latest Samuel's audio patches + rebased my AC100 support on top
    - finished the modem-power driver into a hopefully useable state
    2020-07-25:
    - rebased on top of 5.8-rc7+
    - fixed modem driver issue with not shutting down the modem on poweroff/reset
      on PinePhone (introduced during modem driver rewrite around 5.8-rc5)
    - worked around AXP reseting input current limit to 500mA regardless of
      BC detection being disabled (happened on boot with USB-C cable connected
      to USB-C PD charger) (and reverted again)
    - improved modem driver
      - initialize the modem configuration for proper sleep
      - setup QDAI automatically from DTS
      - show modem firmware version in dmesg
      - added rfkill interface
      - handle URC caching during suspend
    2020-07-16:
    - added HP jack detection patches from A-wai
    2020-07-14:
    - added support for Pinebook Pro
    - fix issue in my bl_pwm PinePhone patch that broke Pinebook Pro's backlight
    2020-07-13:
    - rebased on top of 5.8-rc5
    - improved HW led trigger API
    - more modem-power work (change to serdev, recv messages from the modem)
    - support HDMI audio on PinePhone
    - bump PD power requirement to 15W on PinePhone
    2020-07-08:
    - refactoring of the modem driver, moved to modem-5.8 branch (not finished
      yet, see TODO in the driver)
    - update pinephone 1.0-1.2 dts to reflect the differences in modem setup
    - enable orange pi 3 hdmi audio
    2020-07-06:
    - rebased on top of 5.8-rc4
    2020-07-05:
    - Added fixes for PinePhone panel initialization after resume from sleep
    2020-07-04:
    - Integrated Clément's HDMI audio series (20200704113902.336911-1-peron.clem@gmail.com)
    - Integrated Clément's panfrost DVFS series (20200704102535.189647-1-peron.clem@gmail.com)
    
    My kernel's main integration branch is 'orange-pi-$VER' (this one).
    No other branch is supposed to work alone. My defconfigs are tested
    and work on the boards I support. Read the README.md for more info.
    
    Only my branches based on the current mainline kernel branch are
    maintained (those are usually the -rc# kernels!). You can find the
    current mainline version here https://www.kernel.org/ (mainline: ...)
    
    My prebuilt kernels can be found at https://xff.cz/kernels/ You can
    use them to test that your board works, or just run them without
    bothering with building everything yourself. I run them on all my
    boards.
    
    My website is https://xnux.eu and may contain useful advice.
    
    Good luck!
    
         ~megi
    
  • v5.11
    f40ddce8 · Linux 5.11 ·
    Linux 5.11
    
  • orange-pi-5.10-20210213-1432
    Release: orange-pi-5.10-20210213-1432
    
    NEWS
    ====
    
    See also:
    
    - https://xnux.eu/log/
    - https://xnux.eu/devices/pine64-pinephone.html
    - https://xff.cz/kernels/
    
    2021-02-13:
    - updated to v5.10.16
    2021-02-04:
    - updated to v5.10.13
    2021-01-30:
    - updated to v5.10.12
    2021-01-27:
    - updated to v5.10.11
    2021-01-25:
    - added gc2145 BGGR bayer mode patch (makes this kernel work with megapixels)
    - move mmc# aliases to SoC DT files to cover more boards
    - updated to v5.10.10
    2021-01-19:
    - updated to v5.10.9
    2021-01-17:
    - updated to v5.10.8
    2021-01-12:
    - updated to v5.10.6
    2021-01-02:
    - updated to v5.10.4
    2020-12-14:
    - rebased on top of v5.10
    - added patch to chnage Vbus hold voltage to 4.5V on Pinephone (this makes PD charging more stable)
    2020-12-11:
    - rebased on top of linus/master
    2020-12-07:
    - rebased on top of 5.10-rc7
    2020-12-05:
    - modem power driver: add more powerup modes and change interface for dumb and fastboot powerup
      - you can now write 2, 3 or 4 to .../powered sysfs file to select differnt powerup mode from
        the normal one (1)
      - this is useful for selecting alternate userspace configurations early in boot to allow
        tracing the userspace processes from early on for reverse engineering, and in the near
        future, it will be used to switch between original and fully-FOSS userspace code
        running on the modem's APPS CPU on powerup
        - see https://xnux.eu/log/#028
    2020-12-02:
    - fix WiFi blocking suspend
    - improve modem power driver interaction with kernel's autosleep
    - shorten resume times from 1.2s to 400ms (wifi driver optimization)
    2020-11-30:
    - I improved the anx7688 driver to actually respect PD capabilities of the source,
      and don't overload it. This should make it more likely to work with the USB-C
      docks when docks are powered.
    - Pine64 dock can provide either 500mA when powered from regular USB-A charger
      (regardless of what kind of charger it is, it can't use more current from it)
    - With my 3A PD charger, Pine64 dock will advertise 2600mA and Pinephone will
      now respect this limit.
    - rebase on linus/master (5.10-rc6 atm)
    - increase I2C clock for sensors and touchscreen/anx7688 from 100kHz to 400kHz
    - added patch from https://patchwork.kernel.org/project/dri-devel/cover/20200222024210.18697-1-yuq825@gmail.com/#23237865
      for easier GPU debugging (suggested by bshah)
    2020-11-28:
    - rebased on linus/master
    - replaced my 60FPS fix with a more mainlineable and better working solution from Roman Beranek
    - disable 8723cs CONCURRENT_MODE, enable wifi 802.11z TDLS
    2020-11-25:
    - enable wifi power saving mode (saves 350mW in idle, and doesn't seem to break the wifi so far)
    2020-11-25:
    - added a new 2020-10 wifi driver and cleaned up to work with PinePhone
    - see wifi-5.10 branch
    - rebased on linus/master
    2020-11-23:
    - rebased, added modem power blocking mode (p-boot privacy support)
    2020-11-17:
    - drop ov5640 AF patch
    2020-11-17:
    - rebase on linux/master
    - fix camera probe
    2020-11-15:
    - rebase on linux/master
    - add "retain LED state in sleep" patch
    2020-11-13:
    - fix boot failure on pocketbook (see https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg46288.html)
    2020-11-13:
    - rebase on top of 5.10-rc3+
    - update defconfigs
    2020-11-10:
    - rebase on top of 5.10-rc3
    2020-11-01:
    - added some musb suspend/resume fixes
    - fixed regulator probe on a711
    - fix mmc device numbering
    - rebase on top of 5.10-rc2
    2020-10-31:
    - rebased on top of 5.10-rc1+
    - added ov5640 autofocus support from Martijn Braam (you'll need /lib/firmware/ov5640_af.bin)
    - added fix for DSI panel 36.6 FPS issue (myself)
    - import upstreamed variant of audio patches from Samuel
    2020-10-25:
    - rebased on top of 5.10-rc1
    2020-10-19:
    - fix orange pi 3 ethernet
    2020-10-12:
    - fix issue with dsi clock described here: https://xnux.eu/log/#021
    - rebase on v5.9 final
    - integrate pinetab panel patches from (untested)
      https://gitlab.com/pine64-org/linux/-/commits/pine64-kernel-5.7.y-pinetabpanel/
    2020-09-29:
    - add a few more codec API fixes from Samuel
    2020-09-28:
    - rebase on top of 5.9-rc7
    - integrated the newest audio patches from Samuel
    2020-09-23:
    - port battery thermal regulation fix from p-boot (completely untested, see https://xnux.eu/log/#018)
    2020-09-18:
    - cedrus panic fix
    - rebase on linus/master
    2020-09-17:
    - further modem driver improvements (fix urc setting on old modem firmwares)
    2020-09-13:
    - rebase on top of 5.9-rc5
    2020-09-12:
    - rebase on top of 5.9-rc4+
    2020-09-10:
    - rebase on top of 5.9-rc4+
    - further fixes for the modem driver poweron, support for fast poweroff feature
      present on new modem firmware
    - added flash DT changes
    - add mounting matrix and a kernel command line option to override it (ignore_mount_matrix)
    - https://xff.cz/kernels also contains special kernel builds for my multi-dist image
      (see https://xnux.eu/log/)
    - enabled opportunistic sleep
    - enabled btrfs support
    2020-09-01:
    - rebase on top of 5.9-rc3
    2020-08-19:
    - rebase and port to 5.9-rc1
    - fix various issues with 5.9-rc1
    - fix sleeps in atomic context in anx7688 driver
    - dropped panfrost dvfs patches for now (conflicts, stability issues)
    - fix modem UART issues on powerup (sometimes not receiving RDY, etc.)
      - root cause was host UART locking up due to noise on RX, and the
        fix is to only open UART port when the modem is powered
    2020-08-11:
    - fix sun50i-codec-analog probe failure when built-in
    2020-08-09:
    - pull in codec changes from Samuel
    - don't wait for RDY but poll with empty AT command for the modem's status
    2020-08-06:
    - added Samuel's patch for making recording from the codec work again
    2020-08-05:
    - modem driver fixes for BH
    2020-08-03:
    - fixed AC100 driver to make it work without mod clock
    2020-08-02:
    - integrated latest Samuel's audio patches + rebased my AC100 support on top
    - finished the modem-power driver into a hopefully useable state
    2020-07-25:
    - rebased on top of 5.8-rc7+
    - fixed modem driver issue with not shutting down the modem on poweroff/reset
      on PinePhone (introduced during modem driver rewrite around 5.8-rc5)
    - worked around AXP reseting input current limit to 500mA regardless of
      BC detection being disabled (happened on boot with USB-C cable connected
      to USB-C PD charger) (and reverted again)
    - improved modem driver
      - initialize the modem configuration for proper sleep
      - setup QDAI automatically from DTS
      - show modem firmware version in dmesg
      - added rfkill interface
      - handle URC caching during suspend
    2020-07-16:
    - added HP jack detection patches from A-wai
    2020-07-14:
    - added support for Pinebook Pro
    - fix issue in my bl_pwm PinePhone patch that broke Pinebook Pro's backlight
    2020-07-13:
    - rebased on top of 5.8-rc5
    - improved HW led trigger API
    - more modem-power work (change to serdev, recv messages from the modem)
    - support HDMI audio on PinePhone
    - bump PD power requirement to 15W on PinePhone
    2020-07-08:
    - refactoring of the modem driver, moved to modem-5.8 branch (not finished
      yet, see TODO in the driver)
    - update pinephone 1.0-1.2 dts to reflect the differences in modem setup
    - enable orange pi 3 hdmi audio
    2020-07-06:
    - rebased on top of 5.8-rc4
    2020-07-05:
    - Added fixes for PinePhone panel initialization after resume from sleep
    2020-07-04:
    - Integrated Clément's HDMI audio series (20200704113902.336911-1-peron.clem@gmail.com)
    - Integrated Clément's panfrost DVFS series (20200704102535.189647-1-peron.clem@gmail.com)
    
    My kernel's main integration branch is 'orange-pi-$VER' (this one).
    No other branch is supposed to work alone. My defconfigs are tested
    and work on the boards I support. Read the README.md for more info.
    
    Only my branches based on the current mainline kernel branch are
    maintained (those are usually the -rc# kernels!). You can find the
    current mainline version here https://www.kernel.org/ (mainline: ...)
    
    My prebuilt kernels can be found at https://xff.cz/kernels/ You can
    use them to test that your board works, or just run them without
    bothering with building everything yourself. I run them on all my
    boards.
    
    My website is https://xnux.eu and may contain useful advice.
    
    Good luck!
    
         ~megi
    
  • v5.10.16
    de53befa · Linux 5.10.16 ·
    This is the 5.10.16 stable release
    
  • v5.4.98
    5b9a4104 · Linux 5.4.98 ·
    This is the 5.4.98 stable release
    
  • v4.19.176
    255b58a2 · Linux 4.19.176 ·
    This is the 4.19.176 stable release
    
  • wireless-drivers-next-2021-02-12
    wireless-drivers-next patches for v5.12
    
    Second set of patches for v5.12. Last time there was a smaller pull
    request so unsurprisingly this time we have a big one. mt76 has new
    hardware support and lots of new features, iwlwifi getting new
    features and rtw88 got NAPI support. And the usual cleanups and fixes
    all over.
    
    Major changes:
    
    ath10k
    
    * support setting SAR limits via nl80211
    
    rtw88
    
    * support 8821 RFE type2 devices
    
    * NAPI support
    
    iwlwifi
    
    * add new FW API support
    
    * support for new So devices
    
    * support for RF interference mitigation (RFI)
    
    * support for PNVM (Platform Non-Volatile Memory, a firmware data
      file) from BIOS
    
    mt76
    
    * add new mt7921e driver
    
    * 802.11 encap offload support
    
    * support for multiple pcie gen1 host interfaces on 7915
    
    * 7915 testmode support
    
    * 7915 txbf support
    
    brcmfmac
    
    * support for CQM RSSI notifications
    
    wil6210
    
    * support for extended DMG MCS 12.1 rate
    
  • amd-drm-fixes-5.11-2021-02-10
    amd-drm-fixes-5.11-2021-02-10:
    
    amdgpu:
    - Blank screen fix
  • pm-5.11-rc8
    Power management fixes for 5.11-rc8
    
    Address a performance regression related to scale-invariance on x86
    that may prevent turbo CPU frequencies from being used in certain
    workloads on systems using acpi-cpufreq as the CPU performance
    scaling driver and schedutil as the scaling governor.
    
  • acpi-5.11-rc8
    ACPI fix for 5.11-rc8
    
    Revert a problematic ACPICA commit that changed the code to attempt
    to update memory regions which may be read-only on some systems (Ard
    Biesheuvel).
    
  • orange-pi-5.10-20210210-1337
    Release: orange-pi-5.10-20210210-1337
    
    NEWS
    ====
    
    See also:
    
    - https://xnux.eu/log/
    - https://xnux.eu/devices/pine64-pinephone.html
    - https://xff.cz/kernels/
    
    2021-02-04:
    - updated to v5.10.13
    2021-01-30:
    - updated to v5.10.12
    2021-01-27:
    - updated to v5.10.11
    2021-01-25:
    - added gc2145 BGGR bayer mode patch (makes this kernel work with megapixels)
    - move mmc# aliases to SoC DT files to cover more boards
    - updated to v5.10.10
    2021-01-19:
    - updated to v5.10.9
    2021-01-17:
    - updated to v5.10.8
    2021-01-12:
    - updated to v5.10.6
    2021-01-02:
    - updated to v5.10.4
    2020-12-14:
    - rebased on top of v5.10
    - added patch to chnage Vbus hold voltage to 4.5V on Pinephone (this makes PD charging more stable)
    2020-12-11:
    - rebased on top of linus/master
    2020-12-07:
    - rebased on top of 5.10-rc7
    2020-12-05:
    - modem power driver: add more powerup modes and change interface for dumb and fastboot powerup
      - you can now write 2, 3 or 4 to .../powered sysfs file to select differnt powerup mode from
        the normal one (1)
      - this is useful for selecting alternate userspace configurations early in boot to allow
        tracing the userspace processes from early on for reverse engineering, and in the near
        future, it will be used to switch between original and fully-FOSS userspace code
        running on the modem's APPS CPU on powerup
        - see https://xnux.eu/log/#028
    2020-12-02:
    - fix WiFi blocking suspend
    - improve modem power driver interaction with kernel's autosleep
    - shorten resume times from 1.2s to 400ms (wifi driver optimization)
    2020-11-30:
    - I improved the anx7688 driver to actually respect PD capabilities of the source,
      and don't overload it. This should make it more likely to work with the USB-C
      docks when docks are powered.
    - Pine64 dock can provide either 500mA when powered from regular USB-A charger
      (regardless of what kind of charger it is, it can't use more current from it)
    - With my 3A PD charger, Pine64 dock will advertise 2600mA and Pinephone will
      now respect this limit.
    - rebase on linus/master (5.10-rc6 atm)
    - increase I2C clock for sensors and touchscreen/anx7688 from 100kHz to 400kHz
    - added patch from https://patchwork.kernel.org/project/dri-devel/cover/20200222024210.18697-1-yuq825@gmail.com/#23237865
      for easier GPU debugging (suggested by bshah)
    2020-11-28:
    - rebased on linus/master
    - replaced my 60FPS fix with a more mainlineable and better working solution from Roman Beranek
    - disable 8723cs CONCURRENT_MODE, enable wifi 802.11z TDLS
    2020-11-25:
    - enable wifi power saving mode (saves 350mW in idle, and doesn't seem to break the wifi so far)
    2020-11-25:
    - added a new 2020-10 wifi driver and cleaned up to work with PinePhone
    - see wifi-5.10 branch
    - rebased on linus/master
    2020-11-23:
    - rebased, added modem power blocking mode (p-boot privacy support)
    2020-11-17:
    - drop ov5640 AF patch
    2020-11-17:
    - rebase on linux/master
    - fix camera probe
    2020-11-15:
    - rebase on linux/master
    - add "retain LED state in sleep" patch
    2020-11-13:
    - fix boot failure on pocketbook (see https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg46288.html)
    2020-11-13:
    - rebase on top of 5.10-rc3+
    - update defconfigs
    2020-11-10:
    - rebase on top of 5.10-rc3
    2020-11-01:
    - added some musb suspend/resume fixes
    - fixed regulator probe on a711
    - fix mmc device numbering
    - rebase on top of 5.10-rc2
    2020-10-31:
    - rebased on top of 5.10-rc1+
    - added ov5640 autofocus support from Martijn Braam (you'll need /lib/firmware/ov5640_af.bin)
    - added fix for DSI panel 36.6 FPS issue (myself)
    - import upstreamed variant of audio patches from Samuel
    2020-10-25:
    - rebased on top of 5.10-rc1
    2020-10-19:
    - fix orange pi 3 ethernet
    2020-10-12:
    - fix issue with dsi clock described here: https://xnux.eu/log/#021
    - rebase on v5.9 final
    - integrate pinetab panel patches from (untested)
      https://gitlab.com/pine64-org/linux/-/commits/pine64-kernel-5.7.y-pinetabpanel/
    2020-09-29:
    - add a few more codec API fixes from Samuel
    2020-09-28:
    - rebase on top of 5.9-rc7
    - integrated the newest audio patches from Samuel
    2020-09-23:
    - port battery thermal regulation fix from p-boot (completely untested, see https://xnux.eu/log/#018)
    2020-09-18:
    - cedrus panic fix
    - rebase on linus/master
    2020-09-17:
    - further modem driver improvements (fix urc setting on old modem firmwares)
    2020-09-13:
    - rebase on top of 5.9-rc5
    2020-09-12:
    - rebase on top of 5.9-rc4+
    2020-09-10:
    - rebase on top of 5.9-rc4+
    - further fixes for the modem driver poweron, support for fast poweroff feature
      present on new modem firmware
    - added flash DT changes
    - add mounting matrix and a kernel command line option to override it (ignore_mount_matrix)
    - https://xff.cz/kernels also contains special kernel builds for my multi-dist image
      (see https://xnux.eu/log/)
    - enabled opportunistic sleep
    - enabled btrfs support
    2020-09-01:
    - rebase on top of 5.9-rc3
    2020-08-19:
    - rebase and port to 5.9-rc1
    - fix various issues with 5.9-rc1
    - fix sleeps in atomic context in anx7688 driver
    - dropped panfrost dvfs patches for now (conflicts, stability issues)
    - fix modem UART issues on powerup (sometimes not receiving RDY, etc.)
      - root cause was host UART locking up due to noise on RX, and the
        fix is to only open UART port when the modem is powered
    2020-08-11:
    - fix sun50i-codec-analog probe failure when built-in
    2020-08-09:
    - pull in codec changes from Samuel
    - don't wait for RDY but poll with empty AT command for the modem's status
    2020-08-06:
    - added Samuel's patch for making recording from the codec work again
    2020-08-05:
    - modem driver fixes for BH
    2020-08-03:
    - fixed AC100 driver to make it work without mod clock
    2020-08-02:
    - integrated latest Samuel's audio patches + rebased my AC100 support on top
    - finished the modem-power driver into a hopefully useable state
    2020-07-25:
    - rebased on top of 5.8-rc7+
    - fixed modem driver issue with not shutting down the modem on poweroff/reset
      on PinePhone (introduced during modem driver rewrite around 5.8-rc5)
    - worked around AXP reseting input current limit to 500mA regardless of
      BC detection being disabled (happened on boot with USB-C cable connected
      to USB-C PD charger) (and reverted again)
    - improved modem driver
      - initialize the modem configuration for proper sleep
      - setup QDAI automatically from DTS
      - show modem firmware version in dmesg
      - added rfkill interface
      - handle URC caching during suspend
    2020-07-16:
    - added HP jack detection patches from A-wai
    2020-07-14:
    - added support for Pinebook Pro
    - fix issue in my bl_pwm PinePhone patch that broke Pinebook Pro's backlight
    2020-07-13:
    - rebased on top of 5.8-rc5
    - improved HW led trigger API
    - more modem-power work (change to serdev, recv messages from the modem)
    - support HDMI audio on PinePhone
    - bump PD power requirement to 15W on PinePhone
    2020-07-08:
    - refactoring of the modem driver, moved to modem-5.8 branch (not finished
      yet, see TODO in the driver)
    - update pinephone 1.0-1.2 dts to reflect the differences in modem setup
    - enable orange pi 3 hdmi audio
    2020-07-06:
    - rebased on top of 5.8-rc4
    2020-07-05:
    - Added fixes for PinePhone panel initialization after resume from sleep
    2020-07-04:
    - Integrated Clément's HDMI audio series (20200704113902.336911-1-peron.clem@gmail.com)
    - Integrated Clément's panfrost DVFS series (20200704102535.189647-1-peron.clem@gmail.com)
    
    My kernel's main integration branch is 'orange-pi-$VER' (this one).
    No other branch is supposed to work alone. My defconfigs are tested
    and work on the boards I support. Read the README.md for more info.
    
    Only my branches based on the current mainline kernel branch are
    maintained (those are usually the -rc# kernels!). You can find the
    current mainline version here https://www.kernel.org/ (mainline: ...)
    
    My prebuilt kernels can be found at https://xff.cz/kernels/ You can
    use them to test that your board works, or just run them without
    bothering with building everything yourself. I run them on all my
    boards.
    
    My website is https://xnux.eu and may contain useful advice.
    
    Good luck!
    
         ~megi
    
  • v5.10.15
    2d18b3ee · Linux 5.10.15 ·
    This is the 5.10.15 stable release
    
  • v5.4.97
    5e194206 · Linux 5.4.97 ·
    This is the 5.4.97 stable release
    
  • v4.19.175
    54354bc5 · Linux 4.19.175 ·
    This is the 4.19.175 stable release
    
  • v4.14.221
    29c52025 · Linux 4.14.221 ·
    This is the 4.14.221 stable release
    
  • v4.9.257
    282aeb47 · Linux 4.9.257 ·
    This is the 4.9.257 stable release
    
  • v4.4.257
    788437ba · Linux 4.4.257 ·
    This is the 4.4.257 stable release