summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/kern...Linus 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...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...Linus 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
2013-06-12i2c: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-19/+19
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-1/+17
2012-09-14i2c: mpc: Wait for STOP to hit the busJoakim Tjernlund1-1/+17
2012-09-11i2c/mpc: make data used as *of_device_id.data constArnd Bergmann1-5/+5
2012-09-11i2c/mpc: add a const qualifierUwe Kleine-König1-1/+1
2012-05-12i2c-mpc: avoid I2C abnormal after resuming from deep sleepZhao Chenhui1-0/+30
2012-02-24i2c: mpc: Add support for SMBUS_READ_BLOCK_DATATang Yuantian1-14/+49
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-12/+1