aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mpc.c
AgeCommit message (Expand)Author
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
2009-04-07i2c: i2c-mpc: make I2C bus speed configurableWolfgang Grandegger
2009-04-07i2c: i2c-mpc: use dev based printout functionWolfgang Grandegger
2009-04-07i2c: i2c-mpc: various coding style fixesWolfgang Grandegger
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-28i2c: Adapter timeout is in jiffiesJean Delvare
2009-03-09i2c-mpc: do not allow interruptions when waiting for I2C to completeTimur Tabi
2009-01-26i2c: Delete many unused adapter IDsJean Delvare
2008-10-08i2c-mpc: suppress I2C device probingWolfgang Grandegger
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare
2008-07-12powerpc/i2c: Convert i2c-mpc into an of_platform driverJon Smirl
2008-05-11i2c-mpc: Compare to NO_IRQ instead of zeroJon Smirl
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers
2008-01-27mpc-i2c: Propagate error values properlyJon Smirl
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesJean Delvare
2007-08-14i2c-mpc: Don't disable I2C module on stop conditionDomen Puncer
2007-08-14i2c-mpc: Pass correct dev_id to free_irq on error pathScott Wood
2007-07-12i2c-mpc: work around missing-9th-clock-pulse bugDomen Puncer
2007-07-12i2c-mpc: Use i2c_add_numbered_adapterGrant Likely
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena