index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ide.c
Age
Commit message (
Expand
)
Author
2023-04-27
ide: Make use of U-Boot types
Simon Glass
2023-04-27
ide: Simplify expressions and hex values
Simon Glass
2023-04-27
ide: Convert to use log_debug()
Simon Glass
2023-04-27
ide: Tidy up ide_reset()
Simon Glass
2023-04-27
ide: Correct LBA setting
Simon Glass
2023-04-27
ide: Use a single local blk_desc for ide_ident()
Simon Glass
2023-04-27
ide: Move all blk_desc init into ide_ident()
Simon Glass
2023-04-27
ide: Make ide_ident() return an error code
Simon Glass
2023-04-27
ide: Use desc consistently for struct blk_desc
Simon Glass
2023-04-27
ide: Combine the two loops in ide_probe()
Simon Glass
2023-04-27
ide: Move ide_init() entirely within ide_probe()
Simon Glass
2023-04-27
ide: Move setting of vendor strings into ide_probe()
Simon Glass
2023-04-27
ide: Make ide_bus_ok a local variable
Simon Glass
2023-04-27
ide: Move bus init into a function
Simon Glass
2023-04-27
ide: Avoid preprocessor for CONFIG_LBA48
Simon Glass
2023-04-27
ide: Avoid preprocessor for CONFIG_ATAPI
Simon Glass
2023-04-27
ide: Simplify success condition
Simon Glass
2023-04-27
ide: Refactor confusing loop code
Simon Glass
2023-04-27
ide: Change the retries variable
Simon Glass
2023-04-27
ide: Make function static
Simon Glass
2023-04-27
ide: Correct use of ATAPI
Simon Glass
2023-04-27
ide: Create a prototype for ide_set_reset()
Simon Glass
2023-04-27
ide: Drop weak functions
Simon Glass
2023-04-27
ide: Move a few functions further up the file
Simon Glass
2023-04-27
ide: Drop ide_device_present()
Simon Glass
2023-04-27
ide: Move ide_init() into probing
Simon Glass
2023-04-27
ide: Use mdelay() for long delays
Simon Glass
2023-04-27
ide: Move ATA_CURR_BASE to C file
Simon Glass
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
2023-01-23
bootstd: Add an IDE bootdev
Simon Glass
2023-01-23
ide: Drop non-DM code for BLK
Simon Glass
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
ide: Use a flag for an ATAPI device
Simon Glass
2022-06-28
block: ide: Remove ide_preinit function
Tom Rini
2022-04-09
block: ide: call device_probe() after scanning
AKASHI Takahiro
2022-02-09
ide: Drop CONFIG_IDE_AHB
Simon Glass
2021-12-05
ide: Drop ATA_PORT_ADDR
Simon Glass
2021-12-05
ide: Drop unused CONFIG options
Simon Glass
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-04-20
Fix IDE commands issued, fix endian issues, fix non MMIO
Reinoud Zandijk
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-04-17
block: ide: use definitions from include/libata.h
Heinrich Schuchardt
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-10
block: ide: Don't bother to create BLK device if no CDROM inserted
Bin Meng
[next]