summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-01-22i2c: algo: bit: use new macro to specifiy capabilitiesWolfram Sang1-3/+1
2021-01-22i2c: remove u300 bus driverArnd Bergmann3-1022/+0
2021-01-22i2c: remove sirf bus driverArnd Bergmann3-486/+0
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam1-1/+19
2021-01-20ARM: remove tango platformArnd Bergmann1-2/+2
2021-01-17i2c: stub: remove definition of DEBUGTom Rix1-1/+0
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green1-28/+79
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green1-2/+3
2021-01-17i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-17i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen1-1/+1
2021-01-17i2c: Drop unused efm32 bus driverUwe Kleine-König3-477/+0
2021-01-11i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2021-01-11i2c: smbus: switch from loops to memcpyDmitry Torokhov1-10/+5
2021-01-06i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak1-1/+62
2021-01-05i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun1-3/+3
2021-01-05i2c: fix platform_get_irq.cocci warningsTian Tao1-3/+1
2021-01-05i2c: gpio: fix MODULE_LICENCEWolfram Sang1-1/+1
2021-01-05i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur1-4/+17
2021-01-05i2c: iproc: handle master read requestRayagonda Kokatanur1-45/+170
2021-01-05i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur1-1/+1
2021-01-05i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur1-1/+2
2021-01-05i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur1-4/+9
2021-01-05i2c: iproc: handle Master aborted errorRayagonda Kokatanur1-3/+5
2021-01-05i2c: rcar: protect against supurious interrupts on V3UWolfram Sang1-14/+43
2021-01-05i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang1-1/+5
2021-01-05i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang1-1/+1
2021-01-05i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang1-7/+4
2021-01-05i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi1-16/+43
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko1-7/+3
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko1-2/+1
2021-01-05i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak1-1/+1
2021-01-05i2c: mlxcpld: Update module licenseVadim Pasternak1-29/+3
2021-01-05i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede1-5/+1
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1
2021-01-04i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang1-1/+7
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-2/+2
2020-12-11i2c: remove check that can never be trueUwe Kleine-König1-4/+1
2020-12-11i2c: Warn when device removing failsUwe Kleine-König1-2/+7
2020-12-09i2c: designware: Make register offsets all of the same widthAndy Shevchenko1-3/+3
2020-12-09i2c: designware: Switch header to use BIT() and GENMASK()Andy Shevchenko1-46/+46
2020-12-09i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu1-68/+8
2020-12-09i2c: sh_mobile: Mark adapter suspended during suspendGeert Uytterhoeven1-0/+28
2020-12-09i2c: owl: Add compatible for the Actions Semi S500 I2C controllerCristian Ciocaltea1-0/+1
2020-12-07i2c: imx: support slave mode for imx I2C driverBiwen Li2-24/+196
2020-12-07Merge branch 'i2c/for-current' into i2c/for-5.11Wolfram Sang8-193/+223
2020-12-05i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun1-6/+6