| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: mpc: Use devm_clk_get_optional_enabled() to simplify code | Zhang Zekun | 2024-09-10 | 1 | -19/+4 |
* | i2c: mpc: reword according to newest specification | Wolfram Sang | 2024-07-11 | 1 | -2/+2 |
* | i2c: mpc: Removal of of_node_put with __free for auto cleanup | Abhinav Jain | 2024-05-06 | 1 | -7/+4 |
* | i2c: mpc: remove outdated macro | Wolfram Sang | 2024-03-04 | 1 | -3/+1 |
* | i2c: mpc: use proper binding for transfer timeouts | Wolfram Sang | 2024-03-04 | 1 | -6/+6 |
* | I2C: Explicitly include correct DT includes | Rob Herring | 2023-08-14 | 1 | -1/+2 |
* | i2c: mpc: Drop unused variable | Guenter Roeck | 2023-07-06 | 1 | -1/+0 |
* | i2c: mpc: Use of_property_read_reg() to parse "reg" | Rob Herring | 2023-06-14 | 1 | -2/+3 |
* | i2c: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-06-05 | 1 | -4/+2 |
* | i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property | Andi Shyti | 2023-03-29 | 1 | -1/+11 |
* | i2c: mpc: Use of_property_read_u32 instead of of_get_property | Andi Shyti | 2023-03-29 | 1 | -12/+13 |
* | i2c: Use of_property_read_bool() for boolean properties | Rob Herring | 2023-03-16 | 1 | -1/+1 |
* | powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode | Andy Shevchenko | 2022-06-22 | 1 | -3/+4 |
* | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-01-14 | 1 | -8/+15 |
|\ |
|
| * | i2c: mpc: Correct I2C reset procedure | Joakim Tjernlund | 2021-11-29 | 1 | -8/+15 |
* | | i2c: mpc: Avoid out of bounds memory access | Chris Packham | 2022-01-06 | 1 | -6/+9 |
* | | i2c: mpc: Use atomic read and fix break condition | Chris Packham | 2021-12-10 | 1 | -1/+1 |
|/ |
|
* | i2c: mpc: Poll for MCF | Chris Packham | 2021-07-20 | 1 | -2/+2 |
* | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-07-04 | 1 | -0/+2 |
|\ |
|
| * | i2c: mpc: Restore reread of I2C status register | Chris Packham | 2021-07-02 | 1 | -0/+2 |
* | | i2c: mpc: implement erratum A-004447 workaround | Chris Packham | 2021-05-27 | 1 | -2/+79 |
|/ |
|
* | i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource() | Andy Shevchenko | 2021-04-15 | 1 | -3/+1 |
* | i2c: mpc: Use device_get_match_data() helper | Andy Shevchenko | 2021-04-15 | 1 | -8/+4 |
* | i2c: mpc: Remove CONFIG_PM_SLEEP ifdeffery | Andy Shevchenko | 2021-04-15 | 1 | -11/+3 |
* | i2c: mpc: Use devm_clk_get_optional() | Andy Shevchenko | 2021-04-15 | 1 | -13/+12 |
* | i2c: mpc: Update license and copyright | Chris Packham | 2021-04-15 | 1 | -8/+3 |
* | i2c: mpc: Interrupt driven transfer | Chris Packham | 2021-04-15 | 1 | -187/+239 |
* | i2c: mpc: Remove redundant NULL check | Chris Packham | 2021-04-13 | 1 | -1/+1 |
* | i2c: mpc: drop release for resource allocated with devm_* | Wei Yongjun | 2021-04-13 | 1 | -6/+0 |
* | i2c: mpc: use device managed APIs | Chris Packham | 2021-04-10 | 1 | -28/+18 |
* | i2c: mpc: make interrupt mandatory and remove polling code | Chris Packham | 2021-04-10 | 1 | -32/+19 |
* | i2c: mpc: Make use of i2c_recover_bus() | Chris Packham | 2021-04-10 | 1 | -2/+16 |
* | i2c: mpc: always determine I2C clock prescaler at runtime | Arseny Solokha | 2018-01-15 | 1 | -22/+15 |
* | i2c: mpc: fix PORDEVSR2 mask for MPC8533/44 | Arseny Solokha | 2018-01-15 | 1 | -2/+6 |
* | i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx | Arseny Solokha | 2018-01-15 | 1 | -3/+9 |
* | i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations | Arseny Solokha | 2018-01-15 | 1 | -6/+6 |
* | i2c: mpc: remove useless variable initialization | Wolfram Sang | 2017-11-01 | 1 | -1/+1 |
* | i2c: mpc: use of_property_read_bool | Julia Lawall | 2017-10-27 | 1 | -1/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | i2c: don't print error when adding adapter fails | Wolfram Sang | 2016-08-22 | 1 | -3/+1 |
* | i2c: mpc: Fix ISR return value | Amit Tomar | 2015-03-27 | 1 | -1/+2 |
* | i2c: mpc: assign the correct prescaler from SVR | Valentin Longchamp | 2015-03-15 | 1 | -1/+29 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | i2c: busses: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | i2c: mpc: report correct I2C error return codes | Danielle Costantino | 2014-11-12 | 1 | -9/+9 |
|/ |
|
* | i2c: mpc: delete unneeded test before of_node_put | Julia Lawall | 2014-08-08 | 1 | -2/+1 |
* | i2c: mpc: insert DR read in i2c_fixup() | Valentin Longchamp | 2014-06-03 | 1 | -1/+1 |
* | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-24 | 1 | -1/+0 |
* | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 1 | -0/+2 |
* | i2c: mpc: cleanup clock API use | Gerhard Sittig | 2013-08-28 | 1 | -0/+24 |