[PATCH -next 0/8] drivers: Fix some compile warnings

Jinjie Ruan posted 8 patches 1 year, 5 months ago
Only 0 patches received!
drivers/acpi/apei/ghes.c                   | 4 ++--
drivers/dax/bus.c                          | 4 ++--
drivers/gpu/drm/panel/panel-khadas-ts050.c | 4 ++--
drivers/iommu/iommufd/selftest.c           | 2 +-
drivers/nvme/target/debugfs.c              | 2 +-
drivers/pmdomain/apple/pmgr-pwrstate.c     | 2 +-
drivers/spi/spi-cadence-xspi.c             | 2 +-
drivers/tty/serial/xilinx_uartps.c         | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)
[PATCH -next 0/8] drivers: Fix some compile warnings
Posted by Jinjie Ruan 1 year, 5 months ago
Fix some sparse warnings.

Jinjie Ruan (8):
  dax/bus.c: Make dax_region_rwsem and dax_dev_rwsem static
  pmdomain: Make apple_pmgr_reset_ops static
  iommufd/selftest: Make dirty_ops static
  nvmet: Make nvmet_debugfs static
  spi: cadence: Make cdns_mrvl_xspi_clk_div_list static
  drm/panel: khadas-ts050: Make ts050_panel_data and ts050v2_panel_data
    static
  acpi/ghes: Make cxl_cper_fifo and cxl_cper_work static
  serial: xilinx_uartps: Make cdns_rs485_supported static

 drivers/acpi/apei/ghes.c                   | 4 ++--
 drivers/dax/bus.c                          | 4 ++--
 drivers/gpu/drm/panel/panel-khadas-ts050.c | 4 ++--
 drivers/iommu/iommufd/selftest.c           | 2 +-
 drivers/nvme/target/debugfs.c              | 2 +-
 drivers/pmdomain/apple/pmgr-pwrstate.c     | 2 +-
 drivers/spi/spi-cadence-xspi.c             | 2 +-
 drivers/tty/serial/xilinx_uartps.c         | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.34.1
Re: [PATCH -next 0/8] drivers: Fix some compile warnings
Posted by Mark Brown 1 year, 5 months ago
On Mon, Aug 19, 2024 at 07:59:13PM +0800, Jinjie Ruan wrote:
> Fix some sparse warnings.
> 
> Jinjie Ruan (8):
>   dax/bus.c: Make dax_region_rwsem and dax_dev_rwsem static
>   pmdomain: Make apple_pmgr_reset_ops static
>   iommufd/selftest: Make dirty_ops static
>   nvmet: Make nvmet_debugfs static
>   spi: cadence: Make cdns_mrvl_xspi_clk_div_list static
>   drm/panel: khadas-ts050: Make ts050_panel_data and ts050v2_panel_data
>     static
>   acpi/ghes: Make cxl_cper_fifo and cxl_cper_work static
>   serial: xilinx_uartps: Make cdns_rs485_supported static

Please don't group patches for unrelated subsystems into a series when
there's no interrelationship between the patches.  It makes it a bit
less clear how things should be handled and can confuse tooling, as well
as making for massive CC lists.  Just send the relevant patches to each
subsystem separately.