summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mpc.c
Commit message (Expand)AuthorAgeFilesLines
* I2C: Explicitly include correct DT includesRob Herring2023-08-141-1/+2
* i2c: mpc: Drop unused variableGuenter Roeck2023-07-061-1/+0
* i2c: mpc: Use of_property_read_reg() to parse "reg"Rob Herring2023-06-141-2/+3
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti2023-03-291-1/+11
* i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti2023-03-291-12/+13
* i2c: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
* powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-3/+4
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-141-8/+15
|\
| * i2c: mpc: Correct I2C reset procedureJoakim Tjernlund2021-11-291-8/+15
* | i2c: mpc: Avoid out of bounds memory accessChris Packham2022-01-061-6/+9
* | i2c: mpc: Use atomic read and fix break conditionChris Packham2021-12-101-1/+1
|/
* i2c: mpc: Poll for MCFChris Packham2021-07-201-2/+2
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-0/+2
|\
| * i2c: mpc: Restore reread of I2C status registerChris Packham2021-07-021-0/+2
* | i2c: mpc: implement erratum A-004447 workaroundChris Packham2021-05-271-2/+79
|/
* i2c: mpc: Drop duplicate message from devm_platform_ioremap_resource()Andy Shevchenko2021-04-151-3/+1
* i2c: mpc: Use device_get_match_data() helperAndy Shevchenko2021-04-151-8/+4
* i2c: mpc: Remove CONFIG_PM_SLEEP ifdefferyAndy Shevchenko2021-04-151-11/+3
* i2c: mpc: Use devm_clk_get_optional()Andy Shevchenko2021-04-151-13/+12
* i2c: mpc: Update license and copyrightChris Packham2021-04-151-8/+3
* i2c: mpc: Interrupt driven transferChris Packham2021-04-151-187/+239
* i2c: mpc: Remove redundant NULL checkChris Packham2021-04-131-1/+1
* i2c: mpc: drop release for resource allocated with devm_*Wei Yongjun2021-04-131-6/+0
* i2c: mpc: use device managed APIsChris Packham2021-04-101-28/+18
* i2c: mpc: make interrupt mandatory and remove polling codeChris Packham2021-04-101-32/+19
* i2c: mpc: Make use of i2c_recover_bus()Chris Packham2021-04-101-2/+16
* i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha2018-01-151-22/+15
* i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha2018-01-151-2/+6
* i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha2018-01-151-3/+9
* i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculationsArseny Solokha2018-01-151-6/+6
* i2c: mpc: remove useless variable initializationWolfram Sang2017-11-011-1/+1
* i2c: mpc: use of_property_read_boolJulia Lawall2017-10-271-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* i2c: mpc: Fix ISR return valueAmit Tomar2015-03-271-1/+2
* i2c: mpc: assign the correct prescaler from SVRValentin Longchamp2015-03-151-1/+29
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: mpc: report correct I2C error return codesDanielle Costantino2014-11-121-9/+9
|/
* i2c: mpc: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp2014-06-031-1/+1
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* i2c: mpc: cleanup clock API useGerhard Sittig2013-08-281-0/+24
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-2/+0
* i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-6/+7
* i2c: mpc: Define unique I2C adapter namesGuenter Roeck2013-08-071-1/+4
* i2c: use platform_{get,set}_drvdata()Jingoo Han2013-06-121-2/+2
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0