linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers
@ 2015-08-14 17:04 Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: assabet_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
                   ` (19 more replies)
  0 siblings, 20 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts am200epdkit_defconfig to use libata PATA
drivers.

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/am200epdkit_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/am200epdkit_defconfig b/arch/arm/configs/am200epdkit_defconfig
index f0dea52..113a5d8 100644
--- a/arch/arm/configs/am200epdkit_defconfig
+++ b/arch/arm/configs/am200epdkit_defconfig
@@ -55,8 +55,9 @@ CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_COMPLEX_MAPPINGS=y
 CONFIG_MTD_PXA2XX=y
 CONFIG_BLK_DEV_LOOP=m
-CONFIG_IDE=m
-CONFIG_BLK_DEV_IDECS=m
+CONFIG_BLK_DEV_SD=m
+CONFIG_ATA=m
+CONFIG_PATA_PCMCIA=m
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_SMC91X=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: assabet_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: badge4_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

This patch disables deprecated IDE subsystem in assabet_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/assabet_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/assabet_defconfig b/arch/arm/configs/assabet_defconfig
index 558ecd8..ab19ff1 100644
--- a/arch/arm/configs/assabet_defconfig
+++ b/arch/arm/configs/assabet_defconfig
@@ -34,7 +34,6 @@ CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_SA1100=y
 CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_NET_PCMCIA=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: badge4_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: assabet_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: cerfcube_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

This patch disables deprecated IDE subsystem in badge4_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/badge4_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/badge4_defconfig b/arch/arm/configs/badge4_defconfig
index d590098..2a604aa 100644
--- a/arch/arm/configs/badge4_defconfig
+++ b/arch/arm/configs/badge4_defconfig
@@ -42,8 +42,6 @@ CONFIG_MTD_SA1100=y
 CONFIG_PARPORT=m
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=m
-CONFIG_IDE=m
-CONFIG_BLK_DEV_IDECD=m
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: cerfcube_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: assabet_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: badge4_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: colibri_pxa270_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

This patch disables deprecated IDE subsystem in cerfcube_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/cerfcube_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/cerfcube_defconfig b/arch/arm/configs/cerfcube_defconfig
index dce912d..57a2a18 100644
--- a/arch/arm/configs/cerfcube_defconfig
+++ b/arch/arm/configs/cerfcube_defconfig
@@ -39,7 +39,6 @@ CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_SA1100=y
 CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_RAM=m
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_NET_PCI=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: colibri_pxa270_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (2 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: cerfcube_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

This patch disables deprecated IDE subsystem in colibri_pxa270_defconfig
(no IDE host drivers are selected in this config so there is no valid
reason to enable IDE subsystem itself).

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/colibri_pxa270_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/colibri_pxa270_defconfig b/arch/arm/configs/colibri_pxa270_defconfig
index 18c311a..7154e55 100644
--- a/arch/arm/configs/colibri_pxa270_defconfig
+++ b/arch/arm/configs/colibri_pxa270_defconfig
@@ -83,7 +83,6 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_NBD=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=8
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_PHYLIB=y
 CONFIG_NET_ETHERNET=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (3 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: colibri_pxa270_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:25   ` Dmitry Eremin-Solenikov
  2015-08-14 17:04 ` [RFT PATCH] arm: corgi_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (14 subsequent siblings)
  19 siblings, 1 reply; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts collie_defconfig to use libata PATA
drivers.

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/collie_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/collie_defconfig b/arch/arm/configs/collie_defconfig
index 6c56ad0..4e6b68f 100644
--- a/arch/arm/configs/collie_defconfig
+++ b/arch/arm/configs/collie_defconfig
@@ -43,8 +43,9 @@ CONFIG_MTD_SA1100=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=1024
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_PCMCIA=y
 # CONFIG_INPUT_MOUSEDEV is not set
 CONFIG_INPUT_EVDEV=y
 # CONFIG_KEYBOARD_ATKBD is not set
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: corgi_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (4 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: footbridge_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts corgi_defconfig to use libata PATA
drivers.

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/corgi_defconfig | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/arch/arm/configs/corgi_defconfig b/arch/arm/configs/corgi_defconfig
index c1470a0..462533b 100644
--- a/arch/arm/configs/corgi_defconfig
+++ b/arch/arm/configs/corgi_defconfig
@@ -99,15 +99,14 @@ CONFIG_MTD_COMPLEX_MAPPINGS=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_SHARPSL=y
 CONFIG_BLK_DEV_LOOP=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
-CONFIG_SCSI=m
-CONFIG_BLK_DEV_SD=m
+CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
 CONFIG_CHR_DEV_OSST=m
 CONFIG_BLK_DEV_SR=m
 CONFIG_CHR_DEV_SG=m
 CONFIG_SCSI_MULTI_LUN=y
+CONFIG_ATA=y
+CONFIG_PATA_PCMCIA=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_USB_CATC=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: footbridge_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (5 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: corgi_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:43   ` Russell King - ARM Linux
  2015-08-14 17:04 ` [RFT PATCH] arm: h3600_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (12 subsequent siblings)
  19 siblings, 1 reply; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie

This patch disables deprecated IDE subsystem in footbridge_defconfig
(no IDE host drivers are selected in this config so there is no valid
reason to enable IDE subsystem itself).

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/footbridge_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/footbridge_defconfig b/arch/arm/configs/footbridge_defconfig
index 87e020f..cd7a001 100644
--- a/arch/arm/configs/footbridge_defconfig
+++ b/arch/arm/configs/footbridge_defconfig
@@ -66,7 +66,6 @@ CONFIG_PARIDE_ON26=m
 CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_NET_VENDOR_3COM=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: h3600_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (6 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: footbridge_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [RFT PATCH] arm: ixp4xx_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts h3600_defconfig to use libata PATA
drivers.

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/h3600_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig
index 0142ec3..ebeca11 100644
--- a/arch/arm/configs/h3600_defconfig
+++ b/arch/arm/configs/h3600_defconfig
@@ -39,8 +39,9 @@ CONFIG_MTD_SA1100=y
 CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=8192
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_PCMCIA=y
 CONFIG_NETDEVICES=y
 CONFIG_PCMCIA_PCNET=y
 CONFIG_PPP=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: ixp4xx_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (7 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: h3600_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [RFT PATCH] arm: jornada720_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Imre Kaloz, Krzysztof Halasa

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts ixp4xx_defconfig to use libata PATA
drivers.

Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: Krzysztof Halasa <khalasa@piap.pl>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/ixp4xx_defconfig | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig
index 24636cf..6414f24 100644
--- a/arch/arm/configs/ixp4xx_defconfig
+++ b/arch/arm/configs/ixp4xx_defconfig
@@ -127,16 +127,17 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=8192
 CONFIG_EEPROM_LEGACY=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_CMD64X=y
-CONFIG_BLK_DEV_HPT366=y
-CONFIG_BLK_DEV_PDC202XX_NEW=y
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=y
 # CONFIG_SCSI_LOWLEVEL is not set
 CONFIG_ATA=y
 CONFIG_SATA_VIA=y
 CONFIG_PATA_ARTOP=y
+CONFIG_PATA_CMD64X=y
+CONFIG_PATA_HPT366=y
+CONFIG_PATA_HPT37X=y
+CONFIG_PATA_HPT3X2N=y
+CONFIG_PATA_PDC2027X=y
 CONFIG_PATA_IXP4XX_CF=y
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: jornada720_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (8 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: ixp4xx_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: lart_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Kristoffer Ericson,
	Dmitry Eremin-Solenikov

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts jornada720_defconfig to use libata PATA
drivers.

Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/jornada720_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/jornada720_defconfig b/arch/arm/configs/jornada720_defconfig
index ea80e7e..9056284 100644
--- a/arch/arm/configs/jornada720_defconfig
+++ b/arch/arm/configs/jornada720_defconfig
@@ -29,8 +29,9 @@ CONFIG_SA1100_FIR=m
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_PCMCIA=y
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=y
 CONFIG_NET_ETHERNET=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: lart_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (9 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: jornada720_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: lpda270_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

This patch disables deprecated IDE subsystem in lart_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/lart_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/lart_defconfig b/arch/arm/configs/lart_defconfig
index faa2865..8fc6fd0 100644
--- a/arch/arm/configs/lart_defconfig
+++ b/arch/arm/configs/lart_defconfig
@@ -36,8 +36,6 @@ CONFIG_MTD_CHAR=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_LART=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=m
-CONFIG_BLK_DEV_IDECD=m
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=m
 CONFIG_NET_ETHERNET=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: lpda270_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (10 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: lart_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: mainstone_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

This patch disables deprecated IDE subsystem in lpd270_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/lpd270_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/lpd270_defconfig b/arch/arm/configs/lpd270_defconfig
index 1c8c9ee..a9dd1e9 100644
--- a/arch/arm/configs/lpd270_defconfig
+++ b/arch/arm/configs/lpd270_defconfig
@@ -31,7 +31,6 @@ CONFIG_MTD_CFI_GEOMETRY=y
 # CONFIG_MTD_CFI_I1 is not set
 CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_BLK_DEV_NBD=y
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_SMC91X=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: mainstone_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (11 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: lpda270_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 19:09   ` Robert Jarzmik
  2015-08-14 17:04 ` [RFT PATCH] arm: netwinder_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (6 subsequent siblings)
  19 siblings, 1 reply; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

This patch disables deprecated IDE subsystem in mainstone_defconfig
(no IDE host drivers are selected in this config so there is no valid
reason to enable IDE subsystem itself).

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/mainstone_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/mainstone_defconfig b/arch/arm/configs/mainstone_defconfig
index 04efa1b..e8d26b8 100644
--- a/arch/arm/configs/mainstone_defconfig
+++ b/arch/arm/configs/mainstone_defconfig
@@ -27,7 +27,6 @@ CONFIG_MTD_CFI_ADV_OPTIONS=y
 CONFIG_MTD_CFI_GEOMETRY=y
 # CONFIG_MTD_CFI_I1 is not set
 CONFIG_MTD_CFI_INTELEXT=y
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_SMC91X=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: netwinder_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (12 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: mainstone_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [RFT PATCH] arm: omap1_defconfig: " Bartlomiej Zolnierkiewicz
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts netwinder_defconfig to use libata PATA
drivers.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/netwinder_defconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/arm/configs/netwinder_defconfig b/arch/arm/configs/netwinder_defconfig
index 25ed772..a890a93 100644
--- a/arch/arm/configs/netwinder_defconfig
+++ b/arch/arm/configs/netwinder_defconfig
@@ -7,7 +7,7 @@ CONFIG_LEDS=y
 CONFIG_LEDS_CPU=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="root=0x301"
+CONFIG_CMDLINE="root=0x801"
 CONFIG_FPE_NWFPE=y
 CONFIG_BINFMT_AOUT=y
 CONFIG_NET=y
@@ -26,8 +26,9 @@ CONFIG_PARPORT=y
 CONFIG_PARPORT_PC=y
 CONFIG_PARPORT_PC_SUPERIO=y
 CONFIG_BLK_DEV_LOOP=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_SL82C105=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_WINBOND=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: omap1_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (13 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: netwinder_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-17  6:34   ` Tony Lindgren
  2015-08-14 17:04 ` [PATCH] arm: pxa255-idp_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
                   ` (4 subsequent siblings)
  19 siblings, 1 reply; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Tony Lindgren, linux-omap

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts omap1_defconfig to use libata PATA
drivers.

Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/omap1_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig
index 0c8a787..6ffc984 100644
--- a/arch/arm/configs/omap1_defconfig
+++ b/arch/arm/configs/omap1_defconfig
@@ -96,14 +96,14 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=2
 CONFIG_BLK_DEV_RAM_SIZE=8192
