1
rel-0-0-0 : Ilho Lee    
2
dev-0-0-0 : Ilho Lee    
3
	This linux kernel version is "linux-2.6.24.2" gotten from kernel.org.
4
	Release tag starts with rel-0-0-0 which is identical to open kernel
5
	"linux-2.6.24.2".
6
7
dev-0-0-1 : Ilho Lee
8
	Samsung SoC's integration will be implemented into this kernel.
9
	Vender tag starts with dev-0-0-1.
10
		Modified files
11
	                Makefile
12
13
		Added files
14
			.cross_compile
15
			arch/arm/configs/smdk2443mtd_defconfig
16
dev-0-0-2 : Ilho Lee
17
dev-0-0-3 : Ilho Lee
18
	Some files for a LCD and a NAND on SMDK S3C2443 added & modified.
19
20
dev-0-0-4 : Ilho Lee
21
	Some files for a LCD and a NAND on SMDK S3C6400 added & modified.
22
		arch/arm/configs/smdk6400mtd_defconfig 
23
24
dev-0-0-5 : Ilho Lee
25
	To s3c6400, some codes causing unhandled fault fixed.
26
		Modified files
27
			arch/arm/kernel/entry-common.S
28
			arch/arm/plat-s3c24xx/common-smdk.c
29
			arch/arm/mach-s3c2443/s3c2443.c
30
			arch/arm/mach-s3c2443/mach-smdk2443.c
31
			arch/arm/mach-s3c6400/s3c6400.c
32
			arch/arm/mach-s3c6400/mach-smdk6400.c
33
34
dev-0-0-6: Jinsung Yang
35
	- fixed devs.c, map.h and mach-smdkxxxx.c for 2443 and 6400
36
37
dev-0-0-7: Ilho Lee
38
	- Added an MMU exception handler for ARM1176
39
		Modified files
40
			arch/arm/mm/fault.c
41
dev-0-0-8: Ilho Lee
42
	- The chip ID of S3C6400 changed
43
		Modified files
44
			arch/arm/plat-s3c24xx/cpu.c
45
46
dev-0-0-9: Ilho Lee
47
	- clock.c for S3C64xx added
48
		Modified files
49
			arch/arm/plat-s3c24xx/clock.c
50
			include/asm-arm/plat-s3c24xx/clock.h
51
52
		Added files
53
			arch/arm/plat-s3c64xx/clock.c
54
			include/asm-arm/plat-s3c64xx/clock.h
55
dev-0-0-10: Laputa
56
	- DVFS feature of S3C64xx added
57
		Modified files
58
		 	drvier/char/Makefile --> in order to compile
59
		 	driver/char/Kconfig  --> in order to menu
60
		Added files
61
		  	drvier/char/s3c-dvfs  --> feature driver
62
63
dev-0-0-11: Ilho Lee
64
	- Support(LCD, NAND, UART) for S3c6410 added	
65
		Added files
66
			arch/arm/mach-s3c6410/Makefile
67
			arch/arm/mach-s3c6410/Kconfig
68
			arch/arm/mach-s3c6410/clock.c
69
			arch/arm/mach-s3c6410/s3c6410.c
70
			arch/arm/mach-s3c6410/mach-smdk6410.c
71
72
dev-0-0-12: Ilho Lee
73
	- Support(LCD, NAND) for S3c2450 added	
74
		Added files
75
			arch/arm/mach-s3c2450/Makefile
76
			arch/arm/mach-s3c2450/Kconfig
77
			arch/arm/mach-s3c2450/clock.c
78
			arch/arm/mach-s3c2450/s3c2450.c
79
			arch/arm/mach-s3c2450/mach-smdk2450.c
80
81
dev-0-0-13: Ilho Lee
82
	- Support(UART) for S3c2450 added	
83
		Modified files
84
			drivers/serial/s3c2410.c	
85
86
dev-0-0-14: Laputa
87
	-DVFS make condition changed and GPIO debug.
88
	-DVFS had been upgraded and modified DVS and DFS mode in order to power .
89
	-GPIO bug patch : offse value wrong calcuration GPK,GPH,GPL 
90
	     Modified files
91
			kernel/power/kconfig
92
			driver/char/Makefile
93
			driver/char/s3c-dvfs/s3c-dvfs.c
94
			arch/arm/plat-s3c24xx/gpio.c
95
				void s3c_gpio_cfgpin(unsigned int pin, unsigned int function)....
96
97
dev-0-0-15: Ilho Lee
98
	- HS-MMC driver for S3c2450/2443/6400/6410 added	
99
		Added files
100
			drivers/mmc/host/s3c-hsmmc.[ch]	
101
102
dev-0-0-16: Ilho Lee
103
	- HS-MMC movinand driver for S3c2450/2443/6400/6410 added	
104
		Added files
105
			drivers/mmc/host/s3c-hsmmc.[ch]	
106
107
dev-0-0-17: laputa
108
	- arch/arm/plat-s3c24xx/gpio.c gpio configuration calcuration path
109
	changed : only for 6400's 4bit definition 
110
111
dev-0-0-18: Ilho Lee
112
	- Camera for S3c2450/2443/6400/6410 added	
113
		Modified files
114
			arch/arm/mach-s3c2443/clock.c	
115
			arch/arm/mach-s3c2450/clock.c	
116
			arch/arm/mach-s3c6400/clock.c	
117
			arch/arm/mach-s3c6410/clock.c	
118
119
		Added files
120
			drivers/media/video/s3c_camera_driver.c	
121
			drivers/media/video/s3c_camif.[ch]	
122
			drivers/media/video/s3c_camif_fsm.c
123
124
dev-0-0-19: Ilho Lee
125
	- A patch for HS-MMC driver over S3C6410 applied.
126
		Modified files
127
			arch/arm/mach-s3c6410/mach-smdk6410.c	
128
129
dev-0-0-20: Ilho Lee
130
	- A USB-OTG driver for S3C6410 added
131
		Added files
132
			drivers/usb/gadet/s3c-udc-otg-hs.c
133
134
dev-0-0-21: Ilho Lee
135
	- Some bugs on the HS-MMC driver fixed.
136
		Modified files
137
			drivers/mmc/host/s3c-hsmmc.c
138
139
dev-0-0-22: Ilho Lee
140
	- Some unused clock sources deleted.
141
		Modified files
142
			arch/arm/mach-s3c6400/clock.c	
143
			arch/arm/mach-s3c6410/clock.c	
144
			arch/arm/plat-s3c64xx/clock.c
145
			include/asm-arm/plat-s3c64xx/clock.h
146
dev-0-0-23: Laputa
147
        - changed to set default duplex from half to full duplex
148
	Modified file
149
	         M driver/net/cs89x0.c
150
151
dev-0-0-24: Ilho Lee
152
	- Touchscreen interface using TSDEV api added
153
		Added files
154
			drivers/input/tsdev.c
155
156
		Modified files
157
			drivers/input/Kconfig
158
			drivers/input/Makefile
159
160
dev-0-0-25: Ilho Lee
161
	- SMDK2450 code added
162
		Modified files
163
			arch/arm/mach-s3c2450/clock.c	
164
			arch/arm/mach-s3c2450/s3c2450.c	
165
			drivers/video/s3c_lte480wv.c
