Re: [PATCH v2 0/3] PCI: Revert "Implement pcibios_alloc_irq() and pcibios_free_irq()"

2016-02-24 Thread Олег Мороз
I've checked next next-20160218 tag and confirm that it works. 18.02.2016 19:03, Bjorn Helgaas пишет: On Thu, Feb 18, 2016 at 08:13:41AM +0300, Мороз Олег wrote: On 17.02.2016 21:36, Bjorn Helgaas wrote: These are clean reverts of 991de2e59090 ("PCI, x86: Implement pcibios_alloc_irq() and pcib

Re: PCI device driver broken between 4.2 and 4.3

2016-02-02 Thread Олег Мороз
пишет: On Tue, Feb 02, 2016 at 08:04:39AM +0300, Олег Мороз wrote: it looks much better with pci=routeirq [ 100.896723] *Before pci_enable_device IRQ 20* [ 100.896735] *After pci_enable_device IRQ 20* [ 100.896745] *Before pci_enable_device IRQ 21* [ 100.896752] *After pci_enable_device IRQ 2

Re: PCI device driver broken between 4.2 and 4.3

2016-02-01 Thread Олег Мороз
: > [+cc Yinghai] > > On Mon, Feb 01, 2016 at 08:18:35AM +0300, Олег Мороз wrote: > > Okay. I've started from driver level printk > > results are: > > > > On 4.2 > > > > [414006.575989] Before pci_enable_device IRQ 20 > > > > [414006.

Re: PCI device driver broken between 4.2 and 4.3

2016-01-31 Thread Олег Мороз
gt; > > > Those are internal interfaces used by the PCI core. Drivers shouldn't > > > call them directly. Drivers normally call pci_enable_device(), and > > > those internal interfaces are used in that path. > > > > > > > 26.01.2016 22:05, Оле

Re: PCI device driver broken between 4.2 and 4.3

2016-01-26 Thread Олег Мороз
I confirmed it works in 890e4847587f and do not works in 991de2e59090 26.01.2016 18:32, Bjorn Helgaas пишет: [+cc Jiang] On Mon, Jan 25, 2016 at 03:52:51PM -0600, Bjorn Helgaas wrote: Hi Олег, On Sun, Jan 24, 2016 at 04:50:08PM +0300, Олег Мороз wrote: Okay. I've sent logs (dmes

Re: PCI device driver broken between 4.2 and 4.3

2016-01-24 Thread Олег Мороз
Okay. I've sent logs (dmesg and lspci) from both 4.2 and 4.3 to bugzilla 23.01.2016 17:54, Bjorn Helgaas пишет: [+cc linux-kernel] Hi Олег, On Sat, Jan 23, 2016 at 1:08 AM, Олег Мороз wrote: Hello. I've got a device driver for MIL-1553b card called TA1-PCI, which could be foun

PCI device driver broken between 4.2 and 4.3

2016-01-22 Thread Олег Мороз
Hello. I've got a device driver for MIL-1553b card called TA1-PCI, which could be found at https://github.com/qmor/elcus-1553-driver-linux Card is using PLX_PCI9030 PCI controller. Today i've found that this driver compiles, installes, but is not working as it should. Looks like it not receives