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
old/tizen_20241126
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
Egbert Eich
3
-0
/
+4
2013-04-01
Consolidate bool type
York Sun
4
-34
/
+27
2013-03-11
mvsata_ide.c: Correction of typo in comments
Gray Remlin
1
-2
/
+2
2013-02-04
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
1
-2
/
+2
2013-02-04
drivers/block/systemace - fixed data type in "systemace_read" to match protot...
Alexey Brodkin
1
-2
/
+2
2013-02-04
block: systemace: Added missing "else" in "ace_writew"
Alexey Brodkin
1
-2
/
+2
2012-11-04
drivers/block/: sparse fixes
Kim Phillips
3
-82
/
+25
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
2012-10-15
sata.h: Make all sata/ata drivers include <sata.h>
Pavel Herrmann
11
-16
/
+7
2012-10-15
sil_sata: Make sata_write() comply with <part.h>
Tom Rini
1
-3
/
+3
2012-10-15
sata_dwc: Make sata_write() use const void, per <part.h>
Tom Rini
1
-1
/
+1
2012-10-15
pata_bfin: Make sata_{read,write}() comply with <part.h>
Tom Rini
1
-2
/
+2
2012-10-15
fsl_sata: Make sata_{read,write}() comply with <part.h>
Tom Rini
1
-4
/
+6
2012-10-15
dwc_ahsata: Make sata_write() comply with <part.h>
Tom Rini
1
-4
/
+4
2012-10-15
ata_piix: sata_write must take a const void argument.
Tom Rini
2
-2
/
+2
2012-10-15
ata_piix: Fix checkpatch issues
Tom Rini
2
-267
/
+232
2012-09-28
remove unnecessary code in ata_piix
Pavel Herrmann
1
-3
/
+0
2012-09-11
block: systemace: Simplify base and width initialization
Michal Simek
1
-13
/
+25
2012-07-08
Remove remaining mdelay() macros
Anatolij Gustschin
1
-1
/
+0
2012-06-21
Block: Remove MG DISK support
Marek Vasut
3
-731
/
+0
2012-05-15
SATA: add driver for MX5 / MX6 SOCs
Stefano Babic
3
-0
/
+1305
2012-02-12
Blackfin: pata_bfin: fix printf warning
Mike Frysinger
1
-1
/
+1
2011-12-06
mvsata: fix ide_preinit for missing disks
Simon Guinot
1
-6
/
+8
2011-12-02
drivers/block/sata_dwc.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-5
/
+1
2011-11-29
powerpc/85xx: always implement the work-around for Erratum SATA_A001
Timur Tabi
2
-21
/
+1
2011-11-18
ftide020: fix incorrect information display format
Macpaul Lin
1
-3
/
+2
2011-11-16
sata_dwc.c: Fix GCC 4.6 build warnings
Stefan Roese
1
-32
/
+3
2011-11-16
drivers/block/sym53c8xx.c: Fix GCC 4.6 build warning
Wolfgang Denk
1
-2
/
+0
2011-11-16
drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning
Kumar Gala
1
-0
/
+4
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 sata_sil3114.c
Marek Vasut
1
-1
/
+1
2011-10-27
GCC4.6: Squash warnings in ahci.c
Marek Vasut
1
-1
/
+1
2011-10-22
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2
-9
/
+0
2011-10-22
drivers: add the support for Silicon Image SATA controller
Tang Yuantian
3
-0
/
+952
2011-10-09
fsl_sata: Fix compile error when CONFIG_LBA48 is not defined
Tang Yuantian
1
-5
/
+10
2011-09-30
ATA: Squash warnings in mxc_ata.
Marek Vasut
1
-13
/
+9
[next]