summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2020-10-05i2c: tegra: Clean up variable typesDmitry Osipenko-19/+19
2020-10-05i2c: tegra: Reorder location of functions in the codeDmitry Osipenko-244/+242
2020-10-05i2c: tegra: Clean up probe functionDmitry Osipenko-51/+49
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko-4/+6
2020-10-05i2c: tegra: Use clk-bulk helpersDmitry Osipenko-120/+68
2020-10-05i2c: tegra: Use platform_get_irq()Dmitry Osipenko-6/+3
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko-3/+3
2020-10-05i2c: tegra: Use reset_control_reset()Dmitry Osipenko-3/+10
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko-3/+1
2020-10-05i2c: tegra: Runtime PM always available on TegraDmitry Osipenko-23/+6
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko-25/+21
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko-18/+16
2020-10-05i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()Dmitry Osipenko-0/+2
2020-10-05i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()Dmitry Osipenko-1/+3
2020-10-05i2c: tegra: Add missing pm_runtime_put()Dmitry Osipenko-2/+2
2020-10-05i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transferDmitry Osipenko-9/+16
2020-09-29i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song-9/+6
2020-09-29i2c: efm32: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo-9/+3
2020-09-29i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula-0/+5
2020-09-27i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski-11/+13
2020-09-27i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski-12/+7
2020-09-27i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech-0/+2520
2020-09-27Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang-7/+64
2020-09-25eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter-1/+21
2020-09-24eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter-0/+1
2020-09-21i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko-2/+1
2020-09-21i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko-0/+2
2020-09-21i2c: ismt: Describe parameters in kernel docAndy Shevchenko-8/+2
2020-09-21i2c: jz4780: Remove of_match_ptr()Paul Cercueil-1/+1
2020-09-21i2c: jz4780: Add compatible string for JZ4770 SoCPaul Cercueil-0/+1
2020-09-21i2c: amd_mp2: handle num is 0 input for i2c_amd_xferTom Rix-1/+1
2020-09-21i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski-17/+13
2020-09-21i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat-11/+8
2020-09-21misc: eeprom: use helper to get i2c_client from kobjWolfram Sang-1/+1
2020-09-21i2c: rcar: add HostNotify supportWolfram Sang-3/+29
2020-09-21i2c: add slave testunit driverWolfram Sang-0/+184
2020-09-18i2c: stm32: name slave slot to ease maintenanceAlain Volmat-8/+14
2020-09-18i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski-5/+3
2020-09-18i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski-7/+3
2020-09-18i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski-10/+6
2020-09-18i2c: rcar: refactor and shorten timeout when resettingWolfram Sang-12/+3
2020-09-18i2c: rcar: improve bus busy detectionWolfram Sang-9/+10
2020-09-18i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat-16/+97
2020-09-17eeprom: at24: set type id as EEPROMVadym Kochan-0/+1
2020-09-09i2c: smbus: add core function handling SMBus host-notifyAlain Volmat-0/+107
2020-09-09i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang-5/+3
2020-09-09i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin-0/+1
2020-08-28i2c: rcar: Auto select RESET_CONTROLLERDirk Behme-0/+1
2020-08-28i2c: xiic: Support forcing single-master in DTJaakko Laine-0/+14
2020-08-28i2c: xiic: Improve struct memory alignmentJaakko Laine-2/+2