dm: Rename disk uclass to ahci
This started as 'ahci' and was renamed to 'disk' during code review. But it
seems that this is too generic. Now that we have a 'blk' uclass, we can use
that as the generic piece, and revert to ahci for this.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/Kconfig 3 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/cpu/broadwell/sata.c 1 addition, 1 deletionarch/x86/cpu/broadwell/sata.c
- arch/x86/cpu/intel_common/cpu.c 1 addition, 1 deletionarch/x86/cpu/intel_common/cpu.c
- arch/x86/cpu/ivybridge/bd82x6x.c 1 addition, 1 deletionarch/x86/cpu/ivybridge/bd82x6x.c
- arch/x86/cpu/ivybridge/sata.c 1 addition, 1 deletionarch/x86/cpu/ivybridge/sata.c
- drivers/block/Kconfig 2 additions, 3 deletionsdrivers/block/Kconfig
- drivers/block/Makefile 1 addition, 1 deletiondrivers/block/Makefile
- drivers/block/ahci-uclass.c 3 additions, 3 deletionsdrivers/block/ahci-uclass.c
- include/dm/uclass-id.h 1 addition, 1 deletioninclude/dm/uclass-id.h
Loading
Please register or sign in to comment