summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-nvidia-gpu.c
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello2023-06-141-0/+3
* i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang2023-02-021-2/+1
* i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang2023-02-021-0/+1
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: nvidia-gpu: Convert to use dev_err_probe()Andy Shevchenko2022-02-151-12/+6
* i2c: nvidia-gpu: Use temporary variable for struct deviceAndy Shevchenko2022-02-151-14/+14
* i2c: nvidia-gpu: Switch to use i2c_new_ccgx_ucsi()Andy Shevchenko2022-02-151-20/+6
* i2c: nvidia-gpu: Constify the software nodeHeikki Krogerus2021-04-101-1/+5
* i2c: nvidia-gpu: drop empty stub for runtime pmVaibhav Gupta2020-12-021-9/+1
* i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko2020-09-211-2/+1
* i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan2020-05-271-4/+1
* i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()Kai-Heng Feng2020-03-241-12/+8
* i2c: nvidia-gpu: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
* docs: fix broken doc references due to renamesMauro Carvalho Chehab2019-07-171-1/+1
* i2c: nvidia-gpu: resume ccgx i2c clientAjay Gupta2019-06-081-4/+10
* i2c: nvidia-gpu: add runtime pm supportAjay Gupta2019-06-081-1/+21
* i2c: nvidia-gpu: refactor master_xferAjay Gupta2019-06-081-12/+16
* i2c: nvidia-gpu: Supply CCGx driver the fw build infoAjay Gupta2019-04-251-0/+7
* i2c: nvidia-gpu: mark resume function as __maybe_unusedArnd Bergmann2018-12-111-1/+1
* i2c: nvidia-gpu: limit reads also for combined messagesWolfram Sang2018-11-271-0/+1
* i2c: nvidia-gpu: adhere to I2C fault codesWolfram Sang2018-11-271-3/+3
* i2c: nvidia-gpu: make pm_ops staticWolfram Sang2018-11-091-1/+1
* i2c: add i2c bus driver for NVIDIA GPUAjay Gupta2018-11-091-0/+368