aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-15powerpc/fsl-pci: Add a workaround for PCI 5 erratachenhui zhao1-0/+24
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+13
2015-12-22powerpc/85xx: Add PCIe controller support for bsc9132qdsHarninder Rai1-0/+13
2015-12-11EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood1-1/+27
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-24/+62
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-1/+1
2015-10-17powerpc/fsl_pci: Don't set up inbound windows in kdump crash kernelScott Wood1-23/+61
2015-10-17powerpc/fsl_pci: Check for get_user/probe_kernel_address failureScott Wood1-1/+1
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-04-11powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_opsDaniel Axtens1-0/+15
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-7/+4
2015-01-30powerpc/fsl_pci: Convert PCI to use generic config accessorsRob Herring1-43/+3
2015-01-29powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARNKim Phillips1-7/+4
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman1-1/+0
2014-11-10powerpc: make __ffs return unsigned longAnton Blanchard1-1/+1
2014-09-03powerpc: fsl_pci: Add forced PCI Agent enumerationAaron Sierra1-1/+2
2014-07-29powerpc/fsl-pci: Correct use of ! and &Himangi Saraogi1-2/+2
2014-05-22fsl/pci: fix RC cannot detect PME message comingWang Dongsheng1-2/+1
2014-03-19fsl/pci: The new pci suspend/resume implementationWang Dongsheng1-24/+146
2014-03-19powerpc/pci: Fix IMMRBAR addressMinghuan Lian1-0/+8
2014-01-10powerpc/fsl_pci: add versionless pci compatibleShengzhou Liu1-0/+1
2014-01-07powerpc/sysdev: Fix a pci section mismatch for Book EChristian Engelmayer1-1/+1
2013-12-09powerpc/pci: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2013-10-28powerpc/pci: Change the DECLARE_PCI_FIXUP_{HEADER => EARLY} macro of pci quirkChunhe Lan1-2/+3
2013-09-23powerpc/pci: Use pci_is_pcie() to simplify codeYijing Wang1-1/+1
2013-08-07powerpc/pci: fix PCI-e check link issueYuanquan Chen1-1/+1
2013-08-07powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmuKevin Hao1-19/+3
2013-08-07powerpc/fsl-pci: fix the unreachable warning messageKevin Hao1-1/+1
2013-07-30powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia1-0/+158
2013-06-24powerpc/pci: Fix boot panic on mpc83xx (regression)Rojhalat Ibrahim1-15/+9
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt1-5/+6
2013-04-30powerpc: Fix usage of setup_pci_atmu()Michael Neuling1-1/+1
2013-04-29powerpc/fsl-pci: don't unmap the PCI SoC controller registers in setup_pci_atmuKevin Hao1-5/+2
2013-04-10powerpc/fsl-pci Make PCIe hotplug work with Freescale PCIe controllersRojhalat Ibrahim1-7/+44
2013-04-10powerpc/fsl-pci: Keep PCI SoC controller registers in pci_controllerKumar Gala1-39/+30
2013-04-03powerpc/fsl_pci: fix 64 bit pci size issueRoy Zang1-5/+5
2013-03-05powerpc/85xx: Add support for FSL PCIe controller v3.0Roy ZANG1-3/+26
2013-02-15powerpc/fsl_pci: Store the pci ctlr device ptr in the pci ctlr structVarun Sethi1-2/+7
2013-02-13powerpc/85xx: fix various PCI node compatible stringsTimur Tabi1-5/+10
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+35
2012-11-25powerpc/fsl-pci: Add PCI controller ATMU PM supportJia Hongtao1-2/+35
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely1-1/+1
2012-09-27powerpc/fsl-pci: use 'Header Type' to identify PCIE modeMinghuan Lian1-13/+24
2012-09-19powerpc/fsl-pci: fix warning when CONFIG_SWIOTLB is disabledJia Hongtao1-0/+2
2012-09-12powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao1-39/+63
2012-09-12powerpc/pci: Use PCIe IP block revision register instead of compatibleRoy Zang1-6/+8
2012-09-12powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao1-4/+1