summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mpc.c
AgeCommit message (Expand)Author
2018-01-15i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha
2018-01-15i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha
2018-01-15i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha
2018-01-15i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculationsArseny Solokha
2017-11-01i2c: mpc: remove useless variable initializationWolfram Sang
2017-10-27i2c: mpc: use of_property_read_boolJulia Lawall
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2015-03-27i2c: mpc: Fix ISR return valueAmit Tomar
2015-03-15i2c: mpc: assign the correct prescaler from SVRValentin Longchamp
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-12i2c: mpc: report correct I2C error return codesDanielle Costantino
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-08-08i2c: mpc: delete unneeded test before of_node_putJulia Lawall
2014-06-03i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-08-28i2c: mpc: cleanup clock API useGerhard Sittig
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-15i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-07i2c: mpc: Define unique I2C adapter namesGuenter Roeck
2013-06-12i2c: use platform_{get,set}_drvdata()Jingoo Han
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-09-14i2c: mpc: Wait for STOP to hit the busJoakim Tjernlund
2012-09-11i2c/mpc: make data used as *of_device_id.data constArnd Bergmann
2012-09-11i2c/mpc: add a const qualifierUwe Kleine-König
2012-05-12i2c-mpc: avoid I2C abnormal after resuming from deep sleepZhao Chenhui
2012-02-24i2c: mpc: Add support for SMBUS_READ_BLOCK_DATATang Yuantian
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2010-09-30of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-01powerpc/5200/i2c: improve i2c bus error recoveryAlbrecht Dreß
2010-07-05i2c: Add OF-style registration and bindingGrant Likely
2010-07-05of/i2c: Generalize OF supportGrant Likely
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-20i2c-mpc: drop NO_IRQWolfram Sang
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger
2010-03-07i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger
2010-03-07i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger
2009-11-02i2c-mpc: Do not generate STOP after read.Joakim Tjernlund
2009-06-17powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk
2009-05-12i2c-mpc: bug fix for MPC52xx clock setting and printoutWolfgang Grandegger