index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-29
i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'
Christophe JAILLET
1
-1
/
+5
2021-10-29
i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flag
Tian Tao
1
-2
/
+2
2021-10-29
i2c: qup: fix a trivial typo
Randy Dunlap
1
-1
/
+1
2021-10-29
i2c: tegra: Ensure that device is suspended before driver is removed
Dmitry Osipenko
1
-2
/
+2
2021-10-29
i2c: i801: Fix incorrect and needless software PEC disabling
Jarkko Nikula
1
-1
/
+0
2021-10-11
i2c: mediatek: Dump i2c/dma register when a timeout occurs
Kewei Xu
1
-0
/
+54
2021-10-11
i2c: mediatek: Reset the handshake signal between i2c and dma
Kewei Xu
1
-0
/
+26
2021-10-11
i2c: mlxcpld: Allow flexible polling time setting for I2C transactions
Vadim Pasternak
1
-4
/
+8
2021-10-11
i2c: pasemi: Set enable bit for Apple variant
Sven Peter
3
-0
/
+17
2021-10-11
i2c: pasemi: Add Apple platform driver
Sven Peter
3
-0
/
+135
2021-10-11
i2c: pasemi: Refactor _probe to use devm_*
Sven Peter
3
-40
/
+15
2021-10-11
i2c: pasemi: Allow to configure bus frequency
Sven Peter
3
-5
/
+8
2021-10-11
i2c: pasemi: Move common reset code to own function
Sven Peter
1
-6
/
+9
2021-10-11
i2c: pasemi: Split pci driver to its own file
Sven Peter
4
-86
/
+118
2021-10-11
i2c: pasemi: Split off common probing code
Sven Peter
1
-14
/
+25
2021-10-11
i2c: pasemi: Remove usage of pci_dev
Sven Peter
1
-6
/
+6
2021-10-11
i2c: pasemi: Use dev_name instead of port number
Sven Peter
1
-1
/
+1
2021-10-11
i2c: pasemi: Use io{read,write}32
Sven Peter
1
-3
/
+13