aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-20i2c: core: support bus regulator controlling in adapterBibby Hsieh
2020-05-20i2c: reword explanation about atomic transfersWolfram Sang
2020-05-20i2c: slave-eeprom: add support for 24c512 EEPROMsWolfram Sang
2020-05-20i2c: mediatek: Add i2c ac-timing adjust supportQii Wang
2020-05-13i2c: designware: Allow slave mode for PCI enumerated devicesAndy Shevchenko
2020-05-13i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko
2020-05-13i2c: designware: Switch PCI driver to use i2c_dw_configure_master()Andy Shevchenko
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy Shevchenko
2020-05-13i2c: designware: Use devm_platform_ioremap_resource() to simplify codeAndy Shevchenko
2020-05-12i2c: pxa: use master-abort for device probesRussell King
2020-05-12i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King
2020-05-12i2c: pxa: remove some unnecessary debugRussell King
2020-05-12i2c: pxa: ensure timeout messages are uniqueRussell King
2020-05-12i2c: pxa: avoid complaints with non-responsive slavesRussell King
2020-05-12i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko
2020-05-05i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu
2020-05-05i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King
2020-05-05i2c: pxa: clean up decode_bits()Russell King
2020-05-05i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King
2020-05-05i2c: pxa: move DT IDs along side platform IDsRussell King
2020-05-05i2c: pxa: move private definitions to i2c-pxa.cRussell King
2020-05-05i2c: pxa: always set fm and hs members for each typeRussell King
2020-05-05i2c: pxa: add and use definitions for IBMR registerRussell King
2020-05-05i2c: pxa: re-arrange register field definitionsRussell King
2020-05-05i2c: pxa: re-arrange functions to flow betterRussell King
2020-05-05i2c: pxa: re-arrange includes to be in alphabetical orderRussell King
2020-05-05i2c: pxa: remove unneeded includesRussell King
2020-05-05i2c: pxa: use official address byte helperRussell King
2020-04-30i2c: powermac: use true,false for bool variableJason Yan
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter
2020-04-26platform/mellanox: mlxreg-hotplug: convert to use i2c_new_client_device()Wolfram Sang
2020-04-26i2c: iproc: add support for SMBUS quick cmdRayagonda Kokatanur
2020-04-26i2c: powermac: Simplify reading the "reg" and "i2c-address" propertyAishwarya R
2020-04-26i2c: qup: remove unneeded conversion to boolJason Yan
2020-04-26i2c: brcmstb: Fix handling of optional interruptDave Stevenson
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere
2020-04-26i2c: brcmstb: Allow to compile it on BCM2835Maxime Ripard
2020-04-26i2c: slave-eeprom: Make it possible to pre-load eeprom dataBjörn Ardö
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng
2020-04-18i2c: Add Qualcomm CCI I2C driverLoic Poulain
2020-04-15i2c: cadence: Added slave supportRadu Pirea
2020-04-15i2c: designware: Calculate SCL timing parameter for High Speed ModeWan Ahmad Zainie
2020-04-15i2c: designware: Calculate SCL timing parameter for Fast Mode PlusWan Ahmad Zainie
2020-04-15i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier
2020-04-15i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven