index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-designware-master.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: designware: Convert driver to using regmap API
Serge Semin
2020-05-30
1
-57
/
+70
*
i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()
Andy Shevchenko
2020-05-13
1
-2
/
+2
*
i2c: designware: Move configuration routines to respective modules
Andy Shevchenko
2020-05-13
1
-0
/
+24
*
i2c: designware: Calculate SCL timing parameter for High Speed Mode
Wan Ahmad Zainie
2020-04-15
1
-3
/
+15
*
i2c: designware: Calculate SCL timing parameter for Fast Mode Plus
Wan Ahmad Zainie
2020-04-15
1
-3
/
+16
*
i2c: designware: Fix spelling typos in the comments
Andy Shevchenko
2020-03-21
1
-1
/
+1
*
i2c: designware: Detect the FIFO size in the common code
Serge Semin
2020-03-21
1
-0
/
+2
*
i2c: designware: Fix unused variable warning
Shaokun Zhang
2019-08-06
1
-1
/
+0
*
i2c: designware: make use of devm_gpiod_get_optional
Uwe Kleine-König
2019-08-01
1
-7
/
+4
*
i2c: designware: ratelimit 'transfer when suspended' errors
Wolfram Sang
2019-05-02
1
-2
/
+1
*
i2c: designware: Do not allow i2c_dw_xfer() calls while suspended
Hans de Goede
2019-02-23
1
-0
/
+6
*
Merge tag 'v4.19-rc7' into i2c/for-4.20
Wolfram Sang
2018-10-11
1
-1
/
+3
|
\
|
*
i2c: designware: Call i2c_dw_clk_rate() only when calculating timings
Jarkko Nikula
2018-10-05
1
-1
/
+3
*
|
i2c: designware: Set IRQF_NO_SUSPEND flag for all BYT and CHT controllers
Hans de Goede
2018-10-11
1
-1
/
+1
*
|
i2c: designware: Remove Cherry Trail PMIC I2C bus pm_disabled workaround
Hans de Goede
2018-09-06
1
-1
/
+1
|
/
*
i2c: designware: Re-init controllers with pm_disabled set on resume
Hans de Goede
2018-08-30
1
-1
/
+0
*
i2c: designware: Add SPDX license tag
Andy Shevchenko
2018-08-20
1
-14
/
+1
*
i2c: designware: Convert to use struct i2c_timings
Andy Shevchenko
2018-08-08
1
-3
/
+4
*
i2c: designware-master: use core to detect 'no zero length' quirk
Wolfram Sang
2018-08-04
1
-7
/
+5
*
i2c: designware: Add debug print for bus speed
Jarkko Nikula
2018-07-03
1
-2
/
+19
*
i2c: designware: Separate timing parameter setting from HW initalization
Jarkko Nikula
2018-07-03
1
-50
/
+80
*
i2c: designware: Move SDA hold time configuration to common code
Jarkko Nikula
2018-07-03
1
-21
/
+12
*
i2c: designware: Call i2c_dw_clk_rate() only once in i2c_dw_init_master()
Jarkko Nikula
2018-07-03
1
-4
/
+5
*
i2c: designware: Move register access detection to common code
Jarkko Nikula
2018-07-03
1
-14
/
+4
*
i2c: designware: refactor low-level enable/disable
Alexander Monakov
2018-05-15
1
-4
/
+4
*
i2c: designware: fix poll-after-enable regression
Alexander Monakov
2018-05-10
1
-1
/
+4
*
i2c: designware: suppress unneeded SDA hold time warnings
Alexander Monakov
2018-03-17
1
-1
/
+1
*
i2c: designware: Consider SCL GPIO optional
Andy Shevchenko
2018-02-22
1
-1
/
+1
*
i2c: designware: must wait for enable
Ben Gardner
2018-02-21
1
-1
/
+1
*
i2c: designware: add i2c gpio recovery option
Tim Sander
2017-11-27
1
-0
/
+57
*
i2c: designware: Make HW init functions static
Jarkko Nikula
2017-07-04
1
-4
/
+3
*
i2c: designware: MASTER mode as separated driver
Luis Oliveira
2017-06-19
1
-0
/
+673