166
167
dev-0-0-26: Ilho Lee
168
	- NAND, LCD, touchscreen and UART drivers confirmed on
169
	SMDK2443/2450/6400/6410
170
171
dev-0-0-27: Jongpill Lee
172
	-Added CLKUART on Uart Clock Source
173
	Modified File:
174
		M drivers/serial/s3c6400.c
175
176
dev-0-0-28: Ilho Lee
177
	- 12-bit resolution touchscreen drivers for S3C2450/6410 added
178
	Modified File:
179
		M drivers/input/touchscreen/s3c-ts.c
180
181
dev-0-0-29: Ilho Lee
182
	- Some codes for S3C2416 are being added.
183
	Added Files:
184
		A arch/arm/mach-s3c2416/clock.c	
185
		A arch/arm/mach-s3c2416/mach-smdk2416.c	
186
		A arch/arm/mach-s3c2416/s3c2416.c	
187
		A arch/arm/mach-s3c2416/Makefile
188
		A arch/arm/mach-s3c2416/Kconfig
189
190
	Modified File:
191
		M arch/arm/Makefile
192
		M arch/arm/Kconfig
193
		M arch/arm/plat-s3c24xx/cpu.c
194
195
dev-0-0-30: Ilho Lee
196
	- 2-channel HS-MMC driver for S3C2450 is being added. (1 channel
197
	confirmed)
198
	Modified File:
199
		M arch/arm/plat-s3c24xx/devs.c	
200
		M arch/arm/mach-s3c2450/s3c2450.c	
201
		M arch/arm/mach-s3c2450/mach-smdk2450.c
202
		M include/asm-arm/arch-s3c2410/irqs.h
203
		M include/asm-arm/arch-s3c2410/map.h
204
205
dev-0-0-31: Ilho Lee
206
	- 2-channel HS-MMC driver for S3C2450 has been added. 
207
	Modified File:
208
		M arch/arm/plat-s3c24xx/devs.c	
209
		M arch/arm/mach-s3c2450/mach-smdk2450.c
210
		M include/asm-arm/arch-s3c2410/irqs.h
211
		M drivers/mmc/host/s3c-hsmmc.c
212
213
dev-0-0-32: Ilho Lee
214
	- 4BA CIS module added.
215
	Modified File:
216
		M drivers/media/video/s3c-camera-driver.c
217
		M drivers/media/video/samsung/Makefile
218
		M drivers/media/video/samsung/Kconfig
219
	
220
	Add Files :
221
		A drivers/media/video/4xa_sensor.h
222
		A drivers/media/video/4xa_sensor.c
223
224
dev-0-0-33: Ilho Lee
225
	- 2-channel HS-MMC driver for S3C6410 has been added. 
226
	Modified File:
227
		M arch/arm/plat-s3c24xx/devs.c	
228
		M arch/arm/mach-s3c6410/mach-smdk6410.c
229
		M drivers/mmc/host/s3c-hsmmc.c
230
231
dev-0-0-34: Ilho Lee
232
	- 100Mbit ethernet drivers over SMC9115 for S3C6410/S3C2450 have been added. 
233
	Modified File:
234
		M arch/arm/plat-s3c24xx/devs.c	
235
		M arch/arm/mach-s3c6410/mach-smdk6410.c
236
		M arch/arm/mach-s3c2450/mach-smdk2450.c
237
		M drivers/net/Kconfig
238
		M drivers/net/smc911x.c
239
		M drivers/net/smc911x.h
240
241
dev-0-0-35: Ilho Lee
242
	- Centerwise cropping V4L2 interface added
243
	Modified File:
244
		M drivers/media/video/s3c-camera-driver.c
245
246
dev-0-0-36: Ilho Lee
247
	- Codes for s3c2416 added.
248
	Added Files:
249
		A arch/arm/mach-s3c2416/clock.c
250
		A arch/arm/mach-s3c2416/s3c2416.c
251
		A arch/arm/mach-s3c2416/mach-smdk2416.c
252
253
dev-0-0-37: Ilho Lee
254
	- DOUTmpll gets adopted for the SD clock source of the HS-MMC
255
	controller.
256
	Modified Files:
257
		M arch/arm/mach-s3c6410/mach-smdk6410.c
258
		M arch/arm/mach-s3c6410/clock.c
259
260
dev-0-0-38: Ilho Lee
261
	- Feedback delay value for the HS-MMC driver modified. 
262
	Modified Files:
263
		M arch/arm/mach-s3c6410/mach-smdk6410.c
264
		M arch/arm/mach-s3c6400/mach-smdk6400.c
265
		M arch/arm/mach-s3c2450/mach-smdk2450.c
266
		M arch/arm/mach-s3c2416/mach-smdk2416.c
267
		M drivers/mmc/host/s3c-hsmmc.c
268
269
dev-0-0-39: Ilho Lee
270
	- A bug of s3c touchscreen D/D on s3c6400 fixed
271
	Modified File:
272
		M drivers/input/touchscreen/s3c-ts.c
273
274
dev-0-0-40: Jinsung Yang
275
	- Finalize with old s3c frambuffer driver
276
277
dev-0-0-41: Jinsung Yang
278
	- Display driver refactoring: 1st phase complete
279
280
	Added files:
281
		A drivers/video/Kconfig
282
		A drivers/video/Makefile
283
		A drivers/video/s3c/s3c24xxfb.c
284
		A drivers/video/s3c/s3c24xxfb_spi.c
285
		A drivers/video/s3c/s3c64xxfb.c
286
		A drivers/video/s3c/s3c64xxfb_spi.c
287
		A drivers/video/s3c/s3cfb.c
288
		A drivers/video/s3c/s3cfb_lts222qv.c
289
		A drivers/video/s3c/s3cfb_ltv350qv.c
290
		A drivers/video/s3c/s3cfb_lte480wv.c
291
292
	Removed Files:
293
		R drivers/video/s3cfb.c
294
		R drivers/video/s3cfb.h
295
296
dev-0-0-42: Ilho Lee
297
	- OTG DMA mode is being implemented on S3C6410 (Phase-1)
298
	Modified File:
299
		M drivers/usb/gadget/s3c-udc-otg-hs.c
300
301
dev-0-0-43: Ilho Lee
302
	- OTG DMA mode is being implemented on S3C6410 (Phase-2)
303
	Modified File:
304
		M drivers/usb/gadget/s3c-udc-otg-hs.c
305
306
dev-0-0-44: Kyoungil Kim
307
	- Keypad driver porting and Qwerty Keyboard mapping at SMDK6410
308
309
	Added files:
310
		A drivers/input/keyboard/s3c-keypad.c
311
		A drivers/input/keyboard/s3c-keypad.h
312
		A include/asm-arm/arch-s3c2410/regs-keypad.h
313
314
	Modified File:
315
		M drivers/input/keyboard/Kconfig
316
		M drivers/input/keyboard/Makefile
317
318
dev-0-0-45: Kyoungil Kim
319
	- Keypad driver warning is fixed.
320
321
	Modified File:
322
		M drivers/input/keyboard/s3c-keypad.c
323
324
dev-0-0-46: Ilho Lee
325
	- OTG DMA mode is being implemented on S3C6410 (Phase-3)
