- 03 Jan, 2006 2 commits
-
-
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 17 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>
-
Dave Jones authored
Reported as working in Fedora bugzilla by Petr. From: Petr Tuma <petr.tuma@mff.cuni.cz> Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Alan Stern authored
This patch (as611) fixes a minor mistake and misspelling in the USB documentation. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Grant Coady authored
G'day Albert, Andrew, commit 4fb80634d30f5e639a92b78c8f215f96a61ba8c7 Author: Albert Lee <albertcc@tw.ibm.com> Date: Thu May 12 15:49:21 2005 -0400 duplicates symbols already appearing in pci_ids.h, appended patch removes them again :o) From: Grant Coady <gcoady@gmail.com> pci_ids: commit 4fb80634d30f5e639a92b78c8f215f96a61ba8c7 duplicated a couple existing symbols in pci_ids.h, remove them. Signed-off-by: Grant Coady <gcoady@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Jean Delvare authored
1. This patch add check for fan4,5,6,7 and do not create device file if their pins are not configured as fan. 2. Fix the issue that can not set fan divisor to 128. 3. Fix the index out of bounds bug in w83792d_detect function. Signed-off-by: Yuan Mu <ymu@winbond.com.tw> Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
Steve French authored
Signed-off-by: Steve French <sfrench@us.ibm.com>
-
Steve French authored
-
Steve French authored
the request queue. Also periodically wakeup response_q so threads can check if stuck requests have timed out. Workaround Windows server illegal smb length on transact2 findfirst response. Signed-off-by: Steve French <sfrench@us.ibm.com>
-
Steve French authored
disabled. Also set mode, uid, gid better on mkdir and create for the case when Unix Extensions is not enabled and setuids is enabled. This is necessary to fix the hole in which chown could be allowed for non-root users in some cases if root mounted, and also to display the mode and uid properly in some cases. Signed-off-by: Steve French <sfrench@us.ibm.com>
-