aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-cadence.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-4/+2
2017-06-23i2c: cadance: fix ctrl/addr reg write orderMatt Weber1-3/+3
2017-01-25i2c: i2c-cadence: Initialize configuration before probing devicesMike Looijmans1-4/+4
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-3/+1
2016-09-08i2c: Spelling s/acknowedge/acknowledge/Geert Uytterhoeven1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-03-12i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta1-6/+8
2015-11-30i2c: cadence: Remove the suspended flagShubhrajyoti Datta1-6/+1
2015-11-30i2c: cadence: Move to sensible power managementShubhrajyoti Datta1-21/+45
2015-08-10i2c: cadence: set THIS_MODULE to the owner of the adapterMasahiro Yamada1-0/+1
2015-08-10i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha1-11/+57
2015-03-15i2c: cadence: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-3/+3
2015-01-14i2c: cadence: Check for errata condition involving master receiveHarini Katakam1-0/+14
2015-01-13i2c: cadence: Handle > 252 byte transfersHarini Katakam1-73/+102
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-04i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare1-0/+11
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-06i2c: Add driver for Cadence I2C controllerSoren Brinkmann1-0/+905