summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mv64xxx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Use device_get_match_data()Rob Herring2023-10-101-6/+5
* Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-021-4/+2
|\
| * i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* | i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún2023-06-051-0/+11
|/
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: mv64xxx: Add atomic_xfer method to driverChris Morgan2022-06-141-6/+46
* i2c: mv64xxx: Remove shutdown method from driverChris Morgan2022-06-141-9/+0
* i2c: mv64xxx: Fix random system lock caused by runtime PMMarek Behún2021-04-151-0/+4
* i2c: mv64xxx: Fix check for missing clock after adding RPMSamuel Holland2021-02-091-1/+1
* i2c: mv64xxx: Add runtime PM supportSamuel Holland2021-02-011-42/+78
* i2c: mv64xxx: Add bus error recoveryMark Tomlinson2020-12-021-1/+28
* i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song2020-09-291-3/+2
* i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-231-5/+4
* i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-151-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-3/+3
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-3/+2
* i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT2018-03-171-2/+6
* i2c: mv64xxx: Fix clock resource by adding an optional bus clockGregory CLEMENT2018-01-261-1/+11
* i2c: mv64xxx: Remove useless test before clk_disable_unprepareGregory CLEMENT2018-01-261-6/+2
* i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-311-2/+1
* i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni2017-05-161-3/+3
* i2c: mv64xxx: simplify optional reset handlingPhilipp Zabel2017-03-231-10/+5
* i2c: mv64xxx: add suspend/resume supportGrzegorz Jaszczyk2017-01-251-0/+21
* i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionalsThomas Petazzoni2016-04-271-19/+6
* i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare}Thomas Petazzoni2016-04-271-12/+6
* i2c: mv64xxx: handle probe deferral for the clockThomas Petazzoni2016-04-271-0/+2
* i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede2015-11-301-9/+18
* i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon2015-10-221-2/+0
* i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni2014-12-171-120/+186
* i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni2014-12-171-11/+11
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai2014-09-021-2/+1
* i2c: i2c-mv64xxx: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard2014-05-221-1/+1
* i2c: i2c-mv64xxx: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: mv64xxx: Fix reset controller handlingMaxime Ripard2014-03-281-3/+3
* i2c: mv64xxx: refactor initialization for new msgsWolfram Sang2014-03-101-10/+6
* i2c: mv64xxx: directly call send_start when initializing transferWolfram Sang2014-03-101-7/+1
* i2c: mv64xxx: refactor send_startWolfram Sang2014-03-101-14/+13
* i2c: mv64xxx: Add support for the Allwinner A31 I2C driverMaxime Ripard2014-03-051-0/+11
* i2c: mv64xxx: Add reset deassert callMaxime Ripard2014-03-051-2/+19
* i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang2014-02-151-19/+14
* i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT2014-01-141-0/+5
* i2c: remove redundant of_match_ptrSachin Kamat2013-10-031-1/+1
* i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding2013-09-271-2/+2
* i2c: mv64xxx: Fix some build warningsThierry Reding2013-09-271-5/+7
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT2013-08-231-2/+13
* i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT2013-08-231-11/+182