aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mv64xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-06-14i2c: mv64xxx: Add atomic_xfer method to driverChris Morgan1-6/+46
2022-06-14i2c: mv64xxx: Remove shutdown method from driverChris Morgan1-9/+0
2021-04-15i2c: mv64xxx: Fix random system lock caused by runtime PMMarek BehĂșn1-0/+4
2021-02-09i2c: mv64xxx: Fix check for missing clock after adding RPMSamuel Holland1-1/+1
2021-02-01i2c: mv64xxx: Add runtime PM supportSamuel Holland1-42/+78
2020-12-02i2c: mv64xxx: Add bus error recoveryMark Tomlinson1-1/+28
2020-09-29i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song1-3/+2
2020-07-23i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+4
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng1-3/+1
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-3/+3
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-3/+2
2018-03-17i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT1-2/+6
2018-01-26i2c: mv64xxx: Fix clock resource by adding an optional bus clockGregory CLEMENT1-1/+11
2018-01-26i2c: mv64xxx: Remove useless test before clk_disable_unprepareGregory CLEMENT1-6/+2
2017-08-14i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada1-2/+1
2017-05-16i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni1-3/+3
2017-03-23i2c: mv64xxx: simplify optional reset handlingPhilipp Zabel1-10/+5
2017-01-25i2c: mv64xxx: add suspend/resume supportGrzegorz Jaszczyk1-0/+21
2016-04-27i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionalsThomas Petazzoni1-19/+6
2016-04-27i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare}Thomas Petazzoni1-12/+6
2016-04-27i2c: mv64xxx: handle probe deferral for the clockThomas Petazzoni1-0/+2
2015-11-30i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede1-9/+18
2015-10-22i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon1-2/+0
2014-12-17i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni1-120/+186
2014-12-17i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni1-11/+11
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-02i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-07-16i2c: i2c-mv64xxx: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-05-22i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard1-1/+1
2014-03-28i2c: i2c-mv64xxx: deprecate class based instantiationWolfram Sang1-1/+1
2014-03-28i2c: mv64xxx: Fix reset controller handlingMaxime Ripard1-3/+3
2014-03-10i2c: mv64xxx: refactor initialization for new msgsWolfram Sang1-10/+6
2014-03-10i2c: mv64xxx: directly call send_start when initializing transferWolfram Sang1-7/+1
2014-03-10i2c: mv64xxx: refactor send_startWolfram Sang1-14/+13
2014-03-05i2c: mv64xxx: Add support for the Allwinner A31 I2C driverMaxime Ripard1-0/+11
2014-03-05i2c: mv64xxx: Add reset deassert callMaxime Ripard1-2/+19
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang1-19/+14
2014-01-14i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT1-0/+5
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT1-2/+13
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT1-11/+182
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-25i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT1-1/+5
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck1-1/+1
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard1-0/+11