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
/
plat-omap
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremap
Paul Walmsley
2008-10-06
2
-0
/
+6
*
ARM: OMAP2: Add pinmux support for omap34xx
Vikram Pandita
2008-10-06
1
-11
/
+145
*
ARM: OMAP2: Use omap_globals for CPU detection for multi-omap
Tony Lindgren
2008-10-06
3
-0
/
+11
*
ARM: OMAP2: Move sleep.S into sleep24xx.S
Tony Lindgren
2008-10-06
1
-1
/
+2
*
ARM: OMAP2 Provide function to enable/disable uart clocks
Jouni Hogander
2008-10-06
2
-0
/
+7
*
Merge unstable branch 'omap-rmk'
Russell King
2008-10-03
16
-124
/
+231
|
\
|
*
[ARM] omap: fix lots of 'Using plain integer as NULL pointer'
Russell King
2008-09-05
1
-1
/
+1
|
*
[ARM] omap: fix inappropriate casting in gpio.c
Russell King
2008-09-05
2
-36
/
+36
|
*
[ARM] omap: make sure virtual mmio addresses are __iomem pointer-like
Russell King
2008-09-05
2
-7
/
+7
|
*
[ARM] omap: Fix IO_ADDRESS() macros
Russell King
2008-09-05
7
-53
/
+57
|
*
[ARM] omap: convert mcbsp to use ioremap()
Russell King
2008-09-05
2
-17
/
+28
|
*
[ARM] omap: allow ioremap() to use our fixed IO mappings
Russell King
2008-09-05
3
-1
/
+90
|
*
[ARM] omap: improve is_omap_port()
Russell King
2008-09-05
1
-6
/
+6
|
*
[ARM] omap: fix virtual vs physical address space confusions
Russell King
2008-09-04
2
-2
/
+5
|
*
[ARM] omap: fix gpio.c build error
Russell King
2008-09-03
1
-1
/
+1
*
|
Merge branch 'omap2-clock' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Russell King
2008-10-03
4
-0
/
+299
|
\
\
|
|
/
|
/
|
|
*
[ARM] OMAP3 pwrdm: add hardware save-and-restore (SAR) support
Paul Walmsley
2008-08-21
1
-0
/
+11
|
*
ARM: OMAP2: Clockdomain: Associate clocks with clockdomains
Paul Walmsley
2008-08-19
1
-0
/
+3
|
*
ARM: OMAP2: Clockdomain: Connect clockdomain code to powerdomain code
Paul Walmsley
2008-08-19
1
-0
/
+16
|
*
ARM: OMAP2: Clockdomain: Add base OMAP2/3 clockdomain code
Paul Walmsley
2008-08-19
2
-0
/
+118
|
*
ARM: OMAP2: Powerdomain: Add base OMAP2/3 powerdomain code
Paul Walmsley
2008-08-19
2
-0
/
+151
*
|
removed unused #include <linux/version.h>'s
Adrian Bunk
2008-08-23
1
-1
/
+0
|
/
*
[ARM] dma-mapping: improve type-safeness of DMA translations
Russell King
2008-08-10
1
-7
/
+8
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
88
-48
/
+7775
*
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
2008-08-07
11
-11
/
+11
*
[ARM] Eliminate useless includes of asm/mach-types.h
Russell King
2008-08-07
2
-2
/
+0
*
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
Dmitry Baryshkov
2008-07-27
1
-14
/
+14
*
gpio: sysfs interface
David Brownell
2008-07-25
1
-0
/
+3
*
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
2008-07-24
1
-0
/
+1
*
bootmem: replace node_boot_start in struct bootmem_data
Johannes Weiner
2008-07-24
1
-3
/
+1
*
arm: bus_id -> dev_name() and dev_set_name() conversions
Kay Sievers
2008-07-21
1
-1
/
+1
*
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
2008-07-21
1
-1
/
+1
*
ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omap
Tony Lindgren
2008-07-03
1
-9
/
+50
*
ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REG
Tony Lindgren
2008-07-03
1
-40
/
+91
*
ARM: OMAP: CLKFW: Initial debugfs support for omap clock framework
Hiroshi DOYU
2008-07-03
1
-36
/
+92
*
ARM: OMAP: McBSP: Prepare for splitting into omap1 and omap2 code
Eduardo Valentin
2008-07-03
2
-409
/
+301
*
ARM: OMAP: McBSP: Coding style cleanup on arch/arm/plat-omap/mcbsp.c
Eduardo Valentin
2008-07-03
1
-95
/
+102
*
ARM: OMAP: SRAM: Split sram24xx.S into sram242x.S and sram243x.S
Tony Lindgren
2008-07-03
1
-35
/
+176
*
ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1
Tony Lindgren
2008-07-03
2
-58
/
+1
*
ARM: OMAP: DMA: Clean-up code
Tony Lindgren
2008-07-03
1
-123
/
+132
*
ARM: OMAP: DMA: Remove __REG access
Tony Lindgren
2008-07-03
1
-179
/
+324
*
ARM: OMAP: DMA: Make channels dynamic for multi-boot
Tony Lindgren
2008-07-03
1
-21
/
+41
*
ARM: OMAP: DMTimer: Optimize by adding load and start
Richard Woodruff
2008-07-03
1
-1
/
+18
*
ARM: OMAP: DMTimer: Use posted mode
Richard Woodruff
2008-07-03
1
-42
/
+151
*
ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq
Jarkko Nikula
2008-06-05
1
-2
/
+0
*
[ARM] omap: fix omap clk support build errors
Russell King
2008-05-22
1
-0
/
+1
*
ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailbox
Hiroshi DOYU
2008-05-09
1
-1
/
+0
*
ARM: OMAP: DMA: Fix incorrect channel linking
Jarkko Nikula
2008-05-09
1
-1
/
+1
*
ARM: OMAP: Warn on disabling clocks with no users
Tony Lindgren
2008-05-09
1
-1
/
+9
*
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
2008-04-21
1
-1
/
+0
|
\
[next]