summaryrefslogtreecommitdiffstats
path: root/lib/mpi (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30i2c: add 'single-master' property to generic bindingsWolfram Sang1-1/+6
2020-05-30i2c: designware: Add Baikal-T1 System I2C supportSerge Semin3-3/+81
2020-05-30i2c: designware: Move reg-space remapping into a dedicated functionSerge Semin1-5/+13
2020-05-30i2c: designware: Retrieve quirk flags as early as possibleSerge Semin1-2/+2
2020-05-30i2c: designware: Convert driver to using regmap APISerge Semin5-156/+248
2020-05-30i2c: designware: Discard Cherry Trail model flagSerge Semin3-4/+2
2020-05-30i2c: designware: Add Baytrail sem config DW I2C platform dependencySerge Semin1-11/+12
2020-05-30i2c: designware: slave: Set DW I2C core module dependencySerge Semin1-0/+1
2020-05-30i2c: designware: Use `-y` to build multi-object modulesSerge Semin1-10/+8
2020-05-30dt-bindings: i2c: dw: Add Baikal-T1 SoC I2C controllerSerge Semin1-0/+2
2020-05-30dt-bindings: i2c: Convert DW I2C slave to the DW I2C master exampleSerge Semin1-2/+2
2020-05-30dt-bindings: i2c: Convert DW I2C binding to DT schemaSerge Semin2-73/+154
2020-05-29i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar1-5/+2
2020-05-29i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare1-0/+6
2020-05-29i2c: smbus: Add a way to instantiate SPD EEPROMs automaticallyJean Delvare2-2/+110
2020-05-28i2c: avoid confusing naming in headerWolfram Sang1-4/+4
2020-05-28i2c: slave-eeprom: update documentation to recent changesWolfram Sang1-4/+3
2020-05-28i2c: slave-eeprom: skip useless initializationWolfram Sang1-1/+0
2020-05-28i2c: acpi: Drop double check for ACPI companion deviceAndy Shevchenko1-5/+1
2020-05-27i2c: nvidia-gpu: Use PTR_ERR_OR_ZERO() to simplify codeAishwarya Ramakrishnan1-4/+1
2020-05-27i2c: save a variable in i2c_detect()Wolfram Sang1-2/+1
2020-05-22i2c: efm32: Avoid unnecessary check in efm32_i2c_probe()Tang Bin1-3/+0
2020-05-22i2c: efm32: Omit superfluous error message in efm32_i2c_probe()Tang Bin1-1/+0
2020-05-22Revert "dt-binding: i2c: add bus-supply property"Wolfram Sang1-3/+0
2020-05-22Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2-86/+0
2020-05-22i2c: designware: Drop hard coded FIFO depth assignmentAndy Shevchenko2-20/+0
2020-05-22i2c: designware: Read counters from ACPI for PCI driverAndy Shevchenko1-0/+11
2020-05-22i2c: designware: Move ACPI parts into common moduleAndy Shevchenko3-119/+142
2020-05-22i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()Andy Shevchenko1-8/+6
2020-05-22i2c: designware: Move i2c_dw_validate_speed() helper to a common codeAndy Shevchenko3-24/+38
2020-05-22i2c: designware: Include proper headers in i2c-desingware-core.hAndy Shevchenko1-0/+9
2020-05-22i2c: designware: Get rid of PCI driver specifics in common codeAndy Shevchenko2-11/+14
2020-05-20i2c: pxa: implement generic i2c bus recoveryRussell King1-17/+159
2020-05-20i2c: altera: cleanup spinlockAtsushi Nemoto1-8/+4
2020-05-20i2c: core: support bus regulator controlling in adapterBibby Hsieh2-0/+86
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-15MAINTAINERS: add maintainer for mediatek i2c controller driverQii Wang1-0/+7
2020-05-15i2c: mux: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET1-0/+1
2020-05-15i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto1-1/+9
2020-05-15i2c: algo-pca: update contact emailWolfram Sang1-1/+1
2020-05-15i2c: at91: Fix pinmux after devm_gpiod_get() for bus recoveryCodrin Ciubotariu1-3/+17
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