Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ae6e694ef566ed69a2537c80771a9031ec627494
/
drivers
/
ata
/
sata_inic162x.c
bb96961
libata: make it clear that sata_inic162x is experimental
by Tejun Heo
· 11 years ago
0a86e1c
ata: use pci_get_drvdata()
by Jingoo Han
· 11 years ago
7f0658d
sata_inic162x: remove unused variable in inic_scr_read()
by Wei Yongjun
· 12 years ago
2fc75da
ata: use module_pci_driver
by Axel Lin
· 13 years ago
06296a1
ata: Add and use ata_print_version_once
by Joe Perches
· 14 years ago
a9a79df
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
by Joe Perches
· 14 years ago
a44fec1
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
by Joe Perches
· 14 years ago
97750ce
libata: add @ap to ata_wait_register() and introduce ata_msleep()
by Tejun Heo
· 14 years ago
c708765
libata-sff: clean up BMDMA initialization
by Tejun Heo
· 14 years ago
6bc0d39
sata_inic162x: kill PORT_PRD_ADDR initialization
by Tejun Heo
· 14 years ago
3e4ec34
libata: kill ATA_FLAG_DISABLED
by Tejun Heo
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
87c8b22
drivers/ata: Remove unnecessary semicolons
by Joe Perches
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
14bdef9
[libata] convert drivers to use ata.h mode mask defines
by Erik Inge Bolsø
· 16 years ago
82ef04f
libata: make SCR access ops per-link
by Tejun Heo
· 16 years ago
9958066
sata_inic162x: enable LED blinking
by Bob Stewart
· 16 years ago
22bfc6d
sata_inic162x: update intro comment, up the version and drop EXPERIMENTAL
by Tejun Heo
· 17 years ago
ba66b24
sata_inic162x: add cardbus support
by Tejun Heo
· 17 years ago
f8b0685a
sata_inic162x: kill now unused SFF related stuff
by Tejun Heo
· 17 years ago
b3f677e
sata_inic162x: use IDMA for ATAPI commands
by Tejun Heo
· 17 years ago
049e8e0
sata_inic162x: use IDMA for non DMA ATA commands
by Tejun Heo
· 17 years ago
ab5b023
sata_inic162x: kill now unused bmdma related stuff
by Tejun Heo
· 17 years ago
3ad400a
sata_inic162x: use IDMA for ATA_PROT_DMA
by Tejun Heo
· 17 years ago
364fac0
sata_inic162x: update TF read handling
by Tejun Heo
· 17 years ago
b0dd9b8
sata_inic162x: add / update constants
by Tejun Heo
· 17 years ago
36f674d
sata_inic162x: misc clean ups
by Tejun Heo
· 17 years ago
2a0c15c
libata: kill dead code paths in reset path
by Tejun Heo
· 17 years ago
705e76b
libata: restructure SFF post-reset readiness waits
by Tejun Heo
· 17 years ago
5682ed3
libata: rename SFF port ops
by Tejun Heo
· 17 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
6fd3639
libata: kill ata_chk_status()
by Tejun Heo
· 17 years ago
a1efdab
libata: make reset related methods proper port operations
by Tejun Heo
· 17 years ago
029cfd6
libata: implement and use ops inheritance
by Tejun Heo
· 17 years ago
68d1d07
libata: implement and use SHT initializers
by Tejun Heo
· 17 years ago
358f9a7
libata: implement and use ata_noop_irq_clear()
by Tejun Heo
· 17 years ago
b7d8629
iommu sg merging: sata_inic162x: use pci_set_dma_max_seg_size
by FUJITA Tomonori
· 17 years ago
0dc3688
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
by Tejun Heo
· 17 years ago
5796d1c
[libata] Address some checkpatch-spotted issues
by Jeff Garzik
· 17 years ago
88ff6ea
libata: implement ata_wait_after_reset()
by Tejun Heo
· 17 years ago
cbcdd87
libata: implement and use ata_port_desc() to report port configuration
by Tejun Heo
· 17 years ago
ac8869d
[libata] Remove ->port_disable() hook
by Jeff Garzik
· 17 years ago
6d32d30
[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
by Jeff Garzik
· 17 years ago
cc0680a
libata-link: linkify reset
by Tejun Heo
· 17 years ago
936fd73
libata-link: linkify PHY-related functions
by Tejun Heo
· 17 years ago
9af5c9c
libata-link: introduce ata_link
by Tejun Heo
· 17 years ago
2a3103c
[libata] Bump driver versions
by Jeff Garzik
· 17 years ago
da3dbb1
libata: make ->scr_read/write callbacks return error code
by Tejun Heo
· 17 years ago
bf6263a
[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info
by Jeff Garzik
· 17 years ago
59f9988
[libata] drivers: remove 'void __iomem *' casts from pre-iomap days
by Jeff Garzik
· 17 years ago
90c9378
sata_inic162x: disable LBA48 devices
by Tejun Heo
· 17 years ago
8bc3fc4
libata: bump versions
by Jeff Garzik
· 17 years ago
9666f40
libata: reimplement suspend/resume support using sdev->manage_start_stop
by Tejun Heo
· 18 years ago
9b89391
libata: improve 0xff status handling
by Tejun Heo
· 18 years ago
d4b2bab
libata: add deadline support to prereset and reset methods
by Tejun Heo
· 18 years ago
4447d35
libata: convert the remaining SATA drivers to new init model
by Tejun Heo
· 18 years ago
a51d644
libata: improve AC_ERR_DEV handling for ->post_internal_cmd
by Tejun Heo
· 18 years ago
5aea408
libata: handle ata_pci_device_do_resume() failure while resuming
by Dmitriy Monakhov
· 18 years ago
cd0d3bb
libata: dev_config does not need ap and adev passing
by Alan
· 18 years ago
e1251d0
sata_inic162x: kill double region requests
by Tejun Heo
· 18 years ago
438ac6d
libata: add missing CONFIG_PM in LLDs
by Tejun Heo
· 18 years ago
aa2e3e4
[PATCH] scheduled removal of SA_XXX interrupt flags: ata fix
by Andrew Morton
· 18 years ago
fe33460
sata_inic162x: fix a few glitches in hardreset
by Tejun Heo
· 18 years ago
246ce3b
libata: add another IRQ calls (libata drivers)
by Akira Iguchi
· 18 years ago
0d5ff56
libata: convert to iomap
by Tejun Heo
· 18 years ago
24dc5f3
libata: update libata LLDs to use devres
by Tejun Heo
· 18 years ago
1fd7a69
sata_inic162x: finally, driver for initio 162x SATA controllers, take #2
by Tejun Heo
· 18 years ago