326
	Modified File:
327
		M drivers/usb/gadget/s3c-udc-otg-hs.c
328
329
dev-0-0-47: Ilho Lee
330
	- OTG DMA mode is being implemented on S3C6410 (Enumeration done)
331
	Modified File:
332
		M drivers/usb/gadget/s3c-udc-otg-hs.c
333
334
dev-0-0-48: Ilho Lee
335
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-1)
336
	Modified File:
337
		M drivers/usb/gadget/s3c-udc-otg-hs.c
338
339
dev-0-0-49: Ilho Lee
340
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-2)
341
	Modified File:
342
		M drivers/usb/gadget/s3c-udc-otg-hs.c
343
344
dev-0-0-50: Ilho Lee
345
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-2)
346
	Modified File:
347
		M drivers/usb/gadget/s3c-udc-otg-hs.c
348
349
dev-0-0-51: Ilho Lee
350
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-2)
351
	Modified File:
352
		M drivers/usb/gadget/s3c-udc-otg-hs.c
353
354
dev-0-0-52: Ilho Lee
355
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-3)
356
	Modified File:
357
		M drivers/usb/gadget/s3c-udc-otg-hs.c
358
359
dev-0-0-53: Ilho Lee
360
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-3)
361
	Modified File:
362
		M drivers/usb/gadget/s3c-udc-otg-hs.c
363
364
dev-0-0-54: Ilho Lee
365
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-3)
366
	Modified File:
367
		M drivers/usb/gadget/s3c-udc-otg-hs.c
368
369
dev-0-0-55: Ilho Lee
370
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-4)
371
	Modified File:
372
		M drivers/usb/gadget/s3c-udc-otg-hs.c
373
374
dev-0-0-56: Ilho Lee
375
	- OTG DMA mode is being implemented on S3C6410 (UMS Phase-4)
376
	Modified File:
377
		M drivers/usb/gadget/s3c-udc-otg-hs.c
378
379
rel-0-1-0 : Ryu Euiyoul
380
	- release to SISO (June 18th 2008)
381
382
dev-0-0-57: jongpill Lee
383
	- Support UBI(Unsourted Block Image) on SMDK Board
384
385
	Modified Files:
386
		M drivers/mtd/ubi/build.c
387
		M include/mtd/ubi-header.h
388
389
dev-0-0-58: Jongpill Lee
390
	- Support RTC on SMDK6410
391
392
	Modified Files:
393
		M drivers/rtc/rtc-s3c.c
394
395
dev-0-0-59: Ryu Euiyoul
396
	- Supports smdk6410 wm9713 AC97 interface device driver
397
398
	Modified Files:
399
		M arch/arm/plat-s3c64xx/dma-pl080.c
400
		M sound/soc/codecs/wm8753.c
401
		M sound/soc/s3c/s3c-pcm.c
402
		M sound/soc/s3c/s3c-pcm.h
403
	Added Files:
404
		A sound/soc/s3c/smdk64xx_wm9713.c
405
		A sound/soc/s3c/s3c64xx-ac97.h
406
		A sound/soc/s3c/s3c64xx-ac97.c
407
		A sound/soc/codecs/wm9713.c
408
		A sound/soc/codecs/wm9713.h
409
410
dev-0-0-60: Ilho Lee
411
	- Some files added into mach-s3c6410 directory
412
	Added File:
413
		A arch/arm/mach-s3c6410/dma.c
414
		A arch/arm/mach-s3c6410/irq.c
415
		A arch/arm/mach-s3c6410/pm.c
416
		A arch/arm/mach-s3c6410/leds.c
417
418
rel-1-0-0: Kyoungil Kim 
419
	- Official Release: SMDK6410 alpha version (08.06.30)
420
421
dev-1-0-0: Kyoungil Kim
422
423
dev-1-0-1: Jongpill Lee 
424
	- Support DVFS on SMDK6410
425
426
	Modified Files:
427
		M drivers/char/Makefile
428
		M drivers/char/s3c-dvfs/s3c-dvfs.c
429
		M drivers/char/s3c-dvfs/s3c-dvfs.h
430
431
dev-1-0-2: Jongpill Lee
432
	- Support HS-SPI on SMDK6410
433
434
	Added Files:
435
		A drivers/spi/hspi-s3c24xx.c
436
		A drivers/spi/hspi-s3c24xx.h
437
		A drivers/spi/hspi-s3c64xx.c
438
		A drivers/spi/hspi-s3c64xx.h
439
		A drivers/spi/spi-dev.c
440
		A drivers/spi/spi-dev.h
441
442
	Modified Files:
443
		M arch/arm/plat-s3c24xx/devs.c
444
		M drivers/char/s3c-dvfs/s3c-dvfs.h
445
		M drivers/spi/Kconfig
446
		M drivers/spi/Makefile
447
		M include/asm-arm/plat-s3c24xx/regs-spi.h
448
		M include/linux/interrupt.h
449
450
dev-1-0-3: jongpill Lee
451
	- HS-SPI bug fixed
452
453
	Modified Files:
454
		M drivers/spi/hspi-s3c64xx.c
455
456
dev-1-0-4: jongpill Lee
457
	- SPI is deleted in default config
458
459
	Modified Files:
460
		M arch/arm/configs/smdk2450mtd_defconfig
461
		M arch/arm/configs/smdk2450nfs_defconfig
462
		M include/asm-arm/arch-s3c2410/map.h
463
464
dev-1-0-5: Jongpill Lee
465
	- Support IrDA on smdk6410
466
467
	Added Files:
468
		A drivers/net/irda/s3c-sir.c
469
	
470
	Modified Files:
471
		M drivers/net/irda/Kconfig
472
		M drivers/net/irda/Makefile
473
474
dev-1-0-6: Jongpill Lee
475
	- Support APM on SMDK6410
476
477
	Added Files:
478
		A arch/arm/plat-s3c64xx/pm.c
479
		A arch/arm/plat-s3c64xx/sleep.S
480
		A include/asm-arm/arch-s3c2410/regs-adc.h
481
		A include/asm-arm/arch-s3c2410/regs-serial.h
482
483
	Modified Files:
484
		M arch/arm/configs/smdk6410mtd_defconfig
485
		M arch/arm/configs/smdk6410nfs_defconfig
486
		M arch/arm/mach-s3c6410/leds.c
487
		M arch/arm/plat-s3c64xx/Makefile
488
		M drivers/serial/s3c6400.c
489
490
dev-1-0-7: Ilho Lee
491
	- Support the ADC function for S3C6410
492
493
	Added File:
494
		A drivers/char/s3c-adc.c
495
496
	Modified File:
497
		M arch/arm/plat-s3c24xx/devs.c	
498
		M arch/arm/mach-s3c6410/mach-smdk6410.c
499
500
dev-1-0-8: Byungjae Lee
501
	- Support USB Host1.1 for SMDK6410
502
	  Changed default configuration to enable USB Host1.1
503
504
	Modified File:
505
		M arch/arm/configs/smdk6410mtd_defconfig
506
		M drivers/usb/host/ohci-s3c2410.c
507
508
dev-1-0-9: Ilho Lee
509
	- OneNAND D/D for S3C6410 added 
510
511
	Added File:
512
		A drivers/mtd/onenand/s3c-onenand.c
513
514
dev-1-0-10: Byungjae Lee
515
	- Support  Ethernet gadget on Slave mode for SMDK6410
516
517
	Modified Files:
518
		M arch/arm/mach-s3c6410/mach-smdk6410.c
519
		M drivers/usb/gadget/Kconfig
520
		M drivers/usb/gadget/epautoconf.c
521
		M drivers/usb/gadget/ether.c
522
		M drivers/usb/gadget/s3c-udc-otg-hs.c
523
		M drivers/usb/gadget/s3c-udc.h
524
		M include/asm-arm/arch-s3c2410/regs-usb-otg-hs.h
525
526
dev-1-0-11: Byungjae Lee
527
	- Added OTGPHY enbale at clcok.c for SMDK6410 USB Host
528
529
	Modified Files:
530
		M arch/arm/mach-s3c6410/clock.c
531
		M drivers/usb/host/ohci-s3c2410.c
532
533
dev-1-0-12: Ilho Lee
534
	- OneNAND D/D for S3C6410 changed
535
536
	Added File:
537
		A drivers/mtd/onenand/s3c-onenand.c
538
539
dev-1-0-13: Jongpill Lee
540
	- Support PWM on SMDK6410
541
542
	Modified Files:
543
		M arch/arm/Kconfig
544
		M arch/arm/mach-s3c6400/s3c6400.c
545
		M arch/arm/mach-s3c6410/s3c6410.c
546
		M drivers/video/s3c/s3cfb.h
547
		M drivers/video/s3c/s3cfb_fimd4x.c
548
		M drivers/Kconfig
549
		M drivers/Makefile
550
551
	Added Files:
552
		A drivers/pwm/Kconfig
553
		A drivers/pwm/Makefile
554
		A drivers/pwm/pwm-s3c2450.c
555
		A drivers/pwm/pwm-s3c2450.h
556
		A drivers/pwm/pwm-s3c6410.c
557
		A drivers/pwm/pwm-s3c6410.h
558
559
rel-2-0-0: Kyoungil Kim 
560
	- Official Release: SMDK6410 beta version (08.08.08)
561
562
dev-2-0-0: Kyoungil Kim
563
564
dev-2-0-1: Jinsung Yang
565
	- Bug fix for SMDK64xx UART
566
567
	Modified files:
568
		include/asm-arm/plat-s3c/uncompress.h
569
570
dev-2-0-2: Ilho Lee
571
	- 12 bit mode for ADC added
572
573
	Modified files:
574
		drivers/char/s3c-adc.c
575
576
rel-2-0-1: Kyoungil Kim 
577
	- Official Release(08.08.12)
578
579
dev-2-0-3: Jongpill Lee
580
	- Modified NAND partition Information
581
582
	Modified Files:
583
		arch/arm/plat-s3c24xx/common-smdk.c
584
585
dev-2-0-4: Ilho Lee
586
	- regs-adc.h in pm.c deleted
587
588
	Modified Files:
589
		arch/arm/plat-s3c64xx/pm.c
590
591
dev-2-0-5: Jongpill Lee
592
	- delete PM support from default smdk6410 NFS default configuration
593
594
	Modified Files:
595
		M arch/arm/configs/smdk6410nfs_defconfig
596
597
rel-2-0-2: Jongpill Lee
598
	-Official Release(08.08.13)
599
600
dev-2-0-6: Jongpill Lee
601
	- bug fixed for s3c6410 idle mode
602
603
	Modified File:
604
		M arch/arm/mach-s3c6410/s3c6410.c
605
606
dev-2-0-7: Ilho Lee
607
	- A bug fixed for non-MTD partitions
608
609
	Modified File:
610
		M arch/arm/plat-s3c24xx/common-smdk.c
611
612
dev-2-0-8: Jiun Yu
613
	- Support module drivers
614
615
	Modified Files:
616
		M arch/arm/mach-s3c6400/mach-smdk6400.c
617
		M arch/arm/mach-s3c6410/mach-smdk6410.c
618
		M include/asm-arm/arch-s3c2410/reserved_mem.h
619
620
	Added Files:
621
		A include/asm-arm/arch-s3c2410/regs-pp.h
622
		A include/asm-arm/arch-s3c2410/regs-tvenc.h
623
		A include/asm-arm/arch-s3c2410/regs-tvscaler.h
624
625
rel-2-1-0: Jongpill Lee
626
	- Official Release(08.08.20)
627
628
dev-2-1-0: Jongpill Lee
629
630
dev-2-1-1: Jongpill Lee
631
632
	-Fixed SPI Prevent Defect
633
634
	MOdified Files:
635
		M drivers/spi/spi_s3c24xx.c
636
637
rel-2-1-1: Kyoungil Kim
638
	- Official Release(08.08.29)
639
640
rel-2-1-2: Jinsung Yang
641
	- Official Release(08.08.29 2nd)
642
643
dev-2-1-2: Jongpill Lee
644
	- Temporary update for Dynamic Timer on SMDK6410
645
646
	Modified Files:
647
648
	M arch/arm/plat-s3c64xx/time-s3c64xx.ci
649
650
dev-2-1-3: jongpill Lee
651
	- Set default time for rtc initial value.
652
653
	M drivers/rtc/rtc-s3c.c
654
655
dev-2.1.4: SungJun Bae
656
	./sound/soc/s3c24xx directory was restored.
657
658
	Modified Files:
659
660
	M sound/soc/Kconfig sound/soc/Makefile
661
662
	Added Files:
663
664
	A sound/soc/s3c24xx/Kconfig sound/soc/s3c24xx/Makefile
665
	A sound/soc/s3c24xx/lm4857.h
666
	A sound/soc/s3c24xx/neo1973_wm8753.c
667
	A sound/soc/s3c24xx/s3c-i2s.c
668
	A sound/soc/s3c24xx/s3c-i2s.h
669
	A sound/soc/s3c24xx/s3c-pcm.c
670
	A sound/soc/s3c24xx/s3c-pcm.h
671
	A sound/soc/s3c24xx/s3c2443-ac97.c
672
	A sound/soc/s3c24xx/s3c2450-i2s.c
673
	A sound/soc/s3c24xx/s3c24xx-ac97.h
674
	A sound/soc/s3c24xx/s3c24xx-i2s.h
675
	A sound/soc/s3c24xx/s3c6410-i2s-v40.c
676
	A sound/soc/s3c24xx/s3c64xx-ac97.c
677
	A sound/soc/s3c24xx/s3c64xx-ac97.h
678
	A sound/soc/s3c24xx/smdk2443_wm9710.c
679
	A sound/soc/s3c24xx/smdk2450_wm8580.c
680
	A sound/soc/s3c24xx/smdk2450_wm9713.c
681
	A sound/soc/s3c24xx/smdk6400_wm8753.c
682
	A sound/soc/s3c24xx/smdk6410_wm8580.c
683
	A sound/soc/s3c24xx/smdk64xx_wm9713.c
684
685
	Delete Files:
686
687
	D sound/soc/s3c/Kconfig 
688
	D sound/soc/s3c/Makefile
689
	D sound/soc/s3c/lm4857.h
690
	D sound/soc/s3c/s3c-i2s.h
