2003-0411
SAM:
1. MTD driver
2. JFFS2 driver
3. IrDAa driver(IrOBEX, IrTTY, IrNET)
4. PCMCIA driver(LAN and IDE)
5. LCD driver
6. Contrast initial driver
7. Buzzer initial driver
8. Keyboard initial driver(Not include SCAN define)

2003-0416
SAM:
1.Change Platform to PHL4100
2.Contrast change to phl4100 
3.Keyboard add "SCAN" key map to "ESC" ,repeat mask
4.Barcode driver(only in PHL4100 ,PHL4000 can't work)
JOCKAL:
1.PMU driver 

2003-0417
JOCKAL:
1.PMU serial driver bug fix

2003-0418
SAM:
1.BUZZER fix ,PGU0 set to low,when no use

2003-0421
SAM:
1.LED driver add.

========================= BUG fixed =========================

2003-0502
Jackal
1. Can't wakeup by key press
  - power.c
  

2003-0523
Jackal
1. Can't restart timer after press touch panel or keyboard when
AutoBacklightOff setting
  - pmu.c

2003-0530
Jeff
1. Add STANDBY command in spu_idle function
  - process.c

2003-0609
Problem --> RTC timer(hwclock) only can set the following range
<-- 2000-2038 -->

Jeff
1. change initial of barcode process
  - bar_code.c
2. fix buzzer off current leakage problem.
  - sleep.c
3. Disable LED before and after system resume 
4. Modify Makefile for "modules_install" work
5. Change menuconfig -> disable "Ultra (connectionless) protocol"
Jackal/Jeff:
1. fix suspend loop problem, modify
  - power.c
  - pmu.c

2003-0617
1. Add GPIO26 to be input in setup.c stage
  - arch/mips/vr41xx/vr4121/roadht/setup.c

2003-0704
1. Modify power.c for suspend loop problem
  - arch/mips/vr41xx/common/power.c

2003-0710
Tommy/Michael
1. Support GSM driver (BUG 150)
  - drivers/char/pcmcia/serial_cs.c
  - include/asm/serial.h
  - include/linux/serial.h
  - menuconfig -> char -> pcmcia -> MODULES
  - arch/mips/vr41xx/common/serial.c
2. Jackal fix the reboot problem (Clear CFI command)(BUG 143)
  - arch/mips/vr41xx/common/reset.c
3. Smills fix JFFS2 problem (Version from: 2.4.21-ac4)(BUG 149)
  - drivers/mtd/*
  - fs/jffs2/*
  - include/linux/mtd/*
  - lib/*
  - include/linux/jffs.*
  - include/linux/jffs2.*
  - arch/mips/config.in

2003-0714
Jeff
1. ioctl return values changed (BUG 147)
  - drivers/video/s1d1376_control.c function s1d13706_control_ioctl
