All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
@ 2016-02-03 15:50 Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig Bartlomiej Zolnierkiewicz
                   ` (22 more replies)
  0 siblings, 23 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/powerpc/configs/83xx/mpc834x_itx_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/configs/83xx/mpc834x_itx_defconfig b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig
index 2a5fdcb..87fc15b 100644
--- a/arch/powerpc/configs/83xx/mpc834x_itx_defconfig
+++ b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig
@@ -35,7 +35,6 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_SG=y
 CONFIG_SCSI_SPI_ATTRS=y
-- 
1.9.1


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

* [PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/powerpc/configs/85xx/ksi8560_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/configs/85xx/ksi8560_defconfig b/arch/powerpc/configs/85xx/ksi8560_defconfig
index 3be85c5..6f753a7 100644
--- a/arch/powerpc/configs/85xx/ksi8560_defconfig
+++ b/arch/powerpc/configs/85xx/ksi8560_defconfig
@@ -34,7 +34,6 @@ CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_FS_ENET=y
 # CONFIG_FS_ENET_HAS_SCC is not set
-- 
1.9.1

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

* [RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig Bartlomiej Zolnierkiewicz
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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 mpc85xx_cds_defconfig to use libata PATA
drivers.

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/powerpc/configs/85xx/mpc85xx_cds_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
index ecb0c3b..acc5342 100644
--- a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
+++ b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
@@ -30,9 +30,9 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_VIA82CXXX=y
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_GIANFAR=y
 CONFIG_E1000=y
-- 
1.9.1

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

* [PATCH] powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8540_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/powerpc/configs/85xx/stx_gp3_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/powerpc/configs/85xx/stx_gp3_defconfig b/arch/powerpc/configs/85xx/stx_gp3_defconfig
index f66d16b..b451905 100644
--- a/arch/powerpc/configs/85xx/stx_gp3_defconfig
+++ b/arch/powerpc/configs/85xx/stx_gp3_defconfig
@@ -31,8 +31,6 @@ CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=m
 CONFIG_SCSI=m
 CONFIG_BLK_DEV_SD=m
 CONFIG_CHR_DEV_ST=m
-- 
1.9.1

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

* [RFT PATCH] powerpc/85xx: convert tqm8540_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (2 preceding siblings ...)
  2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8541_defconfig " Bartlomiej Zolnierkiewicz
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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 tqm8540_defconfig to use libata PATA
drivers.

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/powerpc/configs/85xx/tqm8540_defconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/configs/85xx/tqm8540_defconfig b/arch/powerpc/configs/85xx/tqm8540_defconfig
index 4daaf29..358d068 100644
--- a/arch/powerpc/configs/85xx/tqm8540_defconfig
+++ b/arch/powerpc/configs/85xx/tqm8540_defconfig
@@ -30,9 +30,10 @@ CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_VIA82CXXX=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_GIANFAR=y
 CONFIG_E100=y
-- 
1.9.1

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

* [RFT PATCH] powerpc/85xx: convert tqm8541_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (3 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8540_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8555_defconfig " Bartlomiej Zolnierkiewicz
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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 tqm8541_defconfig to use libata PATA
drivers.

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/powerpc/configs/85xx/tqm8541_defconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/configs/85xx/tqm8541_defconfig b/arch/powerpc/configs/85xx/tqm8541_defconfig
index bb402b3..c9b0028 100644
--- a/arch/powerpc/configs/85xx/tqm8541_defconfig
+++ b/arch/powerpc/configs/85xx/tqm8541_defconfig
@@ -30,9 +30,10 @@ CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_VIA82CXXX=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_GIANFAR=y
 CONFIG_E100=y
-- 
1.9.1


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

* [RFT PATCH] powerpc/85xx: convert tqm8555_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (4 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8541_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8560_defconfig " Bartlomiej Zolnierkiewicz
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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 tqm8555_defconfig to use libata PATA
drivers.

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/powerpc/configs/85xx/tqm8555_defconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/configs/85xx/tqm8555_defconfig b/arch/powerpc/configs/85xx/tqm8555_defconfig
index 02a931d..3d9c1c0d 100644
--- a/arch/powerpc/configs/85xx/tqm8555_defconfig
+++ b/arch/powerpc/configs/85xx/tqm8555_defconfig
@@ -30,9 +30,10 @@ CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_VIA82CXXX=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_GIANFAR=y
 CONFIG_E100=y
-- 
1.9.1

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

* [RFT PATCH] powerpc/85xx: convert tqm8560_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (5 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8555_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/86xx: convert gef_ppc9a_defconfig " Bartlomiej Zolnierkiewicz
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Scott Wood, Kumar Gala

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 tqm8560_defconfig to use libata PATA
drivers.

Cc: Scott Wood <oss@buserror.net>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
Build tested only.
If you have affected hardware please test.  Thank you.

 arch/powerpc/configs/85xx/tqm8560_defconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/configs/85xx/tqm8560_defconfig b/arch/powerpc/configs/85xx/tqm8560_defconfig
index 633d5b7..daa6842 100644
--- a/arch/powerpc/configs/85xx/tqm8560_defconfig
+++ b/arch/powerpc/configs/85xx/tqm8560_defconfig
@@ -30,9 +30,10 @@ CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=32768
-CONFIG_IDE=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_VIA82CXXX=y
+CONFIG_BLK_DEV_SD=y
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_GIANFAR=y
 CONFIG_E100=y
-- 
1.9.1

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

* [RFT PATCH] powerpc/86xx: convert gef_ppc9a_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (6 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8560_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc/86xx: convert gef_sbc310_defconfig " Bartlomiej Zolnierkiewicz
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 gef_ppc9a_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/86xx/gef_ppc9a_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/powerpc/configs/86xx/gef_ppc9a_defconfig b/arch/powerpc/configs/86xx/gef_ppc9a_defconfig
index 9792a2c..ca06080 100644
--- a/arch/powerpc/configs/86xx/gef_ppc9a_defconfig
+++ b/arch/powerpc/configs/86xx/gef_ppc9a_defconfig
@@ -76,13 +76,12 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=131072
 CONFIG_DS1682=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
 CONFIG_ATA=y
 CONFIG_SATA_SIL=y
+CONFIG_PATA_PCMCIA=y
 CONFIG_NETDEVICES=y
 CONFIG_BONDING=m
 CONFIG_DUMMY=m
-- 
1.9.1

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

* [RFT PATCH] powerpc/86xx: convert gef_sbc310_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (7 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc/86xx: convert gef_ppc9a_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [PATCH] powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig Bartlomiej Zolnierkiewicz
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 gef_sbc310_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/86xx/gef_sbc310_defconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/powerpc/configs/86xx/gef_sbc310_defconfig b/arch/powerpc/configs/86xx/gef_sbc310_defconfig
index cadc366..2efd871 100644
--- a/arch/powerpc/configs/86xx/gef_sbc310_defconfig
+++ b/arch/powerpc/configs/86xx/gef_sbc310_defconfig
@@ -76,14 +76,12 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=131072
 CONFIG_DS1682=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
 CONFIG_ATA=y
 CONFIG_SATA_SIL24=y
-# CONFIG_ATA_SFF is not set
+CONFIG_PATA_PCMCIA=y
 CONFIG_NETDEVICES=y
 CONFIG_BONDING=m
 CONFIG_DUMMY=m
-- 
1.9.1

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

* [PATCH] powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (8 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc/86xx: convert gef_sbc310_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie

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

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
index e32207d..1ef927f 100644
--- a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
+++ b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
@@ -49,7 +49,6 @@ CONFIG_MTD_NAND_FSL_ELBC=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=131072
-CONFIG_IDE=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_SG=y
 CONFIG_ATA=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (9 preceding siblings ...)
  2016-02-03 15:50 ` [PATCH] powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 21:17   ` Gerhard Pircher
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert cell_defconfig " Bartlomiej Zolnierkiewicz
                   ` (11 subsequent siblings)
  22 siblings, 2 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 amigaone_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/amigaone_defconfig | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/configs/amigaone_defconfig b/arch/powerpc/configs/amigaone_defconfig
