index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
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.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ahci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-18
ahci: mmio_base is a virtual address
Scott Wood
1
-5
/
+6
2015-04-07
ahci: Fix a wrong parameter pass
Tang Yuantian
1
-1
/
+1
2015-01-23
x86: ahci: Make sure interface is not busy after enabling the port
Bin Meng
1
-1
/
+19
2015-01-05
ahci-plat: provide a weak scsi_bus_reset() hook
Dmitry Lifshitz
1
-2
/
+1
2015-01-05
ahci: introduce ahci_reset()
Dmitry Lifshitz
1
-17
/
+30
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
1
-1
/
+1
2014-10-10
ahci: Don't start command DMA engine before buffers are set
Roger Quadros
1
-1
/
+0
2014-07-31
ahci: provide sunxi SATA driver using AHCI platform framework
Ian Campbell
1
-0
/
+16
2014-07-22
AHCI: Increase link timeout to 200ms
Ian Campbell
1
-1
/
+1
2014-04-02
ahci: Fix data abort on multiple scsi resets.
Roger Quadros
1
-7
/
+16
2014-03-10
ahci: wait longer for link.
Ian Campbell
1
-1
/
+1
2014-03-10
ahci-plat: Provide a weak scsi_init hook
Ian Campbell
1
-0
/
+5
2013-12-04
ahci: Fix cache align error messages
Roger Quadros
1
-7
/
+1
2013-12-04
ahci: Error out with message on malloc() failure
Roger Quadros
1
-2
/
+14
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
1
-1
/
+1
2013-09-06
ahci: convert to use libata functions and definitions
Rob Herring
1
-56
/
+24
2013-09-06
ahci: increase spin-up timeout to 20 sec
Rob Herring
1
-1
/
+1
2013-09-06
ahci: handle COMINIT received during spin-up
Rob Herring
1
-0
/
+12
2013-09-06
ahci: move link bring-up handling to separate function
Rob Herring
1
-15
/
+25
2013-09-06
ahci: add defines for PORT_SCR_STAT register bits
Rob Herring
1
-2
/
+3
2013-09-06
ahci: fix memory leak in ata_scsiop_inquiry
Rob Herring
1
-0
/
+1
2013-09-06
ahci: fix unaligned access
Rob Herring
1
-1
/
+1
2013-09-06
ahci: use ports implemented map instead of num_ports
Richard Gibbs
1
-0
/
+4
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-18
/
+1
2013-04-01
Consolidate bool type
York Sun
1
-3
/
+3
2012-11-02
ahci: Expand HDD Logical Block addressability up to 32 bits
Walter Murphy
1
-4
/
+8
2012-11-02
ahci: Perform SATA flush after disk write.
Marc Jones
1
-1
/
+51
2012-11-02
ahci: Support spin-up and link-up separately
Marc Jones
1
-6
/
+39
2012-11-02
ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)
Walter Murphy
1
-4
/
+10
2012-11-02
ahci: flush / invalidate dcache around SATA commands
Taylor Hutt
1
-0
/
+39
2012-11-02
ahci: Use virt_to_phys() to denote physical addresses for DMA
Taylor Hutt
1
-4
/
+6
2012-11-02
ahci: Fix 'Invaild' typo
Taylor Hutt
1
-1
/
+1
2012-11-02
ahci: Use sizeof(fis) instead of hardcoding '20'
Taylor Hutt
1
-5
/
+5
2012-11-02
ahci: Make the AHCI code find the capacity of disks > 128 GB properly
Gabe Black
1
-5
/
+50
2012-11-02
ahci: support scsi writing in AHCI driver
Hung-Te Lin
1
-24
/
+30
2012-11-02
ahci: Make sending the SETFEATURES_XFER command optional
Gabe Black
1
-0
/
+6
2012-11-02
ahci: cosmetics and cleanup
Stefan Reinauer
1
-7
/
+18
2012-11-02
ahci: Improve AHCI debugging
Stefan Reinauer
1
-1
/
+2
2012-11-02
ahci: Optimise AHCI controller reset and start-up
Stefan Reinauer
1
-9
/
+15
2012-11-02
ahci: Support splitting of read transactions into multiple chunks
Vadim Bendebury
1
-29
/
+69
2011-11-16
drivers/block/ahci.c: Fix GCC 4.6 build warning
Kumar Gala
1
-3
/
+0
2011-10-27
GCC4.6: Squash warnings in ahci.c
Marek Vasut
1
-1
/
+1
2011-07-26
scsi/ahci: add support for non-PCI controllers
Rob Herring
1
-8
/
+62
2011-07-26
scsi/ahci: ata id little endian fix
Rob Herring
1
-1
/
+1
2009-07-29
Update Freescale copyrights to remove "All Rights Reserved"
Kumar Gala
1
-1
/
+1
2009-07-23
ahci: Fix gcc 4.4 compiler warning
Kumar Gala
1
-8
/
+6
2009-02-10
drivers/block/ahci: Fix pci mapping bug
Becky Bruce
1
-5
/
+2
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-08-13
drivers/block: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
1
-3
/
+0
2007-11-25
drivers/block : move block drivers to drivers/block
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+703