summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mv64xxx.c
AgeCommit message (Expand)Author
2021-04-15i2c: mv64xxx: Fix random system lock caused by runtime PMMarek BehĂșn
2021-02-09i2c: mv64xxx: Fix check for missing clock after adding RPMSamuel Holland
2021-02-01i2c: mv64xxx: Add runtime PM supportSamuel Holland
2020-12-02i2c: mv64xxx: Add bus error recoveryMark Tomlinson
2020-09-29i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song
2020-07-23i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2018-03-17i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT
2018-01-26i2c: mv64xxx: Fix clock resource by adding an optional bus clockGregory CLEMENT
2018-01-26i2c: mv64xxx: Remove useless test before clk_disable_unprepareGregory CLEMENT
2017-08-14i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada
2017-05-16i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni
2017-03-23i2c: mv64xxx: simplify optional reset handlingPhilipp Zabel
2017-01-25i2c: mv64xxx: add suspend/resume supportGrzegorz Jaszczyk
2016-04-27i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionalsThomas Petazzoni
2016-04-27i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare}Thomas Petazzoni
2016-04-27i2c: mv64xxx: handle probe deferral for the clockThomas Petazzoni
2015-11-30i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede
2015-10-22i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon
2014-12-17i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni
2014-12-17i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-09-02i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai
2014-07-16i2c: i2c-mv64xxx: Drop class based scanning to improve bootup timeWolfram Sang
2014-05-22i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard
2014-03-28i2c: i2c-mv64xxx: deprecate class based instantiationWolfram Sang
2014-03-28i2c: mv64xxx: Fix reset controller handlingMaxime Ripard
2014-03-10i2c: mv64xxx: refactor initialization for new msgsWolfram Sang
2014-03-10i2c: mv64xxx: directly call send_start when initializing transferWolfram Sang
2014-03-10i2c: mv64xxx: refactor send_startWolfram Sang
2014-03-05i2c: mv64xxx: Add support for the Allwinner A31 I2C driverMaxime Ripard
2014-03-05i2c: mv64xxx: Add reset deassert callMaxime Ripard
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang
2014-01-14i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-06-25i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard
2013-06-15i2c: mv64xxx: make the registers offset configurableMaxime Ripard
2013-06-15i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard
2013-06-05I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King