summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2016-05-12i2c: unify kconfig options and share them across driversAnas Nashif
2016-05-11i2c: IC_CON_SPEED_MASK should be 2 bit maskChuck Jordan
2016-05-11i2c: fix i2c_dw.c to have correct decl for i2c_dw_isr()Chuck Jordan
2016-04-25i2c: use I2C_X nameing instead of I2CXAnas Nashif
2016-04-23power_mgmt: Sample usage of device_xxx__busy() APIsJithu Joseph
2016-04-22qmsi: i2c: use built-in qmsi driverAnas Nashif
2016-04-22i2c/quark_se_ss: make structs and functions const and staticDaniel Leung
2016-04-18i2c/quark_se_ss: fix RX request pause conditionsDaniel Leung
2016-04-15i2c/atmel_sam3: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15i2c/quark_se_ss: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15i2c/dw: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-03-31i2c: qmsi: Add support for default configurationAndre Guedes
2016-03-31i2c/dw: remove kconfigs that are SoC specificDaniel Leung
2016-03-30i2c: Remove redundancy in Kconfig.qmsiAndre Guedes
2016-03-30i2c: remove orphan kconfig I2C_STATUS_DELAYDaniel Leung
2016-03-28i2c/quark_se_ss: Remove base address kconfig optionsDaniel Leung
2016-03-28i2c/qmsi: rename *_INT_PRIORITY to *_IRQ_PRIDaniel Leung
2016-03-28i2c/dw: rename *_INT_PRIORITY to *_IRQ_PRIDaniel Leung
2016-03-28i2c/atmel_sam3: rename *_INT_PRIORITY to *_IRQ_PRIDaniel Leung
2016-03-18drivers: qmsi: Fix gpio, i2c and wdt for D2000Andre Guedes
2016-03-17i2c: restructure kconfig optionsDaniel Leung
2016-03-16drivers: Replace DEV_NOT_CONFIG by -EPERMAndre Guedes
2016-03-16drivers: Replace DEV_NO_SUPPORT by -ENODEVAndre Guedes
2016-03-16drivers: Replace DEV_USED by -EBUSYAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_CONF by -EINVALAndre Guedes
2016-03-16drivers: Replace DEV_INVALID_OP by -ENOTSUPAndre Guedes
2016-03-16drivers: Replace DEV_FAIL by -EIOAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-05i2c: i2c_atmel_sam3: meet minimum timing requirementsDaniel Leung
2016-03-05i2c: i2c_atmel_sam3: tweak the transfer flow for NACK and STOPDaniel Leung
2016-02-24i2c: Remove default value from platform-specific optionsAndre Guedes
2016-02-20i2c: Enable QMSI driver for Quark D2000Andre Guedes
2016-02-10struct packingDan Kalowsky
2016-02-08i2c: adds driver for Atmel SAM3Daniel Leung
2016-02-05i2c: Enable interrupts for QMSI shim driverAndre Guedes
2016-02-05i2c: Add multi controller support for QMSI shim driverAndre Guedes
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICEBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05i2c: Fix i2c_qmsi_configure()Andre Guedes
2016-02-05device: rename synchronous_call_ APIsBenjamin Walsh
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05i2c: Introduce QMSI I2C driverAndre Guedes
2016-02-05i2c/i2c_quark_se_ss: convert to using static IRQ APIDaniel Leung
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05i2c: Move general configs to the top of KconfigAndre Guedes
2016-02-05i2c/i2c_dw: bail out if tx is aborted during sendDaniel Leung
2016-02-05i2c/i2c_quark_se_ss: properly process abort during sendDaniel Leung