Re: [PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions

2016-06-06 Thread Johannes Thumshirn
On Sun, Jun 05, 2016 at 07:32:13AM +0800, kbuild test robot wrote: > Hi, > > [auto build test ERROR on jkirsher-next-queue/dev-queue] > [also build test ERROR on v4.7-rc1 next-20160603] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url

Re: [PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions

2016-06-04 Thread kbuild test robot
Hi, [auto build test ERROR on jkirsher-next-queue/dev-queue] [also build test ERROR on v4.7-rc1 next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Johannes-Thumshirn/Introduce-pci_-re

Re: [PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions

2016-06-04 Thread kbuild test robot
Hi, [auto build test ERROR on jkirsher-next-queue/dev-queue] [also build test ERROR on v4.7-rc1 next-20160603] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Johannes-Thumshirn/Introduce-pci_-re

[PATCH v2 1/6] PCI: Add helpers to request/release memory and I/O regions

2016-06-02 Thread Johannes Thumshirn
Add helpers to request and release a device's memory or I/O regions. With these helpers in place, one does not need to select a device's memory or I/O regions with pci_select_bars() prior to requesting or releasing them. Suggested-by: Christoph Hellwig Signed-off-by: Johannes Thumshirn Reviewed