First  |  Prev |  Next  |  Last
Pages: 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430
[PATCH] fix warning: us_to_pm_timer_ticks defined but not used
Move it under the same ifdef as its sole caller is. Signed-off-by: Florian Mickler <florian(a)mickler.org> --- drivers/acpi/processor_idle.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c index b1b3856..8525070 1006... 23 Jul 2010 12:32
hw-breakpoints, kgdb, x86: add a flag topassDIE_DEBUG notification
On 07/23/2010 09:07 AM, Frederic Weisbecker wrote: On Fri, Jul 23, 2010 at 08:19:54AM -0500, Jason Wessel wrote: On 07/23/2010 08:04 AM, Frederic Weisbecker wrote: The patch may or may not be the right way to solve the problem. It is worth noting that early breakpoints are handled separa... 23 Jul 2010 12:32
[PATCH 11/11] viafb: fix accel_flags check_var bug
viafb: fix accel_flags check_var bug In check_var we should check and modify the var given and not the one which is currently active. So this code was obviously wrong. Probably this was doing no harm because all acceleration functions also check whether acceleration is possible. (otherwise I would expect this to... 23 Jul 2010 12:32
[PATCH 10/11] viafb: probe cleanups
viafb: probe cleanups Removal of strange special cases that must not exist as well as a useless check. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> Cc: Joseph Chan <JosephChan(a)via.com.tw> --- drivers/video/via/viafbdev.c | 27 +++------------------------ 1 files changed, 3 insertion... 23 Jul 2010 12:32
[PATCH 06/11] viafb: simplify lcd size "detection"
viafb: simplify lcd size "detection" Remove all occurences of get_lcd_size_method as only the values GET_LCD_SIZE_BY_VGA_BIOS and GET_LCD_SIZE_BY_USER_SETTING were used which had the identical code so there is no need to make things look more complicated than they actually are. Just a bit of of cleanup, really n... 23 Jul 2010 12:32
[PATCH 05/11] viafb: fix PCI table
viafb: fix PCI table This patch fixes an oddity in the device table where the P4M890 ID was assigned with the enumeration value of CN700 which itself was missing. This is a regression introduced by "viafb: make viafb a first-class citizen using pci_driver" While at it reorder the table to reflect the order of... 23 Jul 2010 12:31
[PATCH 07/11] viafb: PLL value cleanup
viafb: PLL value cleanup This is a big change of how PLL values are handled on the road to dynamic PLL value generation. The table was converted automatically in the relevant parameters for frequency generation. Sadly there were some bits set whose meaning is unknown. Those differences are documented but ignored... 23 Jul 2010 12:31
musb: move usb_add_hcd to the core init code from gadget code (v2)
Hello. Bryan Wu wrote: BugLink: http://bugs.launchpad.net/bugs/608312 v2: fix the building error on latest 2.6.35-rc kernel, since v1 was generated in 2.6.33 kernel. The remarks about patch changes should follow the --- tear line. v1: usb_add_hcd was only called when we insmod the gadg... 9 Aug 2010 10:06
[PATCH 6/6] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount [ver #2]
This is an update required because the first patch in the series was also altered in the same area. David --- From: David Howells <dhowells(a)redhat.com> Subject: [PATCH] Add an AT_NO_AUTOMOUNT flag to suppress terminal automount Add an AT_NO_AUTOMOUNT flag to suppress terminal automounting of directories wi... 23 Jul 2010 11:23
pci: Allow read/write access to sysfs I/O port resources
On Mon, 2010-07-19 at 09:45 -0600, Alex Williamson wrote: PCI sysfs resource files currently only allow mmap'ing. On x86 this works fine for memory backed BARs, but doesn't work at all for I/O port backed BARs. Add read/write to I/O port PCI sysfs resource files to allow userspace access to these device r... 30 Jul 2010 12:59
First  |  Prev |  Next  |  Last
Pages: 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430