Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. May 03, 2024
  2. Apr 29, 2024
    • Jai Luthra's avatar
      ASoC: ti: davinci-mcasp: Set min period size using FIFO config · 7f332584
      Jai Luthra authored
      
      The minimum period size was enforced to 64 as older devices integrating
      McASP with EDMA used an internal FIFO of 64 samples.
      
      With UDMA based platforms this internal McASP FIFO is optional, as the
      DMA engine internally does some buffering which is already accounted for
      when registering the platform. So we should read the actual FIFO
      configuration (txnumevt/rxnumevt) instead of hardcoding frames.min to
      64.
      
      Signed-off-by: default avatarJai Luthra <j-luthra@ti.com>
      7f332584
    • Jai Luthra's avatar
      dmaengine: ti: k3-udma: Fix teardown for cyclic RX with PDMA · 67d5b243
      Jai Luthra authored
      
      When receiving data in cyclic mode from PDMA peripherals, where reload
      count is set to infinite, any TR in the set can potentially be the last
      one of the overall transfer. In such cases, the EOP flag needs to be set
      in each TR and PDMA's Static TR "Z" parameter should be set, matching
      the size of the TR.
      
      This is required for the teardown to function properly and cleanup the
      internal state memory. This only affects platforms using BCDMA and not
      those using UDMA-P, which could set EOP flag in the teardown TR
      automatically.
      
      Signed-off-by: default avatarJai Luthra <j-luthra@ti.com>
      Reviewed-by: default avatarKamlesh Gurudasani <kamlesh@ti.com>
      67d5b243
  3. Apr 25, 2024
  4. Mar 25, 2024
    • Julien Masson's avatar
      phy: cadence-torrent: initialize pcie_links variable · e44f83d2
      Julien Masson authored
      
      When we use clang to build with -Wall and -Werror flags we can see
      this issue:
      
      drivers/phy/cadence/phy-cadence-torrent.c:2493:5: error: variable
      'pcie_links' is uninitialized when used here [-Werror,-Wuninitialized]
                                      pcie_links++;
                                      ^~~~~~~~~~
      
      pcie_links variable is now initialized to fix this.
      
      Fixes: d0d3c1e9 ("phy: cadence-torrent: Add PCIe multilink + USB with same SSC register config for 100MHz refclk")
      Signed-off-by: default avatarJulien Masson <jmasson@baylibre.com>
      Reviewed-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
      e44f83d2
    • Praneeth Bajjuri's avatar
      Merge tag 'v6.1.82' of... · 700c5191
      Praneeth Bajjuri authored
      Merge tag 'v6.1.82' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into ti-linux-6.1.y-cicd
      
      Linux 6.1.82
      
      * tag 'v6.1.82' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux
      
      : (272 commits)
        Linux 6.1.82
        fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
        fs/proc: do_task_stat: use __for_each_thread()
        getrusage: use sig->stats_lock rather than lock_task_sighand()
        getrusage: use __for_each_thread()
        getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
        getrusage: add the "signal_struct *sig" local variable
        drm/amd/display: Fix MST Null Ptr for RV
        drm/amd/display: Wrong colorimetry workaround
        selftests: mptcp: decrease BW in simult flows
        KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
        x86/rfds: Mitigate Register File Data Sampling (RFDS)
        Documentation/hw-vuln: Add documentation for RFDS
        x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
        drm/amdgpu: Reset IH OVERFLOW_CLEAR bit
        xhci: handle isoc Babble and Buffer Overrun events properly
        xhci: process isoc TD properly when there was a transaction error mid TD.
        selftests: mm: fix map_hugetlb failure on 64K page size systems
        selftests/mm: switch to bash from sh
        readahead: avoid multiple marked readahead pages
        ...
      
      Signed-off-by: default avatarPraneeth Bajjuri <praneeth@ti.com>
      700c5191
  5. Mar 20, 2024
  6. Mar 19, 2024
  7. Mar 15, 2024
Loading