19 Sep, 2013
1 commit
-
The driver cannot be built as a module, so having a MODULE_ALIAS() isn't
useful.While at it, fix a small typo in the file header comment and make the
module description string consistent with those for earlier Tegra SoCs.Signed-off-by: Thierry Reding
Acked-by: Stephen Warren
Signed-off-by: Linus Walleij
16 Feb, 2013
1 commit
-
This patch adds the definition for the cldvfs function for Tegra114 pinctrl
support. This is based on work by Pritesh Raithatha.Signed-off-by: Rhyland Klein
Reviewed-by: Stephen Warren
Signed-off-by: Linus Walleij
18 Jan, 2013
1 commit
-
This adds a driver for the Tegra114 pinmux, and required
parameterization data for Tegra114.The driver uses the common Tegra pincontrol driver utility
functions to implement the majority of the driver.This driver is not compatible with the earlier NVIDIA's SoCs,
hence add new compatibile as "nvidia,tegra114-pinmux".Originally written by Pritesh.
ldewangan:
- cleanup the patches,
- remove non-require tables.
- Use module_platform_driver() for driver registartion.Signed-off-by: Pritesh Raithatha
Signed-off-by: Laxman Dewangan
Reviewed-by: Stephen Warren
Signed-off-by: Linus Walleij