linux-stable/drivers/i2c
Andy Shevchenko 2a75f83ba8 i2c: designware-pci: Group AMD NAVI quirk parts together
[ Upstream commit 65769162ae ]

The code is ogranized in a way that all related parts
to the certain platform quirk go together. This is not
the case for AMD NAVI. Shuffle code to make it happen.

While at it, drop the frequency definition and use
hard coded value as it's done for other platforms and
add a comment to the PCI ID list.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-10-24 09:58:16 +02:00
..
algos
busses i2c: designware-pci: Group AMD NAVI quirk parts together 2022-10-24 09:58:16 +02:00
muxes i2c: mux-gpmux: Add of_node_put() when breaking out of loop 2022-08-17 15:14:55 +02:00
Kconfig
Makefile
i2c-boardinfo.c
i2c-core-acpi.c i2c: ACPI: Replace acpi_bus_get_device() 2022-02-07 17:00:08 +01:00
i2c-core-base.c i2c: Fix a potential use after free 2022-08-17 15:14:30 +02:00
i2c-core-of.c
i2c-core-slave.c i2c: add tracepoints for I2C slave events 2022-03-20 00:11:05 +01:00
i2c-core-smbus.c i2c: smbus: Check for parent device before dereference 2022-02-19 12:37:20 +01:00
i2c-core.h i2c: don't expose function which is only used internally 2022-02-15 09:58:57 +01:00
i2c-dev.c i2c: dev: Force case user pointers in compat_i2cdev_ioctl() 2022-04-15 23:30:59 +02:00
i2c-mux.c i2c: mux: harden i2c_mux_alloc() against integer overflows 2022-09-28 11:32:26 +02:00
i2c-slave-eeprom.c
i2c-slave-testunit.c
i2c-smbus.c i2c: smbus: Use device_*() functions instead of of_*() 2022-01-28 21:56:34 +01:00
i2c-stub.c