mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Add back the removed i2c-tegra-slave-byte driver and add support for it in kernel v6.1 Though not enabled in device tree by default, I2C slave driver is used by customers and developers for various debug and application use cases. Bug 4288065 Bug 4061232 Change-Id: Idd012303f51456492a8392e51aee1edc8dcb487c Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3048842 Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
6 lines
160 B
Makefile
6 lines
160 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += i2c-nvvrs11.o
|
|
obj-m += i2c-tegra-slave-byte.o
|