summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-pxa.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06i2c: pxa: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-7/+7
2024-04-04i2c: pxa: hide unused icr_bits[] variableArnd Bergmann1-1/+1
2023-11-13Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko1-8/+68
2023-10-10i2c: Use device_get_match_data()Rob Herring1-4/+3
2023-08-14i2c: pxa: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-3/+2
2023-08-10i2c: pxa: Use dev_err_probe in probe functionLiao Chang1-4/+3
2023-08-08i2c: pxa: Remove #ifdef guards for PM related functionsPaul Cercueil1-7/+1
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring1-4/+2
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2021-10-02i2c: pxa: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2020-12-09i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu1-68/+8
2020-06-03i2c: pxa: don't error out if there's no pinctrlLubomir Rintel1-0/+2
2020-05-20i2c: pxa: implement generic i2c bus recoveryRussell King1-17/+159
2020-05-12i2c: pxa: use master-abort for device probesRussell King1-8/+2
2020-05-12i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King1-4/+2
2020-05-12i2c: pxa: remove some unnecessary debugRussell King1-3/+1
2020-05-12i2c: pxa: ensure timeout messages are uniqueRussell King1-3/+3
2020-05-12i2c: pxa: avoid complaints with non-responsive slavesRussell King1-4/+8
2020-05-12i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King1-20/+16
2020-05-05i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King1-5/+12
2020-05-05i2c: pxa: clean up decode_bits()Russell King1-4/+3
2020-05-05i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King1-4/+3
2020-05-05i2c: pxa: move DT IDs along side platform IDsRussell King1-9/+9
2020-05-05i2c: pxa: move private definitions to i2c-pxa.cRussell King1-0/+43
2020-05-05i2c: pxa: always set fm and hs members for each typeRussell King1-2/+10
2020-05-05i2c: pxa: add and use definitions for IBMR registerRussell King1-4/+8
2020-05-05i2c: pxa: re-arrange register field definitionsRussell King1-60/+53
2020-05-05i2c: pxa: re-arrange functions to flow betterRussell King1-163/+162
2020-05-05i2c: pxa: re-arrange includes to be in alphabetical orderRussell King1-8/+8
2020-05-05i2c: pxa: remove unneeded includesRussell King1-4/+0
2020-05-05i2c: pxa: use official address byte helperRussell King1-14/+4
2020-04-19i2c: busses: remove duplicate dev_err()Dejin Zheng1-3/+1
2019-11-11i2c: pxa: remove unused i2c-slave APIsPatrick Williams1-1/+0
2019-11-11i2c: pxa: migrate to new i2c_slave APIsPatrick Williams1-14/+60
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-11-29ARM: pxa: move header file out of I2C realmWolfram Sang1-1/+1
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-4/+2
2016-12-02i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier1-0/+15
2016-12-02i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier1-2/+9
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2015-10-25i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath1-1/+40
2015-08-10i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath1-51/+26
2015-08-10i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath1-7/+15
2015-08-10i2c: pxa: Fix compile warning in 64bit modeYipeng Yao1-1/+3
2015-08-10i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang1-1/+3
2015-08-10i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath1-1/+1
2015-08-10i2c: pxa: keep i2c irq ON in suspendLeilei Shang1-2/+3
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-25i2c: pxa: add support for SCCB devicesPetr Cvek1-7/+12