coreboot-kgpe-d16/src/soc/intel/quark
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
..
bootblock soc/intel/quark: Fix errors detected by checkpatch 2017-03-07 18:31:04 +01:00
include/soc Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
romstage soc/intel/quark: Add SD/MMC test support 2017-05-08 19:13:35 +02:00
acpi.c soc/intel/quark: Clean up debug output levels 2016-08-05 01:55:17 +02:00
chip.c romstage_handoff: add helper to determine resume status 2016-12-01 08:16:27 +01:00
chip.h soc/intel/quark: Fix errors detected by checkpatch 2017-03-07 18:31:04 +01:00
ehci.c soc/intel/quark: Add USB device port support 2016-05-25 00:17:34 +02:00
fsp1_1.c soc/intel/quark: Pass S3 wake status to fsp_silicon_init 2017-03-14 23:54:54 +01:00
fsp2_0.c soc/intel/quark: Fix FSP 2.0 build 2016-09-30 01:16:51 +02:00
gpio_i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
Kconfig soc/intel/quark: Add I2C debugging 2017-07-03 23:30:50 +00:00
lpc.c soc/intel/quark: Fix errors detected by checkpatch 2017-03-07 18:31:04 +01:00
Makefile.inc soc/intel/quark: Add legacy SPI flash controller driver 2017-06-20 18:11:07 +02:00
memmap.c soc/intel/quark: Return NULL for top_of_memory 2017-03-14 23:54:11 +01:00
northcluster.c soc/intel/quark: Reserve non-MMIO space 2016-02-29 05:00:27 +01:00
reg_access.c soc/intel/quark: Move include of reg_access.h 2017-04-19 20:54:06 +02:00
reset.c soc/intel/quark: Fix FSP 2.0 build 2016-09-30 01:16:51 +02:00
sd.c commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
spi.c soc/intel/quark/spi.c: Explain a read in order to flush buffers 2017-07-02 19:30:08 +00:00
spi_debug.c soc/intel/quark: Add legacy SPI flash controller driver 2017-06-20 18:11:07 +02:00
storage_test.c commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
tsc_freq.c soc/intel/quark: Add monotonic timer support 2017-01-04 00:03:44 +01:00
uart.c soc/intel/quark: Use single ID value for HSUART1 2016-02-19 20:24:22 +01:00
uart_common.c soc/intel/quark: Enable HSUART1 2016-02-18 20:36:53 +01:00