index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-pxa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] pxa: add cpufreq support
Russell King
2008-01-26
2
-0
/
+294
*
[ARM] pxa: initialise SSP earlier
Russell King
2008-01-26
1
-1
/
+1
*
[ARM] pxa: only register "cpld_irq" for the correct platform
Russell King
2008-01-26
2
-6
/
+14
*
[ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()
eric miao
2008-01-26
1
-17
/
+0
*
[ARM] pxa: use __raw_writel()/__raw_readl() for ssp_xxxx()
eric miao
2008-01-26
1
-28
/
+49
*
[ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.h
eric miao
2008-01-26
2
-0
/
+2
*
[ARM] pxa: define "struct ssp_device" and add ssp_request()/ssp_free()
eric miao
2008-01-26
1
-56
/
+240
*
[ARM] pxa: add ssp devices and clk support for pxa25x/pxa27x/pxa3xx
eric miao
2008-01-26
3
-5
/
+24
*
[ARM] pxa: define SSP platform devices for pxa2xx/pxa3xx
eric miao
2008-01-26
2
-0
/
+285
*
[ARM] pxa: Don't wind OSCR backwards over suspend/resume
Russell King
2008-01-26
1
-9
/
+12
*
[ARM] pxa: remove periodic mode emulation support
Russell King
2008-01-26
1
-53
/
+8
*
[ARM] pxa: mainstone: update backlight to use the backlight infrastructure
Russell King
2008-01-26
1
-10
/
+50
*
[ARM] pxa: avoid always registering MMC, I2C, IrDA and framebuffer devices
Russell King
2008-01-26
5
-18
/
+19
*
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
2008-01-25
4
-4
/
+4
*
[ARM] pxa: don't rely on r2 being preserved over a function call
Russell King
2008-01-20
1
-4
/
+2
*
[ARM] 4735/1: Unbreak pxa25x suspend/resume
Richard Purdie
2008-01-03
1
-1
/
+12
*
[ARM] 4667/1: CM-X270 fixes
Mike Rapoport
2007-12-08
1
-10
/
+8
*
[ARM] 4675/1: pxa: fix mfp address definition error for pxa320
eric miao
2007-11-29
1
-2
/
+5
*
[ARM] PXA ssp: unlock when ssp tries to close an invalid port
Roel Kluin
2007-11-26
1
-0
/
+1
*
[ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definition
eric miao
2007-11-26
1
-1
/
+1
*
[ARM] 4638/1: pxa: use PXA3xx specific macros to define clks
eric miao
2007-11-16
1
-7
/
+30
*
[ARM] pxa: fix one-shot timer mode
Russell King
2007-11-09
1
-9
/
+14
*
[ARM] 4635/1: pxa: Change Eric Miao's email address to eric.miao@marvell.com
eric miao
2007-10-31
7
-7
/
+7
*
[ARM] pxa: shut up CLOCK_EVT_MODE_RESUME warning
Russell King
2007-10-31
1
-0
/
+3
*
[ARM] 4613/1: pxa300: MFP typo fix
Aleksey Makarov
2007-10-21
1
-2
/
+4
*
PM: Rename struct pm_ops and related things
Rafael J. Wysocki
2007-10-18
2
-3
/
+3
*
PM: Move definition of struct pm_ops to suspend.h
Rafael J. Wysocki
2007-10-18
2
-2
/
+2
*
[ARM] 4576/1: CM-X270 machine support
Mike Rapoport
2007-10-15
5
-0
/
+887
*
[ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put()
Russell King
2007-10-15
1
-0
/
+38
*
[ARM] pxa: move pxa_set_mode() from pxa2xx_mainstone.c to mainstone.c
Russell King
2007-10-15
1
-0
/
+19
*
[ARM] pxa: move pxa_set_mode() from pxa2xx_lubbock.c to lubbock.c
Russell King
2007-10-15
1
-0
/
+19
*
[ARM] pxa: PXA3xx base support
eric miao
2007-10-15
12
-4
/
+1229
*
[ARM] pxa: tidy up arch/arm/mach-pxa/Makefile
Russell King
2007-10-15
1
-16
/
+16
*
[ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.c
eric miao
2007-10-12
4
-73
/
+116
*
[ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable
eric miao
2007-10-12
3
-1
/
+5
*
[ARM] pxa: mark pxa_set_cken deprecated
Russell King
2007-10-12
1
-2
/
+2
*
[ARM] pxa: remove get_lcdclk_frequency_10khz()
Russell King
2007-10-12
3
-15
/
+1
*
[ARM] pxa: Make STUART and FICP clocks available
Russell King
2007-10-12
2
-3
/
+3
*
[ARM] pxa: introduce clk support for PXA SoC clocks
Russell King
2007-10-12
4
-29
/
+176
*
[ARM] pxa: make pxa27x devices globally visible
Russell King
2007-10-12
2
-2
/
+5
*
[ARM] pxa: fix naming of memory/lcd/core clock functions
Russell King
2007-10-12
4
-23
/
+61
*
[ARM] pxa: convert PXA serial drivers to use platform resources
Russell King
2007-10-12
1
-0
/
+59
*
[ARM] pxa: make pxa timer initialisation select clock rate at runtime
Russell King
2007-10-12
1
-3
/
+13
*
[ARM] 4550/1: sched_clock on PXA should cope with run time clock rate selection
Nicolas Pitre
2007-10-12
2
-62
/
+39
*
backlight: Convert corgi backlight driver into a more generic driver
Richard Purdie
2007-10-11
2
-4
/
+32
*
[ARM] 4557/1: Fix PXA irq gpio initialization
Samuel
2007-08-28
1
-1
/
+1
*
[ARM] 4507/1: pxa2xx clock_event_device
Bill Gatliff
2007-07-22
1
-130
/
+128
*
[ARM] 4475/2: EM-x270 board support
Mike Rapoport
2007-07-20
3
-0
/
+359
*
[ARM] 4489/1: pxa: split pxa_cpu_suspend to processor specific ones
Eric Miao
2007-07-20
3
-46
/
+75
*
[ARM] 4488/1: pxa: move pxa25x/pxa27x specific code out of pm.c
Eric Miao
2007-07-20
3
-136
/
+234
[next]