Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594255 > unrolled thread

[PATCH] ata: allow subsystem to be used on m32r and s390 archs

Started byBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
First post2017-03-07 15:10 +0100
Last post2017-03-07 20:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] ata: allow subsystem to be used on m32r and s390 archs Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2017-03-07 15:10 +0100
    Re: [PATCH] ata: allow subsystem to be used on m32r and s390 archs Tejun Heo <tj@kernel.org> - 2017-03-07 20:30 +0100

#1594255 — [PATCH] ata: allow subsystem to be used on m32r and s390 archs

FromBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Date2017-03-07 15:10 +0100
Subject[PATCH] ata: allow subsystem to be used on m32r and s390 archs
Message-ID<tinYm-6Q-7@gated-at.bofh.it>
Both archs should work just fine with libata subsystem nowadays.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Cross compile tested.

 drivers/ata/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 70b57d2..7e0fc98 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -14,7 +14,6 @@ menuconfig ATA
 	tristate "Serial ATA and Parallel ATA drivers (libata)"
 	depends on HAS_IOMEM
 	depends on BLOCK
-	depends on !(M32R || S390) || BROKEN
 	select SCSI
 	select GLOB
 	---help---
-- 
1.9.1

[toc] | [next] | [standalone]


#1594572

FromTejun Heo <tj@kernel.org>
Date2017-03-07 20:30 +0100
Message-ID<tisY2-3CB-21@gated-at.bofh.it>
In reply to#1594255
On Tue, Mar 07, 2017 at 02:56:40PM +0100, Bartlomiej Zolnierkiewicz wrote:
> Both archs should work just fine with libata subsystem nowadays.
> 
> Suggested-by: Christoph Hellwig <hch@infradead.org>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to libata/for-4.12.

Thanks.

-- 
tejun

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web