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
/
include
/
asm-arm
/
arch-pxa
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
Merge branch 'pxa-plat' into devel
Russell King
22
-677
/
+1224
2008-01-28
[ARM] 4762/1: Basic support for Toradex Colibri module
Daniel Mack
1
-0
/
+19
2008-01-28
[ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfix
Richard Purdie
3
-4
/
+1
2008-01-28
[ARM] 4747/1: pcm027: support for pcm990 baseboard for phyCORE-PXA270
Robert Schwebel
1
-0
/
+275
2008-01-28
[ARM] 4744/1: pcm027: add support for phyCORE-PXA270 CPU module
Robert Schwebel
2
-1
/
+84
2008-01-28
[ARM] pxa: add basic support for Littleton (PXA3xx Form Factor Platform)
eric miao
1
-0
/
+6
2008-01-28
[ARM] 4664/1: Add basic support for HTC Magician PDA phones
Philipp Zabel
1
-0
/
+111
2008-01-27
i2c-pxa: Add polling transfer
Mike Rapoport
1
-0
/
+6
2008-01-26
[ARM] pxa: Add PXA3 standby code hooked into the IRQ wake scheme
Russell King
1
-0
/
+86
2008-01-26
[ARM] pxa: make MFP configuration processor independent
eric miao
2
-194
/
+183
2008-01-26
[ARM] pxa: remove un-used pxa3xx_mfp_set_xxx() functions
eric miao
1
-14
/
+0
2008-01-26
[ARM] pxa: introduce a new file mfp-pxa3xx.h for common pin configurations
eric miao
4
-133
/
+139
2008-01-26
[ARM] pxa: move memory controller registers into pxa2xx-regs.h
Russell King
2
-63
/
+84
2008-01-26
[ARM] pxa: make OHCI register definitions available to both pxa27x and pxa3xx
eric miao
1
-68
/
+71
2008-01-26
[ARM] pxa: mmc: add 3rd host controller support for pxa310
Bridge Wu
1
-0
/
+1
2008-01-26
[ARM] pxa: mmc: add 2nd host controller support for pxa3xx
Bridge Wu
1
-0
/
+1
2008-01-26
[ARM] pxa: mmc: add 1st host controller support for pxa3xx
Bridge Wu
1
-0
/
+9
2008-01-26
[ARM] 4718/1: Fix redefinition warnings in PXA uncompressor code
Philipp Zabel
1
-4
/
+1
2008-01-26
[ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()
eric miao
1
-24
/
+0
2008-01-26
[ARM] pxa: use __raw_writel()/__raw_readl() for ssp_xxxx()
eric miao
1
-75
/
+14
2008-01-26
[ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.h
eric miao
2
-167
/
+174
2008-01-26
[ARM] pxa: define "struct ssp_device" and add ssp_request()/ssp_free()
eric miao
1
-3
/
+33
2008-01-26
[ARM] 4663/1: Only putc uncompressor output into FFUART if it was enabled by ...
Philipp Zabel
1
-2
/
+7
2008-01-10
[ARM] pxa: silence warnings from cpu_is_xxx() macros
Russell King
1
-16
/
+8
2007-12-08
[ARM] 4690/1: PXA: fix CKEN corruption in PXA27x AC97 cold reset code
Michael Brunner
1
-0
/
+1
2007-11-29
[ARM] 4674/1: pxa: increase LCD PCLK drive strength to fast 2mA for PXA300/PX...
eric miao
1
-1
/
+1
2007-11-29
[ARM] 4673/1: pxa: add missing IRQ_SSP4 definitions for PXA3xx
eric miao
1
-0
/
+1
2007-11-29
[ARM] 4672/1: pxa: fix DRCMR(n) to support PXA27x and later processors
eric miao
1
-1
/
+4
2007-11-26
[ARM] 4654/1: pxa: update default MFP register value
eric miao
1
-5
/
+13
2007-11-26
[ARM] 4653/1: pxa: fix a gpio typo in mfp-pxa320.h
eric miao
1
-1
/
+1
2007-11-26
[ARM] 4651/1: pxa: add PXA3xx specific IRQ definitions
eric miao
1
-2
/
+17
2007-10-31
[ARM] 4635/1: pxa: Change Eric Miao's email address to eric.miao@marvell.com
eric miao
3
-3
/
+3
2007-10-19
PM: Move definition of struct pm_ops to suspend.h
Rafael J. Wysocki
1
-0
/
+2
2007-10-16
pxafb: Add support for other palette formats
Hans J. Koch
2
-1
/
+17
2007-10-15
[ARM] 4576/1: CM-X270 machine support
Mike Rapoport
5
-0
/
+91
2007-10-15
[ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put()
Russell King
1
-10
/
+2
2007-10-15
[ARM] pxa: Make cpu_is_pxaXXX dependent on configuration symbols
Russell King
1
-0
/
+21
2007-10-15
[ARM] pxa: PXA3xx base support
eric miao
7
-1
/
+1709
2007-10-13
[ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable
eric miao
1
-6
/
+0
2007-10-13
[ARM] pxa: add PXA3 cpu_is_xxx() macros
eric miao
1
-0
/
+65
2007-10-13
[ARM] pxa: mark pxa_set_cken deprecated
Russell King
1
-1
/
+5
2007-10-13
[ARM] pxa: remove get_lcdclk_frequency_10khz()
Russell King
1
-1
/
+0
2007-10-12
backlight: Convert corgi backlight driver into a more generic driver
Richard Purdie
1
-6
/
+0
2007-07-20
[ARM] 4489/1: pxa: split pxa_cpu_suspend to processor specific ones
Eric Miao
1
-0
/
+5
2007-07-20
[ARM] 4488/1: pxa: move pxa25x/pxa27x specific code out of pm.c
Eric Miao
1
-1
/
+10
2007-07-13
USB: pxa2xx_udc: use generic gpio layer
Milan Svoboda
1
-33
/
+0
2007-07-12
[ARM] 4451/1: pxa: make dma.c generic and remove cpu specific dma code
Eric Miao
1
-20
/
+2
2007-07-12
[ARM] 4440/1: PXA: enable the checking of ICIP2 for IRQs
Eric Miao
1
-5
/
+23
2007-07-12
[ARM] 4435/1: PXA: remove PXA_INTERNAL_IRQS
Eric Miao
1
-9
/
+6
2007-07-12
[ARM] 4434/1: PXA: remove PXA_IRQ_SKIP
Eric Miao
2
-8
/
+5
[next]