index 84f1b41..55a4929 100644
--- a/arch/powerpc/configs/amigaone_defconfig
+++ b/arch/powerpc/configs/amigaone_defconfig
@@ -46,12 +46,6 @@ CONFIG_PARPORT_PC_FIFO=y
 CONFIG_BLK_DEV_FD=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-# CONFIG_IDEPCI_PCIBUS_ORDER is not set
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_SIIMAGE=y
-CONFIG_BLK_DEV_VIA82CXXX=y
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
@@ -62,6 +56,10 @@ CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
 # CONFIG_SCSI_SYM53C8XX_MMIO is not set
+CONFIG_ATA=y
+CONFIG_PATA_SIL680=y
+CONFIG_PATA_VIA=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_VORTEX=y
 CONFIG_8139CP=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert cell_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (10 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert chrp32_defconfig " Bartlomiej Zolnierkiewicz
                   ` (10 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 cell_defconfig to use libata PATA drivers.

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

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

diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig
index db328e6..679edaa 100644
--- a/arch/powerpc/configs/cell_defconfig
+++ b/arch/powerpc/configs/cell_defconfig
@@ -108,16 +108,15 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=131072
-CONFIG_IDE=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_AEC62XX=y
-CONFIG_BLK_DEV_SIIMAGE=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_BLK_DEV_SR=m
 CONFIG_CHR_DEV_SG=y
 CONFIG_ATA=y
 CONFIG_SATA_PROMISE=y
+CONFIG_PATA_ARTOP=y
 CONFIG_PATA_PDC2027X=m
+CONFIG_PATA_SIL680=y
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=m
 CONFIG_MD_LINEAR=m
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert chrp32_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (11 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert cell_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert g5_defconfig " Bartlomiej Zolnierkiewicz
                   ` (9 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 chrp32_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/chrp32_defconfig | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/configs/chrp32_defconfig b/arch/powerpc/configs/chrp32_defconfig
index 253a9f2..9eb8080 100644
--- a/arch/powerpc/configs/chrp32_defconfig
+++ b/arch/powerpc/configs/chrp32_defconfig
@@ -42,12 +42,6 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_BLK_DEV_FD=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_SL82C105=y
-CONFIG_BLK_DEV_VIA82CXXX=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
@@ -56,6 +50,10 @@ CONFIG_CHR_DEV_SG=y
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
+CONFIG_PATA_WINBOND=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_PCNET32=y
 CONFIG_NET_TULIP=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert g5_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (12 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert chrp32_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert maple_defconfig " Bartlomiej Zolnierkiewicz
                   ` (8 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 g5_defconfig to use libata PATA drivers.

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

 arch/powerpc/configs/g5_defconfig | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig
index 1d9ad85..b7688c1 100644
--- a/arch/powerpc/configs/g5_defconfig
+++ b/arch/powerpc/configs/g5_defconfig
@@ -60,10 +60,6 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=65536
 CONFIG_CDROM_PKTCDVD=m
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_IDE_PMAC=y
-CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
@@ -73,6 +69,7 @@ CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_SPI_ATTRS=y
 CONFIG_ATA=y
 CONFIG_SATA_SVW=y
+CONFIG_PATA_MACIO=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert maple_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (13 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert g5_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pasemi_defconfig Bartlomiej Zolnierkiewicz
                   ` (7 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 maple_defconfig to use libata PATA
drivers.

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

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

diff --git a/arch/powerpc/configs/maple_defconfig b/arch/powerpc/configs/maple_defconfig
index ac9666f..75b5a4e 100644
--- a/arch/powerpc/configs/maple_defconfig
+++ b/arch/powerpc/configs/maple_defconfig
@@ -40,16 +40,15 @@ CONFIG_IP_PNP_DHCP=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=8192
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_IDE_TASK_IOCTL=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_AMD74XX=y
 # CONFIG_SCSI_PROC_FS is not set
 CONFIG_BLK_DEV_SD=y
+CONFIG_BLK_DEV_SR=y
+CONFIG_BLK_DEV_SR_VENDOR=y
 CONFIG_CHR_DEV_SG=y
 CONFIG_SCSI_IPR=y
 CONFIG_ATA=y
+CONFIG_PATA_AMD=y
+CONFIG_ATA_GENERIC=y
 CONFIG_NETDEVICES=y
 CONFIG_AMD8111_ETH=y
 CONFIG_TIGON3=y
-- 
1.9.1

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

* [PATCH] powerpc: disable IDE subsystem in pasemi_defconfig
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (14 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert maple_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
                   ` (6 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie, Olof Johansson

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

Cc: Olof Johansson <olof@lixom.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/powerpc/configs/pasemi_defconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/powerpc/configs/pasemi_defconfig b/arch/powerpc/configs/pasemi_defconfig
index 8f94782..d7654e4 100644
--- a/arch/powerpc/configs/pasemi_defconfig
+++ b/arch/powerpc/configs/pasemi_defconfig
@@ -58,9 +58,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=16384
 CONFIG_EEPROM_LEGACY=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_IDE_TASK_IOCTL=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_CHR_DEV_OSST=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (15 preceding siblings ...)
  2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pasemi_defconfig Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64_defconfig " Bartlomiej Zolnierkiewicz
                   ` (5 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 pmac32_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/pmac32_defconfig | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig
index ea8705f..c4efc5d 100644
--- a/arch/powerpc/configs/pmac32_defconfig
+++ b/arch/powerpc/configs/pmac32_defconfig
@@ -118,15 +118,6 @@ CONFIG_CONNECTOR=y
 CONFIG_MAC_FLOPPY=m
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECS=m
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_PDC202XX_NEW=y
-CONFIG_BLK_DEV_SL82C105=y
-CONFIG_BLK_DEV_IDE_PMAC=y
-CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
@@ -141,6 +132,12 @@ CONFIG_SCSI_SYM53C8XX_2=y
 CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
 CONFIG_SCSI_MESH=y
 CONFIG_SCSI_MAC53C94=y
+CONFIG_ATA=y
+CONFIG_PATA_MACIO=y
+CONFIG_PATA_PDC2027X=y
+CONFIG_PATA_WINBOND=y
+CONFIG_PATA_PCMCIA=m
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=m
 CONFIG_MD_LINEAR=m
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert ppc64_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (16 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64e_defconfig " Bartlomiej Zolnierkiewicz
                   ` (4 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 ppc64_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/ppc64_defconfig | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index b041fb6..0fcab20 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -83,12 +83,6 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=65536
 CONFIG_VIRTIO_BLK=m
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_AMD74XX=y
-CONFIG_BLK_DEV_IDE_PMAC=y
-CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
@@ -118,6 +112,9 @@ CONFIG_SATA_AHCI=y
 CONFIG_SATA_SIL24=y
 CONFIG_SATA_MV=y
 CONFIG_SATA_SVW=y
+CONFIG_PATA_AMD=y
+CONFIG_PATA_MACIO=y
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert ppc64e_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (17 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc6xx_defconfig " Bartlomiej Zolnierkiewicz
                   ` (3 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 ppc64e_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/ppc64e_defconfig | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/configs/ppc64e_defconfig b/arch/powerpc/configs/ppc64e_defconfig
index ddf9773..ec795e2 100644
--- a/arch/powerpc/configs/ppc64e_defconfig
+++ b/arch/powerpc/configs/ppc64e_defconfig
@@ -59,10 +59,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=65536
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_AMD74XX=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
@@ -79,6 +75,8 @@ CONFIG_SCSI_DEBUG=m
 CONFIG_ATA=y
 CONFIG_SATA_SIL24=y
 CONFIG_SATA_SVW=y
+CONFIG_PATA_AMD=y
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert ppc6xx_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (18 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64e_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pq2fads_defconfig Bartlomiej Zolnierkiewicz
                   ` (2 subsequent siblings)
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 ppc6xx_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/ppc6xx_defconfig | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig
index e5d2c3d..0d93067 100644
--- a/arch/powerpc/configs/ppc6xx_defconfig
+++ b/arch/powerpc/configs/ppc6xx_defconfig
@@ -378,13 +378,6 @@ CONFIG_EEPROM_AT24=m
 CONFIG_EEPROM_LEGACY=m
 CONFIG_EEPROM_MAX6875=m
 CONFIG_EEPROM_93CX6=m
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=m
-CONFIG_IDE_TASK_IOCTL=y
-# CONFIG_IDEPCI_PCIBUS_ORDER is not set
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_IDE_PMAC=y
-CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
 CONFIG_RAID_ATTRS=m
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=m
@@ -411,13 +404,14 @@ CONFIG_ATA=y
 CONFIG_SATA_FSL=m
 CONFIG_PDC_ADMA=m
 CONFIG_ATA_PIIX=m
+CONFIG_PATA_MACIO=y
 CONFIG_PATA_MPC52xx=m
 CONFIG_PATA_OPTIDMA=m
 CONFIG_PATA_SCH=m
 CONFIG_PATA_VIA=m
 CONFIG_PATA_PLATFORM=m
 CONFIG_PATA_OF_PLATFORM=m
-CONFIG_ATA_GENERIC=m
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=m
-- 
1.9.1

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

* [PATCH] powerpc: disable IDE subsystem in pq2fads_defconfig
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (19 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc6xx_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert storcenter_defconfig " Bartlomiej Zolnierkiewicz
  22 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, b.zolnierkie

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

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
---
 arch/powerpc/configs/pq2fads_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/configs/pq2fads_defconfig b/arch/powerpc/configs/pq2fads_defconfig
index 3e336ee..1e77d45 100644
--- a/arch/powerpc/configs/pq2fads_defconfig
+++ b/arch/powerpc/configs/pq2fads_defconfig
@@ -40,7 +40,6 @@ CONFIG_MTD_CFI_I4=y
 CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_BLK_DEV_LOOP=y
-CONFIG_IDE=y
 CONFIG_NETDEVICES=y
 CONFIG_TUN=y
 CONFIG_FS_ENET=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (20 preceding siblings ...)
  2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pq2fads_defconfig Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert storcenter_defconfig " Bartlomiej Zolnierkiewicz
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 pseries_defconfig to use libata PATA
drivers.

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

 arch/powerpc/configs/pseries_defconfig | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index 36871a4..9b1bc2a 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -89,10 +89,6 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=65536
 CONFIG_VIRTIO_BLK=m
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_GENERIC=y
-CONFIG_BLK_DEV_AMD74XX=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 CONFIG_BLK_DEV_SR=y
@@ -119,7 +115,8 @@ CONFIG_SCSI_DH_RDAC=m
 CONFIG_SCSI_DH_ALUA=m
 CONFIG_ATA=y
 CONFIG_SATA_AHCI=y
-# CONFIG_ATA_SFF is not set
+CONFIG_PATA_AMD=y
+CONFIG_ATA_GENERIC=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=y
-- 
1.9.1

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

* [RFT PATCH] powerpc: convert storcenter_defconfig to use libata PATA drivers
  2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
                   ` (21 preceding siblings ...)
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-02-03 15:50 ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  22 siblings, 1 reply; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-03 15:50 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel, 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 storcenter_defconfig to use libata PATA
drivers.

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

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

diff --git a/arch/powerpc/configs/storcenter_defconfig b/arch/powerpc/configs/storcenter_defconfig
index b5db7df..adf7d26 100644
--- a/arch/powerpc/configs/storcenter_defconfig
+++ b/arch/powerpc/configs/storcenter_defconfig
@@ -37,12 +37,11 @@ CONFIG_NFTL_RW=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_MTD_PHYSMAP=y
-CONFIG_IDE=y
-CONFIG_BLK_DEV_VIA82CXXX=y
-CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_BLK_DEV_SR=y
 CONFIG_SCSI_SPI_ATTRS=y
+CONFIG_ATA=y
+CONFIG_PATA_VIA=y
 CONFIG_MD=y
 CONFIG_BLK_DEV_MD=y
 CONFIG_MD_LINEAR=y
-- 
1.9.1

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

* Re: [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-02-03 21:17   ` Gerhard Pircher
  2016-02-04 14:35     ` Bartlomiej Zolnierkiewicz
  2016-11-17 12:04     ` Michael Ellerman
  1 sibling, 1 reply; 50+ messages in thread
From: Gerhard Pircher @ 2016-02-03 21:17 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras, Michael Ellerman
  Cc: linux-ide, linux-kernel

Am 2016-02-03 um 16:50 schrieb Bartlomiej Zolnierkiewicz:
> 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 amigaone_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> Build tested only.
> If you have affected hardware please test.  Thank you.
> 
>  arch/powerpc/configs/amigaone_defconfig | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/powerpc/configs/amigaone_defconfig b/arch/powerpc/configs/amigaone_defconfig
> index 84f1b41..55a4929 100644
> --- a/arch/powerpc/configs/amigaone_defconfig
> +++ b/arch/powerpc/configs/amigaone_defconfig
> @@ -46,12 +46,6 @@ CONFIG_PARPORT_PC_FIFO=y
>  CONFIG_BLK_DEV_FD=y
>  CONFIG_BLK_DEV_LOOP=y
>  CONFIG_BLK_DEV_RAM=y
> -CONFIG_IDE=y
> -CONFIG_BLK_DEV_IDECD=y
> -# CONFIG_IDEPCI_PCIBUS_ORDER is not set
> -CONFIG_BLK_DEV_GENERIC=y
> -CONFIG_BLK_DEV_SIIMAGE=y
> -CONFIG_BLK_DEV_VIA82CXXX=y
>  CONFIG_SCSI=y
>  CONFIG_BLK_DEV_SD=y
>  CONFIG_CHR_DEV_ST=y
> @@ -62,6 +56,10 @@ CONFIG_SCSI_CONSTANTS=y
>  CONFIG_SCSI_SYM53C8XX_2=y
>  CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
>  # CONFIG_SCSI_SYM53C8XX_MMIO is not set
> +CONFIG_ATA=y
> +CONFIG_PATA_SIL680=y
> +CONFIG_PATA_VIA=y
> +CONFIG_ATA_GENERIC=y
>  CONFIG_NETDEVICES=y
>  CONFIG_VORTEX=y
>  CONFIG_8139CP=y
> 
Thanks for cleaning up the defconfig file!

libata drivers work fine on the amigaone platform (tested on all three
first-gen AmigaOne machines). BTW: could it be that CONFIG_ATA_SFF=y
and CONFIG_ATA_BMDMA=y are missing in the patch?

br,
Gerhard

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

* Re: [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers
  2016-02-03 21:17   ` Gerhard Pircher
@ 2016-02-04 14:35     ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 50+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2016-02-04 14:35 UTC (permalink / raw)
  To: Gerhard Pircher
  Cc: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras,
	Michael Ellerman, linux-ide, linux-kernel


Hi,

On Wednesday, February 03, 2016 10:17:51 PM Gerhard Pircher wrote:
> Am 2016-02-03 um 16:50 schrieb Bartlomiej Zolnierkiewicz:
> > 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 amigaone_defconfig to use libata PATA
> > drivers.
> > 
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > ---
> > Build tested only.
> > If you have affected hardware please test.  Thank you.
> > 
> >  arch/powerpc/configs/amigaone_defconfig | 10 ++++------
> >  1 file changed, 4 insertions(+), 6 deletions(-)
> > 
> > diff --git a/arch/powerpc/configs/amigaone_defconfig b/arch/powerpc/configs/amigaone_defconfig
> > index 84f1b41..55a4929 100644
> > --- a/arch/powerpc/configs/amigaone_defconfig
> > +++ b/arch/powerpc/configs/amigaone_defconfig
> > @@ -46,12 +46,6 @@ CONFIG_PARPORT_PC_FIFO=y
> >  CONFIG_BLK_DEV_FD=y
> >  CONFIG_BLK_DEV_LOOP=y
> >  CONFIG_BLK_DEV_RAM=y
> > -CONFIG_IDE=y
> > -CONFIG_BLK_DEV_IDECD=y
> > -# CONFIG_IDEPCI_PCIBUS_ORDER is not set
> > -CONFIG_BLK_DEV_GENERIC=y
> > -CONFIG_BLK_DEV_SIIMAGE=y
> > -CONFIG_BLK_DEV_VIA82CXXX=y
> >  CONFIG_SCSI=y
> >  CONFIG_BLK_DEV_SD=y
> >  CONFIG_CHR_DEV_ST=y
> > @@ -62,6 +56,10 @@ CONFIG_SCSI_CONSTANTS=y
> >  CONFIG_SCSI_SYM53C8XX_2=y
> >  CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
> >  # CONFIG_SCSI_SYM53C8XX_MMIO is not set
> > +CONFIG_ATA=y
> > +CONFIG_PATA_SIL680=y
> > +CONFIG_PATA_VIA=y
> > +CONFIG_ATA_GENERIC=y
> >  CONFIG_NETDEVICES=y
> >  CONFIG_VORTEX=y
> >  CONFIG_8139CP=y
> > 
> Thanks for cleaning up the defconfig file!
> 
> libata drivers work fine on the amigaone platform (tested on all three
> first-gen AmigaOne machines). BTW: could it be that CONFIG_ATA_SFF=y
> and CONFIG_ATA_BMDMA=y are missing in the patch?

Thank you for testing!

When it comes to CONFIG_ATA_SFF and CONFIG_ATA_BMDMA there is no need
to explicitly enable them because once CONFIG_ATA is enabled they both
are also enabled by default (they both have 'default y' in Kconfig).

[ defconfig changes in the patch were obtained by:
  - doing 'make amigaone_defconfig'
  - changing IDE options to libata ones using 'make menuconfig'
  - doing 'make savedefconfig'
  - doing 'diff -u arch/powerpc/configs/amigaone_defconfig defconfig'
  so there should be no missing options etc. ]

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


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

* Re: powerpc: disable IDE subsystem in pasemi_defconfig
  2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pasemi_defconfig Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: Olof Johansson, linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:23 UTC, Bartlomiej Zolnierkiewicz wrote:
> This patch disables deprecated IDE subsystem in pasemi_defconfig
> (no IDE host drivers are selected in this config so there is no valid
> reason to enable IDE subsystem itself).
> 
> Cc: Olof Johansson <olof@lixom.net>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/23bf36cd120f97e85ce089c841197f

cheers

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

* Re: powerpc: disable IDE subsystem in pasemi_defconfig
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: Olof Johansson, linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:23 UTC, Bartlomiej Zolnierkiewicz wrote:
> This patch disables deprecated IDE subsystem in pasemi_defconfig
> (no IDE host drivers are selected in this config so there is no valid
> reason to enable IDE subsystem itself).
> 
> Cc: Olof Johansson <olof@lixom.net>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/23bf36cd120f97e85ce089c841197f

cheers

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

* Re: [RFT] powerpc: convert amigaone_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  2016-11-17 12:04     ` Michael Ellerman
  1 sibling, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:18 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 amigaone_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/67f6d66559930eddea06c6bfdaf0e5

cheers

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

* Re: [RFT] powerpc: convert amigaone_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:18 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 amigaone_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/67f6d66559930eddea06c6bfdaf0e5

cheers

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

* Re: [RFT] powerpc: convert cell_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert cell_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:19 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 cell_defconfig to use libata PATA drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/8020c1220dd4ff324698668f067746

cheers

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

* Re: [RFT] powerpc: convert cell_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:19 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 cell_defconfig to use libata PATA drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/8020c1220dd4ff324698668f067746

cheers

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

* Re: [RFT] powerpc: convert chrp32_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert chrp32_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:20 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 chrp32_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/f22cc4d7bb268ffc585a5f8593138b

cheers

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

* Re: [RFT] powerpc: convert chrp32_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:20 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 chrp32_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/f22cc4d7bb268ffc585a5f8593138b

cheers

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

* Re: [RFT] powerpc: convert g5_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert g5_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:21 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 g5_defconfig to use libata PATA drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/b10fd396376c9b1b1f5b0a3980b487

cheers

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

* Re: [RFT] powerpc: convert g5_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:21 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 g5_defconfig to use libata PATA drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/b10fd396376c9b1b1f5b0a3980b487

cheers

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

* Re: [RFT] powerpc: convert maple_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert maple_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:22 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 maple_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/c1f9d2938bd75c0245f640ad30d81e

cheers

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

* Re: [RFT] powerpc: convert maple_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:22 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 maple_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/c1f9d2938bd75c0245f640ad30d81e

cheers

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

* Re: [RFT] powerpc: convert pmac32_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:24 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 pmac32_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/b0d3a074174138b7714533968be723

cheers

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

* Re: [RFT] powerpc: convert pmac32_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:24 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 pmac32_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/b0d3a074174138b7714533968be723

cheers

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

* Re: [RFT] powerpc: convert ppc64_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:25 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 ppc64_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7ddf3db3d775d09da87f38ab39f261

cheers

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

* Re: [RFT] powerpc: convert ppc64_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:25 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 ppc64_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7ddf3db3d775d09da87f38ab39f261

cheers

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

* Re: [RFT] powerpc: convert ppc64e_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64e_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:26 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 ppc64e_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/4a0b4bfe0101901126dc4dba0ba904

cheers

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

* Re: [RFT] powerpc: convert ppc64e_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:26 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 ppc64e_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/4a0b4bfe0101901126dc4dba0ba904

cheers

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

* Re: [RFT] powerpc: convert ppc6xx_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc6xx_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:27 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 ppc6xx_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7f10fe36369068341aff05c067a786

cheers

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

* Re: [RFT] powerpc: convert ppc6xx_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:27 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 ppc6xx_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7f10fe36369068341aff05c067a786

cheers

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

* Re: [RFT] powerpc: convert pseries_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:29 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 pseries_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/80269fe4203432168dae6e49770d64

cheers

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

* Re: [RFT] powerpc: convert pseries_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:29 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 pseries_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/80269fe4203432168dae6e49770d64

cheers

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

* Re: [RFT] powerpc: convert storcenter_defconfig to use libata PATA drivers
  2016-02-03 15:50 ` [RFT PATCH] powerpc: convert storcenter_defconfig " Bartlomiej Zolnierkiewicz
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: linuxppc-dev, Benjamin Herrenschmidt, Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:30 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 storcenter_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/1aed61f9c9664cc7331079a66aba99

cheers

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

* Re: [RFT] powerpc: convert storcenter_defconfig to use libata PATA drivers
@ 2016-11-17 12:04     ` Michael Ellerman
  0 siblings, 0 replies; 50+ messages in thread
From: Michael Ellerman @ 2016-11-17 12:04 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz, linuxppc-dev, Benjamin Herrenschmidt,
	Paul Mackerras
  Cc: linux-ide, linux-kernel, b.zolnierkie

On Wed, 2016-03-02 at 15:50:30 UTC, Bartlomiej Zolnierkiewicz wrote:
> 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 storcenter_defconfig to use libata PATA
> drivers.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/1aed61f9c9664cc7331079a66aba99

cheers

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

end of thread, other threads:[~2016-11-17 12:07 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 15:50 [PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [PATCH] powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8540_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8541_defconfig " Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8555_defconfig " Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/85xx: convert tqm8560_defconfig " Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/86xx: convert gef_ppc9a_defconfig " Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc/86xx: convert gef_sbc310_defconfig " Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [PATCH] powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
2016-02-03 21:17   ` Gerhard Pircher
2016-02-04 14:35     ` Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert cell_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert chrp32_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert g5_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert maple_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pasemi_defconfig Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc64e_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert ppc6xx_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [PATCH] powerpc: disable IDE subsystem in pq2fads_defconfig Bartlomiej Zolnierkiewicz
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman
2016-02-03 15:50 ` [RFT PATCH] powerpc: convert storcenter_defconfig " Bartlomiej Zolnierkiewicz
2016-11-17 12:04   ` [RFT] " Michael Ellerman
2016-11-17 12:04     ` Michael Ellerman

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.