| 1 | 2008.05.30␊ |
| 2 | ␊ |
| 3 | * Added JZ4720 virgo board support. <zyliu@ingenic.cn>␊ |
| 4 | ␊ |
| 5 | 2008.05.29␊ |
| 6 | ␊ |
| 7 | * Added definition of CONFIG_SOC_JZ4725 and CONFIG_SOC_JZ4720. <zyliu@ingenic.cn>␊ |
| 8 | * Added selection of 4-bit/1-bit data bus for MMC/SD card driver. <zyliu@ingenic.cn>␊ |
| 9 | * Added dipper_defconfig for JZ4725 DIPPER board. <zyliu@ingenic.cn>␊ |
| 10 | ␊ |
| 11 | 2008.05.29:␊ |
| 12 | ␊ |
| 13 | * Modified sound/oss/jz_i2s.c to increase the sound buffer.␊ |
| 14 | * Modified pavo_defconfig to select the oss sound driver by default.␊ |
| 15 | * Fixed jzlcd.h for jz4730 pmp.␊ |
| 16 | * Modified jzcs8900a.c to not test the chip ID.␊ |
| 17 | ␊ |
| 18 | 2008.05.22:␊ |
| 19 | ␊ |
| 20 | * jzcs8900a.c: fixed the bug of "No network devices available". <jlwei@ingenic.cn>␊ |
| 21 | ␊ |
| 22 | 2008.05.13:␊ |
| 23 | ␊ |
| 24 | * Rewrote all of the UBI and UBIFS codes. <yrtan@ingenic.cn>␊ |
| 25 | ␊ |
| 26 | 2008.05.07:␊ |
| 27 | * Add GPIO group E group F irq, DMAC1 irq. Add SSI1 macros.␊ |
| 28 | ␉<lgwang@ingenic.cn>␊ |
| 29 | ␊ |
| 30 | 2008.05.06:␊ |
| 31 | ␊ |
| 32 | * Modified MMC/SD driver jz_mmc.c to support PM callback. <cwjia@ingenic.cn>␊ |
| 33 | ␊ |
| 34 | 2008.05.04:␊ |
| 35 | ␊ |
| 36 | * Fixed a bug of mtdblock-jz.uu of using the badblock_table. <yrtan@ingenic.cn>␊ |
| 37 | ␊ |
| 38 | 2008.04.26:␊ |
| 39 | ␊ |
| 40 | * Patch jz4740_nand.c to optimize the RS correction algorithm. <zengzhaoxiu>␊ |
| 41 | ␊ |
| 42 | 2008.04.24␊ |
| 43 | * Jzlcd driver add Framebuffer Rotate support.␊ |
| 44 | Update files:␊ |
| 45 | ␉drivers/video/Kconfig␊ |
| 46 | ␉drivers/video/jzlcd.h␊ |
| 47 | ␉drivers/video/jzlcd.c␊ |
| 48 | ␉<lgwang@ingenic.cn>␊ |
| 49 | ␊ |
| 50 | 2008.04.21:␊ |
| 51 | * Modified LCD_CFG_MODE_INTER_CCIR656 define␊ |
| 52 | ␉#define LCD_CFG_MODE_INTER_CCIR656␉(5 << LCD_CFG_MODE_BIT)␊ |
| 53 | ␉should be ==>>␊ |
| 54 | ␉#define LCD_CFG_MODE_INTER_CCIR656␉(6 << LCD_CFG_MODE_BIT)␊ |
| 55 | Update files:␊ |
| 56 | ␉include/asm-mips/mach-jz4730/regs.h␊ |
| 57 | ␉include/asm-mips/mach-jz4740/regs.h␊ |
| 58 | ␉include/asm-mips/mach-jz4750/regs.h␊ |
| 59 | ␊ |
| 60 | 2008.04.14:␊ |
| 61 | ␊ |
| 62 | * Modify drivers/video/jzslcd.c to suport Smart LCD switches between␊ |
| 63 | always refresh and event-driven refresh . <zyliu@ingenic.cn>␊ |
| 64 | ␊ |
| 65 | 2008.04.01:␊ |
| 66 | ␊ |
| 67 | * Support multi-framebuffers, update files:␊ |
| 68 | ␉drivers/video/Kconfig, add: CONFIG_JZLCD_FRAMEBUFFER_MAX=1␊ |
| 69 | ␉drivers/video/jzlcd.h␊ |
| 70 | ␉drivers/video/jzlcd.c␊ |
| 71 | ␉arch/mips/configs/pavo_defconfig, add: CONFIG_JZLCD_FRAMEBUFFER_MAX=1␊ |
| 72 | <lgwang@ingenic.cn>␊ |
| 73 | ␊ |
| 74 | 2008.03.29:␊ |
| 75 | ␊ |
| 76 | * Modified sound/soc/jz4740/jz4740-i2s.c to support 32KHz PCM sample. <cjfeng@ingenic.cn>␊ |
| 77 | ␊ |
| 78 | 2008.03.28␊ |
| 79 | ␊ |
| 80 | * Ported new mtd-utils and mkfs.ubifs. <yrtan@ingenic.cn>␊ |
| 81 | ␊ |
| 82 | 2008.03.27␊ |
| 83 | ␊ |
| 84 | * board_fuwa.h, change GPIO_DISP_OFF_N to GPD25. <lgwang@ingenic.cn>␊ |
| 85 | * Added lyra_defconfig for JZ4740 LYRA (MP4) board. <zyliu@ingenic.cn>␊ |
| 86 | ␊ |
| 87 | 2008.03.24:␊ |
| 88 | ␊ |
| 89 | * Added jzslcd.c for Smart LCD framebuffer driver. <zyliu@ingenic.cn>␊ |
| 90 | * Modified rtc_jz.c to use some functions in rtc library instead of our function. ␊ |
| 91 | <cjfeng@ingenic.cn>␊ |
| 92 | * Added jz_keypad.c and gpio_keys.c for scan keypad drivers. <cjfeng@ingenic.cn>␊ |
| 93 | ␊ |
| 94 | 2008.03.19:␊ |
| 95 | ␊ |
| 96 | * Added block-jz.c to support block device layer on top of ubi.␊ |
| 97 | <yrtan@ingenic.cn>␊ |
| 98 | ␊ |
| 99 | 2008.03.17:␊ |
| 100 | ␊ |
| 101 | * Modified jz4740_udc.c to enable the suspend irq when host unloads us.␊ |
| 102 | <jlwei@ingenic.cn>␊ |
| 103 | * pavo_defconfig: select CONFIG_WIRELESS_EXT, CONFIG_PNP and CONFIG_SERIAL_8250_PNP.␊ |
| 104 | <lgwang@ingenic.cn>␊ |
| 105 | ␊ |
| 106 | 2008.03.14:␊ |
| 107 | ␊ |
| 108 | * Modified jz_ts.c jz_ts.h and sadc.c to release CPU by interrupt mode instead of pio mode. ␊ |
| 109 | <cjfeng@ingenic.cn>␊ |
| 110 | ␊ |
| 111 | 2008.03.13:␊ |
| 112 | ␊ |
| 113 | * Fixed a bug in jz4740_udc.c and jz4730_udc.c during rmmod the driver. ␊ |
| 114 | <cjfeng@ingenic.cn>␊ |
| 115 | ␊ |
| 116 | 2008.03.10:␊ |
| 117 | ␊ |
| 118 | * Modified jz_i2s.c to fix the jz_audio_release(). <cjfeng@ingenic.cn>␊ |
| 119 | ␊ |
| 120 | 2008.03.08:␊ |
| 121 | ␊ |
| 122 | * Fixed udc_hotplug.c to avoid the "unexpected IRQ". <jlwei@ingenic.cn>␊ |
| 123 | * Fixed jz4740/cpufreq.c of calculating the new_mclk. <lhhuang@ingenic.cn>␊ |
| 124 | ␊ |
| 125 | 2008.03.05:␊ |
| 126 | ␊ |
| 127 | * Modified drivers/video/console/fbcon.c by adding fb_flashcursor selection.␊ |
| 128 | <lgwang@ingenic.cn>␊ |
| 129 | ␊ |
| 130 | 2008.03.04:␊ |
| 131 | ␊ |
| 132 | * Initial release.␊ |
| 133 | |