summaryrefslogtreecommitdiffstats
path: root/sound/soc/sirf (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-20dt-binding: i2c: add bus-supply propertyBibby Hsieh1-0/+3
2020-05-20i2c: reword explanation about atomic transfersWolfram Sang1-3/+3
2020-05-20i2c: slave-eeprom: add support for 24c512 EEPROMsWolfram Sang1-2/+4
2020-05-20i2c: mediatek: Add i2c ac-timing adjust supportQii Wang1-51/+278
2020-05-13i2c: designware: Allow slave mode for PCI enumerated devicesAndy Shevchenko2-13/+12
2020-05-13i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()Andy Shevchenko5-10/+20
2020-05-13i2c: designware: Switch PCI driver to use i2c_dw_configure_master()Andy Shevchenko1-26/+7
2020-05-13i2c: designware: Move configuration routines to respective modulesAndy Shevchenko4-37/+48
2020-05-13i2c: designware: Use devm_platform_ioremap_resource() to simplify codeAndy Shevchenko1-6/+2
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-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko1-5/+2
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko1-3/+2
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko1-10/+5
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko1-10/+7
2020-05-05i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu3-8/+50
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 King2-48/+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-30i2c: powermac: use true,false for bool variableJason Yan1-1/+1
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter1-1/+1
2020-04-26platform/mellanox: mlxreg-hotplug: convert to use i2c_new_client_device()Wolfram Sang1-4/+7
2020-04-26i2c: iproc: add support for SMBUS quick cmdRayagonda Kokatanur1-3/+7
2020-04-26i2c: powermac: Simplify reading the "reg" and "i2c-address" propertyAishwarya R1-8/+8
2020-04-26i2c: qup: remove unneeded conversion to boolJason Yan1-6/+4
2020-04-26i2c: brcmstb: Fix handling of optional interruptDave Stevenson1-9/+11
2020-04-26i2c: regroup documentation of bindingsWolfram Sang1-27/+39
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat1-61/+64
2020-04-26dt-bindings: i2c: i2c-stm32f7: allow clock-frequency rangeAlain Volmat1-4/+4
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere3-6/+15
2020-04-26i2c: brcmstb: Allow to compile it on BCM2835Maxime Ripard1-2/+2
2020-04-26i2c: slave-eeprom: Make it possible to pre-load eeprom dataBjörn Ardö1-0/+25
2020-04-18i2c: busses: remove duplicate dev_err()Dejin Zheng20-58/+20
2020-04-18i2c: Add Qualcomm CCI I2C driverLoic Poulain3-0/+802