index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-cdns.c
Age
Commit message (
Expand
)
Author
2023-02-13
i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree
Pei Yue Ho
2022-03-09
i2c: i2c-cdns: Prevent early termination of write
Sai Pavan Boddu
2022-03-09
i2c: i2c-cdns: Fix write transaction state
Sai Pavan Boddu
2022-03-09
i2c: i2c-cdns: Start read transaction after write to transfer_size reg
Sai Pavan Boddu
2021-02-23
i2c: i2c_cdns: Enable i2c clock
T Karthik Reddy
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-09-23
xilinx: drivers: Use '_' instead of '-' in driver name
Michal Simek
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-01-27
i2c: Update drivers to use enum for speed
Simon Glass
2019-12-11
i2c: i2c_cdns: fix write timeout on fifo boundary
Michael Auchter
2019-03-21
i2c: i2c_cdns: Fix below warnings with checker tool
Siva Durga Prasad Paladugu
2019-03-08
i2c: i2c_cdns: Add support for handling arbitration lost
Siva Durga Prasad Paladugu
2019-03-08
i2c: i2c_cdns: Fix clearing of all interrupts
Siva Durga Prasad Paladugu
2019-01-24
i2c: cdns: Convert to livetree function
Michal Simek
2019-01-15
i2c: i2c-cdns: Use proper input frequency
Tomasz Gorochowik
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-01-18
i2c: i2c-cdns: No need for dedicated probe function
Moritz Fischer
2017-01-18
i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0
Moritz Fischer
2017-01-18
i2c: i2c-cdns: Reorder timeout loop for interrupt waiting
Moritz Fischer
2017-01-18
i2c: i2c-cdns: Detect unsupported sequences for rev 1.0
Moritz Fischer
2017-01-10
i2c: cdns: Add additional compatible string for r1p14 of the IP.
Moritz Fischer
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-05-17
i2c: cdns: Support different bus speeds
Michal Simek
2016-05-17
i2c: cdns: Moving speed setup from probe to set_bus_speed function
Michal Simek
2016-05-17
i2c: cdns: Read address from DT in ofdata_to_platdata
Michal Simek
2016-04-13
dm: i2c: Add driver for Cadence I2C IP
Moritz Fischer