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
2021-02-09
i2c: mv64xxx: Fix check for missing clock after adding RPM
Samuel Holland
1
-1
/
+1
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-02-01
i2c: imx: Synthesize end of transaction events without idle interrupts
Kevin Paul Herbert
1
-7
/
+52
2021-02-01
i2c: i2c-qcom-geni: Add shutdown callback for i2c
Roja Rani Yarubandi
1
-0
/
+34
2021-02-01
i2c: mv64xxx: Add runtime PM support
Samuel Holland
1
-42
/
+78
2021-02-01
i2c: amd-mp2: Remove unused macro
Richard Neumann
1
-3
/
+0
2021-02-01
i2c: amd-mp2: convert to PCI logging functions
Richard Neumann
3
-37
/
+24
2021-01-28
i2c: mediatek: Move suspend and resume handling to NOIRQ phase
Qii Wang
1
-3
/
+16
2021-01-28
i2c: tegra: Use threaded interrupt
Dmitry Osipenko
1
-4
/
+5
2021-01-28
Merge tag 'v5.11-rc5' into i2c/for-5.12
Wolfram Sang
8
-12
/
+74
2021-01-28
i2c: remove zte zx bus driver
Arnd Bergmann
3
-612
/
+0
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
2
-6
/
+2
2021-01-22
i2c: sprd: depend on COMMON_CLK to fix compile tests
Krzysztof Kozlowski
1
-0
/
+1
2021-01-22
i2c: s3c2410: advertise SMBus transfers using RECV_LEN
Wolfram Sang
1
-1
/
+1
2021-01-22
i2c: qup: advertise SMBus transfers using RECV_LEN
Wolfram Sang
1
-1
/
+1
2021-01-22
i2c: remove u300 bus driver
Arnd Bergmann
3
-1022
/
+0
2021-01-22
i2c: remove sirf bus driver
Arnd Bergmann
3
-486
/
+0
2021-01-22
Revert "i2c: imx: Remove unused .id_table support"
Fabio Estevam
1
-1
/
+19
2021-01-20
ARM: remove tango platform
Arnd Bergmann
1
-2
/
+2
2021-01-17
i2c: octeon: check correct size of maximum RECV_LEN packet
Wolfram Sang
1
-1
/
+1
2021-01-17
i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO
Sowjanya Komatineni
1
-1
/
+21
2021-01-17
i2c: bpmp-tegra: Ignore unknown I2C_M flags
Mikko Perttunen
1
-1
/
+1
2021-01-17
i2c: Drop unused efm32 bus driver
Uwe Kleine-König
3
-477
/
+0
2021-01-11
i2c: tegra: Wait for config load atomically while in ISR
Mikko Perttunen
1
-1
/
+1
2021-01-06
i2c: mlxcpld: Add support for I2C bus frequency setting
Vadim Pasternak
1
-1
/
+62
2021-01-05
i2c: busses: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2021-01-05
i2c: use DIV_ROUND_UP macro to do calculation
Zheng Yongjun
1
-3
/
+3
2021-01-05
i2c: fix platform_get_irq.cocci warnings
Tian Tao
1
-3
/
+1
2021-01-05
i2c: gpio: fix MODULE_LICENCE
Wolfram Sang
1
-1
/
+1
2021-01-05
i2c: iproc: handle rx fifo full interrupt
Rayagonda Kokatanur
1
-4
/
+17
2021-01-05
i2c: iproc: handle master read request
Rayagonda Kokatanur
1
-45
/
+170
2021-01-05
i2c: iproc: fix typo in slave_isr function
Rayagonda Kokatanur
1
-1
/
+1
2021-01-05
i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)
Rayagonda Kokatanur
1
-1
/
+2
2021-01-05
i2c: iproc: handle only slave interrupts which are enabled
Rayagonda Kokatanur
1
-4
/
+9
2021-01-05
i2c: iproc: handle Master aborted error
Rayagonda Kokatanur
1
-3
/
+5
2021-01-05
i2c: rcar: protect against supurious interrupts on V3U
Wolfram Sang
1
-14
/
+43
2021-01-05
i2c: rcar: make sure irq is not threaded on Gen2 and earlier
Wolfram Sang
1
-1
/
+5
2021-01-05
i2c: rcar: optimize cacheline to minimize HW race condition
Wolfram Sang
1
-1
/
+1
2021-01-05
i2c: rcar: faster irq code to minimize HW race condition
Wolfram Sang
1
-7
/
+4
2021-01-05
i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev struct
Roja Rani Yarubandi
1
-16
/
+43
2021-01-05
i2c: i801: Refactor mux code since platform_device_unregister() is NULL aware
Andy Shevchenko
1
-7
/
+3
2021-01-05
i2c: i801: Drop duplicate NULL check in i801_del_mux()
Andy Shevchenko
1
-2
/
+1
2021-01-05
i2c: mlxcpld: Decrease polling time for performance improvement
Vadim Pasternak
1
-1
/
+1
2021-01-05
i2c: mlxcpld: Update module license
Vadim Pasternak
1
-29
/
+3
2021-01-05
i2c: mediatek: Fix apdma and i2c hand-shake timeout
Qii Wang
1
-5
/
+22
2021-01-04
i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated
Hans de Goede
1
-1
/
+1
2021-01-04
i2c: sprd: use a specific timeout to avoid system hang up issue
Chunyan Zhang
1
-1
/
+7
2020-12-15
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-2
/
+2
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
1
-2
/
+2
2020-12-09
i2c: designware: Make register offsets all of the same width
Andy Shevchenko
1
-3
/
+3
[prev]
[next]