- 03 Jan, 2006 10 commits
-
-
Dirk Behme authored
Check the flash timings on OSK to avoid problems with jffs2. Some versions of uboot set incorrect timings.
-
Komal Shah authored
Attached patch uses "struct platform_driver" and kmalloc->kzalloc. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
George G. Davis authored
Some folks have reported "serial console corruption" issues when using the current omap_h3_1710_defconfig due to CONFIG_DEBUG_LL=y. This patch disables CONFIG_DEBUG_LL since it's rarely required and only serves to confuse some folks when they observe "serial console corruption" while using the defconfig.
-
Dirk Behme authored
OSS L/R Channel Interchange fix as proposed by Ajaya Babu Anne <anneajaya_at_gmail.com> Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
This patch from Juha Yrjola adds two missing USB clocks. Please note that CONFIG_OMAP_RESET_CLOCKS may still need to be disabled in .config for USB to work on some platforms (OSK).
-
Dirk Behme authored
arch/arm/mach-omap1/pm.c: In function do_sleep' if CONFIG_OMAP_MPU_TIMER is defined. Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Todd Poynor authored
Fix OMAP touchscreen timer restart BUG. kernel BUG at include/linux/timer.h:83! [<c002ac60>] (__bug+0x0/0x58) from [<c01a3fbc>] (omap_ts_handler+0x60/0x78) [<c01a3f5c>] (omap_ts_handler+0x0/0x78) from [<c00269fc>] (__do_irq+0x4c/0x8c) which is: static inline void add_timer(struct timer_list *timer) { BUG_ON(timer_pending(timer)); __mod_timer(timer, timer->expires); Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Brian Swetland authored
- register an "omap-keypad" device so that the keypad driver actually gets probed - initialize kp_tasklet.data so that we don't crash the first time the keypad tasklet runs
-
Todd Poynor authored
Fix fb driver miscompile
-
Todd Poynor authored
Fix audio driver miscompile
-
- 02 Jan, 2006 2 commits
-
-
Imre Deak authored
Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
Imre Deak authored
If the multiplier is large enough the result may not fit in 32 bits. Use a 64-bit scratch variable and 64-bit division instead.
-
- 21 Dec, 2005 1 commit
-
-
Juha Yrjola authored
Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
- 20 Dec, 2005 3 commits
-
-
Todd Poynor authored
Set pixel clock to 12000, disable usage of the pcd field. Tux logo appears fine and so does IceWM under Xfbdev. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
Brian Swetland authored
Some LCD panels require the pixel clock to be active before being able to enable them. Signed-off-by: Brian Swetland <swetland@google.com> Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
Komal Shah authored
A previous patch mistakenly renamed the watchdog driver's driver_name. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
- 09 Dec, 2005 1 commit
-
-
Juha Yrjola authored
-
- 08 Dec, 2005 2 commits
-
-
Juha Yrjola authored
Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
Juha Yrjola authored
CBUS is the bus that Energy Management ASICs are connected to on some Nokia mobile devices. Added support for CBUS and two EM ASIC drivers. Also added board config structures for some of the Nokia 770 drivers.
-
- 02 Dec, 2005 8 commits
-
-
Tony Lindgren authored
-
Tony Lindgren authored
-
Komal Shah authored
omap-rtc: Use struct platform_driver Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
oss/omap-audio: Use struct platform_driver and compilation fix. Used __SEMAPHORE_INIT(name,count) instead of DECLARE_MUTEX(). Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
alsa/omap-audio: Use struct platform_driver Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
NAND: Use struct platform_driver Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
TOUCHSCREEN: Use struct platform_driver Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Both clock.c and pm.c will need to access the memory timings
-
- 01 Dec, 2005 4 commits
-
-
Linus Torvalds authored
-
Tony Lindgren authored
Cosmetic move of PM higher up in the Makefile
-
Tony Lindgren authored
Move omap1 PM support to arch/arm/mach-omap1
-
Tony Lindgren authored
This patch is based on the Nokia 770 PM code available at: http://repository.maemo.org/pool/maemo1.1rc7/free/source/k/kernel-source-2.6.12.3/
-
- 30 Nov, 2005 9 commits
-
-
Steve French authored
-
Ladislav Michl authored
NAND flash driver model
-
Linus Torvalds authored
This reverts commit c9d6073f. It was totally bogus. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Linus Torvalds authored
This is what a lot of drivers will actually want to use to insert individual pages into a user VMA. It doesn't have the old PageReserved restrictions of remap_pfn_range(), and it doesn't complain about partial remappings. The page you insert needs to be a nice clean kernel allocation, so you can't insert arbitrary page mappings with this, but that's not what people want. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Linus Torvalds authored
-
Egbert Eich authored
This fixes a NULL pointer reference in DRM. The SiS driver tries to allocate a big chunk of memory, but the return value is never checked. Reported in Novell bugzilla #132271: https://bugzilla.novell.com/show_bug.cgi?id=132271Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Steve French authored
Signed-off-by: Steve French <sfrench@us.ibm.com>
-
David Brownell authored
Rename the EHCI "reset" routine so it better matches what it does (setup); and move the one-time data structure setup earlier, before doing anything that implicitly relies on it having been completed already. From: David Brownell <david-b@pacbell.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Benjamin Herrenschmidt authored
This patch closes the IRQ race and makes various other OHCI & EHCI code path safer vs. suspend/resume. I've been able to (finally !) successfully suspend and resume various Mac models, with or without USB mouse plugged, or plugging while asleep, or unplugging while asleep etc... all without a crash. Alan, please verify the UHCI bit I did, I only verified that it builds. It's very simple so I wouldn't expect any issue there. If you aren't confident, then just drop the hunks that change uhci-hcd.c I also made the patch a little bit more "safer" by making sure the store to the interrupt register that disables interrupts is not posted before I set the flag and drop the spinlock. Without this patch, you cannot reliably sleep/wakeup any recent Mac, and I suspect PCs have some more sneaky issues too (they don't frankly crash with machine checks because x86 tend to silently swallow PCI errors but that won't last afaik, at least PCI Express will blow up in those situations, but the USB code may still misbehave). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-