summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-cdns.c
AgeCommit message (Expand)Author
2019-03-21i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu
2019-03-08i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu
2019-03-08i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu
2019-01-24i2c: cdns: Convert to livetree functionMichal Simek
2019-01-15i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-01-18i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer
2017-01-18i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer
2017-01-18i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer
2017-01-18i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer
2017-01-10i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-05-17i2c: cdns: Support different bus speedsMichal Simek
2016-05-17i2c: cdns: Moving speed setup from probe to set_bus_speed functionMichal Simek
2016-05-17i2c: cdns: Read address from DT in ofdata_to_platdataMichal Simek
2016-04-13dm: i2c: Add driver for Cadence I2C IPMoritz Fischer