coreboot-kgpe-d16/src/soc/rockchip/rk3288
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
bootblock.c
chip.h
clock.c rockchip: Correct and standardize clock divisor range assertions 2016-10-06 21:49:41 +02:00
crypto.c
display.c soc/rockchip: split edp_enable() function 2016-11-14 18:08:11 +01:00
gpio.c
hdmi.c lib/edid.c: Differentiate between absent and non-conformant EDID 2017-05-03 16:16:43 +02:00
Kconfig device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT 2017-06-08 14:31:43 +02:00
Makefile.inc Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
sdram.c
soc.c
software_i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
timer.c
tsadc.c