Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
21c8dd964400d2c4022fe489502f4eb98b3c68ca
/
drivers
/
block
6db1b65
sandbox: fix return type of os_filesize()
by Heinrich Schuchardt
· Wed Apr 05 11:34:15 2023 +0200
857360c
drivers/mtd/nvmxip: introduce NVM XIP block storage emulation
by Abdellatif El Khlifi
· Mon Apr 17 10:11:52 2023 +0100
2003925
ide: Make use of U-Boot types
by Simon Glass
· Tue Apr 25 10:54:55 2023 -0600
34f7265
ide: Simplify expressions and hex values
by Simon Glass
· Tue Apr 25 10:54:54 2023 -0600
7637b96
ide: Convert to use log_debug()
by Simon Glass
· Tue Apr 25 10:54:53 2023 -0600
b315d53
ide: Tidy up ide_reset()
by Simon Glass
· Tue Apr 25 10:54:52 2023 -0600
1b98b79
ide: Correct LBA setting
by Simon Glass
· Tue Apr 25 10:54:51 2023 -0600
1d72811
ide: Use a single local blk_desc for ide_ident()
by Simon Glass
· Tue Apr 25 10:54:50 2023 -0600
858ebff
ide: Move all blk_desc init into ide_ident()
by Simon Glass
· Tue Apr 25 10:54:49 2023 -0600
9c83ca9
ide: Make ide_ident() return an error code
by Simon Glass
· Tue Apr 25 10:54:48 2023 -0600
ffa1955
ide: Use desc consistently for struct blk_desc
by Simon Glass
· Tue Apr 25 10:54:47 2023 -0600
528e4df
ide: Combine the two loops in ide_probe()
by Simon Glass
· Tue Apr 25 10:54:46 2023 -0600
1f5fb63
ide: Move ide_init() entirely within ide_probe()
by Simon Glass
· Tue Apr 25 10:54:45 2023 -0600
da65c85
ide: Move setting of vendor strings into ide_probe()
by Simon Glass
· Tue Apr 25 10:54:44 2023 -0600
2654dfe
ide: Make ide_bus_ok a local variable
by Simon Glass
· Tue Apr 25 10:54:43 2023 -0600
cf72043
ide: Move bus init into a function
by Simon Glass
· Tue Apr 25 10:54:42 2023 -0600
6131728
ide: Avoid preprocessor for CONFIG_LBA48
by Simon Glass
· Tue Apr 25 10:54:41 2023 -0600
8e42dfa
ide: Avoid preprocessor for CONFIG_ATAPI
by Simon Glass
· Tue Apr 25 10:54:40 2023 -0600
cd9eecd
ide: Simplify success condition
by Simon Glass
· Tue Apr 25 10:54:39 2023 -0600
911adb3
ide: Refactor confusing loop code
by Simon Glass
· Tue Apr 25 10:54:38 2023 -0600
badff8b
ide: Change the retries variable
by Simon Glass
· Tue Apr 25 10:54:37 2023 -0600
c935a3b
ide: Make function static
by Simon Glass
· Tue Apr 25 10:54:36 2023 -0600
631db66
ide: Correct use of ATAPI
by Simon Glass
· Tue Apr 25 10:54:35 2023 -0600
427dda8
ide: Create a prototype for ide_set_reset()
by Simon Glass
· Tue Apr 25 10:54:34 2023 -0600
52bae6d
ide: Drop weak functions
by Simon Glass
· Tue Apr 25 10:54:33 2023 -0600
cc22a1c
ide: Move a few functions further up the file
by Simon Glass
· Tue Apr 25 10:54:32 2023 -0600
aa65862
ide: Drop ide_device_present()
by Simon Glass
· Tue Apr 25 10:54:31 2023 -0600
175e766
ide: Move ide_init() into probing
by Simon Glass
· Tue Apr 25 10:54:30 2023 -0600
837ca30
ide: Use mdelay() for long delays
by Simon Glass
· Tue Apr 25 10:54:27 2023 -0600
122267c
ide: Move ATA_CURR_BASE to C file
by Simon Glass
· Tue Apr 25 10:54:26 2023 -0600
f7241a4
blk: blkmap: Add linear device mapping support
by Tobias Waldekranz
· Thu Feb 16 16:33:51 2023 +0100
5f7f822
blk: blkmap: Add memory mapping support
by Tobias Waldekranz
· Thu Feb 16 16:33:50 2023 +0100
4f76dd3
blk: blkmap: Add basic infrastructure
by Tobias Waldekranz
· Thu Feb 16 16:33:49 2023 +0100
7e1f6a4
bootstd: Add a new pre-scan priority for bootdevs
by Simon Glass
· Tue Jan 17 10:48:08 2023 -0700
be7c666
bootstd: Add an IDE bootdev
by Simon Glass
· Tue Jan 17 10:47:46 2023 -0700
6e2bee3
ide: Drop non-DM code for BLK
by Simon Glass
· Tue Jan 17 10:47:24 2023 -0700
bad8ab6
dm: blk: Add probe in blk_first_device/blk_next_device
by Michal Suchanek
· Tue Sep 27 23:23:53 2022 +0200
e57f8d4
dm: sandbox: Switch over to using the new host uclass
by Simon Glass
· Sat Oct 29 19:47:17 2022 -0600
39f06b5
dm: sandbox: Create a block driver
by Simon Glass
· Sat Oct 29 19:47:16 2022 -0600
884c2f8
dm: sandbox: Create a new HOST uclass
by Simon Glass
· Sat Oct 29 19:47:15 2022 -0600
c0bcaaf
dm: blk: Tidy up obtaining a block device from its parent
by Simon Glass
· Sat Oct 29 19:47:14 2022 -0600
76c6269
dm: test: Clear the block cache after running a test
by Simon Glass
· Sat Oct 29 19:47:08 2022 -0600
25a52c5
dm: sandbox: Drop non-BLK code from host implementation
by Simon Glass
· Sat Oct 29 19:47:03 2022 -0600
7a40983
dm: blk: mmc: Tidy up some Makefile rules for SPL
by Simon Glass
· Thu Oct 20 18:22:57 2022 -0600
1886100
dm: blk: Add udevice functions
by Simon Glass
· Thu Oct 20 18:22:54 2022 -0600
ac9e9fc
dm: blk: Do not use uclass_next_device_err
by Michal Suchanek
· Wed Oct 12 21:58:01 2022 +0200
fada3f9
blk: Rename if_type to uclass_id
by Simon Glass
· Sat Sep 17 09:00:09 2022 -0600
80877fa
cyclic: Use schedule() instead of WATCHDOG_RESET()
by Stefan Roese
· Fri Sep 02 14:10:46 2022 +0200
57b3d2e
blk: Drop if_type
by Simon Glass
· Thu Aug 11 19:35:01 2022 -0600
dbfa32c
blk: Switch over to using uclass IDs
by Simon Glass
· Thu Aug 11 19:34:59 2022 -0600
95e6e03
blk: Rewrite if_type to name functions
by Simon Glass
· Thu Aug 11 19:34:57 2022 -0600
b00361a
blk: Rename var in blk_get_devnum_by_typename()
by Simon Glass
· Thu Aug 11 19:34:56 2022 -0600
7bdadb2
blk: Drop IF_TYPE_SD
by Simon Glass
· Thu Aug 11 19:34:55 2022 -0600
21b0b57
blk: Drop IF_TYPE_ATAPI
by Simon Glass
· Thu Aug 11 19:34:54 2022 -0600
0cdb293
ide: Use a flag for an ATAPI device
by Simon Glass
· Thu Aug 11 19:34:53 2022 -0600
66f19a4
blk: Drop IF_TYPE_DOC
by Simon Glass
· Thu Aug 11 19:34:52 2022 -0600
0bfaf58
blk: Hide the BLK and SPL_LEGACY_BLOCK options
by Simon Glass
· Thu Aug 11 19:34:51 2022 -0600
e1a5ec5
blk: Select SPL_LEGACY_BLOCK automatically
by Simon Glass
· Thu Aug 11 19:34:49 2022 -0600
3bf7d7a
blk: Rename HAVE_BLOCK_DEVICE
by Simon Glass
· Thu Aug 11 19:34:48 2022 -0600
bfbd849
blk: Drop unnecessary #ifdef in in blk_legacy
by Simon Glass
· Thu Aug 11 19:34:47 2022 -0600
f5ac303
blk: Use a function for whether block devices are available
by Simon Glass
· Thu Aug 11 19:34:45 2022 -0600
a78e906
blk: Enable CONFIG_BLK for all media
by Simon Glass
· Thu Aug 11 19:34:41 2022 -0600
9d7175f
block: ide: Remove ide_preinit function
by Tom Rini
· Fri Jun 10 22:59:30 2022 -0400
3f00477
Convert CONFIG_LBA48 et al to Kconfig
by Tom Rini
· Fri Jun 10 22:59:28 2022 -0400
e7ca7da
vpl: Add Kconfig options for VPL
by Simon Glass
· Sat Apr 30 00:56:53 2022 -0600
d68298c
Merge branch '2022-04-25-initial-implementation-of-stdboot'
by Tom Rini
· Mon Apr 25 16:02:27 2022 -0400
f3086cf
dm: blk: Add a function to return the device type
by Simon Glass
· Sun Apr 24 23:31:03 2022 -0600
358e6c7
dm: blk: add a device-probe hook for scanning disk partitions
by AKASHI Takahiro
· Tue Apr 19 10:05:10 2022 +0900
ba748cf
block: ide: call device_probe() after scanning
by AKASHI Takahiro
· Tue Mar 08 20:36:44 2022 +0900
8e61f93
dm: blk: Expand iteration and add tests
by Simon Glass
· Mon Feb 28 12:08:35 2022 -0700
d202cce
disk: Add an option for partitions in SPL
by Simon Glass
· Fri Mar 11 12:10:01 2022 -0700
0883162
sandbox: Open host file for read-only access if needed
by Simon Glass
· Mon Feb 28 15:13:47 2022 -0700
8a4b588
Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig
by Simon Glass
· Sat Jan 22 05:53:24 2022 -0700
37efde8
ide: Drop CONFIG_IDE_AHB
by Simon Glass
· Sat Jan 22 05:53:23 2022 -0700
47b4c02
doc: replace @return by Return:
by Heinrich Schuchardt
· Wed Jan 19 18:05:50 2022 +0100
dc4a786
Merge tag 'v2022.01-rc4' into next
by Tom Rini
· Mon Dec 20 17:12:04 2021 -0500
3e32dbe
blk: add a helper function, blk_probe_or_unbind()
by AKASHI Takahiro
· Fri Dec 10 15:49:29 2021 +0900
c468839
efi: Add a media/block driver for EFI block devices
by Simon Glass
· Sat Dec 04 08:56:32 2021 -0700
507ab96
efi: Add uclass for devices provided by UEFI firmware
by Simon Glass
· Sat Dec 04 08:56:31 2021 -0700
15c4d67
efi: Rename UCLASS_EFI and IF_TYPE_EFI
by Simon Glass
· Sat Dec 04 08:56:30 2021 -0700
1105680
ide: Drop ATA_PORT_ADDR
by Simon Glass
· Wed Nov 24 09:26:48 2021 -0700
a6b4aaa
ide: Drop unused CONFIG options
by Simon Glass
· Wed Nov 24 09:26:47 2021 -0700
c6d7681
sandbox: Drop CONFIG_HOST_MAX_DEVICES
by Simon Glass
· Wed Nov 24 09:26:40 2021 -0700
4b198e3
Kconfig: Remove all default n/no options
by Michal Simek
· Fri Aug 27 08:48:10 2021 +0200
fc7a744
blk: Support iteration
by Simon Glass
· Mon Jul 05 16:32:59 2021 -0600
5b9e616
usb: Enforce DM_USB migration for USB_HOST devices.
by Tom Rini
· Fri Jul 09 10:11:56 2021 -0400
8131335
dm: define LOG_CATEGORY for all uclass
by Patrick Delaunay
· Tue Apr 27 11:02:19 2021 +0200
3b5dc94
Fix IDE commands issued, fix endian issues, fix non MMIO
by Reinoud Zandijk
· Wed Feb 24 17:44:42 2021 +0100
b4d0077
sandbox: Provide a way to bind fixed/removeable devices
by Simon Glass
· Mon Mar 15 18:11:11 2021 +1300
49b5e2e
sandbox: host bind must close file descriptor
by Heinrich Schuchardt
· Wed Feb 03 00:21:56 2021 +0100
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
e3cfde9
sandbox: fill block device meta information
by Heinrich Schuchardt
· Mon Jan 25 12:57:14 2021 +0100
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
4fec7f8
xen: pvblock: Add initial support for para-virtualized block driver
by Anastasiia Lukianenko
· Thu Aug 06 12:42:55 2020 +0300
34c2581
blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC
by Ovidiu Panait
· Fri Jul 24 14:12:24 2020 +0300
76160a0
dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe
by Ovidiu Panait
· Fri Jul 24 14:12:21 2020 +0300
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
Next »