- 11 Oct, 2005 10 commits
-
-
Tony Lindgren authored
Removed rename watchdog files
-
Tony Lindgren authored
Fixed compile for omap1
-
Komal Shah authored
Added 24xx watchdog support Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Not sure if this has to be fixed in pcmcia code or our omap_cf.c, but with patch in attachment I now get: => Instert CF card into OSK: # hda: TOSHIBA THNCF256MDG, CFA DISK drive ide0 at 0xc2852000-0xc2852007,0xc285200e on irq 222 hda: max request size: 128KiB hda: 500736 sectors (256 MB) w/2KiB Cache, CHS=978/16/32 hda: cache flushes not supported hda: hda1 ide-cs: hda: Vcc = 3.3, Vpp = 0.0 # mount -t vfat /dev/hda1 /mount hda: hda1 #
-
Todd Poynor authored
A first cut at OMAP730 system suspend/resume. I've only tried keypad wakeup, which fails to wake up. /proc/interrupts shows no interrupts from that device, so some P2 keypad fix is needed. But this might be a start. Could work harder to avoid duplicated/ifdefed code for OMAP16xx vs. OMAP730. --- snip --- OMAP730 PM system suspend/resume core. Based on code by Dave Peverley, Dirk Behme, a.o. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Todd Poynor authored
pm_message_t conversion for OMAP RTC suspend; compile warning fix. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Todd Poynor authored
DSP suspend/resume callbacks don't ref uninitialized clock handles on unsupported boards or after other errors. Avoid lockup at system suspend. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Todd Poynor authored
Must... have.. blinky... LEDs... on OMAP730 P2... Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Ladislav Michl authored
OMAP1510 USB compile fix
-
Komal Shah authored
Added OMAP24xx RNG support
-
- 06 Oct, 2005 2 commits
-
-
Kevin Hilman authored
First attempt used #elifdef which is not a real directive. Signed-off-by: Kevin Hilman <kevin@hilman.org>
-
Kevin Hilman authored
-
- 05 Oct, 2005 3 commits
-
-
Tony Lindgren authored
-
Komal Shah authored
2420 defconfig with MTD support.
-
Ladislav Michl authored
Umm, I forgot to delete unused variable 'flags'. Once there lets kill all warning about unused variables in omap code :)
-
- 04 Oct, 2005 4 commits
-
-
Tony Lindgren authored
Make smc91x work on H4
-
Tony Lindgren authored
-
Tony Lindgren authored
Tabified
-
Richard Woodruff authored
Attached is a patch which does work. I went ahead and cleaned up the bypass table entry for PRCM VIII. Before it was using a shared entry which wasn't quite like a boot reset.
-
- 03 Oct, 2005 19 commits
-
-
Tony Lindgren authored
-
Tony Lindgren authored
Fixed mach-omap2/clock.h formatting
-
Anderson Lizardo authored
The attached patch fixes a problem noticed when compiling the kernel for the OSK 5912 board using default config: make omap_osk_5912_defconfig make uImage
-
Tony Lindgren authored
Update H4 defconfig for MMC
-
Tony Lindgren authored
Remove unnecesssary MMC debug printk
-
Jarkko Lavinen authored
I see ATP and Transcend cards failing repeatedly in the card select command (CMD7) due to illegal instruction after CMD2. Doing an extra status inquiry when leaving the card identification mode seems to fix this problem. This bug occured when opening the mmc cover with mounted card inside and closing the cover again. This will cause detection of any new cards in the card detection mode and ATP and Transcend cards get confused. I don't know why only ATP and Transcend have this problem and why doing status inquiry helps. Status inquiry command CMD13 is neutral and is claimed to not chnage the card state in the MMC spec. The order of commands must be CMD13 first, then CMD7. CMD13 fails also due to illegal instruction error after CMD2 but after this the card is back to its senses. If CMD7 is run first, and CMD13 once CMD7 is seen failing, this fails to bring the card back to its senses. Then the CMD7 fails repeatedly due to command timeout before and after CMD13. The attached patch does the extra probing in mmc_setup() during low clock which is perhaps an overkill. One could do it also in mmc_rescan() after switching back to higher clock.
-
Tony Lindgren authored
Add MMC support for 24xx
-
Tony Lindgren authored
Add support for 24xx Menelaus I2C PM chip. Based on TI's 2.6.9 code.
-
Tony Lindgren authored
This patch cleans up i2c-omap.c more for inclusion in the mainline kernel, and adds support for both I2C interfaces on OMAP 24xx.
-
Komal Shah authored
Moved UART clock initialisation code from clock.c to serial.c Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Beautify include order in system.h
-
Tony Lindgren authored
Moved prcm.h to include, changed system.h to use it
-
Tony Lindgren authored
Changed OMAP_GPIO_IRQ() macro to allow higher GPIO interrupts
-
Tony Lindgren authored
Change h4 smc91x init to use mux api
-
Tony Lindgren authored
Improved omap2 arch_reset code based on Richard's code
-
Tony Lindgren authored
-
Ladislav Michl authored
Below is patch fixing soft lockup in clocks. clockfw_lock is already held in clk_set_rate when calling omap1_clk_set_rate, no need to lock it again.
-
Tony Lindgren authored
-
Komal Shah authored
Flash support for OMAP24xx Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 30 Sep, 2005 2 commits
-
-
Komal Shah authored
Flash support for OMAP24xx Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Mux additions and clean-up for omap2
-