summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-1651-644/+1605
|\
| * i2c: mt7621: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-07-061-1/+0
| * i2c: cpm: remove casting dma_allocVasyl Gomonovych2019-07-051-1/+3
| * dt-bindings: i2c: sun6i-p2wi: Fix the binding exampleMaxime Ripard2019-07-051-1/+1
| * dt-bindings: i2c: mv64xxx: Fix the example compatibleMaxime Ripard2019-07-051-1/+1
| * i2c: i801: Documentation updateJean Delvare2019-07-051-8/+8
| * i2c: i801: Add support for Intel Tiger LakeJarkko Nikula2019-07-053-0/+6
| * i2c: i801: Fix PCI ID sortingJarkko Nikula2019-07-051-2/+2
| * dt-bindings: i2c-stm32: document optional dmasFabrice Gasnier2019-06-291-0/+2
| * i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportFabrice Gasnier2019-06-291-1/+5
| * i2c: core: Tidy up handling of init_irqCharles Keepax2019-06-291-2/+3
| * i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax2019-06-292-3/+3
| * i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax2019-06-293-7/+21
| * i2c: acpi: Factor out getting the IRQ from ACPICharles Keepax2019-06-291-8/+21
| * i2c: acpi: Use available IRQ helper functionsCharles Keepax2019-06-291-9/+13
| * i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax2019-06-292-2/+4
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2019-06-297-159/+93
| |\
| | * i2c: mux: demux-pinctrl: use proper email address for ABI requestsWolfram Sang2019-06-221-2/+2
| | * i2c: mux: add sysfs headerWolfram Sang2019-06-221-0/+1
| | * i2c: mux/i801: Switch to use descriptor passingLinus Walleij2019-06-223-100/+60
| | * i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva2019-06-101-3/+2
| | * i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij2019-06-101-52/+27
| | * i2c: mux: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-101-2/+1
| * | Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2019-06-291-58/+28
| |\ \
| | * | eeprom: at24: modify a comment referring to platform dataBartosz Golaszewski2019-06-271-2/+2
| | * | eeprom: at24: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-05-311-3/+2
| | * | eeprom: at24: Remove set but not used variable 'addr'YueHaibing2019-05-311-2/+0
| | * | eeprom: at24: drop unnecessary labelBartosz Golaszewski2019-05-281-25/+18
| | * | eeprom: at24: use devm_i2c_new_dummy_device()Bartosz Golaszewski2019-05-281-29/+9
| * | | dt-bindings: i2c: omap: Add new compatible for J721E SoCsPeter Ujfalusi2019-06-261-0/+1
| * | | dt-bindings: i2c: mv64xxx: Add YAML schemasMaxime Ripard2019-06-262-64/+124
| * | | dt-bindings: i2c: sun6i-p2wi: Add YAML schemasMaxime Ripard2019-06-262-41/+65
| * | | i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driverStefan Roese2019-06-264-0/+372
| * | | dt-bindings: i2c: i2c-mt7621: Add bindings for MediaTek MT7621/28/88 I2CStefan Roese2019-06-261-0/+25
| * | | i2c: core: add sysfs headerWolfram Sang2019-06-261-0/+1
| * | | i2c: bcm2835: Ensure clock exists when probingAnnaliese McDermond2019-06-261-4/+12
| * | | i2c: bcm2835: Move IRQ request after clock code in probeAnnaliese McDermond2019-06-261-14/+14
| * | | i2c: add newly exported functions to the header, tooWolfram Sang2019-06-262-3/+8
| * | | i2c: tegra: remove BUG() macroBitan Biswas2019-06-211-8/+39
| * | | i2c: i801: Add support for Intel Elkhart LakeJarkko Nikula2019-06-213-0/+6
| * | | i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin2019-06-212-7/+38
| * | | i2c: stm32f7: fix the get_irq error casesFabrice Gasnier2019-06-211-12/+14
| * | | i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko2019-06-211-7/+6
| * | | i2c: qcom-geni: Provide support for ACPILee Jones2019-06-141-1/+14
| * | | i2c: qcom-geni: Signify successful driver probeLee Jones2019-06-141-0/+2
| * | | i2c: tegra: Add suspend-resume supportBitan Biswas2019-06-141-0/+24
| * | | i2c: headers: reformat header comment and update copyrightWolfram Sang2019-06-141-11/+7
| * | | i2c: headers: update docs about I2C_CLIENT_*Wolfram Sang2019-06-141-12/+10
| * | | i2c: core: always have a named variable in argumentsWolfram Sang2019-06-141-2/+2
| * | | i2c: headers: always have a named variable in argumentsWolfram Sang2019-06-141-19/+20