From: Tushar Behera <tushar.behera@linaro.org>
To: Vasanth Ananthan <vasanthananthan@gmail.com>
Cc: linux-ide@vger.kernel.org, jeff@garzik.org, jgarzik@redhat.com,
linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
thomas.abraham@linaro.org, girish.shivananjappa@linaro.org,
Vasanth Ananthan <vasanth.a@samsung.com>
Subject: Re: [PATCH] driver: ata: add new Exynos5250 SATA controller driver
Date: Wed, 30 Jan 2013 11:13:48 +0530 [thread overview]
Message-ID: <5108B314.5090207@linaro.org> (raw)
In-Reply-To: <1359472964-31445-1-git-send-email-vasanthananthan@gmail.com>
On 01/29/2013 08:52 PM, Vasanth Ananthan wrote:
> Adding platform driver for AHCI based SATA controller for Exynos5250.
> The SATA controller in Exynos5250 is an AHCI based controller. Though
> the controller implements only one port, the driver is scalable for
> maximum number of ports possible. The drivers uses libahci framework
> to initialize the controller and the ports implemented.
>
> The driver also initializes the PHY controllers associated with the
> sata controller, for which the port-phy mapping have to provided
> in the device tree node of the sata controller node. The driver extracts
> the device_node of the PHY controller provided in the mapping, passes it
> the SATA PHY framework. The framework, return the corresponding PHY,
> if it has be registered with the framework, after which the driver
> intializes the PHY controller(s).
>
> Signed-off-by: Vasanth Ananthan <vasanth.a@samsung.com>
> ---
[ ... ]
> +
> +static int __init exynos_sata_probe(struct platform_device *pdev)
> +{
__init would result in a section mismatch warning.
[ ... ]
> +
> +static int __devexit exynos_sata_remove(struct platform_device *pdev)
> +{
Use of __devexit is deprecated now. Please remove that.
--
Tushar Behera
prev parent reply other threads:[~2013-01-30 5:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-29 15:22 [PATCH] driver: ata: add new Exynos5250 SATA controller driver Vasanth Ananthan
2013-01-30 5:43 ` Tushar Behera [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5108B314.5090207@linaro.org \
--to=tushar.behera@linaro.org \
--cc=girish.shivananjappa@linaro.org \
--cc=jeff@garzik.org \
--cc=jgarzik@redhat.com \
--cc=kgene.kim@samsung.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=thomas.abraham@linaro.org \
--cc=vasanth.a@samsung.com \
--cc=vasanthananthan@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.