Re: [PATCH V8 1/6] LIBIO: Introduce a generic PIO mapping method

2017-04-05 Thread zhichang.yuan
Hi, Thanks for your report! I am sorry for that! This issue was caused by missing the '#include ' in logic_pio.c for some architectures where the 'asm-generic/io.h' wasn't been included. Will be fixed in the next V9. Apologized for this! -Zhichang On 04/01/2017 01:58 PM, kbuild test robot w

Re: [PATCH V8 1/6] LIBIO: Introduce a generic PIO mapping method

2017-03-31 Thread kbuild test robot
Hi zhichang.yuan, [auto build test ERROR on linus/master] [also build test ERROR on v4.11-rc4 next-20170331] [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/zhichang-yuan/LIBIO-Introduce-a-generi

Re: [PATCH V8 1/6] LIBIO: Introduce a generic PIO mapping method

2017-03-31 Thread kbuild test robot
Hi zhichang.yuan, [auto build test ERROR on linus/master] [also build test ERROR on v4.11-rc4 next-20170331] [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/zhichang-yuan/LIBIO-Introduce-a-generi

[PATCH V8 1/6] LIBIO: Introduce a generic PIO mapping method

2017-03-30 Thread zhichang.yuan
In commit 41f8bba7f55(of/pci: Add pci_register_io_range() and pci_pio_to_address()), a new I/O space management was supported. With that driver, the I/O ranges configured for PCI/PCIE hosts on some architectures can be mapped to logical PIO, converted easily between CPU address and the correspondin