691
	D sound/soc/s3c/s3c-pcm.h 
692
	D sound/soc/s3c/s3c24xx-ac97.h
693
	D sound/soc/s3c/s3c24xx-i2s.h
694
	D sound/soc/s3c/s3c64xx-ac97.h
695
	D sound/soc/s3c/neo1973_wm8753.c
696
	D sound/soc/s3c/s3c2443-ac97.c
697
	D sound/soc/s3c/s3c2450-i2s.c
698
	D sound/soc/s3c/s3c24xx-i2s.c
699
	D sound/soc/s3c/s3c6410-i2s-v40.c
700
	D sound/soc/s3c/s3c64xx-ac97.c
701
	D sound/soc/s3c/s3c-i2s.c
702
	D sound/soc/s3c/s3c-pcm.c
703
	D sound/soc/s3c/smdk2443_wm9710.c
704
	D sound/soc/s3c/smdk2450_wm9713.c
705
	D sound/soc/s3c/smdk6400_wm8753.c
706
	D sound/soc/s3c/smdk6410_wm8580.c
707
	D sound/soc/s3c/smdk64xx_wm9713.c
708
709
dev-2-1-5: Jongpill Lee
710
711
	- RTC Set time function is erased
712
713
	Modified files:
714
		M drivers/rtc/rtc-s3c.c
715
716
dev-2-1-6: Jongpill Lee
717
718
	- Support Tickless Timer on SMDK6410
719
720
	Modified Files:
721
		M arch/arm/mach-s3c6410/s3c6410.c
722
		M arch/arm/plat-s3c64xx/time-s3c64xx.c
723
724
dev-2-1-7: Byungjae Lee
725
	- Support USB OTG Host for SMDK6410
726
	  Support Device Classes are only HID(Keyboard, Mouse), UMS and Card
727
	  Reader.
728
729
	Modified Files
730
		M arch/arm/mach-s3c6400/mach-smdk6400.c
731
		M arch/arm/mach-s3c6410/mach-smdk6410.c
732
		M arch/arm/plat-s3c24xx/devs.c
733
		M drivers/usb/Makefile
734
		M drivers/usb/gadget/Kconfig
735
		M drivers/usb/host/Kconfig
736
		M drivers/usb/host/Makefile
737
		M include/asm-arm/plat-s3c24xx/devs.h
738
	Addef Files
