Re: [RFC PATCH 05/10] ARM: tegra: Export function to read USB calibration data

2014-05-15 Thread Stephen Warren
On 05/14/2014 06:33 PM, Andrew Bresticker wrote: > Board-specific USB configuration data is stored in FUSE_SKU_CALIB_0. > Export a function to read it so the PHY can be properly configured. This patch seems conceptually fine to me. Presumably once Peter's fuse driver is fleshed out, it can expose

[RFC PATCH 05/10] ARM: tegra: Export function to read USB calibration data

2014-05-14 Thread Andrew Bresticker
Board-specific USB configuration data is stored in FUSE_SKU_CALIB_0. Export a function to read it so the PHY can be properly configured. Signed-off-by: Andrew Bresticker --- arch/arm/mach-tegra/fuse.c | 13 + include/linux/tegra-soc.h | 1 + 2 files changed, 14 insertions(+) diff