Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f29e650 authored by Jordan Crouse's avatar Jordan Crouse Committed by Bartlomiej Zolnierkiewicz
Browse files

[PATCH] ide: AU1200 IDE update



Changes here include removing all of CONFIG_PM while it is being repeatedly
smacked with a lead pipe, moving the BURSTMODE param to a #define (it should
be defined almost always anyway), fixing the rqsize stuff, pulling ide_ioreg_t,
and general cleanups and whatnot.

Signed-off-by: default avatarJordan Crouse <jordan.crouse@amd.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 65e5f2e3
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -807,14 +807,6 @@ config BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA
       depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXX
endchoice

config BLK_DEV_IDE_AU1XXX_BURSTABLE_ON
        bool "Enable burstable Mode on DbDMA"
        default false
        depends BLK_DEV_IDE_AU1XXX
        help
          This option enable the burstable Flag on DbDMA controller
          (cf. "AMD Alchemy 'Au1200' Processor Data Book - PRELIMINARY").

config BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ
       int "Maximum transfer size (KB) per request (up to 128)"
       default "128"
+3 −0
Original line number Diff line number Diff line
obj-$(CONFIG_BLK_DEV_IDE_SWARM)		+= swarm.o
obj-$(CONFIG_BLK_DEV_IDE_AU1XXX)	+= au1xxx-ide.o

EXTRA_CFLAGS    := -Idrivers/ide