summaryrefslogtreecommitdiff
path: root/common/i2c_controller.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-171-3/+1
* zephyr: config_chip: add CONFIG_I2C_NACK_RETRY_COUNT configurationDino Li2023-02-061-1/+2
* common: Sort header filesJeremy Bettis2022-11-291-4/+5
* i2c_controller: Add guard for PEC transfersKeith Short2022-11-241-1/+1
* zephyr: tests: Move non-Zephyr code out of i2c_controller.cTristan Honscheid2022-10-041-218/+0
* zephyr: tests: Split off non-Zephyr i2c_controller.c console cmdsTristan Honscheid2022-10-041-305/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-5/+5
* zephyr: test: Add I2C passthru protect host command test casesWai-Hong Tam2022-08-191-0/+5
* util: remove unused includesYuval Peress2022-08-051-0/+1
* zephyr: rework i2c enumsDawid Niedzwiecki2022-07-281-27/+0
* zephyr: test: add i2c_lock testDawid Niedzwiecki2022-07-261-1/+2
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-5/+15
* common/i2c_controller.c: Format with clang-formatJack Rosenthal2022-07-011-262/+186
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* i2c_controller: Fix buffer overrun in `i2c_read_sized_block`Robert Zieba2022-05-051-2/+2
* i2c_controller: Add i2c_read_sized_block functionRobert Zieba2022-05-051-7/+25
* I2C trace: Add error prints to trace resultsDiana Z2022-04-011-2/+2
* i2c: Add addr_flags and cmd to board_allow_i2c_passthru()Ricardo Quesada2022-03-171-5/+24
* i2c: move PASSTRHU_RESTRICTED check to check_i2c_paramsRicardo Quesada2022-03-171-8/+6
* common/i2c: Fix reading 32bit big endian registerGwendal Grignou2022-02-021-1/+1
* Zephyr: Allow big endian flagDiana Z2021-12-161-2/+2
* zephyr: add support for virtual batteryMichał Barnaś2021-10-151-3/+3
* zephyr: optimize I2C mutexesDawid Niedzwiecki2021-10-111-3/+11
* zephyr: convert port number for I2C_CONTROL HCDawid Niedzwiecki2021-10-061-0/+9
* i2c: Use bitbang mode for pre-task i2c transactionsJun Lin2021-10-051-4/+15
* hostcmd: Implement I2C_CONTROL host commandCaveh Jalali2021-10-011-0/+61
* i2c: add converters between enum i2c_freq and kHzCaveh Jalali2021-10-011-0/+28
* common/i2c: Implement i2cspeed console commandCaveh Jalali2021-09-281-0/+74
* common/i2c: Improve port number validation in i2c_set_freqCaveh Jalali2021-09-261-1/+6
* zephyr: i2c: Translate zephyr error to ecos errorsYuval Peress2021-09-211-1/+8
* zephyr: add support for I2C debuggingKeith Short2021-09-151-1/+8
* i2c_controller: Check if get_i2c_port returns NULLLukasz Hajec2021-08-061-0/+3
* zephyr: i2c: protect physical portDino Li2021-07-221-0/+20
* common/i2c_controller: Fix the port protection logicKarthikeyan Ramasubramanian2021-07-091-1/+4
* i2c_controller: add volatile for i2c_port_active_listEric Yilun Lin2021-06-251-2/+2
* Fix compilation issues with nocturne SDKPatryk Duda2021-06-171-2/+4
* zephyr: Fix I2C_PASSTHRU host commandDawid Niedzwiecki2021-06-081-3/+35
* zephyr: i2c: remove scl and sda referencesYuval Peress2021-05-141-0/+2
* zephyr: i2c: Fix use of I2C_PORT_VIRTUAL_BATTERYYuval Peress2021-04-151-1/+2
* i2c_controller: zephyr: explicitly strip flags from addr_flagsFabio Baltieri2021-04-081-1/+6
* zephyr: Support multi-step I2C transactionsSimon Glass2020-12-241-2/+39
* COIL: Rename SLEEP_MASK_I2C_CONTROLLERDiana Z2020-12-041-3/+3
* COIL: Rename local variables in common i2c_controllerDiana Z2020-12-041-105/+105
* COIL: Rename common i2c_controllerDiana Z2020-12-011-0/+1767