Skip to content
Snippets Groups Projects
Verified Commit 646e0b50 authored by Arnav Singh's avatar Arnav Singh
Browse files

linux-postmarketos-allwinner: upgrade to 6.8.4_git20240405 (MR 5008)

- 0003-dts-pinetab-add-missing-bma223-ohci1.patch

  The original patch added a node for BMA223 and a node for ohci1.
  The former is already present in upstream, so the new patch
  0003-dts-pinetab-add-missing-ohci1.patch only adds the latter.

- 0004-arm64-dts-allwinner-Add-bluetooth-node-to-the-PineTa.patch

  The patch is now present in upstream so it has been removed.
  However it's worth noting that upstream's node has the wake GPIOs
  reversed from the original patch. The original patch added:

      device-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_LOW>; /* PL6 */
      host-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_HIGH>; /* PL5 */

  ... while upstream has:

      device-wake-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */
      host-wake-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */

  This has not been tested on a PineTab.

- 0005-dts-pinetab-make-audio-routing-consistent-with-pinep.patch

  The first hunk of the patch is in upstream and has been removed.

- 0013-Revert-usb-quirks-Add-USB_QUIRK_RESET-for-Quectel-EG25G-Modem.patch

  This patch reverted upstream commit that was present until v6.7
  ( https://codeberg.org/megi/linux/commit/f9e3e7ea4ea5452e2c149acbe2a958751046ca29 )
  but is not present in v6.8, so the patch has been removed.

- 0014-usb-serial-option-add-reset-resume-callback-for-WWAN.patch

  The patch is now present in upstream so it has been removed.
parent a4901cc1
No related branches found
No related tags found
No related merge requests found
Pipeline #203867 passed
Showing
with 221 additions and 235 deletions
Loading
  • Administrator @root

    mentioned in merge request !5130 (merged)

    By Arnav Singh on 2024-05-14T16:18:39

    · Imported

    mentioned in merge request !5130 (merged)

    By Arnav Singh on 2024-05-14T16:18:39

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit f4f6c02e

    By Arnav Singh on 2024-05-19T20:26:33

    · Imported

    mentioned in commit f4f6c02e

    By Arnav Singh on 2024-05-19T20:26:33

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment