summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-img-scb.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: img-scb: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-7/+3
* Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-021-5/+3
|\
| * i2c: img-scb: remove unnecessary (void*) conversionXU pengfei2023-06-081-1/+1
| * i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* | i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"Christian Heusel2023-06-051-1/+1
|/
* i2c: img-scb: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-2/+2
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-151-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* i2c: img-scb: Add runtime PMEd Blake2017-10-281-19/+78
* i2c/busses: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+3
* Update James Hogan's email addressJames Hogan2017-10-041-1/+1
* i2c: img-scb: use setup_timerGeliang Tang2017-04-161-3/+2
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* i2c: img-scb: use new 8 bit address helper functionWolfram Sang2016-04-111-3/+1
* 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/+3
* 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/+2
* 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/+2
* 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