LED trigger for UFS device activity

From: Manivannan Sadhasivam
Date: Mon Oct 01 2018 - 09:26:11 EST


Hello everyone,

I'm looking into adding LED trigger support for UFS device activity. This
essentially means a dedicated LED will blink upon the UFS device activity
like we have for ATA, MTD, NAND devices.

Currently, I'm not sure about the places where we have to insert this trigger.
My only choice so far is to add the trigger in `ufshcd_send_command` API,
which sends the SCSI/device management commands to the hardware.

Is there any other places where we should insert the trigger? Before that, is
this feature be acceptable?

Looking forward to the responses!

Thanks,
Mani