index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
common
/
it8152.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: pxa: armcore: fix PCI PIO warnings
Arnd Bergmann
2012-10-09
1
-3
/
+9
*
ARM: PCI: provide a default bus scan implementation
Russell King
2012-05-13
1
-6
/
+1
*
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2012-03-23
1
-2
/
+2
|
\
|
*
arm/PCI: get rid of device resource fixups
Bjorn Helgaas
2012-02-23
1
-2
/
+2
*
|
ARM/PCI: Remove ARM's duplicate definition of 'pcibios_max_latency'
Myron Stowe
2012-02-21
1
-7
/
+0
|
/
*
arm/PCI: convert to pci_scan_root_bus() for correct root bus resources
Bjorn Helgaas
2012-01-06
1
-3
/
+3
*
PCI: ARM: convert pcibios_set_master() to a non-inlined function
Myron Stowe
2012-01-06
1
-0
/
+3
*
arm: Add export.h to ARM specific files as required.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2011-07-29
1
-1
/
+1
|
\
|
*
PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.
Ralf Baechle
2011-07-22
1
-1
/
+1
*
|
ARM: dmabounce: no need to check dev->bus type in needs_bounce function
Russell King
2011-07-04
1
-2
/
+1
*
|
ARM: dmabounce: get rid of dma_needs_bounce global function
Russell King
2011-07-04
1
-9
/
+8
|
/
*
arm: Fold irq_set_chip/irq_set_handler
Thomas Gleixner
2011-03-29
1
-2
/
+2
*
arm: Cleanup the irq namespace
Thomas Gleixner
2011-03-29
1
-2
/
+2
*
Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2011-01-15
1
-5
/
+9
|
\
|
*
ARM: ITE 8152: irq_data conversion.
Lennert Buytenhek
2011-01-13
1
-5
/
+9
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tree-wide: fix comment/printk typos
Uwe Kleine-König
2010-11-01
1
-1
/
+1
*
|
ARM: fix IXP4xx build failure
Imre Kaloz
2010-12-28
1
-0
/
+1
|
/
*
arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"
FUJITA Tomonori
2010-09-22
1
-0
/
+8
*
Revert "[ARM] pxa: remove now unnecessary dma_needs_bounce()"
Russell King
2010-09-08
1
-0
/
+8
*
[ARM] pxa: remove now unnecessary dma_needs_bounce()
Eric Miao
2010-08-05
1
-8
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_mask
FUJITA Tomonori
2010-03-12
1
-27
/
+0
*
[ARM] 5298/1: Drop desc_handle_irq()
Dmitry Baryshkov
2008-10-09
1
-11
/
+3
*
[ARM] 4873/1: Fix ITE 8152 interrupt demux
Mike Rapoport
2008-03-28
1
-2
/
+3
*
[ARM] replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-06
1
-3
/
+3
*
[ARM] 4667/1: CM-X270 fixes
Mike Rapoport
2007-12-08
1
-8
/
+2
*
[ARM] 4577/1: ITE 8152 PCI bridge support
Mike Rapoport
2007-10-15
1
-0
/
+387