aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses/i2c-mpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-3/+6
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-13/+9
2010-09-30of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely1-0/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-08-01powerpc/5200/i2c: improve i2c bus error recoveryAlbrecht Dreß1-22/+47
2010-07-05i2c: Add OF-style registration and bindingGrant Likely1-1/+0
2010-07-05of/i2c: Generalize OF supportGrant Likely1-1/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+4
2010-05-20i2c-mpc: drop NO_IRQWolfram Sang1-3/+3
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-8/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger1-18/+75
2010-03-07i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger1-22/+20
2010-03-07i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger1-53/+46
2009-11-02i2c-mpc: Do not generate STOP after read.Joakim Tjernlund1-8/+2
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk1-1/+1
2009-05-12i2c-mpc: bug fix for MPC52xx clock setting and printoutWolfgang Grandegger1-14/+20
2009-04-07i2c: i2c-mpc: make I2C bus speed configurableWolfgang Grandegger1-20/+242
2009-04-07i2c: i2c-mpc: use dev based printout functionWolfgang Grandegger1-14/+17
2009-04-07i2c: i2c-mpc: various coding style fixesWolfgang Grandegger1-17/+18
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-2/+2
2009-03-28i2c: Adapter timeout is in jiffiesJean Delvare1-2/+2
2009-03-09i2c-mpc: do not allow interruptions when waiting for I2C to completeTimur Tabi1-6/+3
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0