coreboot-kgpe-d16/src/soc/broadcom/cygnus
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
cbmem.c
ddr_init.c src/soc: add IS_ENABLED() around Kconfig symbol references 2017-07-16 19:22:25 +00:00
ddr_init_table.c
gpio.c
hw_init.c
i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
iomux.c
Kconfig vboot: Move remaining features out of vendorcode/google/chromeos 2017-03-28 22:18:13 +02:00
Makefile.inc
ns16550.c uart: Fix bug in {uart8250, uart8250_mem, ns16550}_rx_byte functions 2017-05-18 13:09:17 +02:00
phy_reg_access.c
romstage.c
sdram.c
shmoo_and28.c
soc.c
spi.c soc/broadcom/cygnus: Move spi driver to use spi_bus_map 2017-05-24 04:39:30 +02:00
timer.c
tz.c
usb.c
ydc_ddr_bist.c