summaryrefslogtreecommitdiffstats
path: root/drivers/phy/tegra/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* phy: tegra: Add Tegra210 supportThierry Reding2016-04-291-0/+1
| | | | | | | | Add support for the XUSB pad controller found on Tegra210 SoCs. The hardware is roughly the same, but some of the registers have been moved around and the number and type of supported pads has changed. Signed-off-by: Thierry Reding <treding@nvidia.com>
* phy: Add Tegra XUSB pad controller supportThierry Reding2016-04-291-0/+5
Add a new driver for the XUSB pad controller found on NVIDIA Tegra SoCs. This hardware block used to be exposed as a pin controller, but it turns out that this isn't a good fit. The new driver and DT binding much more accurately describe the hardware and are more flexible in supporting new SoC generations. Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Thierry Reding <treding@nvidia.com>