summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mv64xxx.c
AgeCommit message (Expand)Author
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
2013-06-05I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King
2013-06-05I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King
2013-06-05I2C: mv64xxx: fix error handling for request_irq()Russell King
2013-06-05I2C: mv64xxx: use devm_kzalloc()Russell King
2013-06-05I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King
2013-06-05I2C: mv64xxx: use devm_ioremap_resource()Russell King
2013-06-05I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King
2013-05-17i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton