[PATCH v8 02/11] ata: zpodd: Add CONFIG_SATA_ZPODD

2012-10-29 Thread Aaron Lu
Added a new config CONFIG_SATA_ZPODD, which is ued to support SATA based zero power ODD. It depends on ACPI, and selects BLK_DEV_SR as the implementation of ZPODD depends on SCSI sr driver. 2 new files are added, which will be used to host ZPODD related code. They are empty for this commit.

Re: [PATCH v8 02/11] ata: zpodd: Add CONFIG_SATA_ZPODD

2012-10-29 Thread James Bottomley
On Mon, 2012-10-29 at 17:01 +0800, Aaron Lu wrote: Added a new config CONFIG_SATA_ZPODD, which is ued to support SATA based zero power ODD. It depends on ACPI, and selects BLK_DEV_SR as the implementation of ZPODD depends on SCSI sr driver. 2 new files are added, which will be used to host

Re: [PATCH v8 02/11] ata: zpodd: Add CONFIG_SATA_ZPODD

2012-10-29 Thread Aaron Lu
On 10/30/2012 02:11 AM, James Bottomley wrote: On Mon, 2012-10-29 at 17:01 +0800, Aaron Lu wrote: Added a new config CONFIG_SATA_ZPODD, which is ued to support SATA based zero power ODD. It depends on ACPI, and selects BLK_DEV_SR as the implementation of ZPODD depends on SCSI sr driver. 2