[PATCH] Palmchip BK3710 IDE driver

2008-02-05 Thread Anton Salnikov
nsupported IDE controller signal. This signal is not necessary because an 80-conductor cable must be used with the DM644x. Signed-off-by: Anton Salnikov <[EMAIL PROTECTED]> --- drivers/ide/Kconfig |9 drivers/ide/arm/Makefile |1 driv

[PATCH] Palmchip BK3710 IDE driver

2008-01-25 Thread Anton Salnikov
This is Palmchip BK3710 IDE controller support for kernel version 2.6.24. The IDE controller logic supports PIO, multiword DMA and ultra-DMA modes. Supports interface to compact Flash (CF) configured in True-IDE mode. Signed-off-by: Anton Salnikov <[EMAIL PROTECTED]> --- drivers/ide/K

[PATCH] Palmchip BK3710 IDE driver

2008-01-24 Thread Anton Salnikov
This is Palmchip BK3710 IDE controller support for kernel version 2.6.24-rc8. The IDE controller logic supports PIO, multiword DMA and ultra-DMA modes. Supports interface to compact Flash (CF) configured in True-IDE mode. Signed-off-by: Anton Salnikov <[EMAIL PROTECTED]> --- drivers/ide/K

Re: [PATCH] Palmchip BK3710 IDE driver

2008-01-22 Thread Anton Salnikov
> > +static inline u32 ioread(u32 reg) > > +{ > > + return ioread32(base + reg); > > +} > > + > > +static inline void iowrite(u32 val, u32 reg) > > +{ > > + iowrite32(val, base + reg); > > +} > > Why not just use ioread32/iowrite32 directly ? Because this increases readability and does not af

[PATCH] Palmchip BK3710 IDE driver

2008-01-21 Thread Anton Salnikov
BLK_DEV_IDEDMA_PCI So I deleted exports from ide-dma.c Signed-off-by: Anton Salnikov <[EMAIL PROTECTED]> --- drivers/ide/Kconfig |8 drivers/ide/arm/Makefile |1 drivers/ide/arm/palm_bk3710.c | 434 ++ drivers/ide/ide-proc.c|1 i

[PATCH] Palmchip BK3710 IDE driver

2008-01-17 Thread Anton Salnikov
) from driver/ide/ide-dma.c to get rid of copying them. Signed-off-by: Anton Salnikov <[EMAIL PROTECTED]> --- drivers/ide/Kconfig |8 drivers/ide/arm/Makefile |1 drivers/ide/arm/palm_bk3710.c | 486 ++ drivers/ide/ide