mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
usb: typec: Add fusb301 driver support
The change adds fusb301 driver support on k5.15. Bug 4119758 Signed-off-by: Wayne Chang <waynec@nvidia.com> Change-Id: I9af363b46e71853c1681c68396dff7f5e9036d6a Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2917816 Tested-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
d412dc39e1
commit
5fe0f39e06
@@ -75,4 +75,5 @@ obj-m += media/
|
||||
endif
|
||||
obj-m += staging/platform/tegra/gte/
|
||||
obj-m += staging/platform/tegra/gte_test/
|
||||
obj-m += nv-virtio/
|
||||
obj-m += nv-virtio/
|
||||
obj-m += usb/
|
||||
|
||||
4
drivers/usb/Makefile
Normal file
4
drivers/usb/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
obj-m += typec/
|
||||
6
drivers/usb/typec/Makefile
Normal file
6
drivers/usb/typec/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
ifdef CONFIG_I2C
|
||||
obj-m += fusb301.o
|
||||
endif
|
||||
1531
drivers/usb/typec/fusb301.c
Normal file
1531
drivers/usb/typec/fusb301.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user