index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-cdns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: i2c_cdns: Enable i2c clock
T Karthik Reddy
2021-02-23
1
-0
/
+7
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
1
-2
/
+2
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-1
/
+1
*
xilinx: drivers: Use '_' instead of '-' in driver name
Michal Simek
2020-09-23
1
-1
/
+1
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
i2c: Update drivers to use enum for speed
Simon Glass
2020-01-27
1
-1
/
+1
*
i2c: i2c_cdns: fix write timeout on fifo boundary
Michael Auchter
2019-12-11
1
-1
/
+1
*
i2c: i2c_cdns: Fix below warnings with checker tool
Siva Durga Prasad Paladugu
2019-03-21
1
-5
/
+1
*
i2c: i2c_cdns: Add support for handling arbitration lost
Siva Durga Prasad Paladugu
2019-03-08
1
-13
/
+53
*
i2c: i2c_cdns: Fix clearing of all interrupts
Siva Durga Prasad Paladugu
2019-03-08
1
-1
/
+11
*
i2c: cdns: Convert to livetree function
Michal Simek
2019-01-24
1
-1
/
+1
*
i2c: i2c-cdns: Use proper input frequency
Tomasz Gorochowik
2019-01-15
1
-1
/
+8
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: Use dm.h header when driver mode is used
Simon Glass
2017-06-01
1
-1
/
+1
*
i2c: i2c-cdns: No need for dedicated probe function
Moritz Fischer
2017-01-18
1
-21
/
+0
*
i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0
Moritz Fischer
2017-01-18
1
-30
/
+89
*
i2c: i2c-cdns: Reorder timeout loop for interrupt waiting
Moritz Fischer
2017-01-18
1
-1
/
+1
*
i2c: i2c-cdns: Detect unsupported sequences for rev 1.0
Moritz Fischer
2017-01-18
1
-14
/
+52
*
i2c: cdns: Add additional compatible string for r1p14 of the IP.
Moritz Fischer
2017-01-10
1
-0
/
+1
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
i2c: cdns: Support different bus speeds
Michal Simek
2016-05-17
1
-7
/
+69
*
i2c: cdns: Moving speed setup from probe to set_bus_speed function
Michal Simek
2016-05-17
1
-37
/
+11
*
i2c: cdns: Read address from DT in ofdata_to_platdata
Michal Simek
2016-05-17
1
-4
/
+12
*
dm: i2c: Add driver for Cadence I2C IP
Moritz Fischer
2016-04-13
1
-0
/
+335