login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
21
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alex Chiang
Subject:
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
Date: Friday, March 21, 2008 - 8:53 am
Hi Kenji-san,
quoted text
> I've reviewed and tested the latest version of Alex's "introduce > pci_slot" series > > But on the other hand, I found some bugs and some codes need to > be changed.
Thank you very much for the review and patches! I will get started on reviewing / merging / testing these as soon as I can, and will respond to each patch individually. Thanks! /ac --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Alex Chiang
, (Tue Mar 18, 2:05 pm)
[PATCH 1/3] Construct one fakephp slot per pci slot
, Alex Chiang
, (Tue Mar 18, 2:08 pm)
[PATCH 2/3] Introduce pci_slot
, Alex Chiang
, (Tue Mar 18, 2:09 pm)
[PATCH 3/3] ACPI PCI slot detection driver
, Alex Chiang
, (Tue Mar 18, 2:09 pm)
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Matthew Wilcox
, (Tue Mar 18, 5:55 pm)
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Alex Chiang
, (Tue Mar 18, 6:52 pm)
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Kenji Kaneshige
, (Tue Mar 18, 7:24 pm)
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Kenji Kaneshige
, (Tue Mar 18, 7:34 pm)
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Kenji Kaneshige
, (Thu Mar 20, 9:07 pm)
[PATCH 1/16][BUG] Export kobject_rename for pci_hotplug_c ...
, Kenji Kaneshige
, (Thu Mar 20, 9:09 pm)
[PATCH 2/16] ACPI pci_slot: Fix dmi table for Fujitsu PRI ...
, Kenji Kaneshige
, (Thu Mar 20, 9:10 pm)
[PATCH 3/16][BUG] ACPI pci_slot: Fix _STA evaluation (Not ...
, Kenji Kaneshige
, (Thu Mar 20, 9:11 pm)
[PATCH 4/16][BUG] PCI slot: Add missing semaphore for slo ...
, Kenji Kaneshige
, (Thu Mar 20, 9:12 pm)
[PATCH 5/16] PCI slot: Use list_head for pci slot list (N ...
, Kenji Kaneshige
, (Thu Mar 20, 9:13 pm)
[PATCH 6/16][BUG] ACPI pci_slot: Fix slot removal path (N ...
, Kenji Kaneshige
, (Thu Mar 20, 9:14 pm)
[PATCH 7/16][BUG] PCI slot: Remove compiler warnings (Not ...
, Kenji Kaneshige
, (Thu Mar 20, 9:14 pm)
[PATCH 8/16][BUG] PCI slot: Fix invalid memory access (No ...
, Kenji Kaneshige
, (Thu Mar 20, 9:15 pm)
[PATCH 9/16] PCI slot: Remove unused slot member from pci ...
, Kenji Kaneshige
, (Thu Mar 20, 9:16 pm)
[PATCH 10/16] PCI slot: Replace dbg with pr_debug (Not for ...
, Kenji Kaneshige
, (Thu Mar 20, 9:17 pm)
[PATCH 11/16] PCI slot: Remove useless release handler (No ...
, Kenji Kaneshige
, (Thu Mar 20, 9:18 pm)
[PATCH 12/16] PCI slot: Use .default_attrs for address fil ...
, Kenji Kaneshige
, (Thu Mar 20, 9:19 pm)
[PATCH 13/16] PCI slot: Fix return value of pci_create_slo ...
, Kenji Kaneshige
, (Thu Mar 20, 9:23 pm)
[PATCH 14/16] PCI slot: Change return value of pci_destroy ...
, Kenji Kaneshige
, (Thu Mar 20, 9:26 pm)
[PATCH 15/16] PCI slot: Trivial cleanups for slot.c (Not f ...
, Kenji Kaneshige
, (Thu Mar 20, 9:26 pm)
[PATCH 16/16][BUG] PCI hotplug core: add missing lock for ...
, Kenji Kaneshige
, (Thu Mar 20, 9:27 pm)
Re: [PATCH 0/3, v10] PCI, ACPI: Physical PCI slot objects
, Alex Chiang
, (Fri Mar 21, 8:53 am)
Re: [PATCH 1/16][BUG] Export kobject_rename for pci_hotpl ...
, Alex Chiang
, (Fri Mar 21, 8:56 am)
Re: [PATCH 2/16] ACPI pci_slot: Fix dmi table for Fujitsu ...
, Alex Chiang
, (Fri Mar 21, 9:04 am)
Re: [PATCH 1/16][BUG] Export kobject_rename for pci_hotpl ...
, Greg KH
, (Fri Mar 21, 9:15 am)
Re: [PATCH 3/16][BUG] ACPI pci_slot: Fix _STA evaluation ( ...
, Alex Chiang
, (Fri Mar 21, 9:17 am)
Re: [PATCH 1/16][BUG] Export kobject_rename for pci_hotpl ...
, Alex Chiang
, (Fri Mar 21, 9:45 am)
Re: [PATCH 4/16][BUG] PCI slot: Add missing semaphore for ...
, Alex Chiang
, (Fri Mar 21, 9:57 am)
Re: [PATCH 5/16] PCI slot: Use list_head for pci slot lis ...
, Alex Chiang
, (Fri Mar 21, 11:40 am)
Re: [PATCH 9/16] PCI slot: Remove unused slot member from ...
, Matthew Wilcox
, (Fri Mar 21, 12:30 pm)
Re: [PATCH 10/16] PCI slot: Replace dbg with pr_debug (Not ...
, Matthew Wilcox
, (Fri Mar 21, 12:30 pm)
Re: [PATCH 12/16] PCI slot: Use .default_attrs for address ...
, Matthew Wilcox
, (Fri Mar 21, 12:32 pm)
Re: [PATCH 14/16] PCI slot: Change return value of pci_des ...
, Matthew Wilcox
, (Fri Mar 21, 12:32 pm)
Re: [PATCH 15/16] PCI slot: Trivial cleanups for slot.c (N ...
, Matthew Wilcox
, (Fri Mar 21, 12:33 pm)
Re: [PATCH 6/16][BUG] ACPI pci_slot: Fix slot removal pat ...
, Alex Chiang
, (Fri Mar 21, 12:42 pm)
Re: [PATCH 7/16][BUG] PCI slot: Remove compiler warnings ( ...
, Alex Chiang
, (Fri Mar 21, 1:01 pm)
Re: [PATCH 8/16][BUG] PCI slot: Fix invalid memory access ...
, Alex Chiang
, (Fri Mar 21, 1:01 pm)
Re: [PATCH 10/16] PCI slot: Replace dbg with pr_debug (Not ...
, Alex Chiang
, (Fri Mar 21, 1:02 pm)
Re: [PATCH 9/16] PCI slot: Remove unused slot member from ...
, Alex Chiang
, (Mon Mar 24, 1:29 pm)
Re: [PATCH 11/16] PCI slot: Remove useless release handler ...
, Alex Chiang
, (Mon Mar 24, 8:08 pm)
Re: [PATCH 12/16] PCI slot: Use .default_attrs for address ...
, Alex Chiang
, (Mon Mar 24, 8:31 pm)
Re: [PATCH 13/16] PCI slot: Fix return value of pci_create ...
, Alex Chiang
, (Mon Mar 24, 8:31 pm)
Re: [PATCH 14/16] PCI slot: Change return value of pci_des ...
, Alex Chiang
, (Mon Mar 24, 8:31 pm)
Re: [PATCH 15/16] PCI slot: Trivial cleanups for slot.c (N ...
, Alex Chiang
, (Mon Mar 24, 8:31 pm)
Re: [PATCH 16/16][BUG] PCI hotplug core: add missing lock ...
, Alex Chiang
, (Mon Mar 24, 8:31 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Ke