summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sh_mobile.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang2018-05-081-11/+0
* 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/+17
* i2c: sh_mobile: require setup callbackWolfram Sang2018-01-151-9/+6
* 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/+4
* 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/+6
* 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/+0
* i2c: sh_mobile: shorten exit of xfer routineWolfram Sang2017-11-271-3/+1
* 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/+9
* i2c: sh_mobile: remove redundant deinitializationWolfram Sang2017-11-271-4/+0
* i2c: sh_mobile: remove redundant initializationWolfram Sang2017-11-271-10/+0
* i2c: sh_mobile: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-171-5/+3
* 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/+7
* i2c: sh_mobile: remove platform_dataWolfram Sang2017-06-021-8/+0
* 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/+0
|\
| * i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-1/+0
* | 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/+1
* 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/+48
* i2c: sh_mobile: refactor DMA setupWolfram Sang2014-12-171-19/+16
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: sh_mobile: remove unneeded DMA maskWolfram Sang2014-12-111-3/+0
* | i2c: sh_mobile: optimize irq entryWolfram Sang2014-12-041-5/+4
* | 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
* | i2c: sh_mobile: sort includes alphabeticallyWolfram Sang2014-11-121-9/+9
* | i2c: sh_mobile: Add support for r8a73a4 and sh73a0Geert Uytterhoeven2014-11-101-6/+8
* | i2c: remove FSF addressWolfram Sang2014-11-071-4/+0
|/
* i2c: sh_mobile: add compatibles for additional SoCWolfram Sang2014-06-011-0/+3
* i2c: sh_mobile: fix clock calculation for newer SoCsWolfram Sang2014-05-221-10/+38
* i2c: sh_mobile: check timing parameters for valid rangeWolfram Sang2014-05-221-4/+13
* i2c: sh_mobile: bail out on errors when initializingWolfram Sang2014-05-221-5/+7
OpenPOWER on IntegriCloud