summaryrefslogtreecommitdiff
path: root/chip/npcx/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* chip/npcx: Default output the i2c_recovery() error messageZhuohao Lee2018-11-141-2/+3
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-051-8/+8
* i2c(npcx): Replace cprints by cputs/cprintfNicolas Boichat2018-03-171-8/+9
* i2c: npcx: Check that unwedging succeedsSimon Glass2018-03-091-3/+6
* npcx: i2c: change i2c settings for better timing.CHLin2017-06-151-16/+4
* npcx: i2c: Add support for npcx7 series ecMulin Chao2017-05-041-44/+33
* npcx: i2c: Fix i2c freq setting when APB clock is 15 MHzCHLin2017-04-251-2/+3
* npcx: i2c: Fixed bug ec returns error during reading last byte.Mulin Chao2017-01-261-16/+28
* npcx: i2c: handle BER & SDAST in SMBST occur at the same time.Mulin Chao2017-01-181-0/+14
* make i2c_handle_sda_irq() static to fix GCC 5.3 warningMartin Roth2016-12-161-1/+1
* Fix various misspellings in commentsMartin Roth2016-11-151-2/+2
* npcx: i2c: Remove needless controller state pre-checkShawn Nematbakhsh2016-10-171-9/+1
* npcx: Fixed bug i2c sometime cannot generates NACK in Read Byte protocolMulin Chao2016-09-211-3/+5
* npcx/i2c.c: Verify that controller value is not negative before using itMartin Roth2016-08-231-2/+19
* npcx/i2c: Remove static from arrays & functions used by inline functionMartin Roth2016-08-101-3/+3
* npcx: Adjust relative IRQ priorities for high-priority UARTShawn Nematbakhsh2016-08-071-4/+4
* npcx: i2c: Don't do i2c_unwedge / reset on repeated start requeststabilize-8516.BMulin Chao2016-06-271-2/+5
* npcx: i2c: Return slave ACK status on zero-byte read / writeShawn Nematbakhsh2016-06-081-38/+52
* npcx: i2c: Fix spurious NACK after i2cscanMulin Chao2016-05-171-4/+28
* npcx: Add 1.8V IO support for some GPIOs and I2C pins.Mulin Chao2016-03-051-40/+0
* nuc: Modify divider of apb2 to 1 if it's freq isn't divisible by 1MHzMulin Chao2016-02-101-44/+57
* nuc: Fixed the bug of i2c caused by writing START bit in SMBCTL1.Mulin Chao2016-01-261-56/+65
* nuc: Adjust core clock from 16/12 MHz to 15/13 MHz.Mulin Chao2016-01-201-14/+71
* nuc: Add i2cscan and kbpress commands for FAFT.Mulin Chao2015-12-011-35/+27
* nuc: Add state machines to handle i2c master stall bus and call i2c_xfer again.Mulin Chao2015-11-011-21/+94
* nuc: Fixed the bugs for flash and i2c drivers.Mulin Chao2015-09-061-17/+43
* nuc:Mulin Chao2015-08-191-118/+192
* nuc:Ian Chao2015-07-251-34/+73
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-1/+1
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-2/+2
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-261-35/+0
* WIP - Nuvoton 30-Jan patchRandall Spangler2015-02-251-1/+4
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-0/+592