index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
make sata_set_spd_needed() static
Adrian Bunk
1
-1
/
+1
2008-04-25
make sata_print_link_status() static
Adrian Bunk
1
-2
/
+1
2008-04-24
libata: functions with definition should not be extern
Harvey Harrison
1
-1
/
+1
2008-04-18
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-17
libata: Be a bit more slack about early devices
Alan Cox
1
-10
/
+15
2008-04-17
libata: cable logic
Alan Cox
1
-0
/
+4
2008-04-17
libata: move link onlineness check out of softreset methods
Tejun Heo
1
-0
/
+4
2008-04-17
libata: implement PMP helpers
Tejun Heo
1
-2
/
+2
2008-04-17
libata: separate PMP support code from core code
Tejun Heo
1
-13
/
+0
2008-04-17
libata: make SFF support optional
Tejun Heo
1
-0
/
+2
2008-04-17
libata: clean up dummy port_ops
Tejun Heo
1
-17
/
+5
2008-04-17
libata: kill ata_noop_dev_select()
Tejun Heo
1
-19
/
+0
2008-04-17
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Tejun Heo
1
-1
/
+0
2008-04-17
libata: drop @finish_qc from ata_qc_complete_multiple()
Tejun Heo
1
-5
/
+1
2008-04-17
libata: add qc_fill_rtf port operation
Tejun Heo
1
-1
/
+2
2008-04-17
libata: unify mechanism to request follow-up SRST
Tejun Heo
1
-1
/
+0
2008-04-17
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
1
-2
/
+1
2008-04-17
libata: clear SError after link resume
Tejun Heo
1
-13
/
+22
2008-04-17
libata: implement and use sata_std_hardreset()
Tejun Heo
1
-1
/
+29
2008-04-17
libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...
Tejun Heo
1
-1
/
+49
2008-04-17
libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
Tejun Heo
1
-0
/
+98
2008-04-17
libata: separate out ata_std_postreset() from ata_sff_postreset()
Tejun Heo
1
-20
/
+4
2008-04-17
libata: separate out ata_std_prereset() from ata_sff_prereset()
Tejun Heo
1
-13
/
+4
2008-04-17
libata: clean up port_ops->sff_irq_clear()
Tejun Heo
1
-10
/
+0
2008-04-17
libata: rename SFF port ops
Tejun Heo
1
-9
/
+9
2008-04-17
libata: rename SFF functions
Tejun Heo
1
-8
/
+8
2008-04-17
libata: kill unused ata_flush_cache()
Tejun Heo
1
-26
/
+0
2008-04-17
libata: make ata_tf_to_lba[48]() generic
Tejun Heo
1
-6
/
+6
2008-04-17
libata: isolate and rework cable logic
Alan Cox
1
-4
/
+44
2008-04-17
libata: kill ata_chk_status() call from ata_dev_configure()
Tejun Heo
1
-3
/
+0
2008-04-17
libata: reorganize SFF related stuff
Tejun Heo
1
-1875
/
+9
2008-04-17
libata: drop ata_dev_select() from ata_dev_read_id
Tejun Heo
1
-1
/
+0
2008-04-17
libata: make reset related methods proper port operations
Tejun Heo
1
-2
/
+12
2008-04-17
libata: stop overloading port_info->private_data
Tejun Heo
1
-2
/
+0
2008-04-17
libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht
Tejun Heo
1
-1
/
+0
2008-04-17
libata: implement and use ops inheritance
Tejun Heo
1
-2
/
+111
2008-04-17
libata: implement and use ata_noop_irq_clear()
Tejun Heo
1
-0
/
+1
2008-04-17
libata: kill ata_ehi_schedule_probe()
Tejun Heo
1
-2
/
+1
2008-04-17
libata: kill ATA_LFLAG_SKIP_D2H_BSY
Tejun Heo
1
-4
/
+2
2008-04-17
libata: prefer hardreset
Tejun Heo
1
-15
/
+4
2008-04-04
libata: ATA_12/16 doesn't fall into ATAPI_MISC
Tejun Heo
1
-0
/
+5
2008-04-04
libata: uninline atapi_cmd_type()
Tejun Heo
1
-0
/
+34
2008-04-04
libata: fix IDENTIFY order in ata_bus_probe()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-03-29
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
1
-1
/
+1
2008-03-24
libata: improve HPA error handling
Tejun Heo
1
-4
/
+4
2008-03-24
libata: assume no device is attached if both IDENTIFYs are aborted
Tejun Heo
1
-14
/
+24
2008-03-10
libata: don't allow sysfs read access to force param
Tejun Heo
1
-1
/
+2
2008-03-10
ata: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-7
/
+7
2008-02-25
Revert "power_state: get rid of write-only variable in SATA"
Jeff Garzik
1
-0
/
+3
2008-02-25
make atapi_dmadir static
Adrian Bunk
1
-1
/
+1
[next]