aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses/i2c-mpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04i2c: mpc: remove outdated macroWolfram Sang1-3/+1
2024-03-04i2c: mpc: use proper binding for transfer timeoutsWolfram Sang1-6/+6
2023-08-14I2C: Explicitly include correct DT includesRob Herring1-1/+2
2023-07-06i2c: mpc: Drop unused variableGuenter Roeck1-1/+0
2023-06-14i2c: mpc: Use of_property_read_reg() to parse "reg"Rob Herring1-2/+3
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-29i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti1-1/+11
2023-03-29i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti1-12/+13
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-3/+4
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-8/+15
2022-01-06i2c: mpc: Avoid out of bounds memory accessChris Packham1-6/+9
2021-12-10i2c: mpc: Use atomic read and fix break conditionChris Packham1-1/+1
2021-11-29i2c: mpc: Correct I2C reset procedureJoakim Tjernlund1-8/+15
2021-07-20i2c: mpc: Poll for MCFChris Packham1-2/+2
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+2
2021-07-02i2c: mpc: Restore reread of I2C status registerChris Packham1-0/+2
2021-05-27i2c: mpc: implement erratum A-004447 workaroundChris Packham1-2/+79
2021-04-15i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()Andy Shevchenko1-3/+1
2021-04-15i2c: mpc: Use device_get_match_data() helperAndy Shevchenko1-8/+4
2021-04-15i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko1-11/+3
2021-04-15i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko1-13/+12
2021-04-15i2c: mpc: Update license and copyrightChris Packham1-8/+3
2021-04-15i2c: mpc: Interrupt driven transferChris Packham1-187/+239
2021-04-13i2c: mpc: Remove redundant NULL checkChris Packham1-1/+1
2021-04-13i2c: mpc: drop release for resource allocated with devm_*Wei Yongjun1-6/+0
2021-04-10i2c: mpc: use device managed APIsChris Packham1-28/+18
2021-04-10i2c: mpc: make interrupt mandatory and remove polling codeChris Packham1-32/+19
2021-04-10i2c: mpc: Make use of i2c_recover_bus()Chris Packham1-2/+16
2018-01-15i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha1-22/+15
2018-01-15i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha1-2/+6
2018-01-15i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha1-3/+9
2018-01-15i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculationsArseny Solokha1-6/+6
2017-11-01i2c: mpc: remove useless variable initializationWolfram Sang1-1/+1
2017-10-27i2c: mpc: use of_property_read_boolJulia Lawall1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2015-03-27i2c: mpc: Fix ISR return valueAmit Tomar1-1/+2
2015-03-15i2c: mpc: assign the correct prescaler from SVRValentin Longchamp1-1/+29
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-12i2c: mpc: report correct I2C error return codesDanielle Costantino1-9/+9
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-08i2c: mpc: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-06-03i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-08-28i2c: mpc: cleanup clock API useGerhard Sittig1-0/+24
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-2/+0
2013-08-15i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+7
2013-08-07i2c: mpc: Define unique I2C adapter namesGuenter Roeck1-1/+4