coreboot/src
Seunghwan Kim 14a1c2778f driver/i2c: Add sx9360 driver
Add driver for setting up Semtech sx9360 SAR sensor.
The driver is based on sx9310.c. The core of the driver is the same, but
the bindings are slightly different.

Registers are documented in the kernel tree:
Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml
[https://patchwork.kernel.org/project/linux-iio/patch/20211213024057.3824985-4-gwendal@chromium.org/]

Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com>
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Change-Id: I0a912f184e6f3501f894cca24c0d71a2c3087516
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59608
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2022-01-19 03:11:57 +00:00
..
acpi src/include/acpi: Move CPPC_PACKAGE_NAME macro definition 2022-01-18 16:13:28 +00:00
arch src: Remove unused <cbfs.h> 2022-01-17 15:38:54 +00:00
commonlib commonlib: Add endian definitions for macOS 2022-01-04 11:49:38 +00:00
console console: Add Kconfig to dump pre-bootblock cbmem contents 2022-01-17 15:46:35 +00:00
cpu cpu/x86/mp_init.c: Make it work for !CONFIG_SMP 2021-12-10 15:57:34 +00:00
device oprom/yabel/io.c: Fix building for ENV_X86_64 2022-01-17 13:43:34 +00:00
drivers driver/i2c: Add sx9360 driver 2022-01-19 03:11:57 +00:00
ec src/ec: Remove unused <delay.h> 2022-01-10 17:40:37 +00:00
include soc/intel/common: Add Alder Lake N eMMC device ID 2022-01-18 16:15:06 +00:00
lib console/cbmem: Add cbmem_dump_console 2022-01-17 15:39:16 +00:00
mainboard mb/intel/adlrvp: Add wake events for AC connect/disconnect 2022-01-18 16:18:12 +00:00
northbridge src/{northbridge,southbridge}: Remove unused <console/console.h> 2022-01-10 23:22:33 +00:00
security console/cbmem_console: Rename cbmem_dump_console 2022-01-13 15:25:43 +00:00
soc soc/amd/{picasso,cezanne}: Enable CBMEM_PRINT_PRE_BOOTBLOCK_CONTENTS 2022-01-18 17:33:17 +00:00
southbridge sb/intel/common/firmware: Reword me_cleaner warning 2022-01-17 17:14:20 +00:00
superio superio/smsc/sch5545/superio.c: Include stdint.h and bsd/helpers.h 2022-01-10 23:28:32 +00:00
vendorcode vendorcode/intel/fsp: Add Alder Lake FSP headers for FSP v2511_04 2022-01-13 18:04:13 +00:00
Kconfig Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set 2021-11-13 00:20:11 +00:00