4 * Support multi-framebuffers, update files:
5 drivers/video/Kconfig, add: CONFIG_JZLCD_FRAMEBUFFER_MAX=1
8 arch/mips/configs/pavo_defconfig, add: CONFIG_JZLCD_FRAMEBUFFER_MAX=1
13 * Modified sound/soc/jz4740/jz4740-i2s.c to support 32KHz PCM sample. <cjfeng@ingenic.cn>
17 * Ported new mtd-utils and mkfs.ubifs. <yrtan@ingenic.cn>
21 * board_fuwa.h, change GPIO_DISP_OFF_N to GPD25. <lgwang@ingenic.cn>
22 * Added lyra_defconfig for JZ4740 LYRA (MP4) board. <zyliu@ingenic.cn>
26 * Added jzslcd.c for Smart LCD framebuffer driver. <zyliu@ingenic.cn>
27 * Modified rtc_jz.c to use some functions in rtc library instead of our function.
29 * Added jz_keypad.c and gpio_keys.c for scan keypad drivers. <cjfeng@ingenic.cn>
33 * Added block-jz.c to support block device layer on top of ubi.
38 * Modified jz4740_udc.c to enable the suspend irq when host unloads us.
40 * pavo_defconfig: select CONFIG_WIRELESS_EXT, CONFIG_PNP and CONFIG_SERIAL_8250_PNP.
45 * Modified jz_ts.c jz_ts.h and sadc.c to release CPU by interrupt mode instead of pio mode.
50 * Fixed a bug in jz4740_udc.c and jz4730_udc.c during rmmod the driver.
55 * Modified jz_i2s.c to fix the jz_audio_release(). <cjfeng@ingenic.cn>
59 * Fixed udc_hotplug.c to avoid the "unexpected IRQ". <jlwei@ingenic.cn>
60 * Fixed jz4740/cpufreq.c of calculating the new_mclk. <lhhuang@ingenic.cn>
64 * Modified drivers/video/console/fbcon.c by adding fb_flashcursor selection.