diff mbox

libata: do not limit R-Car SATA driver to shmobile

Message ID 1369361159-20724-1-git-send-email-horms+renesas@verge.net.au
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Simon Horman May 24, 2013, 2:05 a.m. UTC
The motivation for this is to allow the driver to be
used with the r8a7790 SoC.

I believe that rather than adding another SoC to the list of allowed SoCs
it is better to simply remove the dependency of the driver on shmobile all
together.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/ata/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Tejun Heo May 24, 2013, 2:34 a.m. UTC | #1
On Fri, May 24, 2013 at 11:05 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> The motivation for this is to allow the driver to be
> used with the r8a7790 SoC.
>
> I believe that rather than adding another SoC to the list of allowed SoCs
> it is better to simply remove the dependency of the driver on shmobile all
> together.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Applied to libata/for-3.11.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sergei Shtylyov May 24, 2013, 6:35 p.m. UTC | #2
Hello.

On 05/24/2013 06:34 AM, Tejun Heo wrote:

>
>> The motivation for this is to allow the driver to be
>> used with the r8a7790 SoC.
>>
>> I believe that rather than adding another SoC to the list of allowed SoCs
>> it is better to simply remove the dependency of the driver on shmobile all
>> together.
>>
>> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> Applied to libata/for-3.11.

     I guess you haven't pushed it out -- I don't see the commit when 
pulling.

> Thanks.
>
> --
> tejun

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tejun Heo May 26, 2013, 4:02 a.m. UTC | #3
On Fri, May 24, 2013 at 10:35:55PM +0400, Sergei Shtylyov wrote:
> >Applied to libata/for-3.11.
> 
>     I guess you haven't pushed it out -- I don't see the commit when
> pulling.

Yeap, I was behind a web-only network connection.  Pushed out now.

Thanks.
diff mbox

Patch

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index a5a3ebc..aba6e93 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -263,7 +263,6 @@  config SATA_PROMISE
 
 config SATA_RCAR
 	tristate "Renesas R-Car SATA support"
-	depends on ARCH_SHMOBILE && ARCH_R8A7779
 	help
 	  This option enables support for Renesas R-Car Serial ATA.