summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources().Paul Mundt2010-06-071-2/+0Star
* sh: sh7751 pci controller io port fixMagnus Damm2010-04-261-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-2723-473/+911
|\
| * sh: Fix up multi-resource mapping for SH7786 PCIe.Paul Mundt2010-02-102-43/+82
| * sh: Fix up SH7786 PCI resource definitions.Paul Mundt2010-02-082-87/+63Star
| * Merge branch 'sh/dmaengine'Paul Mundt2010-02-081-1/+4
| |\
| | * sh: fix Transfer Size calculation in both DMA driversGuennadi Liakhovetski2010-02-081-1/+4
| * | sh: Fix an off-by-1 in SH7780 PCIC memory resource mapping.Paul Mundt2010-02-051-5/+5
| * | sh: Fix up early PCI PERR/SERR IRQ handling.Paul Mundt2010-02-033-26/+78
| * | sh: Improved multi-resource handling for SH7780 PCI.Paul Mundt2010-02-018-90/+130
| * | sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.Paul Mundt2010-02-014-29/+306
| * | sh: Handle PCI controller resource conflicts.Paul Mundt2010-02-016-15/+11Star
| * | sh: Enable PCI66 support for SH7780 host controller.Paul Mundt2010-02-014-1/+96
| * | sh: Fix up large system memory handling for SH7780 PCI.Paul Mundt2010-02-011-6/+28
| * | sh: Kill off broken type 1 PCI config access checks.Paul Mundt2010-01-294-37/+0Star
| * | sh: support PCI domains.Paul Mundt2010-01-291-2/+15
| * | sh: Bail out early on PCI resource conflicts.Paul Mundt2010-01-291-13/+9Star
| * | sh: Reworked SH7780 PCI initialization.Paul Mundt2010-01-295-145/+102Star
| * | sh: Fix up read-only variable assignment in pcibios_align_resource().Paul Mundt2010-01-281-3/+1Star
| * | sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt2010-01-268-49/+49
| * | sh: Generalize SH7786 PCIe support.Paul Mundt2010-01-151-2/+1Star
| * | sh: heartbeat: Support access size specification via resource flags.Paul Mundt2010-01-151-5/+17
| |/
* | resource/PCI: mark struct resource as constDominik Brodowski2010-02-231-1/+1
* | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-231-3/+3
|/
* sh: move machtypes.h to include/generatedSam Ravnborg2009-12-121-1/+1
* sh: dma: Kill off bogus dma_sysclass symbol export.Paul Mundt2009-11-131-2/+0Star
* sh: Kill off superfluous arch/sh/drivers/pci/Kconfig.Paul Mundt2009-10-271-7/+0Star
* sh: Revamp PCI DMA coherence Kconfig bits.Paul Mundt2009-10-271-12/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-232-5/+10
|\
| * dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu2009-09-092-5/+10
* | sh: Allow use of GENERIC_IOMAPDavid McKay2009-08-241-0/+4
* | sh: Add SH7724 support to NR_ONCHIP_DMA_CHANNELSKuninori Morimoto2009-08-191-3/+3
* | sh: Prevent heartbeat from scribbling over non-LED bits.Kuninori Morimoto2009-08-181-0/+10
|/
* sh: pci: Initial PCI-Express support for SH7786 Urquell board.Paul Mundt2009-06-172-0/+356
* sh: pci: SH7786 PCI ops.Paul Mundt2009-06-153-0/+724
* sh: pci: Allow register_pci_controller() to handle overlapping regions.Paul Mundt2009-06-151-12/+2Star
* sh: pci: remove duplicated #include'sHuang Weiyi2009-06-141-1/+0Star
* sh: pci-sh7780: Fix up for PCI_DISABLE_MWI changes.Paul Mundt2009-05-261-6/+1Star
* sh: pci-sh7751: Initialize io_map_base in controller definition.Paul Mundt2009-05-261-3/+2Star
* sh: multiple vectors per irq - sh7760Magnus Damm2009-05-111-1/+2
* sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt2009-05-071-2/+2
* sh: pci: Rename pci-new.c to pci.c.Paul Mundt2009-04-203-5/+1Star
* sh: pci: Roll pci-lib in to pci-new.Paul Mundt2009-04-203-225/+221Star
* sh: pci: Kill off the last remnants of the now unused pci-auto code.Paul Mundt2009-04-204-640/+0Star
* sh: pci: Move the se7751 fixups in to arch/sh/drivers/pci/.Paul Mundt2009-04-202-0/+112
* sh: pci: Convert dreamcast to new-style interface.Paul Mundt2009-04-203-20/+14Star
* sh: pci: Consolidate lboxre2 and r2d IRQ fixups.Paul Mundt2009-04-204-57/+26Star
* sh: pci: Rename SH7751 platform ops files to fixups.Paul Mundt2009-04-205-4/+4
* sh: pci: Rewrite SH7751 PCI support to follow SH7780.Paul Mundt2009-04-2010-305/+76Star