summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sh_mobile.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman2018-11-271-0/+1
* i2c: sh_mobile: Remove dummy runtime PM callbacksJarkko Nikula2018-10-291-18/+0Star
* i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang2018-08-301-2/+4
* i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang2018-08-301-6/+3Star
* i2c: refactor function to release a DMA safe bufferWolfram Sang2018-08-301-1/+1
* i2c: use SPDX identifier for Renesas driversWolfram Sang2018-08-241-9/+1Star
* i2c: sh_mobile: use core to detect 'no zero length read' quirkWolfram Sang2018-08-041-5/+5
* i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang2018-05-081-11/+0Star
* i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formulaWolfram Sang2018-01-151-1/+1
* i2c: sh_mobile: add new frequency calculation for later SoCWolfram Sang2018-01-151-1/+18
* i2c: sh_mobile: add helper to check frequency calculationsWolfram Sang2018-01-151-22/+27
* i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang2018-01-151-18/+17Star
* i2c: sh_mobile: require setup callbackWolfram Sang2018-01-151-9/+6Star
* i2c: sh_mobile: allow setup callback to return errnoWolfram Sang2018-01-151-4/+9
* i2c: sh_mobile: move type detection upwardsWolfram Sang2018-01-151-6/+4Star
* i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang2017-12-031-2/+6
* i2c: sh_mobile: make sure to not accidently trigger STOPWolfram Sang2017-11-271-3/+3
* i2c: sh_mobile: send STOP according to datasheetWolfram Sang2017-11-271-23/+6Star
* i2c: sh_mobile: avoid unnecessary register readWolfram Sang2017-11-271-1/+2
* i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang2017-11-271-2/+0Star
* i2c: sh_mobile: shorten exit of xfer routineWolfram Sang2017-11-271-3/+1Star
* i2c: sh_mobile: use direct writes when accessing ICE bitWolfram Sang2017-11-271-3/+3
* i2c: sh_mobile: manually "inline" two short functionsWolfram Sang2017-11-271-19/+9Star
* i2c: sh_mobile: remove redundant deinitializationWolfram Sang2017-11-271-4/+0Star
* i2c: sh_mobile: remove redundant initializationWolfram Sang2017-11-271-10/+0Star
* i2c: sh_mobile: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-171-5/+3Star
* i2c: sh_mobile: avoid unused ret variableEugeniu Rosca2017-08-171-2/+2
* i2c: sh_mobile: drop needless check for of_nodeWolfram Sang2017-06-021-12/+7Star
* i2c: sh_mobile: remove platform_dataWolfram Sang2017-06-021-8/+0Star
* i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-091-1/+1
* i2c: sh_mobile: Add per-Generation fallback bindingsSimon Horman2016-12-111-1/+3
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-1/+0Star
|\
| * i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-1/+0Star
* | i2c: sh_mobile: use proper device with dma_mapping_errorWolfram Sang2016-08-251-1/+1
|/
* i2c: sh_mobile: use new 8 bit address helper functionWolfram Sang2016-04-111-2/+1Star
* i2c: sh_mobile: add support for r8a7795 (R-Car H3)Wolfram Sang2015-10-201-0/+1
* i2c: sh_mobile: use proper type for timeoutWolfram Sang2015-06-231-3/+4
* i2c: sh_mobile: use adapter default for timeoutWolfram Sang2015-06-231-1/+1
* i2c: sh_mobile: add errata workaroundWolfram Sang2015-06-171-0/+40
* i2c: sh_mobile: terminate DMA reads properlyWolfram Sang2015-01-301-1/+11
* i2c: sh_mobile: fix uninitialized var when debug is enabledWolfram Sang2014-12-201-0/+1
* i2c: sh_mobile: rework deferred probingWolfram Sang2014-12-171-50/+48Star
* i2c: sh_mobile: refactor DMA setupWolfram Sang2014-12-171-19/+16Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | i2c: sh_mobile: remove unneeded DMA maskWolfram Sang2014-12-111-3/+0Star
* | i2c: sh_mobile: optimize irq entryWolfram Sang2014-12-041-5/+4Star
* | i2c: sh_mobile: use proper device for mapping DMA memoryWolfram Sang2014-11-191-9/+14
* | i2c: sh_mobile: improve success messageWolfram Sang2014-11-121-3/+3
* | i2c: sh_mobile: add DMA supportWolfram Sang2014-11-121-10/+185