index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
drivers
/
pci
/
pci-sh7780.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
SH: pci-sh7780: enable big-endian operation.
Thomas Schwinge
1
-3
/
+12
2012-02-24
sh: Fix typo in pci-sh7780.c
Masanari Iida
1
-1
/
+1
2011-10-28
SH: irq: Remove IRQF_DISABLED
Yong Zhang
1
-1
/
+1
2010-06-23
sh: Fix typos in PCI initialization message
Matt Fleming
1
-1
/
+1
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
1
-1
/
+1
2010-02-01
sh: Improved multi-resource handling for SH7780 PCI.
Paul Mundt
1
-22
/
+64
2010-02-01
sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.
Paul Mundt
1
-28
/
+175
2010-02-01
sh: Handle PCI controller resource conflicts.
Paul Mundt
1
-1
/
+4
2010-02-01
sh: Enable PCI66 support for SH7780 host controller.
Paul Mundt
1
-0
/
+29
2010-02-01
sh: Fix up large system memory handling for SH7780 PCI.
Paul Mundt
1
-6
/
+28
2010-01-29
sh: Kill off broken type 1 PCI config access checks.
Paul Mundt
1
-4
/
+0
2010-01-29
sh: Reworked SH7780 PCI initialization.
Paul Mundt
1
-66
/
+83
2009-05-26
sh: pci-sh7780: Fix up for PCI_DISABLE_MWI changes.
Paul Mundt
1
-6
/
+1
2009-04-20
sh: pci: Kill off the now unused hose->io_base.
Paul Mundt
1
-1
/
+0
2009-04-20
sh: pci: Track io and mem_offset per-channel.
Paul Mundt
1
-0
/
+2
2009-04-20
sh: pci: New-style controller registration.
Paul Mundt
1
-47
/
+40
2009-04-17
sh: pci: Start unifying the SH7780 PCIC initialization.
Paul Mundt
1
-19
/
+31
2009-04-17
sh: pci: Kill off platform-specific multi-window mappings.
Paul Mundt
1
-8
/
+16
2009-04-17
sh: pci: Consolidate PCI I/O and mem window definitions for SH7780.
Paul Mundt
1
-3
/
+22
2009-04-17
sh: pci: Set the I/O port base to the SH7780 I/O window default.
Paul Mundt
1
-0
/
+2
2009-04-17
sh: pci: Set pci_cache_line_size on SH7780 via the PCICLS register.
Paul Mundt
1
-9
/
+12
2009-04-17
sh: pci: Use the proper write size for class/sub-class code.
Paul Mundt
1
-2
/
+4
2009-04-17
sh: pci: Rework SH7780 host controller detection.
Paul Mundt
1
-18
/
+24
2009-04-17
sh: pci: Set class/sub-class code correctly for SH7780 PCIC.
Paul Mundt
1
-4
/
+3
2009-04-17
sh: pci: Move se7780 INTC fixups out of pci-sh7780.c.
Paul Mundt
1
-24
/
+0
2009-04-17
sh: pci: Kill off useless debugging printk() in pci-sh7780 init.
Paul Mundt
1
-12
/
+0
2009-04-16
sh: pci: Kill off unused SH4_PCIC_NO_RESET code.
Paul Mundt
1
-15
/
+0
2009-04-16
sh: add io_base member to pci_channel
Magnus Damm
1
-2
/
+3
2009-04-16
sh: add reg_base member to pci_channel
Magnus Damm
1
-0
/
+2
2009-04-16
sh: avoid using PCIBIOS_MIN_xxx
Magnus Damm
1
-6
/
+4
2009-04-16
sh: add init member to pci_channel data
Magnus Damm
1
-5
/
+4
2009-04-16
sh: pass along struct pci_channel
Magnus Damm
1
-15
/
+16
2009-04-04
sh: sh7785lcr: Map whole PCI address space.
Takashi Yoshii
1
-10
/
+6
2009-03-10
sh: pci-sh7780: fix pci memory address for fixed PMB
Yoshihiro Shimoda
1
-2
/
+2
2008-12-22
sh: pci-sh7780: fix pci memory address mask
Yoshihiro Shimoda
1
-7
/
+5
2008-02-14
sh: use ctrl_in/out for on chip pci access
Magnus Damm
1
-1
/
+1
2008-01-28
sh: Add support for SH7763 CPU subtype.
Yoshihiro Shimoda
1
-0
/
+1
2007-09-21
sh: remove sh7780 interrupt controller hack from pci code
Magnus Damm
1
-13
/
+0
2007-05-07
sh: SH7780 Solution Engine board support.
Nobuhiro Iwamatsu
1
-8
/
+22
2007-05-07
sh: Add SH7785 Highlander board support (R7785RP).
Paul Mundt
1
-4
/
+13
2006-12-06
sh: Drop CPU subtype IRQ headers.
Paul Mundt
1
-0
/
+14
2006-10-03
sh: Kill off remaining config.h references.
Paul Mundt
1
-2
/
+0
2006-09-27
sh: Consolidated SH7751/SH7780 PCI support.
Paul Mundt
1
-236
/
+34
2006-09-27
sh: Add support for R7780RP and R7780MP boards.
Paul Mundt
1
-0
/
+341