Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4f5b31c3
Commit
4f5b31c3
authored
Mar 06, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit 's3c-iis-header' into HEAD
parents
86027ae7
899e6cf5
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
18 additions
and
22 deletions
+18
-22
arch/arm/mach-s3c2410/dma.c
arch/arm/mach-s3c2410/dma.c
+1
-1
arch/arm/mach-s3c2410/include/mach/hardware.h
arch/arm/mach-s3c2410/include/mach/hardware.h
+0
-3
arch/arm/mach-s3c2410/include/mach/io.h
arch/arm/mach-s3c2410/include/mach/io.h
+1
-1
arch/arm/mach-s3c2412/dma.c
arch/arm/mach-s3c2412/dma.c
+2
-2
arch/arm/mach-s3c2440/dma.c
arch/arm/mach-s3c2440/dma.c
+1
-1
arch/arm/mach-s3c2443/dma.c
arch/arm/mach-s3c2443/dma.c
+1
-1
arch/arm/mach-shark/include/mach/io.h
arch/arm/mach-shark/include/mach/io.h
+1
-1
arch/arm/plat-s3c/include/plat/audio.h
arch/arm/plat-s3c/include/plat/audio.h
+0
-0
arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h
arch/arm/plat-s3c/include/plat/regs-s3c2412-iis.h
+0
-0
arch/arm/plat-s3c24xx/clock-dclk.c
arch/arm/plat-s3c24xx/clock-dclk.c
+1
-0
arch/arm/plat-s3c24xx/include/plat/regs-iis.h
arch/arm/plat-s3c24xx/include/plat/regs-iis.h
+0
-0
sound/soc/s3c24xx/neo1973_wm8753.c
sound/soc/s3c24xx/neo1973_wm8753.c
+2
-2
sound/soc/s3c24xx/s3c2412-i2s.c
sound/soc/s3c24xx/s3c2412-i2s.c
+3
-5
sound/soc/s3c24xx/s3c2443-ac97.c
sound/soc/s3c24xx/s3c2443-ac97.c
+1
-1
sound/soc/s3c24xx/s3c24xx-i2s.c
sound/soc/s3c24xx/s3c24xx-i2s.c
+2
-2
sound/soc/s3c24xx/s3c24xx-pcm.c
sound/soc/s3c24xx/s3c24xx-pcm.c
+1
-1
sound/soc/s3c24xx/s3c24xx_uda134x.c
sound/soc/s3c24xx/s3c24xx_uda134x.c
+1
-1
No files found.
arch/arm/mach-s3c2410/dma.c
View file @
4f5b31c3
...
...
@@ -28,7 +28,7 @@
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-iis.h>
#include <plat/regs-spi.h>
static
struct
s3c24xx_dma_map
__initdata
s3c2410_dma_mappings
[]
=
{
...
...
arch/arm/mach-s3c2410/include/mach/hardware.h
View file @
4f5b31c3
...
...
@@ -131,7 +131,4 @@ extern int s3c2412_gpio_set_sleepcfg(unsigned int pin, unsigned int state);
/* machine specific hardware definitions should go after this */
/* currently here until moved into config (todo) */
#define CONFIG_NO_MULTIWORD_IO
#endif
/* __ASM_ARCH_HARDWARE_H */
arch/arm/mach-s3c2410/include/mach/io.h
View file @
4f5b31c3
...
...
@@ -9,7 +9,7 @@
#ifndef __ASM_ARM_ARCH_IO_H
#define __ASM_ARM_ARCH_IO_H
#include <mach/
hardware
.h>
#include <mach/
map
.h>
#define IO_SPACE_LIMIT 0xffffffff
...
...
arch/arm/mach-s3c2412/dma.c
View file @
4f5b31c3
...
...
@@ -29,8 +29,8 @@
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <
asm/plat-s3c24xx
/regs-s3c2412-iis.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-s3c2412-iis.h>
#include <
plat
/regs-iis.h>
#include <plat/regs-spi.h>
#define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID }
...
...
arch/arm/mach-s3c2440/dma.c
View file @
4f5b31c3
...
...
@@ -28,7 +28,7 @@
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-iis.h>
#include <plat/regs-spi.h>
static
struct
s3c24xx_dma_map
__initdata
s3c2440_dma_mappings
[]
=
{
...
...
arch/arm/mach-s3c2443/dma.c
View file @
4f5b31c3
...
...
@@ -29,7 +29,7 @@
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-iis.h>
#include <plat/regs-spi.h>
#define MAP(x) { \
...
...
arch/arm/mach-shark/include/mach/io.h
View file @
4f5b31c3
...
...
@@ -14,7 +14,7 @@
#define PCIO_BASE 0xe0000000
#define IO_SPACE_LIMIT 0xffffffff
#define __io(a)
((void __iomem *)(PCIO_BASE + (a)
))
#define __io(a)
__typesafe_io(PCIO_BASE + (a
))
#define __mem_pci(addr) (addr)
#endif
arch/arm/
mach-s3c2410/include/mach
/audio.h
→
arch/arm/
plat-s3c/include/plat
/audio.h
View file @
4f5b31c3
File moved
include/asm-arm/plat-s3c24xx
/regs-s3c2412-iis.h
→
arch/arm/plat-s3c/include/plat
/regs-s3c2412-iis.h
View file @
4f5b31c3
File moved
arch/arm/plat-s3c24xx/clock-dclk.c
View file @
4f5b31c3
...
...
@@ -18,6 +18,7 @@
#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>
#include <mach/hardware.h>
#include <plat/clock.h>
#include <plat/cpu.h>
...
...
include/asm-arm/plat-s3c24xx
/regs-iis.h
→
arch/arm/plat-s3c24xx/include/plat
/regs-iis.h
View file @
4f5b31c3
File moved
sound/soc/s3c24xx/neo1973_wm8753.c
View file @
4f5b31c3
...
...
@@ -29,11 +29,11 @@
#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>
#include <mach/hardware.h>
#include <
mach
/audio.h>
#include <
plat
/audio.h>
#include <linux/io.h>
#include <mach/spi-gpio.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-iis.h>
#include "../codecs/wm8753.h"
#include "lm4857.h"
...
...
sound/soc/s3c24xx/s3c2412-i2s.c
View file @
4f5b31c3
...
...
@@ -22,6 +22,7 @@
#include <linux/delay.h>
#include <linux/clk.h>
#include <linux/kernel.h>
#include <linux/io.h>
#include <sound/core.h>
#include <sound/pcm.h>
...
...
@@ -30,13 +31,10 @@
#include <sound/soc.h>
#include <mach/hardware.h>
#include <linux/io.h>
#include <asm/dma.h>
#include <asm/plat-s3c24xx/regs-s3c2412-iis.h>
#include <plat/regs-s3c2412-iis.h>
#include <mach/regs-gpio.h>
#include <
mach
/audio.h>
#include <
plat
/audio.h>
#include <mach/dma.h>
#include "s3c24xx-pcm.h"
...
...
sound/soc/s3c24xx/s3c2443-ac97.c
View file @
4f5b31c3
...
...
@@ -31,7 +31,7 @@
#include <plat/regs-ac97.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <
mach
/audio.h>
#include <
plat
/audio.h>
#include <asm/dma.h>
#include <mach/dma.h>
...
...
sound/soc/s3c24xx/s3c24xx-i2s.c
View file @
4f5b31c3
...
...
@@ -30,11 +30,11 @@
#include <mach/hardware.h>
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <
mach
/audio.h>
#include <
plat
/audio.h>
#include <asm/dma.h>
#include <mach/dma.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-iis.h>
#include "s3c24xx-pcm.h"
#include "s3c24xx-i2s.h"
...
...
sound/soc/s3c24xx/s3c24xx-pcm.c
View file @
4f5b31c3
...
...
@@ -29,7 +29,7 @@
#include <asm/dma.h>
#include <mach/hardware.h>
#include <mach/dma.h>
#include <
mach
/audio.h>
#include <
plat
/audio.h>
#include "s3c24xx-pcm.h"
...
...
sound/soc/s3c24xx/s3c24xx_uda134x.c
View file @
4f5b31c3
...
...
@@ -22,7 +22,7 @@
#include <sound/s3c24xx_uda134x.h>
#include <sound/uda134x.h>
#include <
asm/plat-s3c24xx
/regs-iis.h>
#include <
plat
/regs-iis.h>
#include "s3c24xx-pcm.h"
#include "s3c24xx-i2s.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment