summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pxa.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko2023-11-121-8/+68
* i2c: Use device_get_match_data()Rob Herring2023-10-101-4/+3
* i2c: pxa: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-141-3/+2
* i2c: pxa: Use dev_err_probe in probe functionLiao Chang2023-08-101-4/+3
* i2c: pxa: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-7/+1
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-4/+2
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: pxa: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-10-021-1/+0
* i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu2020-12-091-68/+8
* i2c: pxa: don't error out if there's no pinctrlLubomir Rintel2020-06-031-0/+2
* i2c: pxa: implement generic i2c bus recoveryRussell King2020-05-201-17/+159
* i2c: pxa: use master-abort for device probesRussell King2020-05-121-8/+2
* i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-05-121-4/+2
* i2c: pxa: remove some unnecessary debugRussell King2020-05-121-3/+1
* i2c: pxa: ensure timeout messages are uniqueRussell King2020-05-121-3/+3
* i2c: pxa: avoid complaints with non-responsive slavesRussell King2020-05-121-4/+8
* i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King2020-05-121-20/+16
* i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King2020-05-051-5/+12
* i2c: pxa: clean up decode_bits()Russell King2020-05-051-4/+3
* i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-05-051-4/+3
* i2c: pxa: move DT IDs along side platform IDsRussell King2020-05-051-9/+9
* i2c: pxa: move private definitions to i2c-pxa.cRussell King2020-05-051-0/+43
* i2c: pxa: always set fm and hs members for each typeRussell King2020-05-051-2/+10
* i2c: pxa: add and use definitions for IBMR registerRussell King2020-05-051-4/+8
* i2c: pxa: re-arrange register field definitionsRussell King2020-05-051-60/+53
* i2c: pxa: re-arrange functions to flow betterRussell King2020-05-051-163/+162
* i2c: pxa: re-arrange includes to be in alphabetical orderRussell King2020-05-051-8/+8
* i2c: pxa: remove unneeded includesRussell King2020-05-051-4/+0
* i2c: pxa: use official address byte helperRussell King2020-05-051-14/+4
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: pxa: remove unused i2c-slave APIsPatrick Williams2019-11-111-1/+0
* i2c: pxa: migrate to new i2c_slave APIsPatrick Williams2019-11-111-14/+60
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARM: pxa: move header file out of I2C realmWolfram Sang2017-11-281-1/+1
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-4/+2
* i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier2016-12-011-0/+15
* i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier2016-12-011-2/+9
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath2015-10-251-1/+40
* i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath2015-08-101-51/+26
* i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath2015-08-101-7/+15
* i2c: pxa: Fix compile warning in 64bit modeYipeng Yao2015-08-101-1/+3
* i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang2015-08-101-1/+3
* i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath2015-08-101-1/+1
* i2c: pxa: keep i2c irq ON in suspendLeilei Shang2015-08-101-2/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: pxa: add support for SCCB devicesPetr Cvek2014-11-251-7/+12
|/
* i2c: Make of_device_id array constJingoo Han2014-06-021-1/+1