From: b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFT PATCH] arm: omap1_defconfig: convert to use libata PATA drivers
Date: Thu, 04 Feb 2016 15:16:10 +0100 [thread overview]
Message-ID: <6359194.rjne3vOG9H@amdc1976> (raw)
In-Reply-To: <20150817063454.GF4215@atomide.com>
Hi,
On Sunday, August 16, 2015 11:34:55 PM Tony Lindgren wrote:
> * Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> [150814 10:10]:
> > IDE subsystem has been deprecated since 2009 and the majority
> > (if not all) of Linux distributions have switched to use
> > libata for ATA support exclusively. However there are still
> > some users (mostly old or/and embedded non-x86 systems) that
> > have not converted from using IDE subsystem to libata PATA
> > drivers. This doesn't seem to be good thing in the long-term
> > for Linux as while there is less and less PATA systems left
> > in use:
> >
> > * testing efforts are divided between two subsystems
> >
> > * having duplicate drivers for same hardware confuses users
> >
> > This patch converts omap1_defconfig to use libata PATA
> > drivers.
> >
> > Cc: Tony Lindgren <tony@atomide.com>
> > Cc: linux-omap at vger.kernel.org
> > Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> > ---
> > Build tested only.
> > If you have affected hardware please test. Thank you.
>
> All my omap1 devices are in a rack using NFSroot or MMC so
> I can't test this. Seems like a good idea to me thoug, and does
> not cause merge conflicts. So if you want to queue this via
> along with other PATA related patches, please feel free to
> add:
>
> Acked-by: Tony Lindgren <tony@atomide.com>
Thank you.
Arnd/Olof, could you please merge this patch?
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
> > arch/arm/configs/omap1_defconfig | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig
> > index 0c8a787..6ffc984 100644
> > --- a/arch/arm/configs/omap1_defconfig
> > +++ b/arch/arm/configs/omap1_defconfig
> > @@ -96,14 +96,14 @@ CONFIG_BLK_DEV_LOOP=y
> > CONFIG_BLK_DEV_RAM=y
> > CONFIG_BLK_DEV_RAM_COUNT=2
> > CONFIG_BLK_DEV_RAM_SIZE=8192
> > -CONFIG_IDE=m
> > -CONFIG_BLK_DEV_IDECS=m
> > CONFIG_SCSI=y
> > # CONFIG_SCSI_PROC_FS is not set
> > CONFIG_BLK_DEV_SD=y
> > CONFIG_CHR_DEV_ST=y
> > CONFIG_BLK_DEV_SR=y
> > CONFIG_CHR_DEV_SG=y
> > +CONFIG_ATA=m
> > +CONFIG_PATA_PCMCIA=m
> > CONFIG_NETDEVICES=y
> > CONFIG_TUN=y
> > CONFIG_PHYLIB=y
next prev parent reply other threads:[~2016-02-04 14:16 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 17:04 [RFT PATCH] arm: am200epdkit_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: assabet_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: badge4_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: cerfcube_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: colibri_pxa270_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: collie_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:25 ` Dmitry Eremin-Solenikov
2016-02-04 14:15 ` Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: corgi_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: footbridge_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:43 ` Russell King - ARM Linux
2015-08-14 18:08 ` Bartlomiej Zolnierkiewicz
2015-08-14 18:46 ` Russell King - ARM Linux
2015-08-14 17:04 ` [RFT PATCH] arm: h3600_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: ixp4xx_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: jornada720_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: lart_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: lpda270_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: mainstone_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-14 19:09 ` Robert Jarzmik
2015-08-14 17:04 ` [RFT PATCH] arm: netwinder_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: omap1_defconfig: " Bartlomiej Zolnierkiewicz
2015-08-17 6:34 ` Tony Lindgren
2016-02-04 14:16 ` Bartlomiej Zolnierkiewicz [this message]
2016-02-26 16:17 ` Arnd Bergmann
2015-08-14 17:04 ` [PATCH] arm: pxa255-idp_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: s3c2410_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: shannon_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [RFT PATCH] arm: spitz_defconfig: convert to use libata PATA drivers Bartlomiej Zolnierkiewicz
2015-08-14 17:04 ` [PATCH] arm: trizeps4_defconfig: disable IDE subsystem Bartlomiej Zolnierkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6359194.rjne3vOG9H@amdc1976 \
--to=b.zolnierkie@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).