coreboot/src
Furquan Shaikh 4fc17b47a4 ec/lenovo/h8: Constify struct device * parameter to h8_has_* functions
h8_has_bdc() and h8_has_wwan() do not need to modify the device
structure. Hence, this change makes the struct device * parameter to
these functions as const.

This is being done in preparation to make struct device * parameter to
fill_ssdt as const.

Change-Id: Id3d65d2de7b5161b0e7cff26055c00d5dae967dc
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40706
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:49:49 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch arch/x86/acpi_device: Constify struct device * parameter to UID functions 2020-04-28 19:35:31 +00:00
commonlib rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
console drivers/pc80/rtc: Drop CMOS_POST_EXTRA option 2020-04-20 06:13:39 +00:00
cpu src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
device device: Constify struct device * parameter to dev_name 2020-04-28 19:39:37 +00:00
drivers drivers/ipmi: Add uid parameter to struct drivers_ipmi_config 2020-04-28 19:49:41 +00:00
ec ec/lenovo/h8: Constify struct device * parameter to h8_has_* functions 2020-04-28 19:49:49 +00:00
include device: Constify struct device * parameter to dev_name 2020-04-28 19:39:37 +00:00
lib rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
mainboard device: Constify struct device * parameter to write_acpi_tables 2020-04-28 19:21:49 +00:00
northbridge device: Constify struct device * parameter to write_acpi_tables 2020-04-28 19:21:49 +00:00
security security/lockdown: Write-protect WP_RO 2020-04-28 01:20:43 +00:00
soc i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_bus 2020-04-28 19:39:46 +00:00
southbridge device: Constify struct device * parameter to write_acpi_tables 2020-04-28 19:21:49 +00:00
superio Drop unnecessary DEVICE_NOOP entries 2020-04-10 11:25:04 +00:00
vendorcode vc/eltan/security/verified_boot/vboot_check.c: Correct code style 2020-04-24 08:25:27 +00:00
Kconfig src/Kconfig: enable USE_BLOBS by default 2020-04-14 10:03:55 +00:00