summaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-29i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-10-29i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-10-29i2c: qup: fix a trivial typoRandy Dunlap1-1/+1
2021-10-29i2c: tegra: Ensure that device is suspended before driver is removedDmitry Osipenko1-2/+2
2021-10-29i2c: i801: Fix incorrect and needless software PEC disablingJarkko Nikula1-1/+0
2021-10-11i2c: mediatek: Dump i2c/dma register when a timeout occursKewei Xu1-0/+54
2021-10-11i2c: mediatek: Reset the handshake signal between i2c and dmaKewei Xu1-0/+26
2021-10-11i2c: mlxcpld: Allow flexible polling time setting for I2C transactionsVadim Pasternak1-4/+8
2021-10-11i2c: pasemi: Set enable bit for Apple variantSven Peter3-0/+17
2021-10-11i2c: pasemi: Add Apple platform driverSven Peter3-0/+135
2021-10-11i2c: pasemi: Refactor _probe to use devm_*Sven Peter3-40/+15
2021-10-11i2c: pasemi: Allow to configure bus frequencySven Peter3-5/+8
2021-10-11i2c: pasemi: Move common reset code to own functionSven Peter1-6/+9
2021-10-11i2c: pasemi: Split pci driver to its own fileSven Peter4-86/+118
2021-10-11i2c: pasemi: Split off common probing codeSven Peter1-14/+25
2021-10-11i2c: pasemi: Remove usage of pci_devSven Peter1-6/+6
2021-10-11i2c: pasemi: Use dev_name instead of port numberSven Peter1-1/+1
2021-10-11i2c: pasemi: Use io{read,write}32Sven Peter1-3/+13