summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-cdns.c
Commit message (Expand)AuthorAgeLines
* i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer2017-01-18-21/+0
* i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer2017-01-18-30/+89
* i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer2017-01-18-1/+1
* i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer2017-01-18-14/+52
* i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer2017-01-10-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* i2c: cdns: Support different bus speedsMichal Simek2016-05-17-7/+69
* i2c: cdns: Moving speed setup from probe to set_bus_speed functionMichal Simek2016-05-17-37/+11
* i2c: cdns: Read address from DT in ofdata_to_platdataMichal Simek2016-05-17-4/+12
* dm: i2c: Add driver for Cadence I2C IPMoritz Fischer2016-04-13-0/+335