summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-axxia.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: axxia: eliminate kernel-doc warningsRandy Dunlap2023-10-281-3/+5
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: axxia: use 'struct' for kernel-doc notationRandy Dunlap2023-01-201-1/+1
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-151-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-2/+2
* i2c: axxia: support slave modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-08-291-8/+144
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner2019-06-191-4/+1
* i2c: axxia: use auto cmd for last messageAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-04-161-38/+19
* i2c: axxia: support sequence command modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-171-7/+102
* i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-16/+16
* i2c-axxia: dedicated function to set client addrAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-11/+18
* i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-061-11/+29
* i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-2/+3
* i2c: axxia: enable clock before calling clk_get_rate()Tobias Jordan2018-05-081-12/+14
* i2c: constify i2c_adapter_quirks structuresJulia Lawall2016-11-181-1/+1
* i2c: axxia: disable clks in case of failure in probeAlexey Khoroshilov2016-09-241-2/+12
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-7/+1
* i2c: axxia: Add bus recovery functionalityAlexander Sverdlin2015-06-031-0/+41
* i2c: axxia: fixup return type of wait_for_completion_timeoutNicholas Mc Guire2015-03-151-8/+8
* i2c: axxia: make use of the new infrastructure for quirksWolfram Sang2015-03-131-5/+6
* i2c: axxia: Add I2C driver for AXM55xxAnders Berg2014-10-031-0/+559