Re: [PATCH v2] ata: ahci_tegra: Read calibration fuse

2014-08-26 Thread Tejun Heo
On Tue, Aug 26, 2014 at 12:00:30PM +0300, Mikko Perttunen wrote: > The original version of the driver did not read the SATA calibration > fuse to remove the dependency to the fuse driver. The fuse driver > is now merged, so add this functionality. > > The calibration fuse contains a 2-bit value us

Re: [PATCH v2] ata: ahci_tegra: Read calibration fuse

2014-08-26 Thread Thierry Reding
On Tue, Aug 26, 2014 at 12:00:30PM +0300, Mikko Perttunen wrote: > The original version of the driver did not read the SATA calibration > fuse to remove the dependency to the fuse driver. The fuse driver > is now merged, so add this functionality. > > The calibration fuse contains a 2-bit value us

[PATCH v2] ata: ahci_tegra: Read calibration fuse

2014-08-26 Thread Mikko Perttunen
The original version of the driver did not read the SATA calibration fuse to remove the dependency to the fuse driver. The fuse driver is now merged, so add this functionality. The calibration fuse contains a 2-bit value used to pick a set of calibration values for the SATA pad. Signed-off-by: Mi