[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cdi-devel] [PATCH v2 0/5] AHCI driver
On Sun, Dec 28, 2014 at 07:54:21PM +0100, Kevin Wolf wrote:
> This series adds an AHCI driver. Tested in qemu and VirtualBox, additional
> tests (and of course code reviews) are welcome.
>
> Unlike v1, I'm not planning to prepare another version of this series with more
> features/cleanup/whatever, except to address review comments if necessary.
> Without comments, I would consider it ready to be merged now.
>
> v2:
> - Added CD-ROM support
> - Added a little more serious error handling
> - Improved the spec for cdi_provide_device_internal_drv() so that it
> initialises yet uninitialised drivers
> - A few little bugs here and there fixed
>
> Kevin Wolf (5):
> cdi/misc.h: Add CDI_BUILD_BUG_ON() macro
> cdi.h: Add cdi_driver.initialised
> cdi.h: Add cdi_provide_device_internal_drv()
> ahci: Controller and hard disk support
> ahci: Add CD-ROM support
As there don't seem to be any objections, applied to cdi.git master.
Kevin