Messages in this thread |  | | From | 周琰杰 (Zhou Yanjie) <> | Subject | [PATCH v2 0/2] Add I2C support for the Ingenic X1000 SoC | Date | Mon, 16 Dec 2019 18:06:09 +0800 |
| |
v1->v2: Add code to check device_get_match_data(), if it return a NULL ptr, then print an error message and return -ENODEV.
周琰杰 (Zhou Yanjie) (2): dt-bindings: I2C: Add X1000 bindings. I2C: JZ4780: Add support for the X1000.
.../devicetree/bindings/i2c/i2c-jz4780.txt | 4 +- drivers/i2c/busses/i2c-jz4780.c | 155 +++++++++++++++------ 2 files changed, 118 insertions(+), 41 deletions(-)
-- 2.7.4
|  |