aboutsummaryrefslogtreecommitdiff
path: root/module/i2c
AgeCommit message (Expand)Author
2020-10-02docs: Prefer `\` to `@` in Doxygen commentsChris Kay
2020-10-02docs: Ensure Doxygen return values use referencesChris Kay
2020-03-24misc: Clean up include directivesChris Kay
2020-03-12fwk/fwk_mm_alloc: panic if memory allocation failedJim Quigley
2020-02-27i2c: Fix uninitialized local variableNicola Mazzucato
2020-01-24i2c: Don't save cookie as it is not needed anymoreRaphael Gault
2020-01-24i2c: Add support for concurrent requestsRonald Cron
2020-01-24i2c: Introduce PANIC stateRonald Cron
2020-01-24i2c: Reorganize request processing codeRonald Cron
2020-01-24i2c: Improve REQUEST_COMPLETED event processingRonald Cron
2020-01-24i2c: Return FWK_E_DEVICE in case of driver errorRonald Cron
2020-01-24i2c: Add local variableRonald Cron
2020-01-24i2c: Clean-up respond_to_caller() sub-routineRonald Cron
2020-01-24i2c: Expand machine state scopeRonald Cron
2020-01-24i2c: Add default case in switch over event indexesRonald Cron
2020-01-03scp: Update copyright to 2020Nicola Mazzucato
2019-12-02modules: Remove calls to fwk_module_check_callTarek El-Sherbiny
2019-11-08I2C: Add FWK_PENDING to the I2C HAL interfaceElieva Pignat
2019-11-08I2C: Cleanup moduleNicola Mazzucato
2019-09-12fwk: Rename fwk_errno.h to fwk_status.hNicola Mazzucato
2019-09-12doc: Fix minor grouping definitionsNicola Mazzucato
2019-08-08I2C: HAL module implementationElieva Pignat
2019-08-08I2C: HAL module definition and documentationRonald Cron