aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pcie-sh7786.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2020-11-18dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig1-1/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-4/+5
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2018-12-28sh: drivers: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-12arch/sh: pcie-sh7786: handle non-zero DMA offsetThomas Petazzoni1-0/+8
2018-04-12arch/sh: pcie-sh7786: adjust the memory mappingThomas Petazzoni1-5/+14
2018-04-12arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsThomas Petazzoni1-18/+18
2018-04-12arch/sh: pcie-sh7786: exclude unusable PCI MEM areasThomas Petazzoni1-0/+12
2018-04-12arch/sh: pcie-sh7786: mark unavailable PCI resource as disabledThomas Petazzoni1-0/+3
2017-08-03sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter1-1/+1
2013-03-12async: rename and redefine async_func_ptrLai Jiangshan1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu1-1/+1
2012-05-18sh: legacy PCI evt2irq migration.Paul Mundt1-1/+2
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-01-28sh: Fix up async PCIe probing on SMP.Paul Mundt1-0/+2
2011-01-18sh: pci: Support asynchronous initialization of SH-X3 PCIe channels.Paul Mundt1-18/+28
2010-10-15sh: pci: Convert to upper/lower_32_bits() helpers.Paul Mundt1-2/+2
2010-10-14sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.Paul Mundt1-2/+21
2010-09-20sh: pci: clock framework support for SH7786 PCIe.Paul Mundt1-21/+86
2010-09-20sh: pci: Use I/O accessors consistently in SH7786 PCIe init code.Paul Mundt1-17/+18
2010-09-20sh: pci: Support ports with disabled links on SH7786 PCIe.Paul Mundt1-5/+12
2010-09-20sh: pci: Discard initial PCICONF4/5 settings for SH7786 PCIe.Paul Mundt1-3/+0
2010-09-20sh: pci: Support root complex config accesses on SH7786 PCIe.Paul Mundt1-5/+24
2010-09-19sh: pci: Give SH7786 PHY some time to settle.Paul Mundt1-0/+3
2010-09-07Merge branch 'sh/pci-express-integration'Paul Mundt1-9/+31
2010-09-07sh: Hook up 3rd memory window for all SH7786 PCIe channels.Paul Mundt1-0/+3
2010-09-07sh: Properly wire up channel 2's I/O window on SH7786 PCIe.Paul Mundt1-0/+1
2010-09-07sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe.Paul Mundt1-8/+16
2010-09-07sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe.Paul Mundt1-1/+1
2010-09-07sh: Make SH7786 PCIe port reset logic more aggressive.Paul Mundt1-1/+11
2010-08-20Merge branch 'sh/pci-express-integration'Paul Mundt1-12/+18
2010-08-20sh: Fix up SH7786 PCIe PHY initialization.Paul Mundt1-12/+18
2010-06-23sh: Fix typos in PCI initialization messageMatt Fleming1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-10sh: Fix up multi-resource mapping for SH7786 PCIe.Paul Mundt1-15/+74
2010-02-08sh: Fix up SH7786 PCI resource definitions.Paul Mundt1-49/+63
2010-02-01sh: Handle PCI controller resource conflicts.Paul Mundt1-3/+1
2009-06-17sh: pci: Initial PCI-Express support for SH7786 Urquell board.Paul Mundt1-0/+355