index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
i2c: pxa: always set fm and hs members for each type
Russell King
1
-2
/
+10
2020-05-05
i2c: pxa: add and use definitions for IBMR register
Russell King
1
-4
/
+8
2020-05-05
i2c: pxa: re-arrange register field definitions
Russell King
1
-60
/
+53
2020-05-05
i2c: pxa: re-arrange functions to flow better
Russell King
1
-163
/
+162
2020-05-05
i2c: pxa: re-arrange includes to be in alphabetical order
Russell King
1
-8
/
+8
2020-05-05
i2c: pxa: remove unneeded includes
Russell King
1
-4
/
+0
2020-05-05
i2c: pxa: use official address byte helper
Russell King
1
-14
/
+4
2020-04-30
i2c: powermac: use true,false for bool variable
Jason Yan
1
-1
/
+1
2020-04-30
i2c: aspeed: Avoid i2c interrupt status clear race condition.
ryan_chen
1
-1
/
+4
2020-04-30
i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling
Dan Carpenter
1
-1
/
+1
2020-04-30
i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()
Dan Carpenter
1
-1
/
+1
2020-04-28
Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"
Wolfram Sang
1
-15
/
+12
2020-04-28
Revert "i2c: tegra: Synchronize DMA before termination"
Wolfram Sang
1
-9
/
+0
2020-04-28
i2c: iproc: generate stop event for slave writes
Rayagonda Kokatanur
1
-0
/
+3
2020-04-26
i2c: iproc: add support for SMBUS quick cmd
Rayagonda Kokatanur
1
-3
/
+7
2020-04-26
i2c: powermac: Simplify reading the "reg" and "i2c-address" property
Aishwarya R
1
-8
/
+8
2020-04-26
i2c: qup: remove unneeded conversion to bool
Jason Yan
1
-6
/
+4
2020-04-26
i2c: brcmstb: Fix handling of optional interrupt
Dave Stevenson
1
-9
/
+11
2020-04-26
i2c: stm32f7: allows for any bus frequency
Alain Volmat
1
-61
/
+64
2020-04-26
i2c: stm32: don't print an error on probe deferral
Etienne Carriere
3
-6
/
+15
2020-04-26
i2c: brcmstb: Allow to compile it on BCM2835
Maxime Ripard
1
-2
/
+2
2020-04-26
i2c: slave-eeprom: Make it possible to pre-load eeprom data
Björn Ardö
1
-0
/
+25
2020-04-24
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
Rafael J. Wysocki
1
-2
/
+2
2020-04-18
i2c: busses: remove duplicate dev_err()
Dejin Zheng
20
-58
/
+20
2020-04-18
i2c: Add Qualcomm CCI I2C driver
Loic Poulain
3
-0
/
+802
2020-04-15
i2c: tegra: Synchronize DMA before termination
Dmitry Osipenko
1
-0
/
+9
2020-04-15
i2c: tegra: Better handle case where CPU0 is busy for a long time
Dmitry Osipenko
1
-12
/
+15
2020-04-15
i2c: cadence: Added slave support
Radu Pirea
1
-11
/
+309
2020-04-15
i2c: designware: Calculate SCL timing parameter for High Speed Mode
Wan Ahmad Zainie
1
-3
/
+15
2020-04-15
i2c: designware: Calculate SCL timing parameter for Fast Mode Plus
Wan Ahmad Zainie
1
-3
/
+16
2020-04-15
i2c: i2c-stm32f7: improve nack debug message
Fabrice Gasnier
1
-1
/
+2
2020-04-15
i2c: i801: Use GPIO_LOOKUP() helper macro
Geert Uytterhoeven
1
-3
/
+3
2020-04-15
i2c: refactor parsing of timings
Wolfram Sang
1
-39
/
+30
2020-04-15
i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsets
Adam Honse
1
-1
/
+2
2020-04-15
i2c: busses: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
4
-9
/
+4
2020-04-15
i2c: busses: convert to devm_platform_ioremap_resource
Dejin Zheng
24
-72
/
+24
2020-04-15
i2c: remove i2c_new_probed_device API
Wolfram Sang
1
-13
/
+0
2020-04-15
i2c: altera: use proper variable to hold errno
Wolfram Sang
1
-5
/
+4
2020-04-15
i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT
Hans de Goede
1
-4
/
+10
2020-04-02
Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
65
-483
/
+733
2020-03-31
i2c: rcar: clean up after refactoring i2c_timings
Wolfram Sang
1
-6
/
+6
2020-03-28
i2c: pca-platform: Use platform_irq_get_optional
Chris Packham
1
-1
/
+1
2020-03-28
i2c: st: fix missing struct parameter description
Alain Volmat
1
-0
/
+1
2020-03-26
Merge tag 'v5.6-rc7' into i2c/for-5.7
Wolfram Sang
6
-70
/
+26
2020-03-24
i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()
Kai-Heng Feng
1
-12
/
+8
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
44
-199
/
+165
2020-03-24
i2c: algo: Use generic definitions for bus frequencies
Andy Shevchenko
1
-3
/
+3
2020-03-24
i2c: stm32f7: switch to I²C generic property parsing
Andy Shevchenko
1
-31
/
+26
2020-03-24
i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()
Andy Shevchenko
1
-9
/
+9
2020-03-24
i2c: core: Allow override timing properties with 0
Andy Shevchenko
2
-14
/
+18
[prev]
[next]