| Age | Commit message (Expand) | Author |
| 2022-01-14 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
| 2022-01-06 | i2c: mpc: Avoid out of bounds memory access | Chris Packham |
| 2021-12-10 | i2c: mpc: Use atomic read and fix break condition | Chris Packham |
| 2021-11-29 | i2c: mpc: Correct I2C reset procedure | Joakim Tjernlund |
| 2021-07-20 | i2c: mpc: Poll for MCF | Chris Packham |
| 2021-07-04 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
| 2021-07-02 | i2c: mpc: Restore reread of I2C status register | Chris Packham |
| 2021-05-27 | i2c: mpc: implement erratum A-004447 workaround | Chris Packham |
| 2021-04-15 | i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource() | Andy Shevchenko |
| 2021-04-15 | i2c: mpc: Use device_get_match_data() helper | Andy Shevchenko |
| 2021-04-15 | i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery | Andy Shevchenko |
| 2021-04-15 | i2c: mpc: Use devm_clk_get_optional() | Andy Shevchenko |
| 2021-04-15 | i2c: mpc: Update license and copyright | Chris Packham |
| 2021-04-15 | i2c: mpc: Interrupt driven transfer | Chris Packham |
| 2021-04-13 | i2c: mpc: Remove redundant NULL check | Chris Packham |
| 2021-04-13 | i2c: mpc: drop release for resource allocated with devm_* | Wei Yongjun |
| 2021-04-10 | i2c: mpc: use device managed APIs | Chris Packham |
| 2021-04-10 | i2c: mpc: make interrupt mandatory and remove polling code | Chris Packham |
| 2021-04-10 | i2c: mpc: Make use of i2c_recover_bus() | Chris Packham |
| 2018-01-15 | i2c: mpc: always determine I2C clock prescaler at runtime | Arseny Solokha |
| 2018-01-15 | i2c: mpc: fix PORDEVSR2 mask for MPC8533/44 | Arseny Solokha |
| 2018-01-15 | i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx | Arseny Solokha |
| 2018-01-15 | i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations | Arseny Solokha |
| 2017-11-01 | i2c: mpc: remove useless variable initialization | Wolfram Sang |
| 2017-10-27 | i2c: mpc: use of_property_read_bool | Julia Lawall |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
| 2016-08-22 | i2c: don't print error when adding adapter fails | Wolfram Sang |
| 2015-03-27 | i2c: mpc: Fix ISR return value | Amit Tomar |
| 2015-03-15 | i2c: mpc: assign the correct prescaler from SVR | Valentin Longchamp |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
| 2014-11-12 | i2c: mpc: report correct I2C error return codes | Danielle Costantino |
| 2014-10-20 | i2c: busses: drop owner assignment from platform_drivers | Wolfram Sang |
| 2014-08-08 | i2c: mpc: delete unneeded test before of_node_put | Julia Lawall |
| 2014-06-03 | i2c: mpc: insert DR read in i2c_fixup() | Valentin Longchamp |
| 2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
| 2013-10-09 | drivers: clean-up prom.h implicit includes | Rob Herring |
| 2013-08-28 | i2c: mpc: cleanup clock API use | Gerhard Sittig |
| 2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang |
| 2013-08-15 | i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han |
| 2013-08-07 | i2c: mpc: Define unique I2C adapter names | Guenter Roeck |
| 2013-06-12 | i2c: use platform_{get,set}_drvdata() | Jingoo Han |
| 2013-02-22 | i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls | Doug Anderson |
| 2012-12-22 | i2c: remove __dev* attributes from subsystem | Bill Pemberton |
| 2012-10-11 | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux | Linus Torvalds |
| 2012-09-14 | i2c: mpc: Wait for STOP to hit the bus | Joakim Tjernlund |
| 2012-09-11 | i2c/mpc: make data used as *of_device_id.data const | Arnd Bergmann |
| 2012-09-11 | i2c/mpc: add a const qualifier | Uwe Kleine-König |
| 2012-05-12 | i2c-mpc: avoid I2C abnormal after resuming from deep sleep | Zhao Chenhui |
| 2012-02-24 | i2c: mpc: Add support for SMBUS_READ_BLOCK_DATA | Tang Yuantian |
| 2012-01-12 | i2c/busses: Use module_platform_driver() | Axel Lin |