Thanks for your rapid modification about function name and comments.
As Ben said, I want to check that my patch does not cause problems.
I have no complain about my patch being in 3.6 branch (or lately).
I appreciate your time and effort.
Regards.
Hiroo MATSUMOTO
On Thu, May 24, 2012 at 9:00
I apologize for my late reply.
On Wed, 2012-05-23 at 11:33 +0900, Hiroo Matsumoto wrote:
This patchset is for PCI hotplug.
pcibios_setup_bus_devices which sets DMA and IRQs of PCI device is called
only when boot. DMA setting in probe for PCI driver, like dma_set_mask,
does not work on
when boot and hotplug.
Signed-off-by: Hiroo MATSUMOTO
---
arch/microblaze/include/asm/pci.h |2 +-
arch/microblaze/pci/pci-common.c | 67 +---
2 files changed, 40 insertions(+), 29 deletions(-)
diff --git a/arch/microblaze/include/asm/pci.h
b/arch/microblaze
:03:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:15:17:bf:c0:c9
e1000e :03:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e :03:00.0: eth0: MAC: 1, PHY: 4, PBA No: D50861-003
Signed-off-by: Hiroo MATSUMOTO
---
arch/powerpc/include/asm/pci.h |2 +-
arch/powerp
similer
with powerpc/PCI.
[PATCH v2 1/2] powerpc/PCI: Add pcibios_device_change_notifier for powerpc
[PATCH v2 2/2] microblaze/PCI: Add pcibios_device_change_notifier for microblaze
Regards.
Hiroo MATSUMOTO
___
Linuxppc-dev mailing list
Linuxppc
Hi
I'm so sorry, but there is a better way than this way with
pcibios_enable_device() for issue.
I will write another code soon, so please wait.
Regards.
Hiroo MATSUMOTO
> Hi
>
>
> I'm trying to use PCI Express Hot Plug on powerpc platform.
> But PCI driver r
dma_ops in pcibios_enable_device.
It is called from pci_enable_device_xxx in PCI driver's probe before
checking dma_ops.
And PCI driver works good when hotplug.
Regards.
Hiroo MATSUMOTO
Signed-off-by: Hiroo MATSUMOTO
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index 3