Age | Commit message (Expand) | Author | Files | Lines |
2011-05-23 | SH: SE7751: Fix pcibios_map_platform_irq prototype. | Ralf Baechle | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
2011-01-28 | sh: Fix up async PCIe probing on SMP. | Paul Mundt | 1 | -0/+2 |
2011-01-18 | sh: pci: Support asynchronous initialization of SH-X3 PCIe channels. | Paul Mundt | 1 | -18/+28 |
2011-01-11 | Merge branches 'sh/memchunk' and 'common/mmcif' into sh-latest | Paul Mundt | 1 | -1/+1 |
2011-01-11 | sh: pci: Add pci_fixup_pcic to pci of landisk | Nobuhiro Iwamatsu | 1 | -2/+26 |
2011-01-07 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2010-12-24 | sh: don't use flush_scheduled_work() | Tejun Heo | 1 | -1/+1 |
2010-11-01 | sh: machvec IO death. | Paul Mundt | 1 | -2/+1 |
2010-10-15 | sh: pci: Convert to upper/lower_32_bits() helpers. | Paul Mundt | 2 | -9/+2 |
2010-10-14 | sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786. | Paul Mundt | 2 | -3/+21 |
2010-10-14 | sh: pci: Support slot 4 routing on SDK7786. | Paul Mundt | 3 | -1/+70 |
2010-09-20 | sh: pci: Use a generic raw spinlock for PCI config access locking. | Paul Mundt | 3 | -12/+15 |
2010-09-20 | sh: pci: clock framework support for SH7786 PCIe. | Paul Mundt | 1 | -21/+86 |
2010-09-20 | sh: pci: Use I/O accessors consistently in SH7786 PCIe init code. | Paul Mundt | 2 | -17/+25 |
2010-09-20 | sh: pci: Support ports with disabled links on SH7786 PCIe. | Paul Mundt | 1 | -5/+12 |
2010-09-20 | sh: pci: Discard initial PCICONF4/5 settings for SH7786 PCIe. | Paul Mundt | 1 | -3/+0 |
2010-09-20 | sh: pci: Support root complex config accesses on SH7786 PCIe. | Paul Mundt | 2 | -9/+55 |
2010-09-20 | sh: pci: Move Renesas PCI IDs to a better place. | Paul Mundt | 1 | -6/+0 |
2010-09-19 | sh: pci: Give SH7786 PHY some time to settle. | Paul Mundt | 1 | -0/+3 |
2010-09-19 | sh: pci: Toggle configuration accesses on SH7786. | Paul Mundt | 1 | -0/+3 |
2010-09-19 | sh: pci: Use generic pci_enable_resources() for pcibios_enable_device(). | Paul Mundt | 1 | -34/+1 |
2010-09-07 | Merge branch 'sh/pci-express-integration' | Paul Mundt | 2 | -11/+85 |
2010-09-07 | sh: Hook up 3rd memory window for all SH7786 PCIe channels. | Paul Mundt | 1 | -0/+3 |
2010-09-07 | sh: Properly wire up channel 2's I/O window on SH7786 PCIe. | Paul Mundt | 1 | -0/+1 |
2010-09-07 | sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe. | Paul Mundt | 1 | -8/+16 |
2010-09-07 | sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe. | Paul Mundt | 1 | -1/+1 |
2010-09-07 | sh: Make SH7786 PCIe port reset logic more aggressive. | Paul Mundt | 1 | -1/+11 |
2010-09-07 | sh: Additional register definitions for SH7786 PCIe. | Matt Fleming | 1 | -2/+54 |
2010-08-20 | Merge branch 'sh/pci-express-integration' | Paul Mundt | 2 | -21/+36 |
2010-08-20 | sh: Relax devfn constraints for SH7786 PCIe. | Paul Mundt | 1 | -9/+4 |
2010-08-20 | sh: Fix up SH7786 PCIe PHY initialization. | Paul Mundt | 1 | -12/+18 |
2010-08-20 | sh: Support type 1 accesses for SH7786 PCI. | Paul Mundt | 1 | -7/+21 |
2010-08-04 | sh: dma: check return value of create_proc_read_entry() | Kulikov Vasiliy | 1 | -2/+2 |
2010-06-23 | sh: Fix typos in PCI initialization message | Matt Fleming | 3 | -3/+3 |
2010-06-07 | sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources(). | Paul Mundt | 1 | -2/+0 |
2010-04-26 | sh: sh7751 pci controller io port fix | Magnus Damm | 1 | -2/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -0/+5 |
2010-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 23 | -473/+911 |
2010-02-22 | resource/PCI: mark struct resource as const | Dominik Brodowski | 1 | -1/+1 |
2010-02-22 | resource/PCI: align functions now return start of resource | Dominik Brodowski | 1 | -3/+3 |
2010-02-10 | sh: Fix up multi-resource mapping for SH7786 PCIe. | Paul Mundt | 2 | -43/+82 |
2010-02-08 | sh: Fix up SH7786 PCI resource definitions. | Paul Mundt | 2 | -87/+63 |
2010-02-08 | Merge branch 'sh/dmaengine' | Paul Mundt | 1 | -1/+4 |
2010-02-08 | sh: fix Transfer Size calculation in both DMA drivers | Guennadi Liakhovetski | 1 | -1/+4 |
2010-02-05 | sh: Fix an off-by-1 in SH7780 PCIC memory resource mapping. | Paul Mundt | 1 | -5/+5 |
2010-02-03 | sh: Fix up early PCI PERR/SERR IRQ handling. | Paul Mundt | 3 | -26/+78 |
2010-02-01 | sh: Improved multi-resource handling for SH7780 PCI. | Paul Mundt | 8 | -90/+130 |
2010-02-01 | sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers. | Paul Mundt | 4 | -29/+306 |
2010-02-01 | sh: Handle PCI controller resource conflicts. | Paul Mundt | 6 | -15/+11 |