summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Dmitry Osipenko2020-10-051-40/+55
* i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Dmitry Osipenko2020-10-051-16/+30
* i2c: tegra: Rename wait/poll functionsDmitry Osipenko2020-10-051-18/+14
* i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Dmitry Osipenko2020-10-051-9/+8
* i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Dmitry Osipenko2020-10-051-5/+4
* i2c: tegra: Remove likely/unlikely from the codeDmitry Osipenko2020-10-051-2/+2
* i2c: tegra: Remove outdated barrier()Dmitry Osipenko2020-10-051-8/+5
* i2c: tegra: Clean up variable typesDmitry Osipenko2020-10-051-19/+19
* i2c: tegra: Reorder location of functions in the codeDmitry Osipenko2020-10-051-244/+242
* i2c: tegra: Clean up probe functionDmitry Osipenko2020-10-051-51/+49
* i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko2020-10-051-4/+6
* i2c: tegra: Use clk-bulk helpersDmitry Osipenko2020-10-051-120/+68
* i2c: tegra: Use platform_get_irq()Dmitry Osipenko2020-10-051-6/+3
* i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko2020-10-051-3/+3
* i2c: tegra: Use reset_control_reset()Dmitry Osipenko2020-10-051-3/+10
* i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko2020-10-051-3/+1
* i2c: tegra: Runtime PM always available on TegraDmitry Osipenko2020-10-051-23/+6
* i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko2020-10-051-25/+21
* i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko2020-10-051-18/+16
* i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()Dmitry Osipenko2020-10-051-0/+2
* i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()Dmitry Osipenko2020-10-051-1/+3
* i2c: tegra: Add missing pm_runtime_put()Dmitry Osipenko2020-10-051-2/+2
* i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transferDmitry Osipenko2020-10-051-9/+16
* i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song2020-09-293-9/+6
* i2c: efm32: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo2020-09-291-9/+3
* i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula2020-09-292-0/+5
* i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski2020-09-271-11/+13
* i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-271-12/+7
* i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech2020-09-273-0/+2520
* Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2020-09-271-7/+64
|\
| * eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter2020-09-251-1/+21
| * eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter2020-09-241-0/+1
| * eeprom: at24: set type id as EEPROMVadym Kochan2020-09-171-0/+1
| * eeprom: at24: Tidy at24_read()Jean Delvare2020-08-251-10/+4
| * eeprom: at24: Add support for the Sony VAIO EEPROMsJean Delvare2020-08-181-0/+41
* | i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko2020-09-211-2/+1
* | i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko2020-09-211-0/+2
* | i2c: ismt: Describe parameters in kernel docAndy Shevchenko2020-09-211-8/+2
* | i2c: jz4780: Remove of_match_ptr()Paul Cercueil2020-09-211-1/+1
* | i2c: jz4780: Add compatible string for JZ4770 SoCPaul Cercueil2020-09-211-0/+1
* | i2c: amd_mp2: handle num is 0 input for i2c_amd_xferTom Rix2020-09-211-1/+1
* | i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-213-17/+13
* | i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat2020-09-212-11/+8
* | misc: eeprom: use helper to get i2c_client from kobjWolfram Sang2020-09-211-1/+1
* | i2c: rcar: add HostNotify supportWolfram Sang2020-09-212-3/+29
* | i2c: add slave testunit driverWolfram Sang2020-09-213-0/+184
* | i2c: stm32: name slave slot to ease maintenanceAlain Volmat2020-09-181-8/+14
* | i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-5/+3
* | i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-7/+3
* | i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-10/+6