summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-cdns.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-1/+1
* i2c: i2c-cdns: No need for dedicated probe functionMoritz Fischer2017-01-181-21/+0
* i2c: i2c-cdns: Implement workaround for hold quirk of the rev 1.0Moritz Fischer2017-01-181-30/+89
* i2c: i2c-cdns: Reorder timeout loop for interrupt waitingMoritz Fischer2017-01-181-1/+1
* i2c: i2c-cdns: Detect unsupported sequences for rev 1.0Moritz Fischer2017-01-181-14/+52
* i2c: cdns: Add additional compatible string for r1p14 of the IP.Moritz Fischer2017-01-101-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* i2c: cdns: Support different bus speedsMichal Simek2016-05-171-7/+69
* i2c: cdns: Moving speed setup from probe to set_bus_speed functionMichal Simek2016-05-171-37/+11
* i2c: cdns: Read address from DT in ofdata_to_platdataMichal Simek2016-05-171-4/+12
* dm: i2c: Add driver for Cadence I2C IPMoritz Fischer2016-04-131-0/+335