summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-cdns.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-23i2c: i2c_cdns: Enable i2c clockT Karthik Reddy1-0/+7
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-1/+1
2019-12-11i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter1-1/+1
2019-03-21i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu1-5/+1
2019-03-08i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu1-13/+53
2019-03-08i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu1-1/+11
2019-01-24i2c: cdns: Convert to livetree functionMichal Simek1-1/+1
2019-01-15i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik1-1/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-01-18i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer1-21/+0
2017-01-18i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer1-30/+89
2017-01-18i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer1-1/+1
2017-01-18i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer1-14/+52
2017-01-10i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer1-0/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-05-17i2c: cdns: Support different bus speedsMichal Simek1-7/+69
2016-05-17i2c: cdns: Moving speed setup from probe to set_bus_speed functionMichal Simek1-37/+11
2016-05-17i2c: cdns: Read address from DT in ofdata_to_platdataMichal Simek1-4/+12
2016-04-13dm: i2c: Add driver for Cadence I2C IPMoritz Fischer1-0/+335