Age | Commit message (Expand) | Author | Files | Lines |
2023-12-19 | i2c: aspeed: Handle the coalesced stop conditions with the start conditions. | Quan Nguyen | 1 | -16/+32 |
2023-10-10 | i2c: aspeed: Fix i2c bus hang in slave read | Jian Zhang | 1 | -1/+2 |
2023-09-13 | i2c: aspeed: Reset the i2c controller when timeout occurs | Tommy Huang | 1 | -2/+5 |
2023-06-05 | i2c: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-01-20 | i2c: aspeed: Use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -3/+1 |
2022-10-05 | i2c: aspeed: Assert NAK when slave is busy | Quan Nguyen | 1 | -1/+8 |
2022-08-12 | i2c: move drivers from strlcpy to strscpy | Wolfram Sang | 1 | -1/+1 |
2021-12-17 | i2c: aspeed: Remove unused includes | Thierry Reding | 1 | -2/+0 |
2021-05-27 | i2c: aspeed: disable additional device addresses on ast2[56]xx | Zev Weiss | 1 | -4/+8 |
2020-09-14 | i2c: aspeed: Mask IRQ status to relevant bits | Eddie James | 1 | -0/+2 |
2020-07-23 | i2c: busses: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-04-30 | i2c: aspeed: Avoid i2c interrupt status clear race condition. | ryan_chen | 1 | -1/+4 |
2020-03-25 | i2c: drivers: Use generic definitions for bus frequencies | Andy Shevchenko | 1 | -1/+1 |
2019-12-02 | Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -0/+4 |
2019-10-21 | i2c: Aspeed: Add AST2600 compatible | Eddie James | 1 | -0/+4 |
2019-10-21 | i2c: aspeed: fix master pending state handling | Jae Hyun Yoo | 1 | -20/+34 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-02-15 | i2c: aspeed: Add multi-master use case support | Jae Hyun Yoo | 1 | -26/+93 |
2019-01-23 | i2c: aspeed: Remove hard-coded bus timeout value setting | Jae Hyun Yoo | 1 | -1/+0 |
2018-09-25 | i2c: aspeed: fix invalid clock parameters for very large divisors | Brendan Higgins | 1 | -20/+45 |
2018-09-25 | i2c: aspeed: use proper annotation for "fall through" | Wolfram Sang | 1 | -2/+2 |
2018-09-25 | i2c: aspeed: Acknowledge most interrupts early in interrupt handler | Guenter Roeck | 1 | -2/+7 |
2018-09-06 | i2c: aspeed: Handle master/slave combined irq events properly | Jae Hyun Yoo | 1 | -55/+76 |
2018-08-05 | i2c: aspeed: Add an explicit type casting for *get_clk_reg_val | Jae Hyun Yoo | 1 | -1/+1 |
2018-07-21 | i2c: aspeed: Adjust spinlock scope in the irq handler | Jae Hyun Yoo | 1 | -6/+10 |
2018-07-21 | i2c: aspeed: Fix initial values of master and slave state | Jae Hyun Yoo | 1 | -2/+2 |
2018-07-21 | i2c: aspeed: Add newline characters into message printings. | Jae Hyun Yoo | 1 | -9/+9 |
2018-05-29 | i2c: busses: make use of i2c_8bit_addr_from_msg | Peter Rosin | 1 | -2/+1 |
2017-11-06 | i2c: aspeed: Deassert reset in probe | Joel Stanley | 1 | -0/+12 |
2017-09-10 | Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -18/+63 |
2017-08-28 | i2c: aspeed: Retain delay/setup/hold values when configuring bus frequency | Andrew Jeffery | 1 | -1/+8 |
2017-08-14 | i2c: aspeed: fixed potential null pointer dereference | Brendan Higgins | 1 | -2/+3 |
2017-08-14 | i2c: aspeed: add proper support fo 24xx clock params | Brendan Higgins | 1 | -18/+56 |
2017-06-23 | i2c: aspeed: added slave support for Aspeed I2C driver | Brendan Higgins | 1 | -0/+201 |
2017-06-23 | i2c: aspeed: added driver for Aspeed I2C | Brendan Higgins | 1 | -0/+690 |