Linus, The following changes since commit fda17afc6166e975bec1197bd94cd2a3317bce3f: ata: libata-core: Fix ata_dev_config_cpr() (2022-02-07 22:38:02 +0900) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.17-rc4-2 for you to fetch changes up to c8ea23d5fa59f28302d4e3370c75d9c308e64410: ata: libata-core: Disable TRIM on M88V29 (2022-02-08 17:06:14 +0900) ---------------------------------------------------------------- ata fixes for 5.17-rc4 A couple of additional fixes for 5.17-rc4: * Fix compilation warnings in the sata_fsl driver (powerpc), from me. * Disable TRIM commands on M88V29 devices as these commands are failing despite the device reporting it supports TRIM. From Zoltan. ---------------------------------------------------------------- Damien Le Moal (1): ata: sata_fsl: fix sscanf() and sysfs_emit() format strings Zoltan Boszormenyi (1): ata: libata-core: Disable TRIM on M88V29 drivers/ata/libata-core.c | 1 + drivers/ata/sata_fsl.c | 16 +++++++--------- 2 files changed, 8 insertions(+), 9 deletions(-)