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