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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
drivers: introduce UBI block abstraction
Alexey Romanov
1
-0
/
+1
2024-08-08
drivers: introduce mtdblock abstraction
Alexey Romanov
1
-0
/
+1
2024-07-22
drivers: block: Remove duplicate newlines
Marek Vasut
1
-1
/
+0
2024-06-14
block: Update BLK to be def_bool
Tom Rini
1
-2
/
+2
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
11
-11
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
11
-0
/
+11
2024-05-07
block: Remove <common.h> and add needed includes
Tom Rini
11
-11
/
+0
2024-02-06
blk: host_dev: Fix error code in host_sb_attach_file()
Dan Carpenter
1
-0
/
+1
2023-11-18
blk: blkmap: add ramdisk creation utility function
Masahisa Kojima
3
-16
/
+55
2023-11-16
blk: Drop reference to DM_SPL
Simon Glass
1
-1
/
+1
2023-11-07
block: rkmtd: select CONFIG_RANDOM_UUID explicitly
AKASHI Takahiro
1
-0
/
+1
2023-10-24
rockchip: block: blk-uclass: add bounce buffer flag to blk_desc
Johan Jonker
1
-2
/
+2
2023-10-24
rockchip: block: add rkmtd class and drivers
Johan Jonker
3
-0
/
+1161
2023-10-24
rockchip: dm: prepare rkmtd UCLASS
Johan Jonker
1
-0
/
+1
2023-10-10
dm: blk: Drop blk_{read,write}_devnum()
Bin Meng
1
-29
/
+0
2023-10-10
dm: blk: Rename get_desc() and make it externally visible
Bin Meng
1
-18
/
+8
2023-10-10
blk: blkmap: Support mapping to device of any block size
Bin Meng
1
-5
/
+5
2023-10-10
blk: blkmap: Make bind/unbind routines static
Bin Meng
1
-2
/
+2
2023-10-10
blk: host_dev: Sanity check on the size of host backing file
Bin Meng
1
-0
/
+5
2023-10-10
blk: host_dev: Make host_sb_detach_file() and host_sb_ops static
Bin Meng
1
-2
/
+2
2023-10-10
blk: sandbox: Support binding a device with a given logical block size
Bin Meng
1
-3
/
+12
2023-10-10
blk: Use a macro for the typical block size
Bin Meng
2
-2
/
+2
2023-09-14
blkcache: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-16
/
+0
2023-08-22
blk: Add bounce buffer support to read/write operations
Marek Vasut
1
-2
/
+60
2023-08-22
disk: Make blk_get_ops() internal to blk uclass
Marek Vasut
1
-0
/
+2
2023-08-22
disk: Move part_create_block_devices() to blk uclass
Marek Vasut
1
-0
/
+48
2023-08-21
Merge tag 'v2023.10-rc3' into next
Tom Rini
1
-2
/
+2
2023-08-09
bootstd: Correct creating of bootdev sibling
Simon Glass
1
-2
/
+2
2023-08-09
Kconfigs: Correct default of "0" on hex type entries
Tom Rini
1
-1
/
+1
2023-06-19
spl: blk: Support loading images from fs
Mayuresh Chitale
1
-0
/
+7
2023-04-28
sandbox: fix return type of os_filesize()
Heinrich Schuchardt
1
-1
/
+2
2023-04-27
drivers/mtd/nvmxip: introduce NVM XIP block storage emulation
Abdellatif El Khlifi
1
-0
/
+1
2023-04-27
ide: Make use of U-Boot types
Simon Glass
1
-42
/
+37
2023-04-27
ide: Simplify expressions and hex values
Simon Glass
1
-59
/
+56
2023-04-27
ide: Convert to use log_debug()
Simon Glass
1
-40
/
+40
2023-04-27
ide: Tidy up ide_reset()
Simon Glass
1
-11
/
+10
2023-04-27
ide: Correct LBA setting
Simon Glass
1
-7
/
+2
2023-04-27
ide: Use a single local blk_desc for ide_ident()
Simon Glass
1
-12
/
+12
2023-04-27
ide: Move all blk_desc init into ide_ident()
Simon Glass
1
-8
/
+4
2023-04-27
ide: Make ide_ident() return an error code
Simon Glass
1
-48
/
+53
2023-04-27
ide: Use desc consistently for struct blk_desc
Simon Glass
1
-54
/
+47
2023-04-27
ide: Combine the two loops in ide_probe()
Simon Glass
1
-6
/
+6
2023-04-27
ide: Move ide_init() entirely within ide_probe()
Simon Glass
1
-46
/
+38
2023-04-27
ide: Move setting of vendor strings into ide_probe()
Simon Glass
1
-24
/
+18
2023-04-27
ide: Make ide_bus_ok a local variable
Simon Glass
1
-9
/
+3
2023-04-27
ide: Move bus init into a function
Simon Glass
1
-39
/
+48
2023-04-27
ide: Avoid preprocessor for CONFIG_LBA48
Simon Glass
1
-37
/
+20
2023-04-27
ide: Avoid preprocessor for CONFIG_ATAPI
Simon Glass
1
-10
/
+3
2023-04-27
ide: Simplify success condition
Simon Glass
1
-19
/
+17
2023-04-27
ide: Refactor confusing loop code
Simon Glass
1
-28
/
+15
[next]