aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-sh_mobile.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-01-11i2c: sh_mobile: remove unneeded semicolonYang Li1-1/+1
2022-01-03i2c: sh_mobile: Use platform_get_irq_optional() to get the interruptLad Prabhakar1-8/+26
2021-12-16i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang1-17/+9
2021-08-11i2c: sh_mobile: : use proper DMAENGINE API for terminationWolfram Sang1-2/+2
2021-05-25i2c: sh_mobile: Use new clock calculation formulas for RZ/G2EGeert Uytterhoeven1-1/+1
2020-12-09i2c: sh_mobile: Mark adapter suspended during suspendGeert Uytterhoeven1-0/+28
2020-11-06i2c: sh_mobile: implement atomic transfersUlrich Hecht1-20/+66
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula1-1/+2
2020-05-29i2c: sh_mobile: simplify code and remove false compilation warningViresh Kumar1-5/+2
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-6/+3
2019-11-14i2c: sh_mobile: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-02-08i2c: sh_mobile: use new clock calculation formulas for Gen2Wolfram Sang1-5/+5
2019-02-08i2c: sh_mobile: use new clock calculation formulas for Gen3Wolfram Sang1-3/+3
2019-02-08i2c: sh_mobile: sort compatible entriesWolfram Sang1-2/+2
2019-01-23i2c: sh_mobile: update copyright and commentsWolfram Sang1-4/+3
2019-01-23i2c: sh_mobile: refactor rx isrWolfram Sang1-29/+21
2019-01-23i2c: sh_mobile: replace break; with if-blockWolfram Sang1-4/+3
2019-01-23i2c: sh_mobile: remove is_first_byte functionWolfram Sang1-7/+2
2019-01-23i2c: sh_mobile: drop 'data' argument from i2c_op functionWolfram Sang1-24/+17
2019-01-23i2c: sh_mobile: remove get_data functionWolfram Sang1-15/+8
2019-01-23i2c: sh_mobile: simplify sending address for RXWolfram Sang1-6/+2
2018-12-17i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro1-0/+1
2018-11-27i2c: sh_mobile: add support for r8a77990 (R-Car E3)Simon Horman1-0/+1
2018-10-29i2c: sh_mobile: Remove dummy runtime PM callbacksJarkko Nikula1-18/+0
2018-08-30i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang1-2/+4
2018-08-30i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang1-6/+3
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang1-1/+1
2018-08-24i2c: use SPDX identifier for Renesas driversWolfram Sang1-9/+1
2018-08-04i2c: sh_mobile: use core to detect 'no zero length read' quirkWolfram Sang1-5/+5
2018-05-08i2c: busses: remove superfluous ignoring of children for RPMWolfram Sang1-11/+0
2018-01-15i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formulaWolfram Sang1-1/+1
2018-01-15i2c: sh_mobile: add new frequency calculation for later SoCWolfram Sang1-1/+18
2018-01-15i2c: sh_mobile: add helper to check frequency calculationsWolfram Sang1-22/+27
2018-01-15i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang1-18/+17
2018-01-15i2c: sh_mobile: require setup callbackWolfram Sang1-9/+6
2018-01-15i2c: sh_mobile: allow setup callback to return errnoWolfram Sang1-4/+9
2018-01-15i2c: sh_mobile: move type detection upwardsWolfram Sang1-6/+4
2017-12-03i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang1-2/+6
2017-11-27i2c: sh_mobile: make sure to not accidently trigger STOPWolfram Sang1-3/+3
2017-11-27i2c: sh_mobile: send STOP according to datasheetWolfram Sang1-23/+6
2017-11-27i2c: sh_mobile: avoid unnecessary register readWolfram Sang1-1/+2
2017-11-27i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang1-2/+0
2017-11-27i2c: sh_mobile: shorten exit of xfer routineWolfram Sang1-3/+1
2017-11-27i2c: sh_mobile: use direct writes when accessing ICE bitWolfram Sang1-3/+3
2017-11-27i2c: sh_mobile: manually "inline" two short functionsWolfram Sang1-19/+9
2017-11-27i2c: sh_mobile: remove redundant deinitializationWolfram Sang1-4/+0
2017-11-27i2c: sh_mobile: remove redundant initializationWolfram Sang1-10/+0
2017-10-17i2c: sh_mobile: Use of_device_get_match_data() helperGeert Uytterhoeven1-5/+3
2017-08-17i2c: sh_mobile: avoid unused ret variableEugeniu Rosca1-2/+2