Kukjin Kim wrote:
> 
> From: Abhilash Kesavan <[email protected]>
> 
> Adds support for the Samsung PATA controller. This driver is based on the
> Libata subsystem and references the earlier patches sent for IDE
subsystem.
> 
> Signed-off-by: Abhilash Kesavan <[email protected]>
> Signed-off-by: Kukjin Kim <[email protected]>
> ---

Hi,

Maybe missed? :-(

If no problems, please apply or kindly let me know how this should be
handled.

> 
> Changes since v3:
> 
> Addressed comments from
> 
> Sergei Shtylyov:
>       - Removed filename in header
>       - Used ata_timing_compute for obtaining timing parameters
>       - Removed valid PIO mode check
>       - Added softreset method and associated functions
>       - Used devm_request_mem_region function as had used devm_ioremap
>         earlier
>       - Removed kree and release_mem_region calls because of managed
>         kzalloc and request_mem_region fns being used
>       - Added return in clk_get function
>       - Added missing clk_put
>       - Corrected indentation issue
> 
> Ben Dooks:
>       - Added missing 'void __iomem' parameters
>       - Added check for trailing bytes in data_xfer function
>       - Removed assignment in data_xfer function
>       - Coding changes - e.g. in pata_s3c_enable, pata_s3c_dev_select,
>         wait_for_host_ready
>       - Removed host checks in suspend/resume functions
> 
>  drivers/ata/Kconfig           |    9 +
>  drivers/ata/Makefile          |    1 +
>  drivers/ata/pata_samsung_cf.c |  735
> +++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 745 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/ata/pata_samsung_cf.c
> 
(snip)


Thanks.

Best regards,
Kgene.
--
Kukjin Kim <[email protected]>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to