1. 16 Feb, 2023 1 commit
  2. 14 Feb, 2023 2 commits
  3. 13 Feb, 2023 1 commit
    • Vinod Koul's avatar
      phy: qcom: snps-eusb2: Add missing headers · 037d05af
      Vinod Koul authored
      The driver was missing to include couple of headers explictly which
      causes build to fail on other archs
      
      drivers/phy/qualcomm/phy-qcom-snps-eusb2.c: In function 'qcom_snps_eusb2_hsphy_write_mask':
      drivers/phy/qualcomm/phy-qcom-snps-eusb2.c:147:15: error: implicit declaration of function 'readl_relaxed' [-Werror=implicit-function-declaration]
        147 |         reg = readl_relaxed(base + offset);
            |               ^~~~~~~~~~~~~
      drivers/phy/qualcomm/phy-qcom-snps-eusb2.c:150:9: error: implicit declaration of function 'writel_relaxed' [-Werror=implicit-function-declaration]
        150 |         writel_relaxed(reg, base + offset);
            |         ^~~~~~~~~~~~~~
      drivers/phy/qualcomm/phy-qcom-snps-eusb2.c: In function 'qcom_eusb2_default_parameters':
      drivers/phy/qualcomm/phy-qcom-snps-eusb2.c:161:42: error: implicit declaration of function 'FIELD_PREP' [-Werror=implicit-function-declaration]
        161 |                                          FIELD_PREP(PHY_CFG_TX_PREEMP_TUNE_MASK, 0));
            |                                          ^~~~~~~~~~
      
      Fix this by adding bitfield.h and iopoll.h explictly
      
      Fixes: 80090810 ("phy: qcom: Add QCOM SNPS eUSB2 driver")
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
      037d05af
  4. 10 Feb, 2023 16 commits
  5. 03 Feb, 2023 11 commits
  6. 02 Feb, 2023 9 commits