[PATCH 12/13] ATA Disk Support: Add support for native ATA type drives

Juergen Beisert jbe at pengutronix.de
Thu Nov 24 06:28:51 EST 2011


Sascha Hauer wrote:
> On Wed, Nov 16, 2011 at 10:24:26AM +0100, Juergen Beisert wrote:
> > Signed-off-by: Juergen Beisert <jbe at pengutronix.de>
> > ---
> >  drivers/ata/Kconfig          |   12 +
> >  drivers/ata/Makefile         |    1 +
> >  drivers/ata/disk_ata_drive.c |  631
> > ++++++++++++++++++++++++++++++++++++++++++ include/ata_drive.h          |
> >  194 +++++++++++++
> >  4 files changed, 838 insertions(+), 0 deletions(-)
> >  create mode 100644 drivers/ata/disk_ata_drive.c
> >  create mode 100644 include/ata_drive.h
> >
> > diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> > index 86b5673..0a15863 100644
> > --- a/drivers/ata/Kconfig
> > +++ b/drivers/ata/Kconfig
> > @@ -24,6 +24,18 @@ config DISK_BIOS
> >  	  media to work on. Disadvantage is: Due to its 16 bit nature it is
> >  	  slow.
> >
> > +config DISK_ATA
> > +	bool "ATA type drives"
> > +	select DISK_DRIVE
> > +	help
> > +	  Support for native ATA/IDE drives
> > +
> > +config DISK_LE_ATTACHED
> > +	bool "little endianess attachment"
> > +	depends on DISK_ATA
> > +	help
> > +	  How the drive's data port (16 bit) is connected to the CPU: LE or BE
>
> No. We have platform data for this stuff.

The platform data will imply a runtime decision. While this approach is a 
compile time decision.

I will change it.

> [...]
> > +
> > +	if (timeout) {
> > +		pr_debug("%s: Finished with %u us remaining\n", __func__, timeout);
>
> This seems *very* noisy.
>
> > +		return 0;
> > +	}
> > +
> > +	pr_debug("%s: Waiting timed out!\n", __func__);
>
> We have a pr_debug here and additionally in each function calling this.
> I think having it here is enough.

Ups. My mistake. Leftover from debugging.

jbe

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |



More information about the barebox mailing list