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
/
include
/
ide.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-27
ide: Make function static
Simon Glass
1
-11
/
+0
2023-04-27
ide: Create a prototype for ide_set_reset()
Simon Glass
1
-0
/
+10
2023-04-27
ide: Drop weak functions
Simon Glass
1
-13
/
+0
2023-04-27
ide: Drop ide_device_present()
Simon Glass
1
-4
/
+0
2023-04-27
ide: Move ide_init() into probing
Simon Glass
1
-1
/
+0
2023-04-27
ide: Drop init for not using BLK
Simon Glass
1
-7
/
+0
2023-04-27
ide: Drop CONFIG_START_IDE
Simon Glass
1
-7
/
+0
2023-04-27
ide: Move ATA_CURR_BASE to C file
Simon Glass
1
-3
/
+0
2022-06-28
block: ide: Remove ide_preinit function
Tom Rini
1
-4
/
+0
2022-02-09
ide: Drop CONFIG_IDE_AHB
Simon Glass
1
-7
/
+0
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-1
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-09-03
block: ide: Drop CONFIG_IDE_LED
Bin Meng
1
-13
/
+0
2017-09-03
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
Bin Meng
1
-4
/
+0
2016-05-17
dm: ide: Add support for driver-model block devices
Simon Glass
1
-0
/
+8
2016-03-14
dm: Add a new header for block devices
Simon Glass
1
-10
/
+2
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-3
/
+3
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-2
/
+4
2016-01-13
part_dos.c: Don't wrap to negative after 2G sectors
Stefan Monnier
1
-4
/
+4
2014-10-25
ide: add missing prototype
Jeroen Hofstee
1
-0
/
+1
2014-07-22
common: cmd_ide: use __weak and add prototypes
Jeroen Hofstee
1
-0
/
+4
2013-07-25
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Tom Rini
1
-1
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-07-24
block: constify sect_buf argument of ide_write_data
Gabor Juhos
1
-1
/
+1
2013-07-15
Fix ext2/ext4 filesystem accesses beyond 2TiB
Frederic Leroy
1
-0
/
+2
2013-06-26
Fix block device accesses beyond 2TiB
Sascha Silbe
1
-2
/
+3
2013-03-15
Adjust board_r.c for ppc
Simon Glass
1
-0
/
+7
2012-10-22
ide: Add printf format string for CONFIG_SYS_64BIT_LBA option
Gabe Black
1
-0
/
+2
2012-10-17
change all versions of input_data() and output_data() to global weak aliases
Pavel Herrmann
1
-0
/
+11
2012-10-17
split mpc8xx hooks from cmd_ide.c
Pavel Herrmann
1
-0
/
+8
2012-10-15
ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)
Tom Rini
1
-2
/
+2
2012-10-08
ide: Correct IDE_BUS(dev) macro
Luka Perkov
1
-1
/
+1
2011-04-30
IDE: fix compiler warnings
Wolfgang Denk
1
-1
/
+1
2011-04-30
cmd_ide: enhance new feature "CONFIG_IDE_AHB"
Macpaul Lin
1
-0
/
+7
2009-09-25
mucmc52, uc101: delete ata@3a00 node, if no CF card is detected
Heiko Schocher
1
-0
/
+3
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+2
2007-08-28
IDE: - make ide_inb () and ide_outb () "weak", so boards can
Heiko Schocher
1
-0
/
+2
2007-02-20
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...
Grant Likely
1
-2
/
+2
2007-02-20
[PATCH 1_4] Merge common get_dev() routines for block devices
Grant Likely
1
-3
/
+3
2004-03-14
Code cleanup; make several boards compile & link.
wdenk
1
-1
/
+1
2004-03-13
* Patch by Rune Torgersen, 27 Feb 2004:
wdenk
1
-2
/
+8
2002-08-27
Initial revision
wdenk
1
-0
/
+49