From: Xiangfu Liu <xiangf...@gmail.com>

Hi Lars

those two patches is for update the ben nanonote to linux-3.0
most of the kernel code is from the qi-kernel.git[1].

compare to 2.6.38, the most different maybe is 
'0024-forward-code-to-linux-3.0.patch'
help me review those code, please conside merge to upstream

thanks Lars
xiangfu

[1] http://projects.qi-hardware.com/index.php/p/qi-kernel/


Xiangfu Liu (2):
  ben nanonote: forward patches to linux-3.0
  xburst jz4740: update the soc config-3.0

 target/linux/xburst/Makefile                       |    2 +-
 target/linux/xburst/config-3.0                     |  269 +
 .../patches-3.0/0001-JZ4740-cache-quirks.patch     |  339 +
 .../patches-3.0/0002-Add-n516-board-support.patch  |  679 ++
 .../patches-3.0/0003-Add-n526-board-support.patch  |  368 +
 .../0004-MIPS-JZ4740-Add-id800wt-board.patch       |  206 +
 .../0005-Add-N516-sound-SoC-board-driver.patch     |  352 +
 .../patches-3.0/0006-Add-n516-lpc-driver.patch     |  520 ++
 .../0007-Add-N526-sound-SoC-board-driver.patch     |  219 +
 .../0008-i2c-Add-i2c-driver-for-JZ47XX-SoCs.patch  |  482 +
 .../0009-MIPS-JZ4740-Fix-i2c-driver-name.patch     |   29 +
 ...adc-Add-support-for-the-touchscreen-part-.patch |   71 +
 ...Add-touchscreen-driver-for-the-JZ4740-SoC.patch |  389 +
 .../patches-3.0/0012-Add-ili8960-lcd-driver.patch  |  314 +
 .../patches-3.0/0013-Add-jz4740-udc-driver.patch   | 2381 +++++
 ...-notifier-Call-notifier-callbacks-prior-t.patch |   42 +
 .../patches-3.0/0015-500-modifier-keys.patch.patch |  657 ++
 .../0016-850-ks7010-support.patch.patch            |   66 +
 .../patches-3.0/0017-900-add-openwrt-logo.patch    | 9744 ++++++++++++++++++++
 ...d-only-the-vid-header-instead-of-the-whol.patch |   25 +
 ...Optimize-NAND_ECC_HW_OOB_FIRST-read.patch.patch |   44 +
 ...d-support-for-subpage-reads-for-NAND_ECC_.patch |  150 +
 ...timize-reading-the-eec-data-for-the-JZ474.patch |   58 +
 ...-t-use-3-wire-spi-mode-for-the-display-fo.patch |   25 +
 .../0023-qi_lb60-NAND-add-data-partition.patch     |   31 +
 .../0024-forward-code-to-linux-3.0.patch           | 1275 +++
 .../0025-Update-to-new-platform-code.patch         |   25 +
 .../patches-3.0/0026-sound-update-DMA-code.patch   |   88 +
 .../patches-3.0/0027-Add-DEVMEM-support.patch      |  117 +
 .../patches-3.0/0028-Add-cpufreq-support.patch     |  425 +
 .../patches-3.0/0029-Add-new-jz4740_lcd.h.patch    |  208 +
 target/linux/xburst/qi_lb60/config-3.0             |   38 +
 32 files changed, 19637 insertions(+), 1 deletions(-)
 create mode 100644 target/linux/xburst/config-3.0
 create mode 100644 
target/linux/xburst/patches-3.0/0001-JZ4740-cache-quirks.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0002-Add-n516-board-support.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0003-Add-n526-board-support.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0004-MIPS-JZ4740-Add-id800wt-board.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0005-Add-N516-sound-SoC-board-driver.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0006-Add-n516-lpc-driver.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0007-Add-N526-sound-SoC-board-driver.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0008-i2c-Add-i2c-driver-for-JZ47XX-SoCs.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0009-MIPS-JZ4740-Fix-i2c-driver-name.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0010-MFD-jz4740-adc-Add-support-for-the-touchscreen-part-.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0011-input-Add-touchscreen-driver-for-the-JZ4740-SoC.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0012-Add-ili8960-lcd-driver.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0013-Add-jz4740-udc-driver.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0014-Framebuffer-notifier-Call-notifier-callbacks-prior-t.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0015-500-modifier-keys.patch.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0016-850-ks7010-support.patch.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0017-900-add-openwrt-logo.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0018-901-ubi-Read-only-the-vid-header-instead-of-the-whol.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0019-902-NAND-Optimize-NAND_ECC_HW_OOB_FIRST-read.patch.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0020-903-NAND-Add-support-for-subpage-reads-for-NAND_ECC_.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0021-904-NAND-Optimize-reading-the-eec-data-for-the-JZ474.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0022-qi_lb60-Don-t-use-3-wire-spi-mode-for-the-display-fo.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0023-qi_lb60-NAND-add-data-partition.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0024-forward-code-to-linux-3.0.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0025-Update-to-new-platform-code.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0026-sound-update-DMA-code.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0027-Add-DEVMEM-support.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0028-Add-cpufreq-support.patch
 create mode 100644 
target/linux/xburst/patches-3.0/0029-Add-new-jz4740_lcd.h.patch
 create mode 100644 target/linux/xburst/qi_lb60/config-3.0

-- 
1.7.4.1

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to