-CONFIG_IDE=m
-CONFIG_BLK_DEV_IDECS=m
 CONFIG_SCSI=y
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
 CONFIG_CHR_DEV_SG=y
+CONFIG_ATA=m
+CONFIG_PATA_PCMCIA=m
 CONFIG_NETDEVICES=y
 CONFIG_TUN=y
 CONFIG_PHYLIB=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: pxa255-idp_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (14 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: omap1_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [RFT PATCH] arm: s3c2410_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

This patch disables deprecated IDE subsystem in pxa255-idp_defconfig
(no IDE host drivers are selected in this config so there is no valid
reason to enable IDE subsystem itself).

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/pxa255-idp_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/pxa255-idp_defconfig b/arch/arm/configs/pxa255-idp_defconfig
index 917a070b..088627a 100644
--- a/arch/arm/configs/pxa255-idp_defconfig
+++ b/arch/arm/configs/pxa255-idp_defconfig
@@ -28,7 +28,6 @@ CONFIG_MTD_CFI_GEOMETRY=y
 # CONFIG_MTD_MAP_BANK_WIDTH_2 is not set
 # CONFIG_MTD_CFI_I1 is not set
 CONFIG_MTD_CFI_INTELEXT=y
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_SMC91X=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: s3c2410_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (15 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: pxa255-idp_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: shannon_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Kukjin Kim, Krzysztof Kozlowski,
	linux-samsung-soc, Ben Dooks, Vincent Sanders, Simtec Linux Team

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts s3c2410_defconfig to use libata PATA
drivers.

Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org
Cc: Ben Dooks <ben.dooks@codethink.co.uk>
Cc: Vincent Sanders <vince@simtec.co.uk>
Cc: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/s3c2410_defconfig | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
index f314236..f44fa09 100644
--- a/arch/arm/configs/s3c2410_defconfig
+++ b/arch/arm/configs/s3c2410_defconfig
@@ -220,20 +220,16 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_UB=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_ATA_OVER_ETH=m
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_IDETAPE=m
-CONFIG_BLK_DEV_PLATFORM=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
-CONFIG_BLK_DEV_SR=m
+CONFIG_BLK_DEV_SR=y
 CONFIG_BLK_DEV_SR_VENDOR=y
 CONFIG_CHR_DEV_SG=y
 CONFIG_CHR_DEV_SCH=m
-CONFIG_SCSI_MULTI_LUN=y
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_SCAN_ASYNC=y
+CONFIG_ATA=y
+CONFIG_PATA_PLATFORM=y
 CONFIG_NETDEVICES=y
 CONFIG_DM9000=y
 CONFIG_INPUT_EVDEV=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: shannon_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (16 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: s3c2410_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [RFT PATCH] arm: spitz_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: trizeps4_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Dmitry Eremin-Solenikov

This patch disables deprecated IDE subsystem in shannon_defconfig
(no IDE host drivers are selected in this config so there is no
valid reason to enable IDE subsystem itself).

Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/shannon_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/shannon_defconfig b/arch/arm/configs/shannon_defconfig
index b0b9694..e523956 100644
--- a/arch/arm/configs/shannon_defconfig
+++ b/arch/arm/configs/shannon_defconfig
@@ -25,7 +25,6 @@ CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_MTD_SA1100=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=8192
-CONFIG_IDE=m
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_NET_PCMCIA=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [RFT PATCH] arm: spitz_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (17 preceding siblings ...)
  2015-08-14 17:04 ` [PATCH] arm: shannon_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  2015-08-14 17:04 ` [PATCH] arm: trizeps4_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

IDE subsystem has been deprecated since 2009 and the majority
(if not all) of Linux distributions have switched to use
libata for ATA support exclusively.  However there are still
some users (mostly old or/and embedded non-x86 systems) that
have not converted from using IDE subsystem to libata PATA
drivers.  This doesn't seem to be good thing in the long-term
for Linux as while there is less and less PATA systems left
in use:

* testing efforts are divided between two subsystems

* having duplicate drivers for same hardware confuses users

This patch converts spitz_defconfig to use libata PATA
drivers.

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/arm/configs/spitz_defconfig | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/arm/configs/spitz_defconfig b/arch/arm/configs/spitz_defconfig
index a1ede19..d8c5293 100644
--- a/arch/arm/configs/spitz_defconfig
+++ b/arch/arm/configs/spitz_defconfig
@@ -96,15 +96,13 @@ CONFIG_MTD_COMPLEX_MAPPINGS=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_SHARPSL=y
 CONFIG_BLK_DEV_LOOP=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
-CONFIG_SCSI=m
-CONFIG_BLK_DEV_SD=m
+CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
 CONFIG_CHR_DEV_OSST=m
 CONFIG_BLK_DEV_SR=m
 CONFIG_CHR_DEV_SG=m
-CONFIG_SCSI_MULTI_LUN=y
+CONFIG_ATA=y
+CONFIG_PATA_PCMCIA=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_USB_CATC=m
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [PATCH] arm: trizeps4_defconfig: disable IDE subsystem
  2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (18 preceding siblings ...)
  2015-08-14 17:04 ` [RFT PATCH] arm: spitz_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:04 ` Bartlomiej Zolnierkiewicz
  19 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 17:04 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson,
	Russell King, b.zolnierkie, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik

This patch disables deprecated IDE subsystem in trizeps4_defconfig
(ide-cs host driver is selected in this config but pata_pcmcia
libata PATA host driver is also selected so ide-cs is redundant
and can be disabled together with the whole IDE subsystem).

Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/arm/configs/trizeps4_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/trizeps4_defconfig b/arch/arm/configs/trizeps4_defconfig
index 932ee4e..cb3226a 100644
--- a/arch/arm/configs/trizeps4_defconfig
+++ b/arch/arm/configs/trizeps4_defconfig
@@ -94,8 +94,6 @@ CONFIG_BLK_DEV_CRYPTOLOOP=m
 CONFIG_BLK_DEV_NBD=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=8
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=m
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_SG=y
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 30+ messages in thread

* Re: [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 ` [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:25   ` Dmitry Eremin-Solenikov
  2016-02-04 14:15     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 30+ messages in thread
From: Dmitry Eremin-Solenikov @ 2015-08-14 17:25 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-arm-kernel, linux-ide, kernel list, Arnd Bergmann,
	Olof Johansson, Russell King

2015-08-14 20:04 GMT+03:00 Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>:
> IDE subsystem has been deprecated since 2009 and the majority
> (if not all) of Linux distributions have switched to use
> libata for ATA support exclusively.  However there are still
> some users (mostly old or/and embedded non-x86 systems) that
> have not converted from using IDE subsystem to libata PATA
> drivers.  This doesn't seem to be good thing in the long-term
> for Linux as while there is less and less PATA systems left
> in use:
>
> * testing efforts are divided between two subsystems
>
> * having duplicate drivers for same hardware confuses users
>
> This patch converts collie_defconfig to use libata PATA
> drivers.
>
> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [PATCH] arm: footbridge_defconfig: disable IDE subsystem
  2015-08-14 17:04 ` [PATCH] arm: footbridge_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
@ 2015-08-14 17:43   ` Russell King - ARM Linux
  2015-08-14 18:08     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 30+ messages in thread
From: Russell King - ARM Linux @ 2015-08-14 17:43 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-arm-kernel, linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson

On Fri, Aug 14, 2015 at 07:04:23PM +0200, Bartlomiej Zolnierkiewicz wrote:
> This patch disables deprecated IDE subsystem in footbridge_defconfig
> (no IDE host drivers are selected in this config so there is no valid
> reason to enable IDE subsystem itself).

That's actually incorrect.  I use IDE on Footbridge because it works
loads with my CY82C693 board.  I never submitted the patches which make
CY82C693 work on ARM though...

However, the CY82C693 must not be allowed to use DMA (which is why the
ATA driver can't be used) - if it does, it locks the PCI bus.  It's
a hardware incompatibility between some PCI devices and the Footbridge.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [PATCH] arm: footbridge_defconfig: disable IDE subsystem
  2015-08-14 17:43   ` Russell King - ARM Linux
@ 2015-08-14 18:08     ` Bartlomiej Zolnierkiewicz
  2015-08-14 18:46       ` Russell King - ARM Linux
  0 siblings, 1 reply; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2015-08-14 18:08 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: linux-arm-kernel, linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson


Hi,

On Friday, August 14, 2015 06:43:30 PM Russell King - ARM Linux wrote:
> On Fri, Aug 14, 2015 at 07:04:23PM +0200, Bartlomiej Zolnierkiewicz wrote:
> > This patch disables deprecated IDE subsystem in footbridge_defconfig
> > (no IDE host drivers are selected in this config so there is no valid
> > reason to enable IDE subsystem itself).
> 
> That's actually incorrect.  I use IDE on Footbridge because it works
> loads with my CY82C693 board.  I never submitted the patches which make
> CY82C693 work on ARM though...
> 
> However, the CY82C693 must not be allowed to use DMA (which is why the
> ATA driver can't be used) - if it does, it locks the PCI bus.  It's
> a hardware incompatibility between some PCI devices and the Footbridge.

PATA driver is the same in this regard as IDE one.  They both try to
use DMA if supported by a device.  Would be great if you could fix
them (or at least PATA one) to limit your setup to PIO automatically
(please also note that you can limit libata to PIO manually these
days).

When it comes to CY82C693 there is also a leftover issue with PATA
driver that it only supports primary interface currently (BTW this is
why I left Alpha's defconfig alone for now - it uses CY82C693).  I can
look into fixing this (or assist in this work) if you are interested
in it.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [PATCH] arm: footbridge_defconfig: disable IDE subsystem
  2015-08-14 18:08     ` Bartlomiej Zolnierkiewicz
@ 2015-08-14 18:46       ` Russell King - ARM Linux
  0 siblings, 0 replies; 30+ messages in thread
From: Russell King - ARM Linux @ 2015-08-14 18:46 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-arm-kernel, linux-ide, linux-kernel, Arnd Bergmann, Olof Johansson

On Fri, Aug 14, 2015 at 08:08:13PM +0200, Bartlomiej Zolnierkiewicz wrote:
> On Friday, August 14, 2015 06:43:30 PM Russell King - ARM Linux wrote:
> > On Fri, Aug 14, 2015 at 07:04:23PM +0200, Bartlomiej Zolnierkiewicz wrote:
> > > This patch disables deprecated IDE subsystem in footbridge_defconfig
> > > (no IDE host drivers are selected in this config so there is no valid
> > > reason to enable IDE subsystem itself).
> > 
> > That's actually incorrect.  I use IDE on Footbridge because it works
> > loads with my CY82C693 board.  I never submitted the patches which make
> > CY82C693 work on ARM though...
> > 
> > However, the CY82C693 must not be allowed to use DMA (which is why the
> > ATA driver can't be used) - if it does, it locks the PCI bus.  It's
> > a hardware incompatibility between some PCI devices and the Footbridge.
> 
> PATA driver is the same in this regard as IDE one.  They both try to
> use DMA if supported by a device.  Would be great if you could fix
> them (or at least PATA one) to limit your setup to PIO automatically
> (please also note that you can limit libata to PIO manually these
> days).
> 
> When it comes to CY82C693 there is also a leftover issue with PATA
> driver that it only supports primary interface currently (BTW this is
> why I left Alpha's defconfig alone for now - it uses CY82C693).  I can
> look into fixing this (or assist in this work) if you are interested
> in it.

Well, it looks like the PCI layer has been screwed for this for some time:

cy82c693 0000:00:06.1: IDE controller (0x1080:0xc693 rev 0x00)
Cypress_IDE 0000:00:06.1: device not available (can't reserve [io  0x0170-0x0177])
Cypress_IDE 0000:00:06.1: device not available (can't reserve [io  0x0170-0x0177])
cy82c693 0000:00:06.1: couldn't enable device
Cypress_IDE: probe of 0000:00:06.1 failed with error -22

The PCI layer forces the standard legacy ports onto the Cypress device,
and then the "primary" resources get null'd out by the long-standing
CY82C693 quirk in the ARM bios32.c.

However - the ARM quick is not what causes the above - the above looks
to be caused by the generic PCI code going wrong - it adds those
legacy resources, and nothing ever connects them to the resource tree:

000000a0-000000bf : pic2
000000c0-000000df : dma2
00000213-00000213 : ISAPnP
000002f8-000002ff : serial8250.0

which then causes pci_enable_device() to fail.

I doubt CY82C693 even works on Alpha... or any IDE interface using the
legacy IO ports...  So it may take quite a bit of work to get going
again - not something I'm going to attempt prior to the 4.3 merge
window.

-- 
FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up
according to speedtest.net.

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [PATCH] arm: mainstone_defconfig: disable IDE subsystem
  2015-08-14 17:04 ` [PATCH] arm: mainstone_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-14 19:09   ` Robert Jarzmik
  0 siblings, 0 replies; 30+ messages in thread
From: Robert Jarzmik @ 2015-08-14 19:09 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-arm-kernel, linux-ide, linux-kernel, Arnd Bergmann,
	Olof Johansson, Russell King, Daniel Mack, Haojian Zhuang

Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> writes:

> This patch disables deprecated IDE subsystem in mainstone_defconfig
> (no IDE host drivers are selected in this config so there is no valid
> reason to enable IDE subsystem itself).
>
> Cc: Daniel Mack <daniel@zonque.org>
> Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
> Cc: Robert Jarzmik <robert.jarzmik@free.fr>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

--
Robert

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [RFT PATCH] arm: omap1_defconfig: convert to use libata PATA drivers
  2015-08-14 17:04 ` [RFT PATCH] arm: omap1_defconfig: " Bartlomiej Zolnierkiewicz
@ 2015-08-17  6:34   ` Tony Lindgren
  2016-02-04 14:16     ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 30+ messages in thread
From: Tony Lindgren @ 2015-08-17  6:34 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-arm-kernel, linux-ide, linux-kernel, Arnd Bergmann,
	Olof Johansson, Russell King, linux-omap

* Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> [150814 10:10]:
> IDE subsystem has been deprecated since 2009 and the majority
> (if not all) of Linux distributions have switched to use
> libata for ATA support exclusively.  However there are still
> some users (mostly old or/and embedded non-x86 systems) that
> have not converted from using IDE subsystem to libata PATA
> drivers.  This doesn't seem to be good thing in the long-term
> for Linux as while there is less and less PATA systems left
> in use:
> 
> * testing efforts are divided between two subsystems
> 
> * having duplicate drivers for same hardware confuses users
> 
> This patch converts omap1_defconfig to use libata PATA
> drivers.
> 
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> Build tested only.
> If you have affected hardware please test.  Thank you.

All my omap1 devices are in a rack using NFSroot or MMC so
I can't test this. Seems like a good idea to me thoug, and does
not cause merge conflicts. So if you want to queue this via
along with other PATA related patches, please feel free to
add:

Acked-by: Tony Lindgren <tony@atomide.com>
 
>  arch/arm/configs/omap1_defconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig
> index 0c8a787..6ffc984 100644
> --- a/arch/arm/configs/omap1_defconfig
> +++ b/arch/arm/configs/omap1_defconfig
> @@ -96,14 +96,14 @@ CONFIG_BLK_DEV_LOOP=y
>  CONFIG_BLK_DEV_RAM=y
>  CONFIG_BLK_DEV_RAM_COUNT=2
>  CONFIG_BLK_DEV_RAM_SIZE=8192
> -CONFIG_IDE=m
> -CONFIG_BLK_DEV_IDECS=m
>  CONFIG_SCSI=y
>  # CONFIG_SCSI_PROC_FS is not set
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_CHR_DEV_ST=y
>  CONFIG_BLK_DEV_SR=y
>  CONFIG_CHR_DEV_SG=y
> +CONFIG_ATA=m
> +CONFIG_PATA_PCMCIA=m
>  CONFIG_NETDEVICES=y
>  CONFIG_TUN=y
>  CONFIG_PHYLIB=y
> -- 
> 1.9.1
> 

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers
  2015-08-14 17:25   ` Dmitry Eremin-Solenikov
@ 2016-02-04 14:15     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-04 14:15 UTC (permalink / raw)
  To: Dmitry Eremin-Solenikov, Arnd Bergmann, Olof Johansson
  Cc: linux-arm-kernel, linux-ide, kernel list, Russell King


Hi,

On Friday, August 14, 2015 08:25:45 PM Dmitry Eremin-Solenikov wrote:
> 2015-08-14 20:04 GMT+03:00 Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>:
> > IDE subsystem has been deprecated since 2009 and the majority
> > (if not all) of Linux distributions have switched to use
> > libata for ATA support exclusively.  However there are still
> > some users (mostly old or/and embedded non-x86 systems) that
> > have not converted from using IDE subsystem to libata PATA
> > drivers.  This doesn't seem to be good thing in the long-term
> > for Linux as while there is less and less PATA systems left
> > in use:
> >
> > * testing efforts are divided between two subsystems
> >
> > * having duplicate drivers for same hardware confuses users
> >
> > This patch converts collie_defconfig to use libata PATA
> > drivers.
> >
> > Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> 
> Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>

Thank you.

Arnd/Olof, could you please merge this patch?

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [RFT PATCH] arm: omap1_defconfig: convert to use libata PATA drivers
  2015-08-17  6:34   ` Tony Lindgren
@ 2016-02-04 14:16     ` Bartlomiej Zolnierkiewicz
  2016-02-26 16:17       ` Arnd Bergmann
  0 siblings, 1 reply; 30+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-04 14:16 UTC (permalink / raw)
  To: Tony Lindgren, Arnd Bergmann, Olof Johansson
  Cc: linux-arm-kernel, linux-ide, linux-kernel, Russell King, linux-omap


Hi,

On Sunday, August 16, 2015 11:34:55 PM Tony Lindgren wrote:
> * Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> [150814 10:10]:
> > IDE subsystem has been deprecated since 2009 and the majority
> > (if not all) of Linux distributions have switched to use
> > libata for ATA support exclusively.  However there are still
> > some users (mostly old or/and embedded non-x86 systems) that
> > have not converted from using IDE subsystem to libata PATA
> > drivers.  This doesn't seem to be good thing in the long-term
> > for Linux as while there is less and less PATA systems left
> > in use:
> > 
> > * testing efforts are divided between two subsystems
> > 
> > * having duplicate drivers for same hardware confuses users
> > 
> > This patch converts omap1_defconfig to use libata PATA
> > drivers.
> > 
> > Cc: Tony Lindgren <tony@atomide.com>
> > Cc: linux-omap@vger.kernel.org
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > ---
> > Build tested only.
> > If you have affected hardware please test.  Thank you.
> 
> All my omap1 devices are in a rack using NFSroot or MMC so
> I can't test this. Seems like a good idea to me thoug, and does
> not cause merge conflicts. So if you want to queue this via
> along with other PATA related patches, please feel free to
> add:
> 
> Acked-by: Tony Lindgren <tony@atomide.com>

Thank you.

Arnd/Olof, could you please merge this patch?

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

> >  arch/arm/configs/omap1_defconfig | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig
> > index 0c8a787..6ffc984 100644
> > --- a/arch/arm/configs/omap1_defconfig
> > +++ b/arch/arm/configs/omap1_defconfig
> > @@ -96,14 +96,14 @@ CONFIG_BLK_DEV_LOOP=y
> >  CONFIG_BLK_DEV_RAM=y
> >  CONFIG_BLK_DEV_RAM_COUNT=2
> >  CONFIG_BLK_DEV_RAM_SIZE=8192
> > -CONFIG_IDE=m
> > -CONFIG_BLK_DEV_IDECS=m
> >  CONFIG_SCSI=y
> >  # CONFIG_SCSI_PROC_FS is not set
> >  CONFIG_BLK_DEV_SD=y
> >  CONFIG_CHR_DEV_ST=y
> >  CONFIG_BLK_DEV_SR=y
> >  CONFIG_CHR_DEV_SG=y
> > +CONFIG_ATA=m
> > +CONFIG_PATA_PCMCIA=m
> >  CONFIG_NETDEVICES=y
> >  CONFIG_TUN=y
> >  CONFIG_PHYLIB=y

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [RFT PATCH] arm: omap1_defconfig: convert to use libata PATA drivers
  2016-02-04 14:16     ` Bartlomiej Zolnierkiewicz
@ 2016-02-26 16:17       ` Arnd Bergmann
  0 siblings, 0 replies; 30+ messages in thread
From: Arnd Bergmann @ 2016-02-26 16:17 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Tony Lindgren, Olof Johansson, linux-arm-kernel, linux-ide,
	linux-kernel, Russell King, linux-omap

On Thursday 04 February 2016 15:16:10 Bartlomiej Zolnierkiewicz wrote:
> On Sunday, August 16, 2015 11:34:55 PM Tony Lindgren wrote:

> > > Build tested only.
> > > If you have affected hardware please test.  Thank you.
> > 
> > All my omap1 devices are in a rack using NFSroot or MMC so
> > I can't test this. Seems like a good idea to me thoug, and does
> > not cause merge conflicts. So if you want to queue this via
> > along with other PATA related patches, please feel free to
> > add:
> > 
> > Acked-by: Tony Lindgren <tony@atomide.com>
> 
> Thank you.
> 
> Arnd/Olof, could you please merge this patch?
> 

Can you send the two patches in question again, and add arm@kernel.org
to Cc? I have trouble pulling them out of the archive at the moment.

	Arnd

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2016-02-26 16:17 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: assabet_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: badge4_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: cerfcube_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: colibri_pxa270_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:25   ` Dmitry Eremin-Solenikov
2016-02-04 14:15     ` Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: corgi_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: footbridge_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:43   ` Russell King - ARM Linux
2015-08-14 18:08     ` Bartlomiej Zolnierkiewicz
2015-08-14 18:46       ` Russell King - ARM Linux
2015-08-14 17:04 ` [RFT PATCH] arm: h3600_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: ixp4xx_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: jornada720_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: lart_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: lpda270_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: mainstone_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 19:09   ` Robert Jarzmik
2015-08-14 17:04 ` [RFT PATCH] arm: netwinder_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: omap1_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-17  6:34   ` Tony Lindgren
2016-02-04 14:16     ` Bartlomiej Zolnierkiewicz
2016-02-26 16:17       ` Arnd Bergmann
2015-08-14 17:04 ` [PATCH] arm: pxa255-idp_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: s3c2410_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: shannon_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: spitz_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: trizeps4_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).