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
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
2017-09-10
block: ide: Fix block read/write with driver model
Bin Meng
2017-09-03
block: ide: Drop CONFIG_IDE_LED
Bin Meng
2017-09-03
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
Bin Meng
2017-08-01
block: ide: Fix build error when CONFIG_BLK is on
Bin Meng
2017-06-12
powerpc, 8xx: remove support for 8xx
Heiko Schocher
2017-05-22
Kconfig: Add a CONFIG_IDE option
Simon Glass