- 20 May, 2008 1 commit
-
-
邱宗炽 authored
-
- 19 May, 2008 1 commit
-
-
邱宗炽 authored
Change follow the davinci RBL, in linux nand driver.
-
- 16 May, 2008 1 commit
-
-
张青山(steven.zhang) authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
- 15 May, 2008 1 commit
-
-
张青山(steven.zhang) authored
-
- 14 May, 2008 4 commits
-
-
张青山(steven.zhang) authored
-
张青山(steven.zhang) authored
-
吴智聪(John Wu) authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
吴智聪(John Wu) authored
-
- 09 May, 2008 1 commit
-
-
张青山(steven.zhang) authored
-
- 04 May, 2008 1 commit
-
-
张青山(steven.zhang) authored
-
- 25 Apr, 2008 2 commits
-
-
张青山(steven.zhang) authored
-
张青山(steven.zhang) authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
- 24 Apr, 2008 1 commit
-
-
张青山(steven.zhang) authored
-
- 22 Apr, 2008 2 commits
- 18 Apr, 2008 1 commit
-
-
张青山(steven.zhang) authored
-
- 15 Apr, 2008 2 commits
- 14 Apr, 2008 2 commits
-
-
吴智聪John authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
吴智聪John authored
-
- 10 Apr, 2008 2 commits
-
-
Terry.Qiu authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
Frank Xue authored
-
- 09 Apr, 2008 2 commits
-
-
Terry.Qiu authored
auto genarate the uImage and install it into images.
-
Frank Xue authored
Move IRQ workqueue init before request_irq, otherwise host SUSPEND irq will call schedule_work() and BUG_ON() will fire because musb_irq_work did not initialised. Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
- 08 Apr, 2008 11 commits
-
-
Frank Xue authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Frank Xue authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
steven.zhang authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
steven.zhang authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
- modified: arch/arm/mach-davinci/Kconfig modified: arch/arm/mach-davinci/Makefile Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
- modified: drivers/char/davinci_resizer.c modified: drivers/char/davinci_resizer_hw.c modified: include/asm-arm/arch-davinci/davinci_resizer.h Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
- this does not build yet. modified: drivers/char/Kconfig modified: drivers/char/Makefile new file: drivers/char/davinci_resizer.c new file: drivers/char/davinci_resizer_hw.c new file: include/asm-arm/arch-davinci/davinci_resizer.h new file: include/asm-arm/arch-davinci/davinci_resizer_hw.h Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
Michael Gao authored
Signed-off-by: Terry.Qiu <tqiu@neuros.com.cn>
-
- 07 Feb, 2008 3 commits
-
-
Dirk Behme authored
This patch converts audio driver to use platform driver (and minor style changes). This fixes broken standby resume as reported in http://linux.omap.com/pipermail/davinci-linux-open-source/2008-January/004919.html Switching to platform_driver, the driver suspends and resumes properly now. platform_resume_early() doesn't call uninitialized tasklet worker function audio_dsr_handler() any more. From oops reported in link above: (audio_dsr_handler+0x0/0x7c) from [<c014f848>] (platform_resume_early+0x30) Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Dirk Behme authored
To: davinci-linux-open-source@linux.davincidsp.com Date: Sat, 12 Jan 2008 07:39:48 +0100 This patch adds NAND driver to recent git. Tested on DM6446 DVEVM. It is mainly based on Sander Huijsen <Shuijsen@optelecom-nkf.com> work http://linux.omap.com/pipermail/davinci-linux-open-source/2007-December/004788.html and HW ECC changes from Troy Kisky <troy.kisky@boundarydevices.com> http://linux.omap.com/pipermail/davinci-linux-open-source/2008-January/004910.htmlSigned-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Dirk Behme authored
To: davinci-linux-open-source@linux.davincidsp.com Date: Sat, 12 Jan 2008 07:39:33 +0100 This patch exports davinci_mux_peripheral() to be used in modules. Needed to compile NAND driver as module. Thanks to Kevin for the hint! Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
- 25 Oct, 2007 2 commits
-
-
Bernard Blackham authored
Thanks to Andrew's detective work, the issue became rather obvious. The PHY detection code looked at the LINK register instead of the ALIVE register for detecting the presence of a PHY. Andrew confirmed that this patch fixed his issue. Signed-off-by: Bernard Blackham <bernard@largestprime.net> Signed-off-by: Andrew Armstrong <andrewa@ovation.co.uk> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Bernard Blackham authored
This is a forward port of the SD/MMC driver from the latest LSP, melded into linux-2.6.23-git. I've tried to keep the style updates that were merged recently. I've fixed the exit code (in davinci_mmcsd_exit) to release clocks, and some failure paths in davinci_mmcsd_init. The driver as is performs ~6MB/s reads and ~1MB/s writes with a block size of 512k (i.e. still needs help!). This patch just makes the driver usable again. Signed-off-by: Bernard Blackham <bernard@largestprime.net> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-