index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-designware-master.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
i2c: designware: Implement generic polling mode code for Wangxun 10Gb NIC
Jarkko Nikula
1
-102
/
+70
2024-02-27
i2c: designware: Move interrupt handling functions before i2c_dw_xfer()
Jarkko Nikula
1
-113
/
+113
2024-02-27
i2c: designware: Use accessors to DW_IC_INTR_MASK register
Jarkko Nikula
1
-10
/
+12
2024-02-27
i2c: designware: Do not enable interrupts shortly in polling mode
Jarkko Nikula
1
-3
/
+1
2024-02-27
i2c: designware: Uniform initialization flow for polling mode
Jarkko Nikula
1
-34
/
+8
2023-11-08
i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
Tam Nguyen
1
-3
/
+16
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+12
2023-08-25
i2c: designware: Add support for recovery when GPIO need pinctrl
Yann Sionneau
1
-0
/
+12
2023-08-14
i2c: designware: Handle invalid SMBus block data response length value
Tam Nguyen
1
-2
/
+13
2023-08-14
i2c: designware: Correct length byte validation logic
Quan Nguyen
1
-1
/
+2
2023-06-05
i2c: designware: Add driver support for Wangxun 10Gb NIC
Jiawen Wu
1
-5
/
+84
2023-01-28
i2c: designware: Change from u32 to unsigned int for regmap_read() calls
Shyam Sundar S K
1
-6
/
+7
2023-01-28
i2c: designware: add a new bit check for IC_CON control
Shyam Sundar S K
1
-0
/
+20
2022-11-12
i2c: designware: Remove common i2c_dw_disable_int()
Jarkko Nikula
1
-5
/
+4
2022-11-12
i2c: designware: Simplify master interrupt handler nesting
Jarkko Nikula
1
-21
/
+12
2022-11-12
i2c: designware: Move debug print in i2c_dw_isr()
Jarkko Nikula
1
-1
/
+1
2022-11-12
i2c: designware: Do not process interrupt when device is suspended
Jarkko Nikula
1
-0
/
+2
2022-11-12
i2c: designware: Define software status flags with BIT()
Jarkko Nikula
1
-2
/
+2
2022-10-05
i2c: designware: Fix handling of real but unexpected device interrupts
Jarkko Nikula
1
-0
/
+13
2022-03-01
i2c: designware: Use the i2c_mark_adapter_suspended/resumed() helpers
Hans de Goede
1
-5
/
+0
2022-02-11
i2c: designware: Add missing locks
Jan Dabros
1
-0
/
+6
2021-12-16
i2c: designware: Do not complete i2c read without RX_FULL interrupt
Tamal Saha
1
-2
/
+5
2021-05-27
i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'
Lee Jones
1
-1
/
+1
2021-04-30
Merge branch 'i2c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-17
/
+138
2021-04-10
i2c: designware: Switch over to i2c_freq_mode_string()
Andy Shevchenko
1
-16
/
+4
2021-04-05
i2c: drivers: Use generic definitions for bus frequencies (part 2)
Andy Shevchenko
1
-1
/
+1
2021-04-05
i2c: designware: Add driver support for AMD NAVI GPU
Sanket Goswami
1
-0
/
+133
2021-04-05
i2c: designware: Adjust bus_freq_hz when refuse high speed mode set
Andy Shevchenko
1
-0
/
+1
2021-02-26
i2c: designware: Get right data length
Liguang Zhang
1
-1
/
+1
2020-05-30
i2c: designware: Convert driver to using regmap API
Serge Semin
1
-57
/
+70
2020-05-13
i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()
Andy Shevchenko
1
-2
/
+2
2020-05-13
i2c: designware: Move configuration routines to respective modules
Andy Shevchenko
1
-0
/
+24
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-03-21
i2c: designware: Fix spelling typos in the comments
Andy Shevchenko
1
-1
/
+1
2020-03-21
i2c: designware: Detect the FIFO size in the common code
Serge Semin
1
-0
/
+2
2019-08-06
i2c: designware: Fix unused variable warning
Shaokun Zhang
1
-1
/
+0
2019-08-01
i2c: designware: make use of devm_gpiod_get_optional
Uwe Kleine-König
1
-7
/
+4
2019-05-02
i2c: designware: ratelimit 'transfer when suspended' errors
Wolfram Sang
1
-2
/
+1
2019-02-23
i2c: designware: Do not allow i2c_dw_xfer() calls while suspended
Hans de Goede
1
-0
/
+6
2018-10-11
Merge tag 'v4.19-rc7' into i2c/for-4.20
Wolfram Sang
1
-1
/
+3
2018-10-11
i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllers
Hans de Goede
1
-1
/
+1
2018-10-05
i2c: designware: Call i2c_dw_clk_rate() only when calculating timings
Jarkko Nikula
1
-1
/
+3
2018-09-06
i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaround
Hans de Goede
1
-1
/
+1
2018-08-30
i2c: designware: Re-init controllers with pm_disabled set on resume
Hans de Goede
1
-1
/
+0
2018-08-20
i2c: designware: Add SPDX license tag
Andy Shevchenko
1
-14
/
+1
2018-08-08
i2c: designware: Convert to use struct i2c_timings
Andy Shevchenko
1
-3
/
+4
2018-08-04
i2c: designware-master: use core to detect 'no zero length' quirk
Wolfram Sang
1
-7
/
+5
2018-07-03
i2c: designware: Add debug print for bus speed
Jarkko Nikula
1
-2
/
+19
2018-07-03
i2c: designware: Separate timing parameter setting from HW initalization
Jarkko Nikula
1
-50
/
+80
[next]