au1xxx-ide.c 19.2 KB
Newer Older
P
Pete Popov 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
/*
 * linux/drivers/ide/mips/au1xxx-ide.c  version 01.30.00        Aug. 02 2005
 *
 * BRIEF MODULE DESCRIPTION
 * AMD Alchemy Au1xxx IDE interface routines over the Static Bus
 *
 * Copyright (c) 2003-2005 AMD, Personal Connectivity Solutions
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software
 * Foundation; either version 2 of the License, or (at your option) any later
 * version.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
 * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, write to the Free Software Foundation, Inc.,
 * 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE
 *       Interface and Linux Device Driver" Application Note.
 */
#include <linux/types.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
J
Jordan Crouse 已提交
36 37
#include <linux/platform_device.h>

P
Pete Popov 已提交
38 39 40 41 42 43
#include <linux/init.h>
#include <linux/ide.h>
#include <linux/sysdev.h>

#include <linux/dma-mapping.h>

J
Jordan Crouse 已提交
44 45
#include "ide-timing.h"

P
Pete Popov 已提交
46 47 48 49 50 51 52 53
#include <asm/io.h>
#include <asm/mach-au1x00/au1xxx.h>
#include <asm/mach-au1x00/au1xxx_dbdma.h>

#include <asm/mach-au1x00/au1xxx_ide.h>

#define DRV_NAME	"au1200-ide"
#define DRV_VERSION	"1.0"
J
Jordan Crouse 已提交
54
#define DRV_AUTHOR	"Enrico Walther <enrico.walther@amd.com> / Pete Popov <ppopov@embeddedalley.com>"
P
Pete Popov 已提交
55

J
Jordan Crouse 已提交
56 57
/* enable the burstmode in the dbdma */
#define IDE_AU1XXX_BURSTMODE	1
P
Pete Popov 已提交
58

J
Jordan Crouse 已提交
59 60
static _auide_hwif auide_hwif;
static int dbdma_init_done;
P
Pete Popov 已提交
61 62 63

#if defined(CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA)

J
Jordan Crouse 已提交
64
void auide_insw(unsigned long port, void *addr, u32 count)
P
Pete Popov 已提交
65
{
J
Jordan Crouse 已提交
66 67 68
	_auide_hwif *ahwif = &auide_hwif;
	chan_tab_t *ctp;
	au1x_ddma_desc_t *dp;
P
Pete Popov 已提交
69

J
Jordan Crouse 已提交
70 71 72 73 74 75 76 77 78 79
	if(!put_dest_flags(ahwif->rx_chan, (void*)addr, count << 1, 
			   DDMA_FLAGS_NOIE)) {
		printk(KERN_ERR "%s failed %d\n", __FUNCTION__, __LINE__);
		return;
	}
	ctp = *((chan_tab_t **)ahwif->rx_chan);
	dp = ctp->cur_ptr;
	while (dp->dscr_cmd0 & DSCR_CMD0_V)
		;
	ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp);
P
Pete Popov 已提交
80 81
}

J
Jordan Crouse 已提交
82
void auide_outsw(unsigned long port, void *addr, u32 count)
P
Pete Popov 已提交
83
{
J
Jordan Crouse 已提交
84 85 86
	_auide_hwif *ahwif = &auide_hwif;
	chan_tab_t *ctp;
	au1x_ddma_desc_t *dp;
P
Pete Popov 已提交
87

J
Jordan Crouse 已提交
88 89 90 91 92 93 94 95 96 97
	if(!put_source_flags(ahwif->tx_chan, (void*)addr,
			     count << 1, DDMA_FLAGS_NOIE)) {
		printk(KERN_ERR "%s failed %d\n", __FUNCTION__, __LINE__);
		return;
	}
	ctp = *((chan_tab_t **)ahwif->tx_chan);
	dp = ctp->cur_ptr;
	while (dp->dscr_cmd0 & DSCR_CMD0_V)
		;
	ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp);
P
Pete Popov 已提交
98 99 100 101
}

#endif

102
static void au1xxx_set_pio_mode(ide_drive_t *drive, const u8 pio)
P
Pete Popov 已提交
103
{
104
	int mem_sttime = 0, mem_stcfg = au_readl(MEM_STCFG2);
J
Jordan Crouse 已提交
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161

	/* set pio mode! */
	switch(pio) {
	case 0:
		mem_sttime = SBC_IDE_TIMING(PIO0);

		/* set configuration for RCS2# */
		mem_stcfg |= TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_PIO0_TCSOE | SBC_IDE_PIO0_TOECS;
		break;

	case 1:
		mem_sttime = SBC_IDE_TIMING(PIO1);

		/* set configuration for RCS2# */
		mem_stcfg |= TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_PIO1_TCSOE | SBC_IDE_PIO1_TOECS;
		break;

	case 2:
		mem_sttime = SBC_IDE_TIMING(PIO2);

		/* set configuration for RCS2# */
		mem_stcfg &= ~TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_PIO2_TCSOE | SBC_IDE_PIO2_TOECS;
		break;

	case 3:
		mem_sttime = SBC_IDE_TIMING(PIO3);

		/* set configuration for RCS2# */
		mem_stcfg &= ~TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_PIO3_TCSOE | SBC_IDE_PIO3_TOECS;

		break;

	case 4:
		mem_sttime = SBC_IDE_TIMING(PIO4);

		/* set configuration for RCS2# */
		mem_stcfg &= ~TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_PIO4_TCSOE | SBC_IDE_PIO4_TOECS;
		break;
	}

	au_writel(mem_sttime,MEM_STTIME2);
	au_writel(mem_stcfg,MEM_STCFG2);
P
Pete Popov 已提交
162 163
}

164
static void auide_set_dma_mode(ide_drive_t *drive, const u8 speed)
P
Pete Popov 已提交
165
{
166
	int mem_sttime = 0, mem_stcfg = au_readl(MEM_STCFG2);
P
Pete Popov 已提交
167

J
Jordan Crouse 已提交
168
	switch(speed) {
P
Pete Popov 已提交
169
#ifdef CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA
J
Jordan Crouse 已提交
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
	case XFER_MW_DMA_2:
		mem_sttime = SBC_IDE_TIMING(MDMA2);

		/* set configuration for RCS2# */
		mem_stcfg &= ~TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_MDMA2_TCSOE | SBC_IDE_MDMA2_TOECS;

		break;
	case XFER_MW_DMA_1:
		mem_sttime = SBC_IDE_TIMING(MDMA1);

		/* set configuration for RCS2# */
		mem_stcfg &= ~TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_MDMA1_TCSOE | SBC_IDE_MDMA1_TOECS;

		break;
	case XFER_MW_DMA_0:
		mem_sttime = SBC_IDE_TIMING(MDMA0);

		/* set configuration for RCS2# */
		mem_stcfg |= TS_MASK;
		mem_stcfg &= ~TCSOE_MASK;
		mem_stcfg &= ~TOECS_MASK;
		mem_stcfg |= SBC_IDE_MDMA0_TCSOE | SBC_IDE_MDMA0_TOECS;

		break;
P
Pete Popov 已提交
200
#endif
J
Jordan Crouse 已提交
201
	default:
202
		return;
J
Jordan Crouse 已提交
203
	}
204

J
Jordan Crouse 已提交
205 206
	au_writel(mem_sttime,MEM_STTIME2);
	au_writel(mem_stcfg,MEM_STCFG2);
P
Pete Popov 已提交
207 208 209 210 211 212
}

/*
 * Multi-Word DMA + DbDMA functions
 */

J
Jordan Crouse 已提交
213
#ifdef CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA
P
Pete Popov 已提交
214 215 216

static int auide_build_sglist(ide_drive_t *drive,  struct request *rq)
{
J
Jordan Crouse 已提交
217 218 219
	ide_hwif_t *hwif = drive->hwif;
	_auide_hwif *ahwif = (_auide_hwif*)hwif->hwif_data;
	struct scatterlist *sg = hwif->sg_table;
P
Pete Popov 已提交
220

J
Jordan Crouse 已提交
221
	ide_map_sg(drive, rq);
P
Pete Popov 已提交
222

J
Jordan Crouse 已提交
223 224 225 226
	if (rq_data_dir(rq) == READ)
		hwif->sg_dma_direction = DMA_FROM_DEVICE;
	else
		hwif->sg_dma_direction = DMA_TO_DEVICE;
P
Pete Popov 已提交
227

J
Jordan Crouse 已提交
228 229
	return dma_map_sg(ahwif->dev, sg, hwif->sg_nents,
			  hwif->sg_dma_direction);
P
Pete Popov 已提交
230 231 232 233
}

static int auide_build_dmatable(ide_drive_t *drive)
{
J
Jordan Crouse 已提交
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
	int i, iswrite, count = 0;
	ide_hwif_t *hwif = HWIF(drive);

	struct request *rq = HWGROUP(drive)->rq;

	_auide_hwif *ahwif = (_auide_hwif*)hwif->hwif_data;
	struct scatterlist *sg;

	iswrite = (rq_data_dir(rq) == WRITE);
	/* Save for interrupt context */
	ahwif->drive = drive;

	/* Build sglist */
	hwif->sg_nents = i = auide_build_sglist(drive, rq);

	if (!i)
		return 0;

	/* fill the descriptors */
	sg = hwif->sg_table;
	while (i && sg_dma_len(sg)) {
		u32 cur_addr;
		u32 cur_len;

		cur_addr = sg_dma_address(sg);
		cur_len = sg_dma_len(sg);

		while (cur_len) {
			u32 flags = DDMA_FLAGS_NOIE;
			unsigned int tc = (cur_len < 0xfe00)? cur_len: 0xfe00;

			if (++count >= PRD_ENTRIES) {
				printk(KERN_WARNING "%s: DMA table too small\n",
				       drive->name);
				goto use_pio_instead;
			}

			/* Lets enable intr for the last descriptor only */
			if (1==i)
				flags = DDMA_FLAGS_IE;
			else
				flags = DDMA_FLAGS_NOIE;

			if (iswrite) {
				if(!put_source_flags(ahwif->tx_chan, 
						     (void*)(page_address(sg->page) 
							     + sg->offset), 
						     tc, flags)) { 
					printk(KERN_ERR "%s failed %d\n", 
					       __FUNCTION__, __LINE__);
P
Pete Popov 已提交
284
				}
J
Jordan Crouse 已提交
285
			} else 
P
Pete Popov 已提交
286
			{
J
Jordan Crouse 已提交
287 288 289 290 291 292
				if(!put_dest_flags(ahwif->rx_chan, 
						   (void*)(page_address(sg->page) 
							   + sg->offset), 
						   tc, flags)) { 
					printk(KERN_ERR "%s failed %d\n", 
					       __FUNCTION__, __LINE__);
P
Pete Popov 已提交
293
				}
J
Jordan Crouse 已提交
294
			}
P
Pete Popov 已提交
295

J
Jordan Crouse 已提交
296 297 298
			cur_addr += tc;
			cur_len -= tc;
		}
J
Jens Axboe 已提交
299
		sg = sg_next(sg);
J
Jordan Crouse 已提交
300 301
		i--;
	}
P
Pete Popov 已提交
302

J
Jordan Crouse 已提交
303 304
	if (count)
		return 1;
P
Pete Popov 已提交
305

J
Jordan Crouse 已提交
306 307 308 309 310
 use_pio_instead:
	dma_unmap_sg(ahwif->dev,
		     hwif->sg_table,
		     hwif->sg_nents,
		     hwif->sg_dma_direction);
P
Pete Popov 已提交
311

J
Jordan Crouse 已提交
312
	return 0; /* revert to PIO for this request */
P
Pete Popov 已提交
313 314 315 316
}

static int auide_dma_end(ide_drive_t *drive)
{
J
Jordan Crouse 已提交
317 318
	ide_hwif_t *hwif = HWIF(drive);
	_auide_hwif *ahwif = (_auide_hwif*)hwif->hwif_data;
P
Pete Popov 已提交
319

J
Jordan Crouse 已提交
320 321 322 323 324
	if (hwif->sg_nents) {
		dma_unmap_sg(ahwif->dev, hwif->sg_table, hwif->sg_nents,
			     hwif->sg_dma_direction);
		hwif->sg_nents = 0;
	}
P
Pete Popov 已提交
325

J
Jordan Crouse 已提交
326
	return 0;
P
Pete Popov 已提交
327 328 329 330 331 332 333 334 335
}

static void auide_dma_start(ide_drive_t *drive )
{
}


static void auide_dma_exec_cmd(ide_drive_t *drive, u8 command)
{
J
Jordan Crouse 已提交
336 337 338
	/* issue cmd to drive */
	ide_execute_command(drive, command, &ide_dma_intr,
			    (2*WAIT_CMD), NULL);
P
Pete Popov 已提交
339 340 341
}

static int auide_dma_setup(ide_drive_t *drive)
J
Jordan Crouse 已提交
342 343
{       	
	struct request *rq = HWGROUP(drive)->rq;
P
Pete Popov 已提交
344

J
Jordan Crouse 已提交
345 346 347 348
	if (!auide_build_dmatable(drive)) {
		ide_map_sg(drive, rq);
		return 1;
	}
P
Pete Popov 已提交
349

J
Jordan Crouse 已提交
350 351
	drive->waiting_for_dma = 1;
	return 0;
P
Pete Popov 已提交
352 353
}

354
static u8 auide_mdma_filter(ide_drive_t *drive)
P
Pete Popov 已提交
355
{
356 357 358 359 360 361 362 363
	/*
	 * FIXME: ->white_list and ->black_list are based on completely bogus
	 * ->ide_dma_check implementation which didn't set neither the host
	 * controller timings nor the device for the desired transfer mode.
	 *
	 * They should be either removed or 0x00 MWDMA mask should be
	 * returned for devices on the ->black_list.
	 */
J
Jordan Crouse 已提交
364

365
	if (dbdma_init_done == 0) {
J
Jordan Crouse 已提交
366 367 368 369 370 371 372 373
		auide_hwif.white_list = ide_in_drive_list(drive->id,
							  dma_white_list);
		auide_hwif.black_list = ide_in_drive_list(drive->id,
							  dma_black_list);
		auide_hwif.drive = drive;
		auide_ddma_init(&auide_hwif);
		dbdma_init_done = 1;
	}
P
Pete Popov 已提交
374

J
Jordan Crouse 已提交
375
	/* Is the drive in our DMA black list? */
376
	if (auide_hwif.black_list)
J
Jordan Crouse 已提交
377
		printk(KERN_WARNING "%s: Disabling DMA for %s (blacklisted)\n",
378
				    drive->name, drive->id->model);
J
Jordan Crouse 已提交
379

380 381 382
	return drive->hwif->mwdma_mask;
}

P
Pete Popov 已提交
383
static int auide_dma_test_irq(ide_drive_t *drive)
J
Jordan Crouse 已提交
384 385 386
{	
	if (drive->waiting_for_dma == 0)
		printk(KERN_WARNING "%s: ide_dma_test_irq \
P
Pete Popov 已提交
387 388
                                     called while not waiting\n", drive->name);

J
Jordan Crouse 已提交
389 390
	/* If dbdma didn't execute the STOP command yet, the
	 * active bit is still set
P
Pete Popov 已提交
391
	 */
J
Jordan Crouse 已提交
392 393 394
	drive->waiting_for_dma++;
	if (drive->waiting_for_dma >= DMA_WAIT_TIMEOUT) {
		printk(KERN_WARNING "%s: timeout waiting for ddma to \
P
Pete Popov 已提交
395
                                     complete\n", drive->name);
J
Jordan Crouse 已提交
396 397 398 399
		return 1;
	}
	udelay(10);
	return 0;
P
Pete Popov 已提交
400 401
}

402
static void auide_dma_host_on(ide_drive_t *drive)
P
Pete Popov 已提交
403 404 405 406 407
{
}

static int auide_dma_on(ide_drive_t *drive)
{
J
Jordan Crouse 已提交
408
	drive->using_dma = 1;
409 410

	return 0;
P
Pete Popov 已提交
411 412
}

413
static void auide_dma_host_off(ide_drive_t *drive)
P
Pete Popov 已提交
414 415 416
{
}

417
static void auide_dma_off_quietly(ide_drive_t *drive)
P
Pete Popov 已提交
418
{
J
Jordan Crouse 已提交
419
	drive->using_dma = 0;
P
Pete Popov 已提交
420 421
}

422
static void auide_dma_lost_irq(ide_drive_t *drive)
P
Pete Popov 已提交
423
{
J
Jordan Crouse 已提交
424
	printk(KERN_ERR "%s: IRQ lost\n", drive->name);
P
Pete Popov 已提交
425 426
}

427
static void auide_ddma_tx_callback(int irq, void *param)
P
Pete Popov 已提交
428
{
J
Jordan Crouse 已提交
429 430
	_auide_hwif *ahwif = (_auide_hwif*)param;
	ahwif->drive->waiting_for_dma = 0;
P
Pete Popov 已提交
431 432
}

433
static void auide_ddma_rx_callback(int irq, void *param)
P
Pete Popov 已提交
434
{
J
Jordan Crouse 已提交
435 436 437 438 439
	_auide_hwif *ahwif = (_auide_hwif*)param;
	ahwif->drive->waiting_for_dma = 0;
}

#endif /* end CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA */
P
Pete Popov 已提交
440

J
Jordan Crouse 已提交
441 442 443 444 445 446 447 448 449
static void auide_init_dbdma_dev(dbdev_tab_t *dev, u32 dev_id, u32 tsize, u32 devwidth, u32 flags)
{
	dev->dev_id          = dev_id;
	dev->dev_physaddr    = (u32)AU1XXX_ATA_PHYS_ADDR;
	dev->dev_intlevel    = 0;
	dev->dev_intpolarity = 0;
	dev->dev_tsize       = tsize;
	dev->dev_devwidth    = devwidth;
	dev->dev_flags       = flags;
P
Pete Popov 已提交
450
}
J
Jordan Crouse 已提交
451 452
  
#if defined(CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA)
P
Pete Popov 已提交
453

454
static void auide_dma_timeout(ide_drive_t *drive)
P
Pete Popov 已提交
455
{
456
	ide_hwif_t *hwif = HWIF(drive);
P
Pete Popov 已提交
457

J
Jordan Crouse 已提交
458
	printk(KERN_ERR "%s: DMA timeout occurred: ", drive->name);
P
Pete Popov 已提交
459

460 461
	if (hwif->ide_dma_test_irq(drive))
		return;
P
Pete Popov 已提交
462

463
	hwif->ide_dma_end(drive);
P
Pete Popov 已提交
464
}
J
Jordan Crouse 已提交
465
					
P
Pete Popov 已提交
466

J
Jordan Crouse 已提交
467 468 469 470 471
static int auide_ddma_init(_auide_hwif *auide) {
	
	dbdev_tab_t source_dev_tab, target_dev_tab;
	u32 dev_id, tsize, devwidth, flags;
	ide_hwif_t *hwif = auide->hwif;
P
Pete Popov 已提交
472

J
Jordan Crouse 已提交
473
	dev_id   = AU1XXX_ATA_DDMA_REQ;
P
Pete Popov 已提交
474

J
Jordan Crouse 已提交
475 476 477 478 479 480 481 482 483 484 485
	if (auide->white_list || auide->black_list) {
		tsize    = 8;
		devwidth = 32;
	}
	else { 
		tsize    = 1;
		devwidth = 16;
		
		printk(KERN_ERR "au1xxx-ide: %s is not on ide driver whitelist.\n",auide_hwif.drive->id->model);
		printk(KERN_ERR "            please read 'Documentation/mips/AU1xxx_IDE.README'");
	}
P
Pete Popov 已提交
486

J
Jordan Crouse 已提交
487 488
#ifdef IDE_AU1XXX_BURSTMODE 
	flags = DEV_FLAGS_SYNC | DEV_FLAGS_BURSTABLE;
P
Pete Popov 已提交
489
#else
J
Jordan Crouse 已提交
490
	flags = DEV_FLAGS_SYNC;
P
Pete Popov 已提交
491 492
#endif

J
Jordan Crouse 已提交
493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535
	/* setup dev_tab for tx channel */
	auide_init_dbdma_dev( &source_dev_tab,
			      dev_id,
			      tsize, devwidth, DEV_FLAGS_OUT | flags);
 	auide->tx_dev_id = au1xxx_ddma_add_device( &source_dev_tab );

	auide_init_dbdma_dev( &source_dev_tab,
			      dev_id,
			      tsize, devwidth, DEV_FLAGS_IN | flags);
 	auide->rx_dev_id = au1xxx_ddma_add_device( &source_dev_tab );
	
	/* We also need to add a target device for the DMA */
	auide_init_dbdma_dev( &target_dev_tab,
			      (u32)DSCR_CMD0_ALWAYS,
			      tsize, devwidth, DEV_FLAGS_ANYUSE);
	auide->target_dev_id = au1xxx_ddma_add_device(&target_dev_tab);	
 
	/* Get a channel for TX */
	auide->tx_chan = au1xxx_dbdma_chan_alloc(auide->target_dev_id,
						 auide->tx_dev_id,
						 auide_ddma_tx_callback,
						 (void*)auide);
 
	/* Get a channel for RX */
	auide->rx_chan = au1xxx_dbdma_chan_alloc(auide->rx_dev_id,
						 auide->target_dev_id,
						 auide_ddma_rx_callback,
						 (void*)auide);

	auide->tx_desc_head = (void*)au1xxx_dbdma_ring_alloc(auide->tx_chan,
							     NUM_DESCRIPTORS);
	auide->rx_desc_head = (void*)au1xxx_dbdma_ring_alloc(auide->rx_chan,
							     NUM_DESCRIPTORS);
 
	hwif->dmatable_cpu = dma_alloc_coherent(auide->dev,
						PRD_ENTRIES * PRD_BYTES,        /* 1 Page */
						&hwif->dmatable_dma, GFP_KERNEL);
	
	au1xxx_dbdma_start( auide->tx_chan );
	au1xxx_dbdma_start( auide->rx_chan );
 
	return 0;
} 
P
Pete Popov 已提交
536
#else
J
Jordan Crouse 已提交
537 538 539 540 541
 
static int auide_ddma_init( _auide_hwif *auide )
{
	dbdev_tab_t source_dev_tab;
	int flags;
P
Pete Popov 已提交
542

J
Jordan Crouse 已提交
543 544 545 546
#ifdef IDE_AU1XXX_BURSTMODE 
	flags = DEV_FLAGS_SYNC | DEV_FLAGS_BURSTABLE;
#else
	flags = DEV_FLAGS_SYNC;
P
Pete Popov 已提交
547 548
#endif

J
Jordan Crouse 已提交
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580
	/* setup dev_tab for tx channel */
	auide_init_dbdma_dev( &source_dev_tab,
			      (u32)DSCR_CMD0_ALWAYS,
			      8, 32, DEV_FLAGS_OUT | flags);
 	auide->tx_dev_id = au1xxx_ddma_add_device( &source_dev_tab );

	auide_init_dbdma_dev( &source_dev_tab,
			      (u32)DSCR_CMD0_ALWAYS,
			      8, 32, DEV_FLAGS_IN | flags);
 	auide->rx_dev_id = au1xxx_ddma_add_device( &source_dev_tab );
	
	/* Get a channel for TX */
	auide->tx_chan = au1xxx_dbdma_chan_alloc(DSCR_CMD0_ALWAYS,
						 auide->tx_dev_id,
						 NULL,
						 (void*)auide);
 
	/* Get a channel for RX */
	auide->rx_chan = au1xxx_dbdma_chan_alloc(auide->rx_dev_id,
						 DSCR_CMD0_ALWAYS,
						 NULL,
						 (void*)auide);
 
	auide->tx_desc_head = (void*)au1xxx_dbdma_ring_alloc(auide->tx_chan,
							     NUM_DESCRIPTORS);
	auide->rx_desc_head = (void*)au1xxx_dbdma_ring_alloc(auide->rx_chan,
							     NUM_DESCRIPTORS);
 
	au1xxx_dbdma_start( auide->tx_chan );
	au1xxx_dbdma_start( auide->rx_chan );
 	
	return 0;
P
Pete Popov 已提交
581
}
J
Jordan Crouse 已提交
582
#endif
P
Pete Popov 已提交
583 584 585

static void auide_setup_ports(hw_regs_t *hw, _auide_hwif *ahwif)
{
J
Jordan Crouse 已提交
586 587 588 589 590 591 592 593 594 595
	int i;
	unsigned long *ata_regs = hw->io_ports;

	/* FIXME? */
	for (i = 0; i < IDE_CONTROL_OFFSET; i++) {
		*ata_regs++ = ahwif->regbase + (i << AU1XXX_ATA_REG_OFFSET);
	}

	/* set the Alternative Status register */
	*ata_regs = ahwif->regbase + (14 << AU1XXX_ATA_REG_OFFSET);
P
Pete Popov 已提交
596 597 598 599 600
}

static int au_ide_probe(struct device *dev)
{
	struct platform_device *pdev = to_platform_device(dev);
J
Jordan Crouse 已提交
601 602
	_auide_hwif *ahwif = &auide_hwif;
	ide_hwif_t *hwif;
P
Pete Popov 已提交
603 604
	struct resource *res;
	int ret = 0;
605
	u8 idx[4] = { 0xff, 0xff, 0xff, 0xff };
606
	hw_regs_t hw;
P
Pete Popov 已提交
607 608

#if defined(CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA)
J
Jordan Crouse 已提交
609
	char *mode = "MWDMA2";
P
Pete Popov 已提交
610
#elif defined(CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA)
J
Jordan Crouse 已提交
611
	char *mode = "PIO+DDMA(offload)";
P
Pete Popov 已提交
612 613
#endif

J
Jordan Crouse 已提交
614 615
	memset(&auide_hwif, 0, sizeof(_auide_hwif));
	auide_hwif.dev                  = 0;
P
Pete Popov 已提交
616 617 618 619 620 621 622 623 624

	ahwif->dev = dev;
	ahwif->irq = platform_get_irq(pdev, 0);

	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);

	if (res == NULL) {
		pr_debug("%s %d: no base address\n", DRV_NAME, pdev->id);
		ret = -ENODEV;
625 626 627 628 629
		goto out;
	}
	if (ahwif->irq < 0) {
		pr_debug("%s %d: no IRQ\n", DRV_NAME, pdev->id);
		ret = -ENODEV;
P
Pete Popov 已提交
630 631 632
		goto out;
	}

J
Jordan Crouse 已提交
633
	if (!request_mem_region (res->start, res->end-res->start, pdev->name)) {
P
Pete Popov 已提交
634
		pr_debug("%s: request_mem_region failed\n", DRV_NAME);
J
Jordan Crouse 已提交
635
		ret =  -EBUSY;
P
Pete Popov 已提交
636
		goto out;
J
Jordan Crouse 已提交
637
	}
P
Pete Popov 已提交
638 639 640 641 642 643 644

	ahwif->regbase = (u32)ioremap(res->start, res->end-res->start);
	if (ahwif->regbase == 0) {
		ret = -ENOMEM;
		goto out;
	}

J
Jordan Crouse 已提交
645 646 647
	/* FIXME:  This might possibly break PCMCIA IDE devices */

	hwif                            = &ide_hwifs[pdev->id];
648
	hwif->irq			= ahwif->irq;
J
Jordan Crouse 已提交
649
	hwif->chipset                   = ide_au1xxx;
P
Pete Popov 已提交
650

651 652 653
	memset(&hw, 0, sizeof(hw));
	auide_setup_ports(&hw, ahwif);
	memcpy(hwif->io_ports, hw.io_ports, sizeof(hwif->io_ports));
P
Pete Popov 已提交
654

J
Jordan Crouse 已提交
655
	hwif->ultra_mask                = 0x0;  /* Disable Ultra DMA */
P
Pete Popov 已提交
656
#ifdef CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA
J
Jordan Crouse 已提交
657 658
	hwif->mwdma_mask                = 0x07; /* Multimode-2 DMA  */
	hwif->swdma_mask                = 0x00;
P
Pete Popov 已提交
659
#else
J
Jordan Crouse 已提交
660 661 662 663
	hwif->mwdma_mask                = 0x0;
	hwif->swdma_mask                = 0x0;
#endif

B
Bartlomiej Zolnierkiewicz 已提交
664
	hwif->pio_mask = ATA_PIO4;
665
	hwif->host_flags = IDE_HFLAG_POST_SET_MODE;
B
Bartlomiej Zolnierkiewicz 已提交
666

J
Jordan Crouse 已提交
667 668 669 670 671 672
	hwif->noprobe = 0;
	hwif->drives[0].unmask          = 1;
	hwif->drives[1].unmask          = 1;

	/* hold should be on in all cases */
	hwif->hold                      = 1;
673 674

	hwif->mmio  = 1;
J
Jordan Crouse 已提交
675 676 677 678 679 680 681 682

	/* If the user has selected DDMA assisted copies,
	   then set up a few local I/O function entry points 
	*/

#ifdef CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA	
	hwif->INSW                      = auide_insw;
	hwif->OUTSW                     = auide_outsw;
P
Pete Popov 已提交
683
#endif
J
Jordan Crouse 已提交
684

685
	hwif->set_pio_mode		= &au1xxx_set_pio_mode;
686
	hwif->set_dma_mode		= &auide_set_dma_mode;
P
Pete Popov 已提交
687 688

#ifdef CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA
689
	hwif->dma_off_quietly		= &auide_dma_off_quietly;
690
	hwif->dma_timeout		= &auide_dma_timeout;
J
Jordan Crouse 已提交
691

692 693
	hwif->mdma_filter		= &auide_mdma_filter;

J
Jordan Crouse 已提交
694 695 696 697 698
	hwif->dma_exec_cmd              = &auide_dma_exec_cmd;
	hwif->dma_start                 = &auide_dma_start;
	hwif->ide_dma_end               = &auide_dma_end;
	hwif->dma_setup                 = &auide_dma_setup;
	hwif->ide_dma_test_irq          = &auide_dma_test_irq;
699
	hwif->dma_host_off		= &auide_dma_host_off;
700
	hwif->dma_host_on		= &auide_dma_host_on;
701
	hwif->dma_lost_irq		= &auide_dma_lost_irq;
J
Jordan Crouse 已提交
702
	hwif->ide_dma_on                = &auide_dma_on;
P
Pete Popov 已提交
703
#else /* !CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA */
J
Jordan Crouse 已提交
704 705 706 707 708 709
	hwif->channel                   = 0;
	hwif->hold                      = 1;
	hwif->select_data               = 0;    /* no chipset-specific code */
	hwif->config_data               = 0;    /* no chipset-specific code */

	hwif->drives[0].autotune        = 1;    /* 1=autotune, 2=noautotune, 0=default */
710
	hwif->drives[1].autotune	= 1;
P
Pete Popov 已提交
711
#endif
712 713
	hwif->drives[0].no_io_32bit	= 1;
	hwif->drives[1].no_io_32bit	= 1;
P
Pete Popov 已提交
714

J
Jordan Crouse 已提交
715 716
	auide_hwif.hwif                 = hwif;
	hwif->hwif_data                 = &auide_hwif;
P
Pete Popov 已提交
717

J
Jordan Crouse 已提交
718 719 720
#ifdef CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA           
	auide_ddma_init(&auide_hwif);
	dbdma_init_done = 1;
P
Pete Popov 已提交
721 722
#endif

723
	idx[0] = hwif->index;
724

725
	ide_device_add(idx);
726

P
Pete Popov 已提交
727 728
	dev_set_drvdata(dev, hwif);

J
Jordan Crouse 已提交
729
	printk(KERN_INFO "Au1xxx IDE(builtin) configured for %s\n", mode );
P
Pete Popov 已提交
730

J
Jordan Crouse 已提交
731 732
 out:
	return ret;
P
Pete Popov 已提交
733 734 735 736 737 738 739
}

static int au_ide_remove(struct device *dev)
{
	struct platform_device *pdev = to_platform_device(dev);
	struct resource *res;
	ide_hwif_t *hwif = dev_get_drvdata(dev);
J
Jordan Crouse 已提交
740
	_auide_hwif *ahwif = &auide_hwif;
P
Pete Popov 已提交
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763

	ide_unregister(hwif - ide_hwifs);

	iounmap((void *)ahwif->regbase);

	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
	release_mem_region(res->start, res->end - res->start);

	return 0;
}

static struct device_driver au1200_ide_driver = {
	.name		= "au1200-ide",
	.bus		= &platform_bus_type,
	.probe 		= au_ide_probe,
	.remove		= au_ide_remove,
};

static int __init au_ide_init(void)
{
	return driver_register(&au1200_ide_driver);
}

J
Jordan Crouse 已提交
764
static void __exit au_ide_exit(void)
P
Pete Popov 已提交
765 766 767 768 769 770 771 772 773
{
	driver_unregister(&au1200_ide_driver);
}

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("AU1200 IDE driver");

module_init(au_ide_init);
module_exit(au_ide_exit);