index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
i2c: riic: Simplify reset handling
Lad Prabhakar
1
-17
/
+17
2022-03-01
i2c: cht-wc: Use generic_handle_irq_safe().
Sebastian Andrzej Siewior
1
-9
/
+2
2022-02-23
Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into i2c/for-mergewindow
Wolfram Sang
4
-9
/
+26
2022-02-18
i2c: brcmstb: fix support for DSL and CM variants
Rafał Miłecki
1
-1
/
+1
2022-02-18
i2c: qcom-cci: add sm8450 compatible
Vladimir Zapolskiy
1
-1
/
+2
2022-02-15
i2c: pasemi: Drop I2C classes from platform driver variant
Martin Povišer
2
-1
/
+1
2022-02-15
i2c: qup: allow COMPILE_TEST
Wolfram Sang
1
-1
/
+1
2022-02-15
i2c: imx: allow COMPILE_TEST
Wolfram Sang
1
-1
/
+1
2022-02-15
i2c: cadence: allow COMPILE_TEST
Wolfram Sang
1
-1
/
+1
2022-02-15
i2c: designware: remove unneeded semicolon
Yang Li
1
-2
/
+2
2022-02-15
i2c: designware-pci: Switch to use i2c_new_ccgx_ucsi()
Andy Shevchenko
2
-25
/
+6
2022-02-15
i2c: nvidia-gpu: Convert to use dev_err_probe()
Andy Shevchenko
1
-12
/
+6
2022-02-15
i2c: nvidia-gpu: Use temporary variable for struct device
Andy Shevchenko
1
-14
/
+14
2022-02-15
i2c: nvidia-gpu: Switch to use i2c_new_ccgx_ucsi()
Andy Shevchenko
2
-20
/
+7
2022-02-15
i2c: Introduce common module to instantiate CCGx UCSI
Andy Shevchenko
4
-0
/
+51
2022-02-15
i2c: i801: Add support for Intel Raptor Lake PCH-S
Jarkko Nikula
2
-0
/
+4
2022-02-11
i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()
Vladimir Zapolskiy
1
-4
/
+10
2022-02-11
i2c: qcom-cci: don't delete an unregistered adapter
Vladimir Zapolskiy
1
-1
/
+1
2022-02-11
i2c: brcmstb: allow compiling on BCM4908
Rafał Miłecki
1
-2
/
+2
2022-02-11
i2c: rcar: Add R-Car Gen4 support
Geert Uytterhoeven
1
-0
/
+1
2022-02-11
i2c: designware: Add AMD PSP I2C bus support
Jan Dabros
6
-9
/
+485
2022-02-11
i2c: designware: Add missing locks
Jan Dabros
2
-0
/
+18
2022-02-11
i2c: piix4: Enable EFCH MMIO for Family 17h+
Terry Bowman
1
-2
/
+15
2022-02-11
i2c: piix4: Add EFCH MMIO support for SMBus port select
Terry Bowman
1
-3
/
+12
2022-02-11
i2c: piix4: Add EFCH MMIO support to SMBus base address detect
Terry Bowman
1
-4
/
+9
2022-02-11
i2c: piix4: Add EFCH MMIO support to region request and release
Terry Bowman
1
-8
/
+58
2022-02-11
i2c: piix4: Move SMBus port selection into function
Terry Bowman
1
-10
/
+17
2022-02-11
i2c: piix4: Move SMBus controller base address detect into function
Terry Bowman
1
-25
/
+44
2022-02-11
i2c: piix4: Move port I/O region request/release code into functions
Terry Bowman
1
-17
/
+31
2022-02-10
i2c: piix4: Replace hardcoded memory map size with a #define
Terry Bowman
1
-6
/
+10
2022-02-07
i2c: npcm7xx: Fix typos
Jonathan Neuschäfer
1
-8
/
+8
2022-02-07
i2c: bcm2835: Avoid clock stretching timeouts
Eric Anholt
1
-0
/
+11
2022-02-07
i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'
Christophe JAILLET
1
-5
/
+16
2022-02-07
i2c: amd-mp2: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-5
/
+2
2022-02-01
i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
Hans de Goede
1
-18
/
+102
2022-01-28
i2c: mediatek: Add i2c compatible for Mediatek MT8186
Kewei Xu
1
-0
/
+14
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2022-01-14
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
20
-850
/
+431
2022-01-11
i2c: sh_mobile: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-01-10
Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-8
/
+2
2022-01-06
i2c: mpc: Avoid out of bounds memory access
Chris Packham
1
-6
/
+9
2022-01-03
i2c: riic: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+5
2022-01-03
i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt
Lad Prabhakar
1
-8
/
+26
2022-01-03
i2c: bcm2835: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-7
/
+4
2021-12-16
i2c: aspeed: Remove unused includes
Thierry Reding
1
-2
/
+0
2021-12-16
i2c: sh_mobile: update to new DMAENGINE API when terminating
Wolfram Sang
1
-17
/
+9
2021-12-16
i2c: rcar: update to new DMAENGINE API when terminating
Wolfram Sang
1
-17
/
+9
2021-12-16
i2c: exynos5: Fix getting the optional clock
Sam Protsenko
1
-3
/
+5
2021-12-16
i2c: designware-pci: Convert to use dev_err_probe()
Andy Shevchenko
1
-14
/
+10
[prev]
[next]