aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-05i2c: tegra: Clean up variable typesDmitry Osipenko1-19/+19
2020-10-05i2c: tegra: Reorder location of functions in the codeDmitry Osipenko1-244/+242
2020-10-05i2c: tegra: Clean up probe functionDmitry Osipenko1-51/+49
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko1-4/+6
2020-10-05i2c: tegra: Use clk-bulk helpersDmitry Osipenko1-120/+68
2020-10-05i2c: tegra: Use platform_get_irq()Dmitry Osipenko1-6/+3
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko1-3/+3
2020-10-05i2c: tegra: Use reset_control_reset()Dmitry Osipenko1-3/+10
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko1-3/+1
2020-10-05i2c: tegra: Runtime PM always available on TegraDmitry Osipenko1-23/+6
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko1-25/+21
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko1-18/+16
2020-10-05i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()Dmitry Osipenko1-0/+2
2020-10-05i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()Dmitry Osipenko1-1/+3
2020-10-05i2c: tegra: Add missing pm_runtime_put()Dmitry Osipenko1-2/+2
2020-10-05i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transferDmitry Osipenko1-9/+16
2020-10-05i2c: testunit: improve documentationWolfram Sang1-5/+8
2020-09-29i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song3-9/+6
2020-09-29i2c: efm32: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo1-9/+3
2020-09-29i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula3-0/+6
2020-09-27dt-bindings: i2c: imx: Fix i.MX 7 compatible matchingKrzysztof Kozlowski1-0/+3
2020-09-27dt-bindings: i2c: imx: Add properties and use unevaluatedPropertiesKrzysztof Kozlowski1-1/+4
2020-09-27dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matchingKrzysztof Kozlowski1-4/+7
2020-09-27dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedPropertiesKrzysztof Kozlowski1-2/+16
2020-09-27i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski1-11/+13
2020-09-27i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski1-12/+7
2020-09-27i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech4-0/+2526
2020-09-27dt-bindings: i2c: I2C binding for Mellanox BlueField SoCKhalil Blaiech1-0/+42
2020-09-27Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.10Wolfram Sang2-7/+67
2020-09-25eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter1-1/+21
2020-09-24dt-bindings: eeprom: at24: Add label property for AT24Jon Hunter1-0/+3
2020-09-24eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter1-0/+1
2020-09-21i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko1-2/+1
2020-09-21i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko1-0/+2
2020-09-21i2c: ismt: Describe parameters in kernel docAndy Shevchenko1-8/+2
2020-09-21i2c: jz4780: Remove of_match_ptr()Paul Cercueil1-1/+1
2020-09-21i2c: jz4780: Add compatible string for JZ4770 SoCPaul Cercueil1-0/+1
2020-09-21dt-bindings: i2c: ingenic: Add compatible string for the JZ4770Paul Cercueil1-4/+8
2020-09-21i2c: amd_mp2: handle num is 0 input for i2c_amd_xferTom Rix1-1/+1
2020-09-21i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski3-17/+13
2020-09-21i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat2-11/+8
2020-09-21misc: eeprom: use helper to get i2c_client from kobjWolfram Sang1-1/+1
2020-09-21i2c: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-09-21i2c: rcar: add HostNotify supportWolfram Sang2-3/+29
2020-09-21i2c: add slave testunit driverWolfram Sang4-0/+250
2020-09-18i2c: stm32: name slave slot to ease maintenanceAlain Volmat1-8/+14
2020-09-18i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-09-18i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-18i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski1-10/+6
2020-09-18i2c: rcar: refactor and shorten timeout when resettingWolfram Sang1-12/+3