aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pci-sh7780.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven1-12/+11
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
2012-03-28SH: pci-sh7780: enable big-endian operation.Thomas Schwinge1-3/+12
2012-02-24sh: Fix typo in pci-sh7780.cMasanari Iida1-1/+1
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2010-06-23sh: Fix typos in PCI initialization messageMatt Fleming1-1/+1
2010-02-05sh: Fix an off-by-1 in SH7780 PCIC memory resource mapping.Paul Mundt1-5/+5
2010-02-03sh: Fix up early PCI PERR/SERR IRQ handling.Paul Mundt1-1/+1
2010-02-01sh: Improved multi-resource handling for SH7780 PCI.Paul Mundt1-22/+64
2010-02-01sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.Paul Mundt1-28/+175
2010-02-01sh: Handle PCI controller resource conflicts.Paul Mundt1-1/+4
2010-02-01sh: Enable PCI66 support for SH7780 host controller.Paul Mundt1-0/+29
2010-02-01sh: Fix up large system memory handling for SH7780 PCI.Paul Mundt1-6/+28
2010-01-30sh: Kill off broken type 1 PCI config access checks.Paul Mundt1-4/+0
2010-01-29sh: Reworked SH7780 PCI initialization.Paul Mundt1-66/+83
2009-05-27sh: pci-sh7780: Fix up for PCI_DISABLE_MWI changes.Paul Mundt1-6/+1
2009-04-20sh: pci: Kill off the now unused hose->io_base.Paul Mundt1-1/+0
2009-04-20sh: pci: Track io and mem_offset per-channel.Paul Mundt1-0/+2
2009-04-20sh: pci: New-style controller registration.Paul Mundt1-47/+40
2009-04-17sh: pci: Start unifying the SH7780 PCIC initialization.Paul Mundt1-19/+31
2009-04-17sh: pci: Kill off platform-specific multi-window mappings.Paul Mundt1-8/+16
2009-04-17sh: pci: Consolidate PCI I/O and mem window definitions for SH7780.Paul Mundt1-3/+22
2009-04-17sh: pci: Set the I/O port base to the SH7780 I/O window default.Paul Mundt1-0/+2
2009-04-17sh: pci: Set pci_cache_line_size on SH7780 via the PCICLS register.Paul Mundt1-9/+12
2009-04-17sh: pci: Use the proper write size for class/sub-class code.Paul Mundt1-2/+4
2009-04-17sh: pci: Rework SH7780 host controller detection.Paul Mundt1-18/+24
2009-04-17sh: pci: Set class/sub-class code correctly for SH7780 PCIC.Paul Mundt1-4/+3
2009-04-17sh: pci: Move se7780 INTC fixups out of pci-sh7780.c.Paul Mundt1-24/+0
2009-04-17sh: pci: Kill off useless debugging printk() in pci-sh7780 init.Paul Mundt1-12/+0
2009-04-16sh: pci: Kill off unused SH4_PCIC_NO_RESET code.Paul Mundt1-15/+0
2009-04-16sh: add io_base member to pci_channelMagnus Damm1-2/+3
2009-04-16sh: add reg_base member to pci_channelMagnus Damm1-0/+2
2009-04-16sh: avoid using PCIBIOS_MIN_xxxMagnus Damm1-6/+4
2009-04-16sh: add init member to pci_channel dataMagnus Damm1-5/+4
2009-04-16sh: pass along struct pci_channelMagnus Damm1-15/+16
2009-04-04sh: sh7785lcr: Map whole PCI address space.Takashi Yoshii1-10/+6
2009-03-10sh: pci-sh7780: fix pci memory address for fixed PMBYoshihiro Shimoda1-2/+2
2008-12-22sh: pci-sh7780: fix pci memory address maskYoshihiro Shimoda1-7/+5
2008-02-14sh: use ctrl_in/out for on chip pci accessMagnus Damm1-1/+1
2008-01-28sh: Add support for SH7763 CPU subtype.Yoshihiro Shimoda1-0/+1
2007-09-21sh: remove sh7780 interrupt controller hack from pci codeMagnus Damm1-13/+0
2007-05-07sh: SH7780 Solution Engine board support.Nobuhiro Iwamatsu1-8/+22
2007-05-07sh: Add SH7785 Highlander board support (R7785RP).Paul Mundt1-4/+13
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt1-0/+14
2006-10-03sh: Kill off remaining config.h references.Paul Mundt1-2/+0
2006-09-27sh: Consolidated SH7751/SH7780 PCI support.Paul Mundt1-236/+34
2006-09-27sh: Add support for R7780RP and R7780MP boards.Paul Mundt1-0/+341