coreboot-kgpe-d16/src/soc/mediatek/mt8173
Nico Huber 0f2dd1eff9 include/device: Split i2c.h into three
Split `i2c.h` into three pieces to ease reuse of the generic defi-
nitions. No code is changed.

* `i2c.h`        - keeps the generic definitions
* `i2c_simple.h` - holds the current, limited to one controller driver
                   per board, devicetree independent I2C interface
* `i2c_bus.h`    - will become the devicetree compatible interface for
                   native I2C (e.g. non-SMBus) controllers

Change-Id: I382d45c70f9314588663e1284f264f877469c74d
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/20845
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-08-18 15:33:29 +00:00
..
include/soc src/soc: add IS_ENABLED() around Kconfig symbol references 2017-07-16 19:22:25 +00:00
bl31_plat_params.c
bootblock.c
cbmem.c
da9212.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
ddp.c mediatek/mt8173: Add support for Dual DSI output 2017-04-25 02:36:55 +02:00
dramc_pi_basic_api.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
dramc_pi_calibration_api.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
dsi.c mediatek/mt8173: Add support for Dual DSI output 2017-04-25 02:36:55 +02:00
emi.c src/soc: Add required space before opening parenthesis '(' 2016-08-31 20:09:42 +02:00
flash_controller.c drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure 2017-05-19 21:23:39 +02:00
gpio.c mediatek/mt8173: Add EINT support 2017-04-24 22:32:52 +02:00
gpio_init.c
i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
Kconfig vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
Makefile.inc google/oak: Support cr50 over I2C on rowan 2017-04-24 22:33:06 +02:00
memory.c
mmu_operations.c
mt6311.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
mt6391.c src/soc: add IS_ENABLED() around Kconfig symbol references 2017-07-16 19:22:25 +00:00
mtcmos.c Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
pll.c
pmic_wrap.c src/soc: Remove unnecessary whitespace before "\n" and "\t" 2016-08-28 18:25:14 +02:00
rtc.c
soc.c
spi.c soc/mediatek/mt8173: Move spi driver to use spi_bus_map 2017-05-24 04:38:33 +02:00
timer.c Remove extra newlines from the end of all coreboot files. 2016-07-31 18:19:33 +02:00
uart.c Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
usb.c mediatek/mt8173: Check the right set of bits in USB controller 2016-12-16 15:54:39 +01:00
wdt.c Consolidate reset API, add generic reset_prepare mechanism 2017-06-13 20:53:09 +02:00