Merge branch 'pci/controller/rockchip'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Jan 2025 19:05:05 +0000 (13:05 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Jan 2025 19:05:05 +0000 (13:05 -0600)
commitd3f0bec2a4901c0061b4aebadece5be0534a6aa9
tree063a5d0de7f4627adf25db0209901cf1e4136e09
parenta306f01eb5b190d30c51aecac93439fa6ff8c69d
parent7ca288760007cab6588dc17f5b6fecf52c83a945
Merge branch 'pci/controller/rockchip'

- Add struct rockchip_pcie_ep kernel-doc to fix warnings (Damien Le Moal)

- Simplify clock and reset handling by using bulk interfaces (Anand Moon)

- Pass typed rockchip_pcie (not void) pointer to
  rockchip_pcie_disable_clocks() (Anand Moon)

- Return -ENOMEM, not success, when pci_epc_mem_alloc_addr() fails (Dan
  Carpenter)

* pci/controller/rockchip:
  PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem()
  PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signature
  PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
  PCI: rockchip: Simplify clock handling by using clk_bulk*() functions
  PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_ep