zephyr/drivers/i2c
Daniel Leung 267e6e639c i2c/quark_se_ss: make structs and functions const and static
() Make driver API into const, as it is not being modified
   at runtime. Saves 24 bytes of RAM by putting it into ROM.
() Make device config structs as static as they are local to
   the source file, and should not be referenced from outside at all.
() Same goes for the IRQ configuration functions, by declaring them
   static.

Change-Id: I5225dc550bdd65ec88a8930944da063efe16a3b2
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-04-22 12:32:26 +00:00
..
i2c_atmel_sam3.c i2c/atmel_sam3: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:14 +00:00
i2c_atmel_sam3.h i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
i2c_dw_registers.h struct packing 2016-02-10 16:21:26 +00:00
i2c_dw.c i2c/dw: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:10 +00:00
i2c_dw.h struct packing 2016-02-10 16:21:26 +00:00
i2c_qmsi.c i2c: qmsi: Add support for default configuration 2016-03-31 13:18:26 +00:00
i2c_quark_se_ss_registers.h
i2c_quark_se_ss.c i2c/quark_se_ss: make structs and functions const and static 2016-04-22 12:32:26 +00:00
i2c_quark_se_ss.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
Kconfig i2c: remove orphan kconfig I2C_STATUS_DELAY 2016-03-30 13:39:09 +00:00
Kconfig.atmel_sam3 i2c/atmel_sam3: rename *_INT_PRIORITY to *_IRQ_PRI 2016-03-28 15:59:04 -07:00
Kconfig.dw i2c/dw: remove kconfigs that are SoC specific 2016-03-31 01:11:23 +00:00
Kconfig.qmsi i2c: qmsi: Add support for default configuration 2016-03-31 13:18:26 +00:00
Kconfig.quark_se_ss i2c/quark_se_ss: Remove base address kconfig options 2016-03-28 16:09:15 -07:00
Makefile i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00