Support Auvidea B101 (TC358743)

Bug #1926755 reported by jeremyszu
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OEM Priority Project
Fix Released
Critical
jeremyszu
linux-raspi (Ubuntu)
Fix Released
Undecided
Unassigned
Focal
Fix Released
Undecided
Unassigned
Groovy
Fix Released
Undecided
Unassigned
Hirsute
Fix Released
Undecided
Unassigned

Bug Description

[Impact]

The Auvidea B101 module doesn't work on raspberry pi 4 with 20.04.2 LTS ubuntu server image.

[Test Plan]

With enabling
+CONFIG_VIDEO_TC358743=m
+CONFIG_VIDEO_TC358743_CEC=y

$ cat /boot/firmware/usercfg.txt
# Place "config.txt" changes (dtparam, dtoverlay, disable_overscan, etc.) in
# this file. Please refer to the README file for a description of the various
# configuration files on the boot partition.
dtoverlay=tc358743
dtoverlay=vc4-fkms-v3d
gpu_mem=128
start_x=1

the device is up

Mar 17 21:36:10 ubuntu kernel: tc358743 10-000f: tc358743 found @ 0x1e (i2c-11-mux (chan_id 1)

The device works as expected.

[Where problems could occur]

Enable building "CONFIG_VIDEO_TC358743" as a module should not cause the regression but only increase the linux-modules space.

jeremyszu (os369510)
Changed in linux-raspi (Ubuntu):
assignee: nobody → jeremyszu (os369510)
Juerg Haefliger (juergh)
Changed in linux-raspi (Ubuntu Hirsute):
status: New → Confirmed
Changed in linux-raspi (Ubuntu Groovy):
status: New → Confirmed
Changed in linux-raspi (Ubuntu Focal):
status: New → Confirmed
Revision history for this message
jeremyszu (os369510) wrote :

@Juerg,

Thank you for quick add this config.
but even I built a new kernel with "CONFIG_VIDEO_TC358743" and "CONFIG_VIDEO_TC358743_CEC", it looks still need something to enable it (e.g. no device alias match to probe tc358743), I will do more test on my environment.

Revision history for this message
jeremyszu (os369510) wrote :

$ modinfo tc358743
...
alias: i2c:tc358743
alias: of:N*T*Ctoshiba,tc358743C*
alias: of:N*T*Ctoshiba,tc358743

---

$ i2cdetect -l
i2c-1 unknown bcm2835 (i2c@7e804000) N/A

---

$ sudo i2cdetect -y 1
     0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --

---

no i2c device found

Revision history for this message
jeremyszu (os369510) wrote :
Download full text (3.6 KiB)

After adding:

$ cat /boot/firmware/usercfg.txt
# Place "config.txt" changes (dtparam, dtoverlay, disable_overscan, etc.) in
# this file. Please refer to the README file for a description of the various
# configuration files on the boot partition.
dtoverlay=tc358743
dtoverlay=vc4-fkms-v3d
gpu_mem=128
start_x=1

the device is up

Mar 17 21:36:10 ubuntu kernel: tc358743 10-000f: tc358743 found @ 0x1e (i2c-11-mux (chan_id 1)

---

ubuntu@ubuntu:~$ i2cdetect -l
i2c-10 unknown i2c-11-mux (chan_id 1) N/A
i2c-1 unknown bcm2835 (i2c@7e804000) N/A
i2c-11 unknown bcm2835 (i2c@7e205000) N/A
i2c-0 unknown i2c-11-mux (chan_id 0) N/A

ubuntu@ubuntu:~$ v4l2-ctl --log-status

Status Log:

   [ 174.913303] unicam fe801000.csi: ================= START STATUS =================
   [ 174.914985] tc358743 10-000f: -----Chip status-----
   [ 174.915605] tc358743 10-000f: Chip ID: 0x00
   [ 174.916225] tc358743 10-000f: Chip revision: 0x00
   [ 174.916234] tc358743 10-000f: Reset: IR: 1, CEC: 0, CSI TX: 0, HDMI: 0
   [ 174.916241] tc358743 10-000f: Sleep mode: off
   [ 174.916248] tc358743 10-000f: Cable detected (+5V power): yes
   [ 174.916775] tc358743 10-000f: DDC lines enabled: yes
   [ 174.917301] tc358743 10-000f: Hotplug enabled: no
   [ 174.917918] tc358743 10-000f: CEC enabled: no
   [ 174.917925] tc358743 10-000f: -----Signal status-----
   [ 174.917931] tc358743 10-000f: TMDS signal detected: no
   [ 174.917937] tc358743 10-000f: Stable sync signal: no
   [ 174.917944] tc358743 10-000f: PHY PLL locked: no
   [ 174.917950] tc358743 10-000f: PHY DE detected: no
<7>[ 174.918511] tc358743 10-000f: tc358743_get_detected_timings: no valid signal
   [ 174.918522] tc358743 10-000f: No video detected
   [ 174.918535] tc358743 10-000f: Configured format: 640x480p59.94 (800x525)
   [ 174.918544] tc358743 10-000f: horizontal: fp = 16, -sync = 96, bp = 48
   [ 174.918552] tc358743 10-000f: vertical: fp = 10, -sync = 2, bp = 33
   [ 174.918559] tc358743 10-000f: pixelclock: 25175000
   [ 174.918569] tc358743 10-000f: flags (0x80): HAS_CEA861_VIC
   [ 174.918577] tc358743 10-000f: standards (0x3): CEA DMT
   [ 174.918584] tc358743 10-000f: CEA-861 VIC: 1
   [ 174.918590] tc358743 10-000f: -----CSI-TX status-----
   [ 174.918597] tc358743 10-000f: Lanes needed: 1
   [ 174.918604] tc358743 10-000f: Lanes in use: 1
<7>[ 174.919146] tc358743 10-000f: tc358743_isr: IntStatus = 0x0000
   [ 174.919780] tc358743 10-000f: Waiting for particular sync signal: no
   [ 174.921027] tc358743 10-000f: Transmit mode: no
   [ 174.921646] tc358743 10-000f: Receive mode: no
   [ 174.922338] tc358743 10-000f: Stopped: no
   [ 174.922346] tc358743 10-000f: Color space: RGB 888 24-bit
   [ 174.922882] tc358743 10-000f: -----DVI-D status-----
   [ 174.922890] tc358743 10-000f: HDCP encrypted content: no
   [ 174.922898] tc358743 10-000f: Input color space: RGB full range
   [ 174.923430] unicam fe801000.csi: -----Receiver status-----
   [ 174.923439] unicam fe801000.csi: V4L2 width/height: 640x480
   [ 174.923446] unicam fe801000.csi: Mediabus format: 0000100a
   [ 174.923453] unicam fe801000....

Read more...

Revision history for this message
jeremyszu (os369510) wrote :

After applying

ubuntu@ubuntu:~/workspace$ wget https://raw.githubusercontent.com/6by9/RPiTest/master/1080P50EDID.txt

ubuntu@ubuntu:~/workspace$ v4l2-ctl --set-edid=file=1080P50EDID.txt --fix-edid-checksums

CTA-861 Header
  IT Formats Underscanned: yes
  Audio: yes
  YCbCr 4:4:4: no
  YCbCr 4:2:2: no

HDMI Vendor-Specific Data Block
  Physical Address: 3.0.0.0
  YCbCr 4:4:4 Deep Color: no
  30-bit: no
  36-bit: no
  48-bit: no

CTA-861 Video Capability Descriptor
  RGB Quantization Range: yes
  YCC Quantization Range: no
  PT: Supports both over- and underscan
  IT: Supports both over- and underscan
  CE: Supports both over- and underscan

---

it's working now.

@Juerg,

I already confirmed the https://lists.ubuntu.com/archives/kernel-team/2021-May/119706.html works.

Changed in linux-raspi (Ubuntu):
assignee: jeremyszu (os369510) → nobody
description: updated
tags: added: oem-priority originate-from-1926731 zapper
Changed in oem-priority:
assignee: nobody → jeremyszu (os369510)
importance: Undecided → Medium
status: New → Triaged
Rex Tsai (chihchun)
Changed in oem-priority:
importance: Medium → Critical
Tim Gardner (timg-tpi)
Changed in linux-raspi (Ubuntu Focal):
status: Confirmed → Fix Committed
Changed in linux-raspi (Ubuntu Groovy):
status: Confirmed → Fix Committed
Changed in linux-raspi (Ubuntu Hirsute):
status: Confirmed → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (32.2 KiB)

This bug was fixed in the package linux-raspi - 5.11.0-1009.10+21.10.1

---------------
linux-raspi (5.11.0-1009.10+21.10.1) impish; urgency=medium

  * impish/linux-raspi: 5.11.0-1009.10+21.10.1 -proposed tracker (LP: #1927571)

  * Packaging resync (LP: #1786013)
    - [Packaging] update update.conf
    - update dkms package versions

  [ Ubuntu: 5.11.0-1009.10 ]

  * hirsute/linux-raspi: 5.11.0-1009.10 -proposed tracker (LP: #1927572)
  * Hirsute update: v5.11.16 upstream stable release (LP: #1926999)
    - [Config] raspi: CONFIG_AS_HAS_LSE_ATOMICS=y
  * Hirsute update: v5.11.13 upstream stable release (LP: #1923415)
    - [Config] raspi: CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y
  * pigpio not working with 5.11 (LP: #1927505)
    - [Config] raspi: Set BCM_VCIO=y
  * hirsute/linux-raspi: Upstream raspberrypi patchset 2021-04-15 (LP: #1924771)
    - media/v4l2_m2m: In buffered mode run jobs if either port is streaming
    - staging/bcm2835-codec: Correct logging of size_t to %zu
    - staging/bcm2835-codec: Add support for pixel aspect ratio
    - staging/bcm2835-codec: Implement additional g_selection calls for decode
    - staging/bcm2835-codec: Add VC-1 support.
    - vc4/drm: Avoid full hdmi audio fifo writes
    - vc4/drm: Increase hdmi audio axi priority to avoid lost samples
    - overlays: gpio-led: new overlay
    - Revert "i2c: bcm2835: Handle untimely DONE signal"
    - ARM: dts: bcm2711: Add aliases for additional SPIs
    - Make rpi poe fan less noisy in cool environments
    - vc4/drm: Fix source offsets with DRM_FORMAT_P030
    - vc4/drm: vc4_plane: Remove subpixel positioning check
    - clk-raspberrypi: Also support HEVC clock
    - dt: Switch hevc clock from fixed to firmware driver
    - rpivid: Request maximum hevc clock
    - staging/bcm2835-camera: Add support for DMABUFs
    - staging: fbtft: Add minipitft13 variant
    - overlays: Add minipitft13 overlay
    - overlays: ghost-amp: Minor tweaks
    - overlays: Add README entry for minipitft13
    - ARM: dts: update bcm2711-rpi-cm4.dts and -400
    - Revert "usb: xhci: Disable the XHCI 5 second timeout"
    - vc4/drm: SQUASH: Fix source offsets with DRM_FORMAT_P030
    - dwc-otg: fix clang -Wignored-attributes warning
    - dwc-otg: fix clang -Wsometimes-uninitialized warning
    - dwc-otg: fix clang -Wpointer-bool-conversion warning
    - Update Allo Piano Dac Driver
    - sc16is7xx: Defer probe if device read fails
    - ASoC: tlv320aic32x4: Register clocks before registering component
    - ASoC: tlv320aic32x4: Increase maximum register in regmap
    - drm/connector: Create a helper to attach the hdr_output_metadata property
    - drm/connector: Add helper to compare HDR metadata
    - drm/vc4: Use the new helpers
    - drm/connector: Add a helper to attach the colorspace property
    - drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe
    - staging: vcsm-cma: Fix memory leak from not detaching dmabuf
    - vc4/kms: vc4_plane: Support 2020 colourspace for yuv planes
    - drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling
    - phy: broadcom: Move hunk to match upstream raspberrypi
  * Raspberry Pi kernel config doesn't match generic for NFT, b...

Changed in linux-raspi (Ubuntu):
status: New → Fix Released
Revision history for this message
Ubuntu Kernel Bot (ubuntu-kernel-bot) wrote :

This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-groovy' to 'verification-done-groovy'. If the problem still exists, change the tag 'verification-needed-groovy' to 'verification-failed-groovy'.

If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you!

tags: added: verification-needed-groovy
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (32.0 KiB)

This bug was fixed in the package linux-raspi - 5.11.0-1009.10

---------------
linux-raspi (5.11.0-1009.10) hirsute; urgency=medium

  * hirsute/linux-raspi: 5.11.0-1009.10 -proposed tracker (LP: #1927572)

  * Hirsute update: v5.11.16 upstream stable release (LP: #1926999)
    - [Config] raspi: CONFIG_AS_HAS_LSE_ATOMICS=y

  * Hirsute update: v5.11.13 upstream stable release (LP: #1923415)
    - [Config] raspi: CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y

  * pigpio not working with 5.11 (LP: #1927505)
    - [Config] raspi: Set BCM_VCIO=y

  * hirsute/linux-raspi: Upstream raspberrypi patchset 2021-04-15 (LP: #1924771)
    - media/v4l2_m2m: In buffered mode run jobs if either port is streaming
    - staging/bcm2835-codec: Correct logging of size_t to %zu
    - staging/bcm2835-codec: Add support for pixel aspect ratio
    - staging/bcm2835-codec: Implement additional g_selection calls for decode
    - staging/bcm2835-codec: Add VC-1 support.
    - vc4/drm: Avoid full hdmi audio fifo writes
    - vc4/drm: Increase hdmi audio axi priority to avoid lost samples
    - overlays: gpio-led: new overlay
    - Revert "i2c: bcm2835: Handle untimely DONE signal"
    - ARM: dts: bcm2711: Add aliases for additional SPIs
    - Make rpi poe fan less noisy in cool environments
    - vc4/drm: Fix source offsets with DRM_FORMAT_P030
    - vc4/drm: vc4_plane: Remove subpixel positioning check
    - clk-raspberrypi: Also support HEVC clock
    - dt: Switch hevc clock from fixed to firmware driver
    - rpivid: Request maximum hevc clock
    - staging/bcm2835-camera: Add support for DMABUFs
    - staging: fbtft: Add minipitft13 variant
    - overlays: Add minipitft13 overlay
    - overlays: ghost-amp: Minor tweaks
    - overlays: Add README entry for minipitft13
    - ARM: dts: update bcm2711-rpi-cm4.dts and -400
    - Revert "usb: xhci: Disable the XHCI 5 second timeout"
    - vc4/drm: SQUASH: Fix source offsets with DRM_FORMAT_P030
    - dwc-otg: fix clang -Wignored-attributes warning
    - dwc-otg: fix clang -Wsometimes-uninitialized warning
    - dwc-otg: fix clang -Wpointer-bool-conversion warning
    - Update Allo Piano Dac Driver
    - sc16is7xx: Defer probe if device read fails
    - ASoC: tlv320aic32x4: Register clocks before registering component
    - ASoC: tlv320aic32x4: Increase maximum register in regmap
    - drm/connector: Create a helper to attach the hdr_output_metadata property
    - drm/connector: Add helper to compare HDR metadata
    - drm/vc4: Use the new helpers
    - drm/connector: Add a helper to attach the colorspace property
    - drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe
    - staging: vcsm-cma: Fix memory leak from not detaching dmabuf
    - vc4/kms: vc4_plane: Support 2020 colourspace for yuv planes
    - drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling
    - phy: broadcom: Move hunk to match upstream raspberrypi

  * Raspberry Pi kernel config doesn't match generic for NFT, breaks LXD
    (LP: #1927108)
    - [Config] raspi: SET NFT_FIB_INET=m

  * Support Auvidea B101 (TC358743) (LP: #1926755)
    - [Config] raspi: Set VIDEO_TC358743=m

  * No iwilwifi driver in Linux 5.4.0-1034-raspi (LP: #1925209)...

Changed in linux-raspi (Ubuntu Hirsute):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (30.7 KiB)

This bug was fixed in the package linux-raspi - 5.4.0-1036.39

---------------
linux-raspi (5.4.0-1036.39) focal; urgency=medium

  * focal/linux-raspi: 5.4.0-1036.39 -proposed tracker (LP: #1927614)

  * Raspberry Pi kernel config doesn't match generic for NFT, breaks LXD
    (LP: #1927108)
    - [Config] raspi: SET NFT_FIB_INET=m

  * hctosys not reading hardware clock on CM4 (LP: #1926911)
    - rtc: class: support hctosys from modular RTC drivers

  * Support Auvidea B101 (TC358743) (LP: #1926755)
    - [Config] raspi: Set VIDEO_TC358743=m

  * No iwilwifi driver in Linux 5.4.0-1034-raspi (LP: #1925209)
    - [Config] raspi: Set IWLWIFI=m

  [ Ubuntu: 5.4.0-74.83 ]

  * focal/linux: 5.4.0-74.83 -proposed tracker (LP: #1927619)
  * Introduce the 465 driver series, fabric-manager, and libnvidia-nscq
    (LP: #1925522)
    - debian/dkms-versions -- add NVIDIA 465 and migrate 450 to 460
  * linux-image-5.0.0-35-generic breaks checkpointing of container
    (LP: #1857257)
    - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files
  * Enable CIFS GCM256 (LP: #1921916)
    - smb3: add defines for new crypto algorithms
    - smb3.1.1: add new module load parm require_gcm_256
    - smb3.1.1: add new module load parm enable_gcm_256
    - smb3.1.1: print warning if server does not support requested encryption type
    - smb3.1.1: rename nonces used for GCM and CCM encryption
    - smb3.1.1: set gcm256 when requested
    - cifs: Adjust key sizes and key generation routines for AES256 encryption
  * locking/qrwlock: Fix ordering in queued_write_lock_slowpath() (LP: #1926184)
    - locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
  * [Ubuntu 21.04] net/mlx5: Fix HW spec violation configuring uplink
    (LP: #1925452)
    - net/mlx5: Fix HW spec violation configuring uplink
  * Focal update: v5.4.114 upstream stable release (LP: #1926493)
    - Revert "scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure"
    - Revert "scsi: qla2xxx: Fix stuck login session using prli_pend_timer"
    - scsi: qla2xxx: Dual FCP-NVMe target port support
    - scsi: qla2xxx: Fix device connect issues in P2P configuration
    - scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failure
    - scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcport
    - scsi: qla2xxx: Fix stuck login session using prli_pend_timer
    - scsi: qla2xxx: Fix fabric scan hang
    - net/sctp: fix race condition in sctp_destroy_sock
    - Input: nspire-keypad - enable interrupts only when opened
    - gpio: sysfs: Obey valid_mask
    - dmaengine: dw: Make it dependent to HAS_IOMEM
    - ARM: dts: Drop duplicate sha2md5_fck to fix clk_disable race
    - ARM: dts: Fix moving mmc devices with aliases for omap4 & 5
    - lockdep: Add a missing initialization hint to the "INFO: Trying to register
      non-static key" message
    - arc: kernel: Return -EFAULT if copy_to_user() fails
    - ASoC: max98373: Added 30ms turn on/off time delay
    - neighbour: Disregard DEAD dst in neigh_update
    - ARM: keystone: fix integer overflow warning
    - ARM: omap1: fix building with clang IAS
    - drm/msm: Fix a5xx/a6xx timestamps
    - ASoC: fsl_esai: Fix TDM slot setup fo...

Changed in linux-raspi (Ubuntu Focal):
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (51.9 KiB)

This bug was fixed in the package linux-raspi - 5.8.0-1026.29

---------------
linux-raspi (5.8.0-1026.29) groovy; urgency=medium

  * groovy/linux-raspi: 5.8.0-1026.29 -proposed tracker (LP: #1930377)

  [ Ubuntu: 5.8.0-55.62 ]

  * groovy/linux: 5.8.0-55.62 -proposed tracker (LP: #1930379)
  * [Potential Regression] Unable to create KVM with uvtool on Groovy ARM64
    (LP: #1929925)
    - SAUCE: KVM: arm64: Assign kvm_ipa_limit

linux-raspi (5.8.0-1025.28) groovy; urgency=medium

  * groovy/linux-raspi: 5.8.0-1025.28 -proposed tracker (LP: #1927588)

  * Groovy update: upstream stable patchset 2021-04-27 (LP: #1926360)
    - [Config] raspi: Remove CONFIG_VFIO debian.raspi overrides and follow master

  * Groovy update: upstream stable patchset 2021-04-20 (LP: #1925259)
    - [Config] raspi: updateconfigs for PCIE_BW
    - [Packaging] raspi: update modules for rc-cec

  * Raspberry Pi kernel config doesn't match generic for NFT, breaks LXD
    (LP: #1927108)
    - [Config] raspi: SET NFT_FIB_INET=m

  * Support Auvidea B101 (TC358743) (LP: #1926755)
    - [Config] raspi: Set VIDEO_TC358743=m

  * No iwilwifi driver in Linux 5.4.0-1034-raspi (LP: #1925209)
    - [Config] raspi: Set IWLWIFI=m

  [ Ubuntu: 5.8.0-54.61 ]

  * groovy/linux: 5.8.0-54.61 -proposed tracker (LP: #1927592)
  * Introduce the 465 driver series, fabric-manager, and libnvidia-nscq
    (LP: #1925522)
    - debian/dkms-versions -- add NVIDIA 465 and migrate 450 to 460
  * linux-image-5.0.0-35-generic breaks checkpointing of container
    (LP: #1857257)
    - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files
  * netfilter: x_tables: fix compat match/target pad out-of-bound write
    (LP: #1927682)
    - netfilter: x_tables: fix compat match/target pad out-of-bound write
  * Groovy update: upstream stable patchset 2021-05-04 (LP: #1927150)
    - mt76: fix tx skb error handling in mt76_dma_tx_queue_skb
    - net: fec: ptp: avoid register access when ipg clock is disabled
    - powerpc/4xx: Fix build errors from mfdcr()
    - atm: eni: dont release is never initialized
    - atm: lanai: dont run lanai_dev_close if not open
    - Revert "r8152: adjust the settings about MAC clock speed down for RTL8153"
    - ALSA: hda: ignore invalid NHLT table
    - ixgbe: Fix memleak in ixgbe_configure_clsu32
    - scsi: ufs: ufs-qcom: Disable interrupt in reset path
    - blk-cgroup: Fix the recursive blkg rwstat
    - net: tehuti: fix error return code in bdx_probe()
    - net: intel: iavf: fix error return code of iavf_init_get_resources()
    - sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
    - cifs: ask for more credit on async read/write code paths
    - gfs2: fix use-after-free in trans_drain
    - cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev
    - gpiolib: acpi: Add missing IRQF_ONESHOT
    - nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
    - NFS: Correct size calculation for create reply length
    - net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()
    - net: wan: fix error return code of uhdlc_init()
    - net: davicom: Use platform_get_irq_optional()
    - net: enetc: set MAC RX FIFO to recommended value
    - a...

Changed in linux-raspi (Ubuntu Groovy):
status: Fix Committed → Fix Released
jeremyszu (os369510)
Changed in oem-priority:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.