* [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays @ 2012-01-20 0:18 Holger Macht 2012-01-20 0:23 ` Holger Macht 2012-02-09 6:46 ` Lin Ming 0 siblings, 2 replies; 13+ messages in thread From: Holger Macht @ 2012-01-20 0:18 UTC (permalink / raw) To: linux-acpi, linux-scsi; +Cc: Matthew Garrett, James Bottomley, Jeff Garzik Patches 2 through 5 are just a refresh of the patches from Matthew Garrett sent to this list in September 2010 [1]: Patch 1 is a new patch incorporating the corrections from James Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and compensating changes after the first submission. All patches now contain the correct Signed-off-by instead of Acked-by tags. [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct acpi_bus_type [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree [PATCH 3/8] libata: Migrate ACPI code over to new bindings [PATCH 4/8] acpi: Add support for linking docks to the objects they contain [PATCH 5/8] libata: Add links between removable devices and docks [PATCH 6/8] libata: Generate and pass correct acpi handles [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock stations [PATCH 8/8] libata: Use correct PCI devices Regards, Holger [1] http://comments.gmane.org/gmane.linux.acpi.devel/47378 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-01-20 0:18 [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays Holger Macht @ 2012-01-20 0:23 ` Holger Macht 2012-01-21 13:55 ` James Bottomley 2012-02-09 6:46 ` Lin Ming 1 sibling, 1 reply; 13+ messages in thread From: Holger Macht @ 2012-01-20 0:23 UTC (permalink / raw) To: linux-acpi, linux-scsi; +Cc: Matthew Garrett, James Bottomley, Jeff Garzik On Fr 20. Jan - 01:18:18, Holger Macht wrote: > Patches 2 through 5 are just a refresh of the patches from Matthew > Garrett sent to this list in September 2010 [1]: I successfully faked the sender of the patches from Matthew (now it looks as they were sent by him) due to the use wrong use of git format-patch. Sorry for that, really wasn't intended. Hope this is not a problem. Regards, Holger > > Patch 1 is a new patch incorporating the corrections from James > Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my > test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and > compensating changes after the first submission. > > All patches now contain the correct Signed-off-by instead of Acked-by > tags. > > [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct acpi_bus_type > [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree > [PATCH 3/8] libata: Migrate ACPI code over to new bindings > [PATCH 4/8] acpi: Add support for linking docks to the objects they contain > [PATCH 5/8] libata: Add links between removable devices and docks > [PATCH 6/8] libata: Generate and pass correct acpi handles > [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock stations > [PATCH 8/8] libata: Use correct PCI devices > > Regards, > Holger > > [1] http://comments.gmane.org/gmane.linux.acpi.devel/47378 > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-01-20 0:23 ` Holger Macht @ 2012-01-21 13:55 ` James Bottomley 2012-01-21 14:00 ` Holger Macht 0 siblings, 1 reply; 13+ messages in thread From: James Bottomley @ 2012-01-21 13:55 UTC (permalink / raw) To: Holger Macht; +Cc: linux-acpi, linux-scsi, Matthew Garrett, Jeff Garzik On Fri, 2012-01-20 at 01:23 +0100, Holger Macht wrote: > On Fr 20. Jan - 01:18:18, Holger Macht wrote: > > Patches 2 through 5 are just a refresh of the patches from Matthew > > Garrett sent to this list in September 2010 [1]: > > I successfully faked the sender of the patches from Matthew (now it > looks as they were sent by him) due to the use wrong use of git > format-patch. Sorry for that, really wasn't intended. Hope this is not a > problem. Actually, it is; the way you sent them the first time: From: in the body is the correct way. If you go about faking the sender, you're likely to get rejected as spam if people do SPF checking. Plus it's a bit confusing for maintainers because I'd really like to know who sent the patch to verify the signoff chain. Other than this, it looks fine to me. James ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-01-21 13:55 ` James Bottomley @ 2012-01-21 14:00 ` Holger Macht 0 siblings, 0 replies; 13+ messages in thread From: Holger Macht @ 2012-01-21 14:00 UTC (permalink / raw) To: James Bottomley; +Cc: linux-acpi, linux-scsi, Matthew Garrett, Jeff Garzik On Sat 21. Jan - 07:55:00, James Bottomley wrote: > On Fri, 2012-01-20 at 01:23 +0100, Holger Macht wrote: > > On Fr 20. Jan - 01:18:18, Holger Macht wrote: > > > Patches 2 through 5 are just a refresh of the patches from Matthew > > > Garrett sent to this list in September 2010 [1]: > > > > I successfully faked the sender of the patches from Matthew (now it > > looks as they were sent by him) due to the use wrong use of git > > format-patch. Sorry for that, really wasn't intended. Hope this is not a > > problem. > > Actually, it is; the way you sent them the first time: From: in the > body is the correct way. If you go about faking the sender, you're > likely to get rejected as spam if people do SPF checking. Plus it's a > bit confusing for maintainers because I'd really like to know who sent > the patch to verify the signoff chain. Sure, I rather meant this like "hope it's not a problem this one time". It was by plain mistake because my mutt took the "From:" header as it should and I didn't notice. I also don't want people to send mails in my name, that's what the apology actually was for, directed to Matthew. > > Other than this, it looks fine to me. Thanks, Holger ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-01-20 0:18 [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays Holger Macht 2012-01-20 0:23 ` Holger Macht @ 2012-02-09 6:46 ` Lin Ming 2012-02-09 7:33 ` Holger Macht 1 sibling, 1 reply; 13+ messages in thread From: Lin Ming @ 2012-02-09 6:46 UTC (permalink / raw) To: Holger Macht Cc: linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht <holger@homac.de> wrote: > Patches 2 through 5 are just a refresh of the patches from Matthew > Garrett sent to this list in September 2010 [1]: > > Patch 1 is a new patch incorporating the corrections from James > Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my > test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and > compensating changes after the first submission. > > All patches now contain the correct Signed-off-by instead of Acked-by > tags. > > [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct acpi_bus_type > [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree > [PATCH 3/8] libata: Migrate ACPI code over to new bindings > [PATCH 4/8] acpi: Add support for linking docks to the objects they contain > [PATCH 5/8] libata: Add links between removable devices and docks > [PATCH 6/8] libata: Generate and pass correct acpi handles > [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock stations > [PATCH 8/8] libata: Use correct PCI devices Hi Holger, What's the status of these patches? Some of my patches also need ata device binded to ACPI handle. I hope these patches will be merged soon. Thanks for the great work. Regards, Lin Ming -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-02-09 6:46 ` Lin Ming @ 2012-02-09 7:33 ` Holger Macht 2012-02-09 15:28 ` Jeff Garzik 0 siblings, 1 reply; 13+ messages in thread From: Holger Macht @ 2012-02-09 7:33 UTC (permalink / raw) To: Lin Ming Cc: linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik On Do 09. Feb - 14:46:11, Lin Ming wrote: > On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht <holger@homac.de> wrote: > > Patches 2 through 5 are just a refresh of the patches from Matthew > > Garrett sent to this list in September 2010 [1]: > > > > Patch 1 is a new patch incorporating the corrections from James > > Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my > > test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and > > compensating changes after the first submission. > > > > All patches now contain the correct Signed-off-by instead of Acked-by > > tags. > > > > [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct acpi_bus_type > > [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree > > [PATCH 3/8] libata: Migrate ACPI code over to new bindings > > [PATCH 4/8] acpi: Add support for linking docks to the objects they contain > > [PATCH 5/8] libata: Add links between removable devices and docks > > [PATCH 6/8] libata: Generate and pass correct acpi handles > > [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock stations > > [PATCH 8/8] libata: Use correct PCI devices > > Hi Holger, > > What's the status of these patches? They've been ACKed by both ACPI (Len Brown) and libata (James Bottomley) people, so I guess they are good to go and I'm waiting for someone (Jeff Garzik?) to pick them up. Regards, Holger > > Some of my patches also need ata device binded to ACPI handle. > I hope these patches will be merged soon. > > Thanks for the great work. > > Regards, > Lin Ming > -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-02-09 7:33 ` Holger Macht @ 2012-02-09 15:28 ` Jeff Garzik 2012-03-27 8:11 ` Lin Ming 0 siblings, 1 reply; 13+ messages in thread From: Jeff Garzik @ 2012-02-09 15:28 UTC (permalink / raw) To: Holger Macht Cc: Lin Ming, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik On 02/09/2012 02:33 AM, Holger Macht wrote: > On Do 09. Feb - 14:46:11, Lin Ming wrote: >> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> wrote: >>> Patches 2 through 5 are just a refresh of the patches from Matthew >>> Garrett sent to this list in September 2010 [1]: >>> >>> Patch 1 is a new patch incorporating the corrections from James >>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my >>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and >>> compensating changes after the first submission. >>> >>> All patches now contain the correct Signed-off-by instead of Acked-by >>> tags. >>> >>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct acpi_bus_type >>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree >>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>> [PATCH 4/8] acpi: Add support for linking docks to the objects they contain >>> [PATCH 5/8] libata: Add links between removable devices and docks >>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock stations >>> [PATCH 8/8] libata: Use correct PCI devices >> >> Hi Holger, >> >> What's the status of these patches? > > They've been ACKed by both ACPI (Len Brown) and libata (James Bottomley) > people, so I guess they are good to go and I'm waiting for someone (Jeff > Garzik?) to pick them up. I ACK'd for libata. It's queued in libata-dev... but looks like that did not get pushed out. Should show up in the next linux-next. Jeff ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-02-09 15:28 ` Jeff Garzik @ 2012-03-27 8:11 ` Lin Ming 2012-04-02 9:22 ` Holger Macht 0 siblings, 1 reply; 13+ messages in thread From: Lin Ming @ 2012-03-27 8:11 UTC (permalink / raw) To: Jeff Garzik Cc: Holger Macht, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik On Thu, Feb 9, 2012 at 11:28 PM, Jeff Garzik <jeff@garzik.org> wrote: > On 02/09/2012 02:33 AM, Holger Macht wrote: >> >> On Do 09. Feb - 14:46:11, Lin Ming wrote: >>> >>> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> wrote: >>>> >>>> Patches 2 through 5 are just a refresh of the patches from Matthew >>>> Garrett sent to this list in September 2010 [1]: >>>> >>>> Patch 1 is a new patch incorporating the corrections from James >>>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my >>>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and >>>> compensating changes after the first submission. >>>> >>>> All patches now contain the correct Signed-off-by instead of Acked-by >>>> tags. >>>> >>>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct >>>> acpi_bus_type >>>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree >>>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>>> [PATCH 4/8] acpi: Add support for linking docks to the objects they >>>> contain >>>> [PATCH 5/8] libata: Add links between removable devices and docks >>>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock >>>> stations >>>> [PATCH 8/8] libata: Use correct PCI devices >>> >>> >>> Hi Holger, >>> >>> What's the status of these patches? >> >> >> They've been ACKed by both ACPI (Len Brown) and libata (James Bottomley) >> people, so I guess they are good to go and I'm waiting for someone (Jeff >> Garzik?) to pick them up. > > > I ACK'd for libata. It's queued in libata-dev... but looks like that did > not get pushed out. Should show up in the next linux-next. > > Jeff Hi, I didn't find these patches in libata-dev tree. git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git Are they removed for some reason? Regards, Lin Ming -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-03-27 8:11 ` Lin Ming @ 2012-04-02 9:22 ` Holger Macht 2012-04-02 15:45 ` Jeff Garzik 0 siblings, 1 reply; 13+ messages in thread From: Holger Macht @ 2012-04-02 9:22 UTC (permalink / raw) To: Lin Ming Cc: Jeff Garzik, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik, sfr On 27.03.2012 10:11, Lin Ming wrote: > On Thu, Feb 9, 2012 at 11:28 PM, Jeff Garzik<jeff@garzik.org> wrote: >> On 02/09/2012 02:33 AM, Holger Macht wrote: >>> >>> On Do 09. Feb - 14:46:11, Lin Ming wrote: >>>> >>>> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> wrote: >>>>> >>>>> Patches 2 through 5 are just a refresh of the patches from Matthew >>>>> Garrett sent to this list in September 2010 [1]: >>>>> >>>>> Patch 1 is a new patch incorporating the corrections from James >>>>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work on my >>>>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and >>>>> compensating changes after the first submission. >>>>> >>>>> All patches now contain the correct Signed-off-by instead of Acked-by >>>>> tags. >>>>> >>>>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in struct >>>>> acpi_bus_type >>>>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device tree >>>>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>>>> [PATCH 4/8] acpi: Add support for linking docks to the objects they >>>>> contain >>>>> [PATCH 5/8] libata: Add links between removable devices and docks >>>>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>>>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on dock >>>>> stations >>>>> [PATCH 8/8] libata: Use correct PCI devices >>>> >>>> >>>> Hi Holger, >>>> >>>> What's the status of these patches? >>> >>> >>> They've been ACKed by both ACPI (Len Brown) and libata (James Bottomley) >>> people, so I guess they are good to go and I'm waiting for someone (Jeff >>> Garzik?) to pick them up. >> >> >> I ACK'd for libata. It's queued in libata-dev... but looks like that did >> not get pushed out. Should show up in the next linux-next. >> >> Jeff > > Hi, > > I didn't find these patches in libata-dev tree. > git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git They've been there, also in linux-next. But now I'm not able to find a trace of them. Maybe the two fixes from the thread labeled "linux-next: dock_link_device is oopsy" on linux-kernel@ didn't find their way into the trees and so the patches were removed. Just guessing... Regards, Holger > Are they removed for some reason? ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-04-02 9:22 ` Holger Macht @ 2012-04-02 15:45 ` Jeff Garzik 2012-04-02 16:43 ` Holger Macht 0 siblings, 1 reply; 13+ messages in thread From: Jeff Garzik @ 2012-04-02 15:45 UTC (permalink / raw) To: holger Cc: Lin Ming, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik, sfr On 04/02/2012 05:22 AM, Holger Macht wrote: > On 27.03.2012 10:11, Lin Ming wrote: >> On Thu, Feb 9, 2012 at 11:28 PM, Jeff Garzik<jeff@garzik.org> wrote: >>> On 02/09/2012 02:33 AM, Holger Macht wrote: >>>> >>>> On Do 09. Feb - 14:46:11, Lin Ming wrote: >>>>> >>>>> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> wrote: >>>>>> >>>>>> Patches 2 through 5 are just a refresh of the patches from Matthew >>>>>> Garrett sent to this list in September 2010 [1]: >>>>>> >>>>>> Patch 1 is a new patch incorporating the corrections from James >>>>>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work >>>>>> on my >>>>>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and >>>>>> compensating changes after the first submission. >>>>>> >>>>>> All patches now contain the correct Signed-off-by instead of Acked-by >>>>>> tags. >>>>>> >>>>>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in >>>>>> struct >>>>>> acpi_bus_type >>>>>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device >>>>>> tree >>>>>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>>>>> [PATCH 4/8] acpi: Add support for linking docks to the objects they >>>>>> contain >>>>>> [PATCH 5/8] libata: Add links between removable devices and docks >>>>>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>>>>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on >>>>>> dock >>>>>> stations >>>>>> [PATCH 8/8] libata: Use correct PCI devices >>>>> >>>>> >>>>> Hi Holger, >>>>> >>>>> What's the status of these patches? >>>> >>>> >>>> They've been ACKed by both ACPI (Len Brown) and libata (James >>>> Bottomley) >>>> people, so I guess they are good to go and I'm waiting for someone >>>> (Jeff >>>> Garzik?) to pick them up. >>> >>> >>> I ACK'd for libata. It's queued in libata-dev... but looks like that did >>> not get pushed out. Should show up in the next linux-next. >>> >>> Jeff >> >> Hi, >> >> I didn't find these patches in libata-dev tree. >> git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git > > They've been there, also in linux-next. But now I'm not able to find a > trace of them. Maybe the two fixes from the thread labeled "linux-next: > dock_link_device is oopsy" on linux-kernel@ didn't find their way into > the trees and so the patches were removed. Just guessing... > > Regards, > Holger > >> Are they removed for some reason? They were removed because people had problems with them, and the patch authors did not engage and fix the problem(s). Matthew Garrett spoke up and said he didn't have time to investigate, so the patches were dropped. Jeff ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-04-02 15:45 ` Jeff Garzik @ 2012-04-02 16:43 ` Holger Macht 2012-04-02 17:40 ` Jeff Garzik 0 siblings, 1 reply; 13+ messages in thread From: Holger Macht @ 2012-04-02 16:43 UTC (permalink / raw) To: Jeff Garzik Cc: Lin Ming, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik, sfr On 02.04.2012 17:45, Jeff Garzik wrote: > On 04/02/2012 05:22 AM, Holger Macht wrote: >> On 27.03.2012 10:11, Lin Ming wrote: >>> On Thu, Feb 9, 2012 at 11:28 PM, Jeff Garzik<jeff@garzik.org> wrote: >>>> On 02/09/2012 02:33 AM, Holger Macht wrote: >>>>> >>>>> On Do 09. Feb - 14:46:11, Lin Ming wrote: >>>>>> >>>>>> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> wrote: >>>>>>> >>>>>>> Patches 2 through 5 are just a refresh of the patches from Matthew >>>>>>> Garrett sent to this list in September 2010 [1]: >>>>>>> >>>>>>> Patch 1 is a new patch incorporating the corrections from James >>>>>>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work >>>>>>> on my >>>>>>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues and >>>>>>> compensating changes after the first submission. >>>>>>> >>>>>>> All patches now contain the correct Signed-off-by instead of Acked-by >>>>>>> tags. >>>>>>> >>>>>>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in >>>>>>> struct >>>>>>> acpi_bus_type >>>>>>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device >>>>>>> tree >>>>>>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>>>>>> [PATCH 4/8] acpi: Add support for linking docks to the objects they >>>>>>> contain >>>>>>> [PATCH 5/8] libata: Add links between removable devices and docks >>>>>>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>>>>>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on >>>>>>> dock >>>>>>> stations >>>>>>> [PATCH 8/8] libata: Use correct PCI devices >>>>>> >>>>>> >>>>>> Hi Holger, >>>>>> >>>>>> What's the status of these patches? >>>>> >>>>> >>>>> They've been ACKed by both ACPI (Len Brown) and libata (James >>>>> Bottomley) >>>>> people, so I guess they are good to go and I'm waiting for someone >>>>> (Jeff >>>>> Garzik?) to pick them up. >>>> >>>> >>>> I ACK'd for libata. It's queued in libata-dev... but looks like that did >>>> not get pushed out. Should show up in the next linux-next. >>>> >>>> Jeff >>> >>> Hi, >>> >>> I didn't find these patches in libata-dev tree. >>> git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git >> >> They've been there, also in linux-next. But now I'm not able to find a >> trace of them. Maybe the two fixes from the thread labeled "linux-next: >> dock_link_device is oopsy" on linux-kernel@ didn't find their way into >> the trees and so the patches were removed. Just guessing... >> >> Regards, >> Holger >> >>> Are they removed for some reason? > > They were removed because people had problems with them, and the patch > authors did not engage and fix the problem(s). Matthew Garrett spoke up > and said he didn't have time to investigate, so the patches were dropped. Do you have a pointer for the problems? Thanks, Holger ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-04-02 16:43 ` Holger Macht @ 2012-04-02 17:40 ` Jeff Garzik 2012-04-02 18:39 ` Holger Macht 0 siblings, 1 reply; 13+ messages in thread From: Jeff Garzik @ 2012-04-02 17:40 UTC (permalink / raw) To: holger Cc: Lin Ming, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik, sfr On 04/02/2012 12:43 PM, Holger Macht wrote: > On 02.04.2012 17:45, Jeff Garzik wrote: >> On 04/02/2012 05:22 AM, Holger Macht wrote: >>> On 27.03.2012 10:11, Lin Ming wrote: >>>> On Thu, Feb 9, 2012 at 11:28 PM, Jeff Garzik<jeff@garzik.org> wrote: >>>>> On 02/09/2012 02:33 AM, Holger Macht wrote: >>>>>> >>>>>> On Do 09. Feb - 14:46:11, Lin Ming wrote: >>>>>>> >>>>>>> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> >>>>>>> wrote: >>>>>>>> >>>>>>>> Patches 2 through 5 are just a refresh of the patches from Matthew >>>>>>>> Garrett sent to this list in September 2010 [1]: >>>>>>>> >>>>>>>> Patch 1 is a new patch incorporating the corrections from James >>>>>>>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work >>>>>>>> on my >>>>>>>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues >>>>>>>> and >>>>>>>> compensating changes after the first submission. >>>>>>>> >>>>>>>> All patches now contain the correct Signed-off-by instead of >>>>>>>> Acked-by >>>>>>>> tags. >>>>>>>> >>>>>>>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in >>>>>>>> struct >>>>>>>> acpi_bus_type >>>>>>>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device >>>>>>>> tree >>>>>>>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>>>>>>> [PATCH 4/8] acpi: Add support for linking docks to the objects they >>>>>>>> contain >>>>>>>> [PATCH 5/8] libata: Add links between removable devices and docks >>>>>>>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>>>>>>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on >>>>>>>> dock >>>>>>>> stations >>>>>>>> [PATCH 8/8] libata: Use correct PCI devices >>>>>>> >>>>>>> >>>>>>> Hi Holger, >>>>>>> >>>>>>> What's the status of these patches? >>>>>> >>>>>> >>>>>> They've been ACKed by both ACPI (Len Brown) and libata (James >>>>>> Bottomley) >>>>>> people, so I guess they are good to go and I'm waiting for someone >>>>>> (Jeff >>>>>> Garzik?) to pick them up. >>>>> >>>>> >>>>> I ACK'd for libata. It's queued in libata-dev... but looks like >>>>> that did >>>>> not get pushed out. Should show up in the next linux-next. >>>>> >>>>> Jeff >>>> >>>> Hi, >>>> >>>> I didn't find these patches in libata-dev tree. >>>> git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git >>> >>> They've been there, also in linux-next. But now I'm not able to find a >>> trace of them. Maybe the two fixes from the thread labeled "linux-next: >>> dock_link_device is oopsy" on linux-kernel@ didn't find their way into >>> the trees and so the patches were removed. Just guessing... >>> >>> Regards, >>> Holger >>> >>>> Are they removed for some reason? >> >> They were removed because people had problems with them, and the patch >> authors did not engage and fix the problem(s). Matthew Garrett spoke up >> and said he didn't have time to investigate, so the patches were dropped. > > Do you have a pointer for the problems? You were CC'd... Jeff ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays 2012-04-02 17:40 ` Jeff Garzik @ 2012-04-02 18:39 ` Holger Macht 0 siblings, 0 replies; 13+ messages in thread From: Holger Macht @ 2012-04-02 18:39 UTC (permalink / raw) To: Jeff Garzik Cc: Lin Ming, linux-acpi, linux-scsi, Matthew Garrett, James Bottomley, Jeff Garzik, sfr On 02.04.2012 19:40, Jeff Garzik wrote: > On 04/02/2012 12:43 PM, Holger Macht wrote: >> On 02.04.2012 17:45, Jeff Garzik wrote: >>> On 04/02/2012 05:22 AM, Holger Macht wrote: >>>> On 27.03.2012 10:11, Lin Ming wrote: >>>>> On Thu, Feb 9, 2012 at 11:28 PM, Jeff Garzik<jeff@garzik.org> wrote: >>>>>> On 02/09/2012 02:33 AM, Holger Macht wrote: >>>>>>> >>>>>>> On Do 09. Feb - 14:46:11, Lin Ming wrote: >>>>>>>> >>>>>>>> On Fri, Jan 20, 2012 at 8:18 AM, Holger Macht<holger@homac.de> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> Patches 2 through 5 are just a refresh of the patches from Matthew >>>>>>>>> Garrett sent to this list in September 2010 [1]: >>>>>>>>> >>>>>>>>> Patch 1 is a new patch incorporating the corrections from James >>>>>>>>> Bottomley. Patch 6, 7 and 8 make the whole patch set actually work >>>>>>>>> on my >>>>>>>>> test hardware (Thinkpad x60/Thinkpad T60) by fixing minor issues >>>>>>>>> and >>>>>>>>> compensating changes after the first submission. >>>>>>>>> >>>>>>>>> All patches now contain the correct Signed-off-by instead of >>>>>>>>> Acked-by >>>>>>>>> tags. >>>>>>>>> >>>>>>>>> [PATCH 1/8] scsi: Add wrapper to access and set scsi_bus_type in >>>>>>>>> struct >>>>>>>>> acpi_bus_type >>>>>>>>> [PATCH 2/8] libata: Bind the Linux device tree to the ACPI device >>>>>>>>> tree >>>>>>>>> [PATCH 3/8] libata: Migrate ACPI code over to new bindings >>>>>>>>> [PATCH 4/8] acpi: Add support for linking docks to the objects they >>>>>>>>> contain >>>>>>>>> [PATCH 5/8] libata: Add links between removable devices and docks >>>>>>>>> [PATCH 6/8] libata: Generate and pass correct acpi handles >>>>>>>>> [PATCH 7/8] acpi: Prevent duplicate hotplug device registration on >>>>>>>>> dock >>>>>>>>> stations >>>>>>>>> [PATCH 8/8] libata: Use correct PCI devices >>>>>>>> >>>>>>>> >>>>>>>> Hi Holger, >>>>>>>> >>>>>>>> What's the status of these patches? >>>>>>> >>>>>>> >>>>>>> They've been ACKed by both ACPI (Len Brown) and libata (James >>>>>>> Bottomley) >>>>>>> people, so I guess they are good to go and I'm waiting for someone >>>>>>> (Jeff >>>>>>> Garzik?) to pick them up. >>>>>> >>>>>> >>>>>> I ACK'd for libata. It's queued in libata-dev... but looks like >>>>>> that did >>>>>> not get pushed out. Should show up in the next linux-next. >>>>>> >>>>>> Jeff >>>>> >>>>> Hi, >>>>> >>>>> I didn't find these patches in libata-dev tree. >>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git >>>> >>>> They've been there, also in linux-next. But now I'm not able to find a >>>> trace of them. Maybe the two fixes from the thread labeled "linux-next: >>>> dock_link_device is oopsy" on linux-kernel@ didn't find their way into >>>> the trees and so the patches were removed. Just guessing... >>>> >>>> Regards, >>>> Holger >>>> >>>>> Are they removed for some reason? >>> >>> They were removed because people had problems with them, and the patch >>> authors did not engage and fix the problem(s). Matthew Garrett spoke up >>> and said he didn't have time to investigate, so the patches were dropped. >> >> Do you have a pointer for the problems? > > You were CC'd... Ok, found them. However, wouldn't have made a difference because the solution doesn't seem to be easy. And I currently also don't have the time to do massive investigations. What a pity, but maybe a future time... Thanks, Holger ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2012-04-02 18:39 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-01-20 0:18 [PATCHv2 0/7] acpi/libata: Express dependencies for devices on dock stations and bays Holger Macht 2012-01-20 0:23 ` Holger Macht 2012-01-21 13:55 ` James Bottomley 2012-01-21 14:00 ` Holger Macht 2012-02-09 6:46 ` Lin Ming 2012-02-09 7:33 ` Holger Macht 2012-02-09 15:28 ` Jeff Garzik 2012-03-27 8:11 ` Lin Ming 2012-04-02 9:22 ` Holger Macht 2012-04-02 15:45 ` Jeff Garzik 2012-04-02 16:43 ` Holger Macht 2012-04-02 17:40 ` Jeff Garzik 2012-04-02 18:39 ` Holger Macht
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox