aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mpc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-08i2c-mpc: suppress I2C device probingWolfgang Grandegger1-1/+0
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt1-1/+1
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-1/+1
2008-07-12powerpc/i2c: Convert i2c-mpc into an of_platform driverJon Smirl1-44/+60
2008-05-11i2c-mpc: Compare to NO_IRQ instead of zeroJon Smirl1-9/+7
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-01-27mpc-i2c: Propagate error values properlyJon Smirl1-12/+16
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesJean Delvare1-1/+0
2007-08-14i2c-mpc: Don't disable I2C module on stop conditionDomen Puncer1-3/+6
2007-08-14i2c-mpc: Pass correct dev_id to free_irq on error pathScott Wood1-1/+1
2007-07-12i2c-mpc: work around missing-9th-clock-pulse bugDomen Puncer1-0/+23
2007-07-12i2c-mpc: Use i2c_add_numbered_adapterGrant Likely1-1/+2
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-0/+5
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-12/+12
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+2
2005-10-28[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-2/+1
2005-10-28[PATCH] Owner field additions to many i2c drivers, 2 of 5Laurent Riffard1-0/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare1-1/+0
2005-08-01[PATCH] i2c-mpc.c: revert duplicate patchAndrew Morton1-94/+0
2005-07-29[PATCH] I2C-MPC: Restore code removedKumar Gala1-0/+94
2005-07-27[PATCH] I2C-MPC: Restore code removedKumar Gala1-0/+94
2005-06-25[PATCH] I2C-MPC: Remove OCP device model supportKumar Gala1-204/+0
2005-06-21[PATCH] i2c: Race fix for i2c-mpc.cSylvain Munaut1-6/+8
2005-06-21[PATCH] I2C: Allow for sharing of the interrupt line for i2c-mpc.cKumar Gala1-2/+2
2005-04-25[PATCH] ppc annotations: i2c-mpcAl Viro1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+496