aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-nomadik.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-24i2c-nomadik: fix kerneldoc warningLinus Walleij1-1/+2
2011-08-23i2c-nomadik: Do not use _interruptible_ variant callsrinidhi kasagar1-4/+4
2011-05-25i2c-nomadik: break out single messsage transmissionLinus Walleij1-32/+48
2011-05-25i2c-nomadik: reset the hw after status checkVirupax Sadashivpetimath1-4/+4
2011-05-25i2c-nomadik: remove the unnecessary delayVirupax Sadashivpetimath1-18/+2
2011-05-25i2c-nomadik: change the TX and RX thresholdVirupax Sadashivpetimath1-13/+26
2011-05-25i2c-nomadik: add code to retry on timeout failureVirupax Sadashivpetimath1-48/+49
2011-05-25i2c-nomadik: use pm_runtime APIRabin Vincent1-6/+31
2011-05-25i2c-nomadik: print abort cause only on abort tagVirupax Sadashivpetimath1-8/+19
2011-05-25i2c-nomadik: correct adapter timeout initializationVirupax Sadashivpetimath1-4/+5
2011-05-25i2c-nomadik: remove the redundant error messagesrinidhi kasagar1-2/+0
2011-05-25i2c-nomadik: corrrect returned error numbersVirupax Sadashivpetimath1-4/+6
2011-05-25i2c-nomadik: make i2c timeout specific per i2c busVirupax Sadashivpetimath1-6/+4
2011-05-25i2c-nomadik: add regulator supportJonas Aberg1-15/+58
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-01-13Merge branch 'for-linus/i2c-2638' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-2/+4
2011-01-04i2c-nomadik: fix regression on adapter nameLinus Walleij1-2/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-10-25i2c-nomadik: fixup bus delaysLinus Walleij1-2/+6
2010-10-25i2c-nomadik: support smbus emulationLinus Walleij1-4/+1
2010-10-25i2c-nomadik: dynamic clockingLinus Walleij1-4/+9
2010-10-25i2c-nomadik: documentation fixesLinus Walleij1-5/+5
2010-05-20i2c-nomadik: fix operator precedence warningRabin Vincent1-1/+2
2010-05-20i2c-nomadik: release region when removedRabin Vincent1-0/+3
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: Add support for Ux500/Nomadik I2C controllersrinidhi kasagar1-0/+959