summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06i2c: octeon: Add platform prefix to macrosPiyush Malgujar2-31/+31
2024-05-06i2c: thunderx: Support for High speed modeSuneel Garapati3-25/+54
2024-05-06i2c: thunderx: Clock divisor logic changesSuneel Garapati3-4/+59
2024-05-06i2c: cadence: Add RISCV architecture supportJi Sheng Teoh1-1/+1
2024-05-06i2c: uniphier: remove printout on handled timeoutsWolfram Sang1-3/+1
2024-05-06i2c: uniphier-f: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: tegra: remove printout on handled timeoutsWolfram Sang1-2/+0
2024-05-06i2c: st: remove printout on handled timeoutsWolfram Sang1-4/+1
2024-05-06i2c: sh_mobile: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: rk3x: remove printout on handled timeoutsWolfram Sang1-3/+0
2024-05-06i2c: qup: remove printout on handled timeoutsWolfram Sang1-3/+1
2024-05-06i2c: qcom-geni: remove printout on handled timeoutsWolfram Sang1-4/+1
2024-05-06i2c: omap: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: nomadik: remove printout on handled timeoutsWolfram Sang1-5/+2
2024-05-06i2c: ismt: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: img-scb: remove printout on handled timeoutsWolfram Sang1-4/+1
2024-05-06i2c: davinci: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: cadence: remove printout on handled timeoutsWolfram Sang1-2/+0
2024-05-06i2c: bcm2835: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: bcm-iproc: remove printout on handled timeoutsWolfram Sang1-2/+0
2024-05-06i2c: at91-master: remove printout on handled timeoutsWolfram Sang1-1/+0
2024-05-06i2c: lpi2c: Avoid calling clk_get_rate during transferAlexander Stein1-3/+16
2024-05-06i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-05-06i2c: mux: gpio: remove support for class-based device instantiationHeiner Kallweit1-2/+1
2024-05-06i2c: i801: Remove usage of I2C_CLASS_SPDHeiner Kallweit1-4/+0
2024-05-06i2c: designware: Add ACPI ID for Granite Rapids-D I2C controllerShanth Murthy1-0/+1
2024-05-06i2c: mpc: Removal of of_node_put with __free for auto cleanupAbhinav Jain1-7/+4
2024-05-06i2c: i801: Fix missing Kconfig dependencyHeiner Kallweit2-4/+12
2024-05-06i2c: ocores: convert to ioport_map() for IORESOURCE_IOArnd Bergmann2-15/+7
2024-05-06i2c: cadence: Avoid fifo clear after startSai Pavan Boddu1-0/+1
2024-05-06i2c: add HAS_IOPORT dependenciesNiklas Schnelle1-14/+16
2024-05-06i2c: i801: Call i2c_register_spd for muxed child segmentsHeiner Kallweit1-0/+23
2024-05-06i2c: viperboard: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-06i2c: riic: Add support for R9A09G057 SoCLad Prabhakar1-0/+17
2024-05-06i2c: riic: Pass register offsets and chip details as OF dataLad Prabhakar1-15/+41
2024-05-06i2c: riic: Introduce helper functions for I2C read/write operationsLad Prabhakar1-23/+33
2024-04-27i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-04-18ARM: 9367/1: i2c: nomadik: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-04i2c: pxa: hide unused icr_bits[] variableArnd Bergmann1-1/+1
2024-03-26i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1Maxim Levitsky1-3/+4
2024-03-20i2c: muxes: pca954x: Allow sharing reset GPIOChris Packham1-8/+38
2024-03-20Merge tag 'i2c-host-6.9-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang1-308/+432
2024-03-15Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-453/+479
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-12i2c: nomadik: sort includesThéo Lebrun1-8/+8
2024-03-12i2c: nomadik: support Mobileye EyeQ5 I2C controllerThéo Lebrun1-4/+86
2024-03-12i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetreeThéo Lebrun1-1/+8
2024-03-12i2c: nomadik: replace jiffies by ktime for FIFO flushing timeoutThéo Lebrun1-3/+3
2024-03-12i2c: nomadik: support short xfer timeouts using waitqueue & hrtimerThéo Lebrun1-22/+48
2024-03-12i2c: nomadik: use bitops helpersThéo Lebrun1-73/+88