summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-img-scb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* i2c: img-scb: Add runtime PMEd Blake2017-10-281-19/+78
* i2c/busses: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+3Star
* Update James Hogan's email addressJames Hogan2017-10-051-1/+1
* i2c: img-scb: use setup_timerGeliang Tang2017-04-161-3/+2Star
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* i2c: img-scb: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1Star
* i2c: img-scb: support repeated starts on IP v3.3Sifan Naeem2016-01-021-9/+36
* i2c: img-scb: add handle for Master halt interruptSifan Naeem2016-01-021-3/+14
* i2c: img-scb: add handle for stop detected interruptSifan Naeem2016-01-021-1/+10
* i2c: img-scb: remove fifo EMPTYING interrupts handleSifan Naeem2016-01-021-13/+3Star
* i2c: img-scb: support I2C_M_IGNORE_NAKSifan Naeem2016-01-021-5/+10
* i2c: img-scb: verify support for requested bit rateSifan Naeem2015-10-101-3/+11
* i2c: img-scb: Clear line and interrupt status before starting a transferSifan Naeem2015-10-101-0/+9
* i2c: img-scb: use line_status instead of i2c->line_statusSifan Naeem2015-10-101-1/+1
* i2c: img-scb: fix LOW and HIGH period values for the SCL clockSifan Naeem2015-10-101-13/+17
* i2c: img-scb: use DIV_ROUND_UP to round divisor valuesSifan Naeem2015-10-101-6/+2Star
* i2c: img-scb: do dummy writes before fifo accessSifan Naeem2015-10-101-2/+2
* i2c: img-scb: enable fencing for all versions of the ipSifan Naeem2015-10-101-6/+2Star
* i2c: img-scb: fixup of wait_for_completion_timeout return handlingNicholas Mc Guire2015-03-151-6/+8
* i2c: img-scb: Add Imagination Technologies I2C SCB driverJames Hogan2014-11-171-0/+1412