index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-designware-common.c
Age
Commit message (
Expand
)
Author
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
2024-11-24
i2c: designware: determine HS tHIGH and tLOW based on HW parameters
Michael Wu
2024-11-17
i2c: designware: constify abort_sources
Raag Jadav
2024-11-13
i2c: designware: Fix spelling and other issues in the comments
Andy Shevchenko
2024-11-13
i2c: designware: Remove 'cond' from i2c_dw_scl_hcnt()
Andy Shevchenko
2024-11-13
i2c: designware: Get rid of redundant 'else'
Andy Shevchenko
2024-11-08
i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set
Liu Peibao
2024-09-24
i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled
Kimriver Liu
2024-09-11
i2c: designware: Propagate firmware node
Andy Shevchenko
2024-09-11
i2c: designware: Uninline i2c_dw_probe()
Andy Shevchenko
2024-09-10
i2c: designware: Consolidate PM ops
Andy Shevchenko
2024-09-10
i2c: designware: Remove ->disable() callback
Andy Shevchenko
2024-09-10
i2c: designware: Move exports to I2C_DW namespaces
Andy Shevchenko
2024-09-10
i2c: designware: Unify the firmware type checks
Andy Shevchenko
2024-09-10
i2c: designware: Consolidate firmware parsing and configuring code
Andy Shevchenko
2024-09-10
i2c: designware: Drop return value from i2c_dw_acpi_configure()
Andy Shevchenko
2024-09-10
i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registers
Adrian Huang
2024-02-27
i2c: designware: Use accessors to DW_IC_INTR_MASK register
Jarkko Nikula
2023-11-13
i2c: designware: Fix corrupted memory seen in the ISR
Jan Bottorff
2023-09-19
i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low
Yann Sionneau
2023-06-05
i2c: designware: Add driver support for Wangxun 10Gb NIC
Jiawen Wu
2023-02-24
Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-01-28
i2c: designware: Change from u32 to unsigned int for regmap_read() calls
Shyam Sundar S K
2023-01-09
i2c: designware: use casting of u64 in clock multiplication to avoid overflow
Lareine Khawaly
2023-01-09
i2c: designware: fix i2c_dw_clk_rate() return size to be u32
Hanna Hawa
2022-11-12
i2c: designware: Remove common i2c_dw_disable_int()
Jarkko Nikula
2022-06-13
i2c: designware: Use standard optional ref clock implementation
Serge Semin
2022-05-14
i2c: designware: Sort timing parameter ACPI method calls by the speed
Jarkko Nikula
2022-02-11
i2c: designware: Add missing locks
Jan Dabros
2021-08-11
i2c: designware: Use DIV_ROUND_CLOSEST() macro
Andy Shevchenko
2021-04-05
i2c: designware: Add driver support for AMD NAVI GPU
Sanket Goswami
2020-06-23
i2c: designware: Adjust bus speed independently of ACPI
Andy Shevchenko
2020-05-30
i2c: designware: Convert driver to using regmap API
Serge Semin
2020-05-22
i2c: designware: Drop hard coded FIFO depth assignment
Andy Shevchenko
2020-05-22
i2c: designware: Move ACPI parts into common module
Andy Shevchenko
2020-05-22
i2c: designware: Drop unneeded condition in i2c_dw_validate_speed()
Andy Shevchenko
2020-05-22
i2c: designware: Move i2c_dw_validate_speed() helper to a common code
Andy Shevchenko
2020-03-21
i2c: designware: Fix spelling typos in the comments
Andy Shevchenko
2020-03-21
i2c: designware: Discard i2c_dw_read_comp_param() function
Serge Semin
2020-03-21
i2c: designware: Detect the FIFO size in the common code
Serge Semin
2019-03-20
i2c: designware: Add support for an interface clock
Phil Edworthy
2018-10-30
Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-25
i2c: designware: Cleanup bus lock handling
Hans de Goede
2018-09-02
i2c: designware: allow IP specific sda_hold_time
Alexandre Belloni
2018-08-20
i2c: designware: Add SPDX license tag
Andy Shevchenko
2018-07-03
i2c: designware: Add debug print for SDA hold time value
Jarkko Nikula
2018-07-03
i2c: designware: Move SDA hold time configuration to common code
Jarkko Nikula
2018-07-03
i2c: designware: Don't use internal ___constant_swab32
Jarkko Nikula
2018-07-03
i2c: designware: Move register access detection to common code
Jarkko Nikula
2018-05-15
i2c: designware: refactor low-level enable/disable
Alexander Monakov
[next]