739
		A drivers/usb/host/s3c-otg/*
740
741
rel-2-1-3: Jinsung Yang
742
	- Official Release (08.09.05)
743
744
dev-2-1-8: Jinsung Yang
745
	- Finalize tagging before kernel merge with C100 tree
746
747
dev-2-1-9: Euiyoul Ryu
748
	- Merge with C100 tree
749
750
dev-2-1-10: Jongpill Lee
751
	- delete include/asm-arm/arch-s3c2410/regs-serial.h file 
752
753
	Modified Files
754
		M arch/arm/plat-s3c64xx/pm.c
755
	Removed Files
756
		R include/asm-arm/arch-s3c2410/regs-serial.h
757
758
dev-2-1-11: Ilho Lee
759
	- Modified 3D D/D to support kmalloc and lock API
760
761
	Modified Files
762
		M drivers/video/g3d/s3c_g3d.c
763
764
dev-2-1-12: Jongpill Lee
765
	- Bug fixed in DVFS code
766
767
	Modified Files
768
		M drivers/char/s3c-dvfs/s3c-dvfs.h
769
770
dev-2-1-13: Jinsung Yang
771
	- QoS configuration optimized to resolve mfc underrun
772
	- Some bugs fixed and misc changes for display driver
773
774
	Modified files:
775
		drivers/video/s3c/*
776
		arch/arm/mach-s3c6410/mach-smdk6410.c
777
		include/asm-arm/arch-s3c2410/map.h
778
779
rel-2-1-4: Kyoungil Kim
780
	- Official Release (08.09.17)
781
782
dev-2-1-14: Jongpill Lee
783
	 - Modified Some function(modify HS-SPI driver strength)
784
785
	 Modified Files:
786
	 	M drivers/spi/hspi-s3c64xx.c
787
788
789
dev-2-1-15: Ilho Lee
790
	- Modified 3D D/D to support memory-sharing
791
792
	Modified Files
793
		M drivers/video/g3d/s3c_g3d.c
794
795
dev-2-1-16: Jinsung Yang
796
	[Display Con.] 28 bpp with pixel alpha blending support
797
798
	Modified files:
799
		M drivers/video/s3c/s3cfb.c
800
		M include/asm-arm/arch-s3c2410/regs-lcd.h
801
802
dev-2-1-17: Kyoungil Kim
803
	- Modified Kconfig for SMDK6431
804
805
	Modified Files
806
		M arch/arm/mach-s3c6410/Kconfig
807
808
dev-2-1-18: Kyoungil Kim
809
	- Modified Touchscreen x,y position for SMDK6431
810
811
	Modified Files
812
		M drivers/input/touchscreen/s3c-ts.c
813
814
rel-2-2-0: Kyoungil Kim
815
	- Official Release for SMDK6431 (08.09.23)
816
817
dev-2-2-0: Kyoungil Kim
818
	
819
dev-2-2-1: Kyoungil Kim
820
	- Modified Kconfig support new touchscreen version
821
822
	Modified Files
823
		M drivers/input/touchscreen/Kconfig
824
		M drivers/input/touchscreen/s3c-ts.c
825
826
rel-2-2-1: Kyoungil Kim
827
	- Official Release for SMDK6431 (08.09.29)
828
829
dev-2-2-2: Ilho Lee
830
	- Modified PL080 DMA D/D to support scatter&gather DMA
831
832
	Modified Files
833
		M arch/arm/plat-s3c64xx/dma-pl080.c
834
835
rel-2-2-2: Jongpill Lee
836
	- Official Release for SMDK6410 final(08.10.13)
837
838
dev-2-2-3: Jongpill Lee
839
	- Bug fixed in getting clock source
840
841
	Modified Files:
842
		M arch/arm/configs/smdk6410mtd_defconfig
843
		M arch/arm/mach-s3c6400/clock.c
844
		M arch/arm/mach-s3c6410/clock.c
845
846
dev-2-2-4: Jinsung Yang
847
	- Improvements of fimd4x/5x color key
848
849
rel-2-2-3: Jinsung Yang
850
	- Official Release (08.10.17)
851
852
dev-2-2-5: Ilho Lee
853
	- Modified s3c6410onenand_defconfig
854
855
	Modified Files
856
		M arch/arm/configs/smdk6410onenand_defconfig
857
858
rel-2-2-4: Kyoungil Kim
859
	- Official Release (08.10.20)
860
861
dev-2-2-6: SungJun Bae
862
	- Support Non Multichannel I2S (I2S0) 
863
	- Support I2S wm8990
864
865
rel-2-2-5: Kyoungil Kim
866
	- Official Release (08.10.24)
867
868
dev-2-2-7: SungJun Bae
869
	- "sound/soc/s3c24xx/s3c6410-i2s-v32.c" added.
870
871
rel-2-2-6: SungJun Bae
872
	- Official Release (08.10.27)
873
874
dev-2-2-8: Jongpill Lee
875
	- Add function for save and restore for pm
876
877
	Modified Files:
878
		M arch/arm/plat-s3c64xx/pm.c
879
		M include/asm-arm/plat-s3c24xx/pm.h
880
881
dev-2-2-9: Jongpill Lee
882
	- Modified suspend and resume function 
883
884
	Modified Files:
885
		M drivers/media/video/s3c_camera_driver.c
886
887
dev-2-2-10: Byungjae Lee
888
	- Support DMA mode for s3c6410 File-backed Storage Gadget.
889
	
890
	Modefied File
891
		M drivers/usb/gadget/s3c-udc-otg-hs.c
892
893
rel-3-0-0: Jinsung Yang
894
	- Official Release (08.11.04)
895
	- Patch Baseline
896
897
dev-3-0-0: Jinsung Yang
898
899
dev-3-0-1: Jongpill Lee
900
	- Modified UBI to use dynamic device node
901
902
	MOdified Files
903
		M drivers/mtd/ubi/build.c
904
		M include/mtd/ubi-header.h
905
906
dev-3-0-2: Jinsung Yang
907
	- Generic GPIO Interface support
908
909
	Modified files:
910
		M arch/arm/mach-s3c6400/leds-s3c6400.c
911
		M arch/arm/mach-s3c6400/leds.c
912
		M arch/arm/mach-s3c6410/leds-s3c6410.c
913
		M arch/arm/mach-s3c6410/leds.c
914
		M arch/arm/mach-s3c6410/mach-smdk6410.c
915
		M arch/arm/mach-s3c6410/s3c6410.c
916
		M arch/arm/plat-s3c64xx/irq-pl192.c
917
		M arch/arm/plat-s3c64xx/pm.c
918
		M arch/arm/plat-s3c64xx/time-s3c64xx.c
919
		M arch/arm/plat-s5pc1xx/irq-pl192.c
920
		M arch/arm/plat-s5pc1xx/time-s5pc1xx.c
921
		M drivers/char/s3c-dvfs/s3c-dvfs.h
922
		M drivers/i2c/busses/i2c-s3c2410.c
923
		M drivers/media/video/s3c_camera_driver.c
924
		M drivers/media/video/s3c_camif.c
925
		M drivers/mmc/host/s3c-hsmmc.c
926
		M drivers/mmc/host/s3cmci.c
927
		M drivers/net/irda/s3c-sir.c
928
		M drivers/pwm/pwm-s3c6410.c
929
		M drivers/serial/s3c6400.c
930
		M drivers/serial/s5pc100.c
931
		M drivers/spi/hspi-s3c64xx.c
932
		M drivers/video/s3c/s3cfb_fimd4x.c
933
		M drivers/video/s3c/s3cfb_lts222qv.c
934
		M drivers/video/s3c/s3cfb_spi.c
935
936
dev-3-0-3: Jongpill Lee
937
	- Gerneric driver support for RTC
938
939
	Modified Files:
940
941
		M arch/arm/mach-s3c2410/mach-smdk2410.c
942
		M arch/arm/mach-s3c2412/mach-smdk2413.c
943
		M arch/arm/mach-s3c2416/mach-smdk2416.c
944
		M arch/arm/mach-s3c2440/mach-smdk2440.c
945
		M arch/arm/mach-s3c2443/mach-smdk2443.c
946
		M arch/arm/mach-s3c2450/mach-smdk2450.c
947
		M arch/arm/mach-s3c6400/mach-smdk6400.c
948
		M arch/arm/mach-s3c6410/mach-smdk6410.c
949
		M drivers/rtc/rtc-s3c.c
950
		M include/asm-arm/plat-s3c/regs-rtc.h
951
		M drivers/video/s3c/s5pfb_fimd5x.c
952
		M include/asm-arm/arch-s3c2410/gpio.h
953
		M include/asm-arm/arch-s3c2410/hardware.h
954
		M include/asm-arm/arch-s3c2410/regs-gpio.h
955
		M include/asm-arm/plat-s5p/regs-gpio.h
956
		M sound/soc/s3c24xx/s3c-i2s.c
957
		M sound/soc/s3c24xx/s3c6410-i2s-v32.c
958
		M sound/soc/s3c24xx/s3c6410-i2s-v40.c
959
		M sound/soc/s3c24xx/s3c64xx-ac97.c
960
		M sound/soc/s3c24xx/smdk6410_wm8580.c
961
962
dev-3-0-4: Ilho Lee
963
	- SDIO supported
964
965
	Modified Files:
966
		M drivers/mmc/core/core.c
967
		M drivers/mmc/host/s3c-hsmmc.c
968
969
dev-3-0-5: Ilho Lee
970
	- Physical memory interfaces(/dev/mem) for S3C added
971
972
	Modified Files:
973
		M drivers/char/Makefile
974
		M drivers/char/Kconfig
975
976
	Added Files:
977
		M drivers/char/s3c_mem.c
978
		M drivers/char/s3c_mem.h
979
980
dev-3-0-6: Jongpill lee
981
	- Change pwm location from drivers/pwm to arch/arm/mach-s3c6410/pwm
982
983
	Removed Files:
984
		R drivers/pwm/Kconfig
985
		R drivers/pwm/Makefile
986
		R drivers/pwm/pwm-s3c2450.c
987
		R drivers/pwm/pwm-s3c2450.h
988
		R drivers/pwm/pwm-s3c6410.c
989
		R drivers/pwm/pwm-s3c6410.h
990
	
991
	Added Files:
992
		A arch/arm/mach-s3c6410/pwm/Kconfig
993
		A arch/arm/mach-s3c6410/pwm/Makefile
994
		A arch/arm/mach-s3c6410/pwm/pwm-s3c6410.c
995
		A arch/arm/mach-s3c6410/pwm/pwm-s3c6410.h
996
997
	Modified files
998
		M arch/arm/Kconfig
999
		M arch/arm/mach-s3c6410/Makefile
1000
		M drivers/Kconfig
1001
		M drivers/Makefile
1002
		M drivers/video/s3c/s3cfb.h
1003
1004
dev-3-0-7: Jongpill Lee
1005
	- modify some code
1006
1007
	MOdified Files:
1008
		M arch/arm/mach-s3c2416/mach-smdk2416.c
1009
		M arch/arm/mach-s3c2440/mach-smdk2440.c
1010
		M arch/arm/mach-s3c2450/mach-smdk2450.c
1011
		M arch/arm/mach-s3c6400/mach-smdk6400.c
1012
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1013
1014
dev-3-0-8: Jongpill Lee
1015
	-bug fixed for S3C24XX
1016
1017
	Modofied Files:
1018
		M arch/arm/mach-s3c2410/mach-smdk2410.c
1019
		M arch/arm/mach-s3c2412/mach-smdk2413.c
1020
		M arch/arm/mach-s3c2443/mach-smdk2443.c
1021
1022
dev-3-0-9: Jongpill Lee
1023
	- bug fixed RTC drivers
1024
1025
	Modified Files:
1026
		M arch/arm/mach-s3c2410/mach-smdk2410.c
1027
		M arch/arm/mach-s3c2412/mach-smdk2413.c
1028
		M arch/arm/mach-s3c2440/mach-smdk2440.c
1029
		M arch/arm/mach-s3c2443/mach-smdk2443.c
1030
1031
dev-3-0-10: Ilho Lee
1032
	- The ADC device driver moved.
1033
1034
	Added Files:
1035
		A arch/arm/plat-s3c64xx/adc-s3c64xx.c
1036
		A arch/arm/plat-s3c24xx/adc-s3c24xx.c
1037
1038
	Removed Files:
1039
		R drivers/char/s3c-adc.c
1040
1041
rel-3-0-1: Jongpill Lee
1042
	- Offcial Release(08.11.07)
1043
1044
dev-3-0-11: Byungjae Lee
1045
	- Moved USB OTG PHY init and USB Host Clock setting codes
1046
	  to mach-s3c64xx.c for s3c64xx
1047
1048
	Modified Files :
1049
		M arch/arm/mach-s3c6400/clock.c
1050
		M arch/arm/mach-s3c6400/mach-smdk6400.c
1051
		M arch/arm/mach-s3c6410/clock.c
1052
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1053
		M drivers/usb/gadget/s3c-udc-otg-hs.c
1054
		M drivers/usb/host/ohci-s3c2410.c
1055
1056
dev-3-0-12: Byungjae Lee
1057
	- Fixed compile error on smdk6400 
1058
1059
	Modified Files :
1060
		M arch/arm/mach-s3c6400/s3c6400.c
1061
		M include/asm-arm/plat-s3c24xx/devs.h
1062
1063
dev-3-0-13: Jongpill Lee
1064
	- add LCD backlight for SMDK board
1065
1066
	Added Files:
1067
		A drivers/video/backlight/smdk_bl.c
1068
1069
	Modified Files:
1070
		M arch/arm/plat-s3c64xx/pm.c
1071
		M drivers/video/backlight/Kconfig
1072
		M drivers/video/backlight/Makefile
1073
		M drivers/video/s3c/s3cfb.h
1074
		M drivers/video/s3c/s3cfb_fimd4x.c
1075
1076
dev-3-0-14: Jongpill Lee
1077
	- modified code for common driver
1078
1079
	Modified Files
1080
		M arch/arm/mach-s3c6400/mach-smdk6400.c
1081
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1082
		M arch/arm/plat-s3c64xx/Makefile
1083
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1084
		M drivers/char/Makefile
1085
		M include/asm-arm/plat-s3c/regs-adc.h
1086
1087
dev-3-0-15: Jongpill Lee
1088
	- Add new interface on ADC driver
1089
1090
	Added Files:
1091
		A arch/arm/plat-s3c64xx/adc-s3c64xx.h
1092
1093
	Modified Files:
1094
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1095
		M include/asm-arm/plat-s3c/regs-adc.h
1096
1097
dev-3-0-16: Jongpill Lee
1098
	- Modified for ADC driver
1099
1100
	Modified Files:
1101
		M arch/arm/mach-s3c6400/mach-smdk6400.c
1102
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1103
		M arch/arm/plat-s3c24xx/devs.c
1104
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1105
		M arch/arm/plat-s3c64xx/adc-s3c64xx.h
1106
		M include/asm-arm/plat-s3c/regs-adc.h
1107
1108
dev-3-0-17: Jongpill Lee
1109
	- Add Error routine on probe function 
1110
1111
	Modified Files:
1112
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1113
1114
dev-3-0-18: Ilho Lee
1115
	- Touchscreen D/D changed.
1116
1117
	Modified Files:
1118
		M arch/arm/plat-s3c24xx/devs.c
1119
		M drivers/input/touchscreen/s3c-ts.c
1120
1121
	Added Files:
1122
		A include/asm-arm/plat-s3c/ts.h 
1123
1124
dev-3-0-19: Jongpill Lee
1125
	- Bug fixed on ADC driver
1126
1127
	Modified Files:
1128
		M arch/arm/mach-s3c6400/mach-smdk6400.c
1129
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1130
		M arch/arm/plat-s3c24xx/devs.c
1131
		M drivers/char/Kconfig
1132
		M include/asm-arm/plat-s3c/regs-adc.h
1133
1134
dev-3-0-20: Jongpill Lee
1135
	- Recommit this files
1136
1137
	Modified Files:
1138
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1139
1140
dev-3-0-21: Jongpill Lee
1141
	- moved header file for adc and modified for ts
1142
1143
	Added Files:
1144
		A include/asm-arm/plat-s3c/adc.h
1145
1146
	Modified Files:
1147
		M arch/arm/mach-s3c6400/mach-smdk6400.c
1148
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1149
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1150
		M include/asm-arm/plat-s3c/regs-adc.h
1151
1152
dev-3-0-22: Jongpill Lee
1153
	- Added adc function for s3c2416 and s3c2450
1154
1155
	Modofied Files:
1156
		M arch/arm/mach-s3c2416/mach-smdk2416.c
1157
		M arch/arm/mach-s3c2450/mach-smdk2450.c
1158
1159
rel-3-0-2: Kyoungil Kim
1160
	- Offcial Release(08.11.28)
1161
1162
1163
dev-3-0-23: Ilho Lee
1164
	- /dev/mem interface D/D changed.
1165
1166
	Modofied Files:
1167
		M drivers/char/s3c_mem.c
1168
		M drivers/char/s3c_mem.h
1169
1170
dev-3-0-24: Ilho Lee
1171
	- 2D -> G2D renamed.
1172
1173
	Modofied Files:
1174
		M arch/arm/plat-s3c24xx/devs.c
1175
		M include/asm-arm/plat-s3c24xx/devs.h
1176
1177
1178
dev-3-0-25: Jonghun Han 
1179
	- Added FIMD function(fb release)
1180
1181
	Modified Files:
1182
		M drivers/video/s3c/s3cfb.c
1183
		M drivers/video/s3c/s3cfb.h
1184
		M drivers/video/s3c/s3cfb_fimd4x.c
1185
1186
dev-3-0-26: Jinsung Yang
1187
	- Patch for s3c gpio routine
1188
1189
	Modified files:
1190
		M arch/arm/plat-s3c24xx/gpio.c
1191
1192
rel-3-0-3: Jinsung Yang
1193
	- Official Release (08.12.09)
1194
1195
dev-3-0-27: Jinsung Yang
1196
	- Multi-channel i2c driver support for s3c64xx
1197
1198
	Added files:
1199
		A drivers/i2c/busses/i2c-s3c64xx.c
1200
1201
	Modified files:
1202
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1203
		M arch/arm/plat-s3c24xx/devs.c
1204
		M drivers/i2c/busses/Kconfig
1205
		M drivers/i2c/busses/Makefile
1206
		M include/asm-arm/arch-s3c2410/irqs.h
1207
		M include/asm-arm/arch-s3c2410/map.h
1208
		M include/asm-arm/arch-s3c2410/regs-gpio.h
1209
		M include/asm-arm/plat-s3c/iic.h
1210
		M include/asm-arm/plat-s3c/regs-iic.h
1211
1212
dev-3-0-28: jongpill Lee
1213
	- Added initial time setting function 
1214
1215
	Modified Files:
1216
		M drivers/rtc/rtc-s3c.c
1217
1218
dev-3-0-29: Jongpill Lee
1219
	- Patch for Break detection 
1220
		
1221
	Modofied Files:
1222
		M drivers/serial/s3c6400.c
1223
1224
dev-3-0-30: Jongpill Lee
1225
	- Remove not useable files
1226
1227
	Remove Files:
1228
		R arch/arm/mach-s3c6410/pm-s3c6410.c
1229
		R arch/arm/mach-s3c6410/pm-s3c6410.h 
1230
	Modified Files:
1231
		M arch/arm/plat-s3c64xx/pm.c
1232
1233
dev-3-0-31: Jongpill Lee
1234
	- bug fixed about RTC on SMDK6410
1235
1236
	Modified Files:
1237
		M drivers/rtc/rtc-s3c.c
1238
1239
dev-3-0-32: Jongpill Lee
1240
	- Remove dvfs file to arch/arm/plat-s3cxxxx
1241
1242
	Added Files:
1243
		A arch/arm/plat-s3c24xx/s3c24xx-dvfs.c
1244
		A arch/arm/plat-s3c24xx/s3c24xx-dvfs.h
1245
		A arch/arm/plat-s3c64xx/s3c64xx-dvfs.c
1246
		A arch/arm/plat-s3c64xx/s3c64xx-dvfs.h
1247
	
1248
	Removed Files:
1249
		R drivers/char/s3c-dvfs/Kconfig
1250
		R drivers/char/s3c-dvfs/Makefile
1251
		R drivers/char/s3c-dvfs/s3c-dvfs.c
1252
		R drivers/char/s3c-dvfs/s3c-dvfs.h
1253
	
1254
	Modified Files:
1255
		M arch/arm/plat-s3c24xx/Kconfig
1256
		M arch/arm/plat-s3c24xx/Makefile
1257
		M arch/arm/plat-s3c64xx/Makefile
1258
1259
1260
dev-3-0-33: Jongpill Lee
1261
	- Bug fixed on DVFS
1262
1263
	Modified Files:
1264
		M drivers/char/Makefile
1265
		M kernel/power/Kconfig
1266
1267
rel-3-0-4: Kyoungil Kim
1268
	- Offcial Release(08.12.24)
1269
1270
dev-3-0-34: Jongpill Lee
1271
	- Support CPU FREQ Driver on SMDK64XX
1272
1273
	Added Files:
1274
		A arch/arm/plat-s3c64xx/s3c64xx-cpufreq.c
1275
	
1276
	Modified Files:
1277
		M arch/arm/Kconfig
1278
		M arch/arm/plat-s3c64xx/Makefile
1279
		M arch/arm/plat-s3c64xx/clock.c
1280
1281
dev-3-0-35: Jongpill Lee
1282
	- Bug fixed on CPU FREQ Driver
1283
1284
	Modified Files:
1285
		M arch/arm/plat-s3c64xx/clock.c
1286
1287
dev-3-0-36: Jongpill Lee
1288
	- Bug Fixed on APM
1289
1290
	Modified Files:
1291
		M arch/arm/plat-s3c64xx/pm.c
1292
		M drivers/media/video/s3c_camera_driver.c
1293
		M include/asm-arm/plat-s3c24xx/pm.h
1294
1295
dev-3-0-37: Jongpill Lee
1296
	- Modified ADc driver for dual channel
1297
1298
	Modified Files:
1299
		M arch/arm/plat-s3c64xx/adc-s3c64xx.c
1300
1301
dev-3-0-38: Byungjae Lee
1302
	- Improved SMDK6410 USB OTG Host role for mass storage detection
1303
1304
	Modified files:
1305
		M drivers/usb/host/s3c-otg/s3c-otg-transfer-common.c
1306
1307
dev-3-0-39: Jongpill Lee
1308
	- Bug fixed on ADC
1309
1310
	Modified Files:
1311
		M arch/arm/mach-s3c2416/mach-smdk2416.c
1312
		M arch/arm/mach-s3c2450/mach-smdk2450.c
1313
1314
dev-3-0-40: Byungjae Lee
1315
	- Bug fixed SMDK6410 USB OTG Host role for mass storage detection
1316
1317
	Modified files:
1318
		M drivers/usb/host/s3c-otg/s3c-otg-transferchecker-common.c
1319
		M drivers/usb/host/s3c-otg/s3c-otg-transferchecker-control.c
1320
		M drivers/usb/host/s3c-otg/s3c-otg-transferchecker-control.h
1321
1322
dev-3-0-41: Kyoungil Kim
1323
	- Modified SYS Clock SYNC, ASYNC check bit
1324
1325
	Modified files:
1326
		M arch/arm/mach-s3c6410/clock.c
1327
1328
dev-3-0-42: Byungjae Lee
1329
	- Support USB OTG device role module
1330
	  called 's3c-udc-otg-hs.ko' for SMDK6410
1331
1332
	Modified files:
1333
		M arch/arm/mach-s3c6410/mach-smdk6410.c
1334
		M drivers/usb/gadget/Kconfig
1335
		M drivers/usb/gadget/Makefile
1336
		M drivers/usb/gadget/s3c-udc-otg-hs.c
1337
1338
dev-3-0-43: Byungjae Lee
1339
	- Support Ethernet Gadget(CDC, RNDIS) on DMA mode
1340
	  Seperate files for DMA and Salve mode
1341
1342
	Modified files:
1343
		M drivers/usb/gadget/Kconfig
1344
		M drivers/usb/gadget/epautoconf.c
1345
		M drivers/usb/gadget/ether.c
1346
		M drivers/usb/gadget/s3c-udc-otg-hs.c
1347
		M drivers/usb/gadget/s3c-udc.h
1348
		M include/asm-arm/arch-s3c2410/regs-usb-otg-hs.h
1349
	Added files:
1350
		A drivers/usb/gadget/s3c-udc-otg-xfer-dma.c
1351
		A drivers/usb/gadget/s3c-udc-otg-xfer-slave.c
1352
1353
dev-3-0-44: Byungjae Lee
1354
	- Modified SMDK6410 OTG Device role driver
1355
	  to move comman function to s3c-udc-otg-hs.c
1356
1357
	Modified files:
1358
		M drivers/usb/gadget/s3c-udc-otg-hs.c
1359
		M drivers/usb/gadget/s3c-udc-otg-xfer-dma.c
1360
		M drivers/usb/gadget/s3c-udc-otg-xfer-slave.c
1361
1362
dev-3-0-45: Jongpill Lee
1363
	- Add DVS on cpufreq driver
1364
1365
	Added files:
1366
		A arch/arm/plat-s3c64xx/ltc3714.c
1367
1368
	Modified Files:
1369
		M arch/arm/plat-s3c64xx/Makefile
1370
		M arch/arm/plat-s3c64xx/clock.c
1371
		M arch/arm/plat-s3c64xx/pm.c
1372
		M arch/arm/plat-s3c64xx/s3c64xx-cpufreq.c
1373
		M arch/arm/plat-s3c64xx/s3c64xx-dvfs.c
1374
1375
dev-3-0-46: Jongpill Lee
1376
	- Bug fixed on ltc3714.c
1377
1378
	Modified Files:
1379
		M arch/arm/plat-s3c64xx/ltc3714.c
1380
1381
rel-3-0-5: Kyoungil Kim
1382
	- Offcial Release(09.02.03)