1. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  2. 24b390a PCI: Remove unused "pci_probe" flags by Bjorn Helgaas · 9 years ago
  3. 633adc7 PCI: Remove unnecessary #includes of <asm/pci.h> by Bjorn Helgaas · 9 years ago
  4. 9e808eb PCI: Cleanup control flow by Bjorn Helgaas · 9 years ago
  5. b97ea28 PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) by Yijing Wang · 9 years ago
  6. ace4b3f sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory() by Bjorn Helgaas · 10 years ago
  7. 0c3d1d6 arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLR by Geert Uytterhoeven · 10 years ago
  8. 3a6fc2f sh/PCI: Use default pcibios_enable_device() by Bjorn Helgaas · 10 years ago
  9. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  10. 362f2b0 async: rename and redefine async_func_ptr by Lai Jiangshan · 11 years ago
  11. b881bc4 ARCH: drivers remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  12. 48bee69 sh/PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  13. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  14. 3ddbebf PCI: Discard __init annotations for pci_fixup_irqs() and related functions by Thierry Reding · 12 years ago
  15. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  16. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  17. ce8dd71 sh/PCI: adjust section annotations for pcibios_setup() by Myron Stowe · 12 years ago
  18. 86927f9 sh/PCI: factor out pcibios_setup() by Myron Stowe · 12 years ago
  19. ad3337c sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register by Nobuhiro Iwamatsu · 12 years ago
  20. e822a00 Merge branch 'topic/sebastian-devinit-fixups' into next by Bjorn Helgaas · 12 years ago
  21. 1359bac sh/PCI: move fixup hooks from __init to __devinit by Sebastian Andrzej Siewior · 12 years ago
  22. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  23. 58796ce sh: legacy PCI evt2irq migration. by Paul Mundt · 12 years ago
  24. bfc906d SH: pci-sh7780: enable big-endian operation. by Thomas Schwinge · 12 years ago
  25. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  26. 0e69e08 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  27. ecfb68c sh: Fix typo in pci-sh7780.c by Masanari Iida · 12 years ago
  28. 7fa6a50 sh/PCI: get rid of device resource fixups by Bjorn Helgaas · 12 years ago
  29. 1e05b62 sh: use the the PCI channels's io_map_base by Michael S. Tsirkin · 12 years ago
  30. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  31. 6f17dd1 sh/PCI: convert to pci_scan_root_bus() for correct root bus resources by Bjorn Helgaas · 13 years ago
  32. dab0311 PCI: sh: use generic pcibios_set_master() by Myron Stowe · 13 years ago
  33. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  34. 43db595 sh: switch to GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  35. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  36. f7be345 sh: Add export.h to arch/sh specific files as required. by Paul Gortmaker · 13 years ago
  37. d11584a SH: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  38. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  39. 116ceec SH: SE7751: Fix pcibios_map_platform_irq prototype. by Ralf Baechle · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. cd7bb53 sh: Fix up async PCIe probing on SMP. by Paul Mundt · 13 years ago
  42. 1da09c4 sh: pci: Support asynchronous initialization of SH-X3 PCIe channels. by Paul Mundt · 13 years ago
  43. 9ca0443 sh: pci: Add pci_fixup_pcic to pci of landisk by Nobuhiro Iwamatsu · 13 years ago
  44. 37b7a97 sh: machvec IO death. by Paul Mundt · 14 years ago
  45. a80be168 sh: pci: Convert to upper/lower_32_bits() helpers. by Paul Mundt · 14 years ago
  46. b6b77b2 sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786. by Paul Mundt · 14 years ago
  47. 61a46766 sh: pci: Support slot 4 routing on SDK7786. by Paul Mundt · 14 years ago
  48. 39a9086 sh: pci: Use a generic raw spinlock for PCI config access locking. by Paul Mundt · 14 years ago
  49. c524ebf sh: pci: clock framework support for SH7786 PCIe. by Paul Mundt · 14 years ago
  50. cecf48e sh: pci: Use I/O accessors consistently in SH7786 PCIe init code. by Paul Mundt · 14 years ago
  51. bd792ae sh: pci: Support ports with disabled links on SH7786 PCIe. by Paul Mundt · 14 years ago
  52. beb54ad sh: pci: Discard initial PCICONF4/5 settings for SH7786 PCIe. by Paul Mundt · 14 years ago
  53. 2c65d75 sh: pci: Support root complex config accesses on SH7786 PCIe. by Paul Mundt · 14 years ago
  54. cabdf8b sh: pci: Move Renesas PCI IDs to a better place. by Paul Mundt · 14 years ago
  55. 81df84f sh: pci: Give SH7786 PHY some time to settle. by Paul Mundt · 14 years ago
  56. bdf7499 sh: pci: Toggle configuration accesses on SH7786. by Paul Mundt · 14 years ago
  57. c62e3fa sh: pci: Use generic pci_enable_resources() for pcibios_enable_device(). by Paul Mundt · 14 years ago
  58. 5220470 Merge branch 'sh/pci-express-integration' by Paul Mundt · 14 years ago
  59. 1c3bb38 sh: Hook up 3rd memory window for all SH7786 PCIe channels. by Paul Mundt · 14 years ago
  60. f048519 sh: Properly wire up channel 2's I/O window on SH7786 PCIe. by Paul Mundt · 14 years ago
  61. da03a63 sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe. by Paul Mundt · 14 years ago
  62. 2c5f674 sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe. by Paul Mundt · 14 years ago
  63. 2dbfa1e sh: Make SH7786 PCIe port reset logic more aggressive. by Paul Mundt · 14 years ago
  64. 9ec1651 sh: Additional register definitions for SH7786 PCIe. by Matt Fleming · 14 years ago
  65. 144c749 Merge branch 'sh/pci-express-integration' by Paul Mundt · 14 years ago
  66. 65c23f5 sh: Relax devfn constraints for SH7786 PCIe. by Paul Mundt · 14 years ago
  67. 53178d7 sh: Fix up SH7786 PCIe PHY initialization. by Paul Mundt · 14 years ago
  68. 7656e24 sh: Support type 1 accesses for SH7786 PCI. by Paul Mundt · 14 years ago
  69. 3b554c3 sh: Fix typos in PCI initialization message by Matt Fleming · 14 years ago
  70. 9973e38 sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources(). by Paul Mundt · 14 years ago
  71. e3a4317 sh: sh7751 pci controller io port fix by Magnus Damm · 14 years ago
  72. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  73. 64d497f Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  74. 3b7a17f resource/PCI: mark struct resource as const by Dominik Brodowski · 14 years ago
  75. b26b2d4 resource/PCI: align functions now return start of resource by Dominik Brodowski · 14 years ago
  76. 7578a4c sh: Fix up multi-resource mapping for SH7786 PCIe. by Paul Mundt · 14 years ago
  77. 7561f2d sh: Fix up SH7786 PCI resource definitions. by Paul Mundt · 14 years ago
  78. 3b0be1a sh: Fix an off-by-1 in SH7780 PCIC memory resource mapping. by Paul Mundt · 14 years ago
  79. 9ad62ec sh: Fix up early PCI PERR/SERR IRQ handling. by Paul Mundt · 14 years ago
  80. b6c58b1 sh: Improved multi-resource handling for SH7780 PCI. by Paul Mundt · 14 years ago
  81. ef407be sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers. by Paul Mundt · 14 years ago
  82. bcf3935 sh: Handle PCI controller resource conflicts. by Paul Mundt · 14 years ago
  83. 85b59f5 sh: Enable PCI66 support for SH7780 host controller. by Paul Mundt · 14 years ago
  84. aee4467 sh: Fix up large system memory handling for SH7780 PCI. by Paul Mundt · 14 years ago
  85. 396c56a sh: Kill off broken type 1 PCI config access checks. by Paul Mundt · 14 years ago
  86. 320e68d sh: support PCI domains. by Paul Mundt · 14 years ago
  87. ac8ab54 sh: Bail out early on PCI resource conflicts. by Paul Mundt · 14 years ago
  88. a45635d sh: Reworked SH7780 PCI initialization. by Paul Mundt · 14 years ago
  89. 8495935 sh: Fix up read-only variable assignment in pcibios_align_resource(). by Paul Mundt · 14 years ago
  90. 9d56dd3 sh: Mass ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 14 years ago
  91. 7dcaa8e sh: Generalize SH7786 PCIe support. by Paul Mundt · 14 years ago
  92. 3252b11 sh: move machtypes.h to include/generated by Sam Ravnborg · 15 years ago
  93. 7693465 sh: Kill off superfluous arch/sh/drivers/pci/Kconfig. by Paul Mundt · 15 years ago
  94. 01be5d6 sh: Revamp PCI DMA coherence Kconfig bits. by Paul Mundt · 15 years ago
  95. 15444a8 sh: Allow use of GENERIC_IOMAP by David McKay · 15 years ago
  96. 5713e60 sh: pci: Initial PCI-Express support for SH7786 Urquell board. by Paul Mundt · 15 years ago
  97. 66765fe sh: pci: SH7786 PCI ops. by Paul Mundt · 15 years ago
  98. 8c6b44d sh: pci: Allow register_pci_controller() to handle overlapping regions. by Paul Mundt · 15 years ago
  99. 78c99ba sh: pci: remove duplicated #include's by Huang Weiyi · 15 years ago
  100. 5582b06 sh: pci-sh7780: Fix up for PCI_DISABLE_MWI changes. by Paul Mundt · 15 years ago