Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
9caeb5324427990db7bc97e674794d201c1f0797
/
drivers
/
ide
/
palm_bk3710.c
9f36d31
ide: remove hw_regs_t typedef
by Bartlomiej Zolnierkiewicz
· 15 years ago
dca3983
ide: pass number of ports to ide_host_{alloc,add}() (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
29e52cf
ide: remove chipset field from hw_regs_t
by Bartlomiej Zolnierkiewicz
· 15 years ago
d7f51435
palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixup
by Bartlomiej Zolnierkiewicz
· 16 years ago
33e8601
palm_bk3710: those registers/bitfields don't exist
by David Brownell
· 16 years ago
db2f38c
palm_bk3710: UDMA performance fix
by David Brownell
· 16 years ago
13b8860
IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()
by Kevin Hilman
· 16 years ago
ef183f6
drivers/ide/palm_bk3710.c buildfix
by David Brownell
· 16 years ago
3f023b0
ide: don't set hwif->dma_ops in init_dma() method
by Sergei Shtylyov
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/arm/palm_bk3710.c]
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
7e59ea2
ide: check drive->present in ide_get_paired_drive()
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
bfc2f01
palm_bk3710: improve IDE registration
by David Brownell
· 16 years ago
a1aee86
IDE: palm_bk3710: fix compile warning for unused variable
by Kevin Hilman
· 16 years ago
f454cbe
ide: ->cable_detect method cannot be marked __devinit
by Bartlomiej Zolnierkiewicz
· 16 years ago
a0f403b
palm_bk3710: add UltraDMA/100 support
by Sergei Shtylyov
· 16 years ago
6f904d0
ide: add ide_host_add() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
761052e
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
by Bartlomiej Zolnierkiewicz
· 16 years ago
81e8d5a
ide: remove ide_setup_dma()
by Bartlomiej Zolnierkiewicz
· 16 years ago
c97c6ac
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
256c5f8
ide: fix hwif-s initialization
by Bartlomiej Zolnierkiewicz
· 16 years ago
f06ab34
ide: convert ide-timing.h to ide-timings.c library (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
1357214
ide: remove ->mmio flag from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
8c6e46d
palm_bk3710: fix tRP for UDMA mode 4
by Mikhail Cherkashin
· 16 years ago
ffab6cf
palm_bk3710: fix IDECLK period calculation
by Sergei Shtylyov
· 16 years ago
ce42a54
palm_bk3710: fix resource management
by Sergei Shtylyov
· 16 years ago
fb37496
palm_bk3710: add warm-plug support
by Bartlomiej Zolnierkiewicz
· 16 years ago
c5dd43e
ide: add IDE_HFLAG_MMIO host flag (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
bf64b7a
ide: sanitize ide_unregister() usage
by Bartlomiej Zolnierkiewicz
· 17 years ago
f37afda
ide: constify struct ide_dma_ops
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e37bdc
ide: add struct ide_dma_ops (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
b552a2c
palm_bk3710: use ->init_dma method
by Bartlomiej Zolnierkiewicz
· 17 years ago
63158d5
ide: cleanup ide_setup_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
00fe8b7
ide: use DIV_ROUND_UP
by Julia Lawall
· 17 years ago
59bff5b
ide: cleanup ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
458622f
ATA/IDE: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
2304dc6
ide: remove ->hold field from ide_hwif_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
93de00f
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4f0eee4
ide: use ide_find_port() instead of ide_deprecated_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
c79b60d
palm_bk3710: use struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
c92a7f1
palm_bk3710: port initialization/probing bugfix
by Bartlomiej Zolnierkiewicz
· 17 years ago
d4452be
palm_bk3710: fix ide_unregister() usage
by Bartlomiej Zolnierkiewicz
· 17 years ago
7824bc6
palm_bk3710: ide_register_hw() -> ide_device_add()
by Bartlomiej Zolnierkiewicz
· 17 years ago
7c7e92a
Palmchip BK3710 IDE driver
by Anton Salnikov
· 17 years ago