summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mpc.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha2018-01-151-22/+15Star
* 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/+1Star
* 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-151-1/+0Star
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | 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/+1Star
* 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/+0Star
* drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+2
* i2c: mpc: cleanup clock API useGerhard Sittig2013-08-281-0/+24
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-2/+0Star
* 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/+0Star
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-19/+19
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-10-111-1/+17
|\
| * i2c: mpc: Wait for STOP to hit the busJoakim Tjernlund2012-09-141-1/+17
* | i2c/mpc: make data used as *of_device_id.data constArnd Bergmann2012-09-111-5/+5
* | i2c/mpc: add a const qualifierUwe Kleine-König2012-09-111-1/+1
|/
* i2c-mpc: avoid I2C abnormal after resuming from deep sleepZhao Chenhui2012-05-121-0/+30
* i2c: mpc: Add support for SMBUS_READ_BLOCK_DATATang Yuantian2012-02-241-14/+49
* i2c/busses: Use module_platform_driver()Axel Lin2012-01-121-12/+1Star
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-3/+6
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-13/+9Star
* of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely2010-09-301-0/+1
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-061-1/+1
|\
| * i2c: Add OF-style registration and bindingGrant Likely2010-07-061-1/+0Star
| * of/i2c: Generalize OF supportGrant Likely2010-07-061-1/+2
* | powerpc/5200/i2c: improve i2c bus error recoveryAlbrecht Dreß2010-08-021-22/+47
|/
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-3/+3
|\
| * i2c-mpc: drop NO_IRQWolfram Sang2010-05-201-3/+3
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-4/+4
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-8/+9
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger2010-03-071-18/+75
* i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger2010-03-071-22/+20Star
* i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger2010-03-071-53/+46Star
* i2c-mpc: Do not generate STOP after read.Joakim Tjernlund2009-11-031-8/+2Star
* powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-171-1/+1
* i2c-mpc: bug fix for MPC52xx clock setting and printoutWolfgang Grandegger2009-05-121-14/+20