summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mpc.c
AgeCommit message (Expand)Author
2024-11-17i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-10i2c: mpc: Use devm_clk_get_optional_enabled() to simplify codeZhang Zekun
2024-07-11i2c: mpc: reword according to newest specificationWolfram Sang
2024-05-06i2c: mpc: Removal of of_node_put with __free for auto cleanupAbhinav Jain
2024-03-04i2c: mpc: remove outdated macroWolfram Sang
2024-03-04i2c: mpc: use proper binding for transfer timeoutsWolfram Sang
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-07-06i2c: mpc: Drop unused variableGuenter Roeck
2023-06-14i2c: mpc: Use of_property_read_reg() to parse "reg"Rob Herring
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-29i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti
2023-03-29i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-06i2c: mpc: Avoid out of bounds memory accessChris Packham
2021-12-10i2c: mpc: Use atomic read and fix break conditionChris Packham
2021-11-29i2c: mpc: Correct I2C reset procedureJoakim Tjernlund
2021-07-20i2c: mpc: Poll for MCFChris Packham
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-02i2c: mpc: Restore reread of I2C status registerChris Packham
2021-05-27i2c: mpc: implement erratum A-004447 workaroundChris Packham
2021-04-15i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()Andy Shevchenko
2021-04-15i2c: mpc: Use device_get_match_data() helperAndy Shevchenko
2021-04-15i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko
2021-04-15i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko
2021-04-15i2c: mpc: Update license and copyrightChris Packham
2021-04-15i2c: mpc: Interrupt driven transferChris Packham
2021-04-13i2c: mpc: Remove redundant NULL checkChris Packham
2021-04-13i2c: mpc: drop release for resource allocated with devm_*Wei Yongjun
2021-04-10i2c: mpc: use device managed APIsChris Packham
2021-04-10i2c: mpc: make interrupt mandatory and remove polling codeChris Packham
2021-04-10i2c: mpc: Make use of i2c_recover_bus()Chris Packham
2018-01-15i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha
2018-01-15i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha
2018-01-15i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha
2018-01-15i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculationsArseny Solokha
2017-11-01i2c: mpc: remove useless variable initializationWolfram Sang
2017-10-27i2c: mpc: use of_property_read_boolJulia Lawall
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2015-03-27i2c: mpc: Fix ISR return valueAmit Tomar
2015-03-15i2c: mpc: assign the correct prescaler from SVRValentin Longchamp
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-12i2c: mpc: report correct I2C error return codesDanielle Costantino
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-08-08i2c: mpc: delete unneeded test before of_node_putJulia Lawall
2014-06-03i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-09drivers: clean-up prom.h implicit includesRob Herring