Age | Commit message (Expand) | Author | Files | Lines |
2020-04-15 | i2c: busses: convert to devm_platform_ioremap_resource | Dejin Zheng | 1 | -3/+1 |
2020-03-25 | i2c: drivers: Use generic definitions for bus frequencies | Andy Shevchenko | 1 | -3/+3 |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -3/+2 |
2018-03-17 | i2c: mv64xxx: Apply errata delay only in standard mode | Gregory CLEMENT | 1 | -2/+6 |
2018-01-26 | i2c: mv64xxx: Fix clock resource by adding an optional bus clock | Gregory CLEMENT | 1 | -1/+11 |
2018-01-26 | i2c: mv64xxx: Remove useless test before clk_disable_unprepare | Gregory CLEMENT | 1 | -6/+2 |
2017-08-14 | i2c: mv64xxx: explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+1 |
2017-07-31 | i2c: use dev_get_drvdata() to get private data in suspend/resume hooks | Masahiro Yamada | 1 | -2/+1 |
2017-05-17 | i2c: mv64xxx: don't override deferred probing when getting irq | Thomas Petazzoni | 1 | -3/+3 |
2017-03-23 | i2c: mv64xxx: simplify optional reset handling | Philipp Zabel | 1 | -10/+5 |
2017-01-26 | i2c: mv64xxx: add suspend/resume support | Grzegorz Jaszczyk | 1 | -0/+21 |
2016-04-27 | i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionals | Thomas Petazzoni | 1 | -19/+6 |
2016-04-27 | i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare} | Thomas Petazzoni | 1 | -12/+6 |
2016-04-27 | i2c: mv64xxx: handle probe deferral for the clock | Thomas Petazzoni | 1 | -0/+2 |
2015-11-30 | i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs | Hans de Goede | 1 | -9/+18 |
2015-10-22 | i2c: mv64xxx: really allow I2C offloading | Hezi Shahmoon | 1 | -2/+0 |
2014-12-17 | i2c: mv64xxx: rework offload support to fix several problems | Thomas Petazzoni | 1 | -120/+186 |
2014-12-17 | i2c: mv64xxx: use BIT() macro for register value definitions | Thomas Petazzoni | 1 | -11/+11 |
2014-10-20 | i2c: busses: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-02 | i2c: mv64xxx: continue probe when clock-frequency is missing | Chen-Yu Tsai | 1 | -2/+1 |
2014-07-17 | i2c: i2c-mv64xxx: Drop class based scanning to improve bootup time | Wolfram Sang | 1 | -1/+1 |
2014-05-22 | i2c: mv64xxx: Change i2c compatibles for sunxi | Maxime Ripard | 1 | -1/+1 |
2014-03-28 | i2c: i2c-mv64xxx: deprecate class based instantiation | Wolfram Sang | 1 | -1/+1 |
2014-03-28 | i2c: mv64xxx: Fix reset controller handling | Maxime Ripard | 1 | -3/+3 |
2014-03-10 | i2c: mv64xxx: refactor initialization for new msgs | Wolfram Sang | 1 | -10/+6 |
2014-03-10 | i2c: mv64xxx: directly call send_start when initializing transfer | Wolfram Sang | 1 | -7/+1 |
2014-03-10 | i2c: mv64xxx: refactor send_start | Wolfram Sang | 1 | -14/+13 |
2014-03-05 | i2c: mv64xxx: Add support for the Allwinner A31 I2C driver | Maxime Ripard | 1 | -0/+11 |
2014-03-05 | i2c: mv64xxx: Add reset deassert call | Maxime Ripard | 1 | -2/+19 |
2014-02-15 | i2c: mv64xxx: refactor message start to ensure proper initialization | Wolfram Sang | 1 | -19/+14 |
2014-01-14 | i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCs | Gregory CLEMENT | 1 | -0/+5 |
2013-10-04 | i2c: remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-09-27 | i2c: mv64xxx: Do not use writel_relaxed() | Thierry Reding | 1 | -2/+2 |
2013-09-27 | i2c: mv64xxx: Fix some build warnings | Thierry Reding | 1 | -5/+7 |
2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang | 1 | -3/+0 |
2013-08-23 | i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889) | Gregory CLEMENT | 1 | -2/+13 |
2013-08-23 | i2c: mv64xxx: Add I2C Transaction Generator support | Gregory CLEMENT | 1 | -11/+182 |
2013-08-19 | i2c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-06-26 | i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not provided | Gregory CLEMENT | 1 | -1/+5 |
2013-06-25 | i2c: mv64xxx: Fix transfer error code | Guenter Roeck | 1 | -1/+1 |
2013-06-15 | i2c: mv64xxx: Add Allwinner sun4i compatible | Maxime Ripard | 1 | -0/+11 |
2013-06-15 | i2c: mv64xxx: make the registers offset configurable | Maxime Ripard | 1 | -39/+62 |
2013-06-15 | i2c: mv64xxx: Add macros to access parts of registers | Maxime Ripard | 1 | -2/+6 |
2013-06-06 | I2C: mv64xxx: fix race between FSM/interrupt and process context | Russell King | 1 | -20/+34 |
2013-06-06 | I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io() | Russell King | 1 | -26/+26 |
2013-06-06 | I2C: mv64xxx: remove I2C_M_NOSTART code | Russell King | 1 | -21/+5 |
2013-06-06 | I2C: mv64xxx: fix error handling for request_irq() | Russell King | 1 | -5/+5 |
2013-06-06 | I2C: mv64xxx: use devm_kzalloc() | Russell King | 1 | -14/+10 |
2013-06-06 | I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put() | Russell King | 1 | -1/+1 |
2013-06-06 | I2C: mv64xxx: use devm_ioremap_resource() | Russell King | 1 | -40/+6 |