diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2007-01-02 21:50:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2007-01-02 21:50:57 -0500 |
commit | b06b5a53adcc3ace1a82b324edf2b0c37e7be00e (patch) | |
tree | 627599b14a3652778f4ca1f8a42d6627a6c6c84f /Documentation | |
parent | c6b33cc4e9882b44f1b0c36396f420076e04a4e2 (diff) | |
parent | d02b161eda65528ad3e89d642e416c265c17ceb8 (diff) |
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 4081/1: Add definition for TI Sync Serial Protocol
[ARM] 4080/1: Fix for the SSCR0_SlotsPerFrm macro
[ARM] Fix VFP initialisation issue for SMP systems
[ARM] 4078/1: Fix ARM copypage cache coherency problems
[ARM] 4077/1: iop13xx: fix __io() macro
[ARM] 4074/1: Flat loader stack alignment
[ARM] 4073/1: Prevent s3c24xx drivers from including asm/arch/hardware.h and asm/arch/irqs.h
[ARM] 4071/1: S3C24XX: Documentation update
[ARM] 4066/1: correct a comment about PXA's sched_clock range
[ARM] 4065/1: S3C24XX: dma printk fixes
[ARM] 4064/1: make pxa_get_cycles() static
[ARM] 4063/1: ep93xx: fix IRQ_EP93XX_GPIO?MUX numbering
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arm/Samsung-S3C24XX/Overview.txt | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/Documentation/arm/Samsung-S3C24XX/Overview.txt b/Documentation/arm/Samsung-S3C24XX/Overview.txt index dda7ecdde87b..28d014714ab8 100644 --- a/Documentation/arm/Samsung-S3C24XX/Overview.txt +++ b/Documentation/arm/Samsung-S3C24XX/Overview.txt | |||
@@ -76,6 +76,15 @@ Machines | |||
76 | A S3C2410 based PDA from Acer. There is a Wiki page at | 76 | A S3C2410 based PDA from Acer. There is a Wiki page at |
77 | http://handhelds.org/moin/moin.cgi/AcerN30Documentation . | 77 | http://handhelds.org/moin/moin.cgi/AcerN30Documentation . |
78 | 78 | ||
79 | AML M5900 | ||
80 | |||
81 | American Microsystems' M5900 | ||
82 | |||
83 | Nex Vision Nexcoder | ||
84 | Nex Vision Otom | ||
85 | |||
86 | Two machines by Nex Vision | ||
87 | |||
79 | 88 | ||
80 | Adding New Machines | 89 | Adding New Machines |
81 | ------------------- | 90 | ------------------- |
@@ -115,6 +124,10 @@ RTC | |||
115 | 124 | ||
116 | Support for the onboard RTC unit, including alarm function. | 125 | Support for the onboard RTC unit, including alarm function. |
117 | 126 | ||
127 | This has recently been upgraded to use the new RTC core, | ||
128 | and the module has been renamed to rtc-s3c to fit in with | ||
129 | the new rtc naming scheme. | ||
130 | |||
118 | 131 | ||
119 | Watchdog | 132 | Watchdog |
120 | -------- | 133 | -------- |
@@ -128,7 +141,7 @@ NAND | |||
128 | 141 | ||
129 | The current kernels now have support for the s3c2410 NAND | 142 | The current kernels now have support for the s3c2410 NAND |
130 | controller. If there are any problems the latest linux-mtd | 143 | controller. If there are any problems the latest linux-mtd |
131 | CVS can be found from http://www.linux-mtd.infradead.org/ | 144 | code can be found from http://www.linux-mtd.infradead.org/ |
132 | 145 | ||
133 | 146 | ||
134 | Serial | 147 | Serial |
@@ -168,6 +181,21 @@ Suspend to RAM | |||
168 | See Suspend.txt for more information. | 181 | See Suspend.txt for more information. |
169 | 182 | ||
170 | 183 | ||
184 | SPI | ||
185 | --- | ||
186 | |||
187 | SPI drivers are available for both the in-built hardware | ||
188 | (although there is no DMA support yet) and a generic | ||
189 | GPIO based solution. | ||
190 | |||
191 | |||
192 | LEDs | ||
193 | ---- | ||
194 | |||
195 | There is support for GPIO based LEDs via a platform driver | ||
196 | in the LED subsystem. | ||
197 | |||
198 | |||
171 | Platform Data | 199 | Platform Data |
172 | ------------- | 200 | ------------- |
173 | 201 | ||