coreboot-kgpe-d16/src/soc/amd/picasso
Furquan Shaikh 00296ea96f i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_bus
dw_i2c_soc_dev_to_bus() does not need to modify the device
structure. Thus, this change makes the struct device * parameter to
dw_i2c_soc_dev_to_bus as const.

Change-Id: Ibf5c8d8127dff2ab2ccbd1f6b4f553e98e81955f
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40704
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-04-28 19:39:46 +00:00
..
acpi soc/amd/{common,picasso}: Move GFX device from static ASL to SSDT 2020-04-28 19:21:39 +00:00
include/soc device: Constify struct device * parameter to write_acpi_tables 2020-04-28 19:21:49 +00:00
acp.c amd/family17h: Add PCI device IDs for all controllers in AMD Family17h 2020-04-28 19:12:07 +00:00
acpi.c device: Constify struct device * parameter to write_acpi_tables 2020-04-28 19:21:49 +00:00
chip.c soc/amd/picasso: Use common block graphics driver 2020-04-28 19:21:30 +00:00
chip.h soc/amd/picasso/i2c: don't initialize I2C4 as master and refactor code 2020-04-24 16:16:28 +00:00
cpu.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
finalize.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
gpio.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
i2c.c i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_bus 2020-04-28 19:39:46 +00:00
Kconfig soc/amd/picasso: Use common block graphics driver 2020-04-28 19:21:30 +00:00
Makefile.inc soc/amd: replace remaining license headers with SPDX ones 2020-04-20 06:33:29 +00:00
mca.c soc/amd/picasso: Move BERT region to cbmem 2020-04-18 15:54:33 +00:00
memmap.c soc/amd/picasso: Move BERT region to cbmem 2020-04-18 15:54:33 +00:00
northbridge.c device: Constify struct device * parameter to write_acpi_tables 2020-04-28 19:21:49 +00:00
pmutil.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
psp.c soc/amd/psp: Add SmmInfo command 2020-04-16 23:15:09 +00:00
reset.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
romstage.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
sata.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
smi.c soc/amd: replace remaining license headers with SPDX ones 2020-04-20 06:33:29 +00:00
smi_util.c soc/amd: replace remaining license headers with SPDX ones 2020-04-20 06:33:29 +00:00
smihandler.c soc/amd: replace remaining license headers with SPDX ones 2020-04-20 06:33:29 +00:00
soc_util.c soc/amd/picasso/soc_util: add TODO to Dali detection 2020-04-13 12:38:30 +00:00
southbridge.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
tsc_freq.c soc/amd: replace remaining license headers with SPDX ones 2020-04-20 06:33:29 +00:00
uart.c soc/amd: Use SPDX for GPL-2.0-only files 2020-04-05 17:43:39 +00:00
usb.c amd/family17h: Add PCI device IDs for all controllers in AMD Family17h 2020-04-28 19:12:07 +00:00