Commit Graph

4 Commits

Author SHA1 Message Date
Bitan Biswas
3dbf9a344e nvidia-oot: pinmux: Add dummy makefile for pintrl/tegra
Enable drivers/pinmux/tegra build for internal chip.

bug 4197981

Change-Id: I17df765cd3745155855a9b31dfc993e40f03e299
Signed-off-by: Bitan Biswas <bbiswas@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2984805
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-10-01 15:21:03 -07:00
Prathamesh Shete
e15d8dc379 pinctrl: dont compile pinmux driver under nvidia-oot
This is being done as pinmux driver is being moved to kernel-oot.

Bug 3950014

Change-Id: Id32a3c0e839ac48dd4e64a58d1c794455463a1ab
Signed-off-by: Prathamesh Shete <pshete@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2844308
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-07-25 15:03:09 -07:00
Jon Hunter
bfccd0291a pinctrl: tegra234: Fix build for Linux v6.2
Building the Tegra234 PINCTRL driver with Linux v6.2 fails with the
following error ...

 drivers/pinctrl/tegra/pinctrl-tegra234.c:72:2: error: implicit
  declaration of function ‘seq_printf’ [-Werror=implicit-function-declaration]
    seq_printf(s, " %s", dev_name(pctldev->dev));
    ^~~~~~~~~~

Fix this by including the "seq_file.h" header file that defines this
function.

Bug 3936429

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Change-Id: I5c584a853025575fae78e1ca7a521914479f0c90
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2841036
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
2023-01-11 11:27:00 -08:00
Laxman Dewangan
8fdd97797e pinctrl: Add pinctrl drivers for Nvidia Tegra234
Add pinctrl driver for NVIDIA Tegra234 for providing the
pin mux functionality of SoC pins.

Bug 3621816

Change-Id: Ibc1c334ee21c26f1ef57c7e626f8e16cb5833e53
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2704712
GVS: Gerrit_Virtual_Submit
2022-04-30 06:18:02 -07:00