summaryrefslogtreecommitdiff
path: root/chip/mchp/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/mchp/i2c.c: Format with clang-formatJack Rosenthal2022-06-281-72/+75
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-9/+9
* mchp: Correct assigning I2C controller to a portVijay Hiremath2021-06-301-1/+7
* mchp: Add i2c_chip.h and board_i2c_p2c() in chipmartin yan2021-04-051-0/+12
* mchp: Update number of I2C controllers for MEC172xScott Worley2021-03-301-40/+54
* mchp: MEC152x increase number of I2C controllersScott Worley2021-02-101-159/+259
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* ec: change usage of dummySam Hurst2020-08-051-3/+3
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+2
* mchp/i2c: Fix boundary checkPatrick Georgi2019-08-281-8/+8
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-7/+8
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-34/+34
* ec_chip_mchp: Refactor huge chip_i2c_xfer into sub-functionsscott worley2018-06-121-264/+615
* ec_chip_mchp: Add I2C controllerScott Worley2018-01-021-0/+612