[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210215181550.714101-1-zhengdejin5@gmail.com>
Date: Tue, 16 Feb 2021 02:15:46 +0800
From: Dejin Zheng <zhengdejin5@...il.com>
To: corbet@....net, jarkko.nikula@...ux.intel.com,
andriy.shevchenko@...ux.intel.com, mika.westerberg@...ux.intel.com,
rric@...nel.org, bhelgaas@...gle.com, wsa@...nel.org,
linux-doc@...r.kernel.org, linux-i2c@...r.kernel.org,
linux-pci@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, Dejin Zheng <zhengdejin5@...il.com>
Subject: [PATCH v1 0/4] Introduce pcim_alloc_irq_vectors()
Introduce pcim_alloc_irq_vectors(), a explicit device-managed version of
pci_alloc_irq_vectors(). and use the correct name of device-managed
function to alloc irq vectors in i2c drivers.
Dejin Zheng (4):
PCI: Introduce pcim_alloc_irq_vectors()
Documentation: devres: add pcim_alloc_irq_vectors()
i2c: designware: Use the correct name of device-managed function
i2c: thunderx: Use the correct name of device-managed function
.../driver-api/driver-model/devres.rst | 1 +
drivers/i2c/busses/i2c-designware-pcidrv.c | 2 +-
drivers/i2c/busses/i2c-thunderx-pcidrv.c | 2 +-
drivers/pci/pci.c | 19 +++++++++++++++++++
include/linux/pci.h | 3 +++
5 files changed, 25 insertions(+), 2 deletions(-)
--
2.25.0
Powered by blists - more mailing lists