index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-pxa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
[ARM] pxa: add partial keypad support for mainstone
eric miao
2008-04-19
1
-0
/
+54
*
|
[ARM] pxa: add pxa27x_keypad device and pxa_set_keypad_info()
eric miao
2008-04-19
4
-1
/
+29
*
|
[ARM] pxa: use gpio_keys.c to support mainstone's wakeup switch of GPIO1
eric miao
2008-04-19
1
-0
/
+26
*
|
[ARM] pxa: allow dynamic enable/disable of GPIO wakeup for pxa{25x,27x}
eric miao
2008-04-19
3
-63
/
+84
*
|
[ARM] pxa: use new pin configuration mechanism for lubbock
eric miao
2008-04-19
1
-45
/
+37
*
|
[ARM] pxa: use new pin configuration mechanism for mainstone
eric miao
2008-04-19
1
-57
/
+81
*
|
[ARM] pxa: move ARRAY_AND_SIZE definition to generic.h
eric miao
2008-04-19
4
-4
/
+4
*
|
[ARM] pxa: add MFP-alike pin configuration support for pxa{25x, 27x}
eric miao
2008-04-19
2
-2
/
+192
*
|
[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h
eric miao
2008-04-19
23
-0
/
+23
*
|
[ARM] pxa: move mfp sysdev registeration out for suspend/resume order
eric miao
2008-04-19
3
-10
/
+13
*
|
[ARM] pxa: rename mfp.c to mfp-pxa3xx.c to indicate it's pxa3xx specific
eric miao
2008-04-19
2
-1
/
+1
*
|
[ARM] pxa: make pxa_gpio_irq_type() processor generic
eric miao
2008-04-19
1
-2
/
+18
*
|
[ARM] pxa: move GPIO sysdev outside of generic.c into gpio.c
eric miao
2008-04-19
2
-62
/
+57
*
|
[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()
eric miao
2008-04-19
6
-49
/
+25
*
|
[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into one
eric miao
2008-04-19
5
-99
/
+37
*
|
[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.c
eric miao
2008-04-19
3
-183
/
+185
*
|
[ARM] pxa: introduce GPIO_CHIP() macro to clean up the definitions
eric miao
2008-04-19
1
-48
/
+18
*
|
[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()
eric miao
2008-04-19
1
-22
/
+20
*
|
[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQs
eric miao
2008-04-19
1
-5
/
+19
*
|
[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()
eric miao
2008-04-19
1
-58
/
+16
*
|
[ARM] 4832/2: Support AC97CLK on PXA3xx via the clock API
Mark Brown
2008-04-19
1
-2
/
+28
*
|
[ARM] 4831/2: Add PXA2xx AC97 clocks to clock API
Mark Brown
2008-04-19
2
-0
/
+5
*
|
[ARM] 4830/1: Add support for the CLK_POUT pin on PXA3xx CPUs
Mark Brown
2008-04-19
1
-0
/
+22
|
/
*
[ARM] replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-06
6
-11
/
+11
*
[ARM] 4842/1: pxa: remove redundant IRQ saving/restoring in clk_pxa3xx_cken_*
eric miao
2008-02-29
1
-8
/
+0
*
[ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zylonite
eric miao
2008-02-29
1
-1
/
+1
*
[ARM] eliminate MODULE_PARM() usage
Randy Dunlap
2008-02-29
1
-1
/
+1
*
[ARM] 4829/1: add .get method to pxa-cpufreq to silence a warning
Holger Schurig
2008-02-17
1
-1
/
+7
*
[ARM] pxa: fix clock lookup to find specific device clocks
Russell King
2008-02-17
1
-7
/
+16
*
[ARM] 4824/1: pxa: clear RDH bit after any reset
Dmitry Krivoschekov
2008-02-09
1
-0
/
+8
*
[ARM] pxa: remove debugging PM: printk
Russell King
2008-02-09
1
-2
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2008-02-07
1
-0
/
+43
|
\
|
*
Input: add Tosa keyboard driver
Dmitry Baryshkov
2008-01-21
1
-0
/
+43
*
|
gpiolib support for the PXA architecture
Philipp Zabel
2008-02-05
5
-94
/
+202
*
|
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2008-02-04
16
-74
/
+455
|
\
\
|
*
|
[ARM] 4798/1: pcm027: fix missing header file
Juergen Beisert
2008-02-04
1
-0
/
+1
|
*
|
[ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1
eric miao
2008-02-04
1
-4
/
+4
|
*
|
[ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.h
eric miao
2008-02-04
3
-0
/
+3
|
*
|
[ARM] pxa: introduce sysdev for pxa3xx static memory controller
eric miao
2008-02-04
2
-1
/
+89
|
*
|
[ARM] pxa: add preliminary suspend/resume code for pxa3xx
eric miao
2008-02-04
3
-14
/
+170
|
*
|
[ARM] pxa: introduce sysdev for GPIO register saving/restoring
eric miao
2008-02-04
5
-38
/
+64
|
*
|
[ARM] pxa: introduce sysdev for IRQ register saving/restoring
eric miao
2008-02-04
5
-16
/
+122
|
*
|
[ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data"
eric miao
2008-02-04
1
-0
/
+1
|
*
|
[ARM] pxa: change set_kset_name() to direct name assignment for MFP sysclass
eric miao
2008-02-04
1
-1
/
+1
*
|
|
arch/arm/: Spelling fixes
Joe Perches
2008-02-03
1
-1
/
+1
|
/
/
*
|
USB: tosa_udc_use_gpio_vbus.patch
Dmitry Baryshkov
2008-02-01
1
-7
/
+2
*
|
Merge branch 'pxa-plat' into devel
Russell King
2008-01-28
37
-1023
/
+3753
|
\
\
|
*
|
[ARM] 4762/1: Basic support for Toradex Colibri module
Daniel Mack
2008-01-28
3
-0
/
+139
|
*
|
[ARM] pxa: fix mci_init functions returning -1
Russell King
2008-01-28
7
-32
/
+17
|
*
|
[ARM] 4737/1: Refactor corgi_lcd to improve readability + bugfix
Richard Purdie
2008-01-28
4
-320
/
+287
[prev]
[next]