Age | Commit message (Expand) | Author | Files | Lines |
2016-08-22 | i2c: don't print error when adding adapter fails | Wolfram Sang | 1 | -3/+1 |
2015-11-30 | i2c: davinci: Increase module clock frequency | Alexander Sverdlin | 1 | -2/+9 |
2015-10-20 | i2c: davinci: Optimize clock generation on Keystone SoC | Alexander Sverdlin | 1 | -0/+8 |
2015-06-17 | i2c: davinci: Optimize SCL generation | Alexander Sverdlin | 1 | -3/+24 |
2015-06-10 | i2c: davinci: Avoid sending to own address | Alexander Sverdlin | 1 | -3/+8 |
2015-06-10 | i2c: davinci: Refactor i2c_davinci_wait_bus_not_busy() | Alexander Sverdlin | 1 | -23/+19 |
2015-04-10 | i2c: davinci: use ICPFUNC to toggle I2C as gpio for bus recovery | Grygorii Strashko | 1 | -1/+101 |
2015-04-10 | i2c: davinci: use bus recovery infrastructure | Grygorii Strashko | 1 | -41/+36 |
2015-03-27 | i2c: davinci: fixup wait_for_completion_timeout handling | Nicholas Mc Guire | 1 | -10/+7 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-12-14 | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -11/+13 |
2014-12-04 | i2c: davinci: generate STP always when NACK is received | Grygorii Strashko | 1 | -5/+3 |
2014-12-04 | i2c: davinci: switch to use platform_get_irq | Grygorii Strashko | 1 | -8/+12 |
2014-11-10 | i2c: davinci: don't use interruptible completion | Mike Looijmans | 1 | -3/+1 |
2014-11-07 | i2c: remove FSF address | Wolfram Sang | 1 | -4/+0 |
2014-10-20 | i2c: busses: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-07-16 | i2c: i2c-davinci: Drop class based scanning to improve bootup time | Wolfram Sang | 1 | -1/+1 |
2014-03-28 | i2c: i2c-davinci: deprecate class based instantiation | Wolfram Sang | 1 | -1/+1 |
2013-11-26 | i2c: davinci: raw read and write endian fix | Taras Kondratiuk | 1 | -2/+2 |
2013-11-18 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -1/+1 |
2013-10-03 | i2c: remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-09-10 | i2c: davinci: Fix bad dev_get_platdata() conversion | Olof Johansson | 1 | -1/+1 |
2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang | 1 | -2/+0 |
2013-08-19 | i2c: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-08-15 | i2c: davinci: remove useless mach/hardware include | Santosh Shilimkar | 1 | -2/+0 |
2013-06-12 | drivers/i2c/busses: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -7/+1 |
2013-04-19 | i2c: davinci: drop superfluous {get|put}_device | Wolfram Sang | 1 | -13/+6 |
2013-03-29 | i2c: davinci: update to devm_* API | Vishwanathrao Badarkhe, Manish | 1 | -34/+14 |
2013-03-29 | i2c: davinci: rename recover bus functions | Wolfram Sang | 1 | -5/+5 |
2013-02-22 | i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls | Doug Anderson | 1 | -2/+0 |
2012-10-11 | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux | Linus Torvalds | 1 | -16/+42 |
2012-09-14 | i2c: davinci: preparation for switch to common clock framework | Murali Karicheri | 1 | -5/+5 |
2012-09-14 | ARM: davinci: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-12 | i2c: davinci: add OF support | Heiko Schocher | 1 | -11/+37 |
2012-05-12 | i2c: davinci: Free requested IRQ in remove | Marcus Folkesson | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-10-18 | i2c-davinci: Fix TX setup for more SoCs | Jon Povey | 1 | -9/+15 |
2010-09-28 | i2c-davinci: Fix race when setting up for TX | Jon Povey | 1 | -3/+3 |
2010-08-05 | i2c: davinci: bus recovery procedure to clear the bus | Philby John | 1 | -4/+53 |
2010-08-05 | i2c: davinci: Add cpufreq support | Chaithrika U S | 1 | -0/+63 |
2010-08-05 | i2c: davinci: Add suspend/resume support | Chaithrika U S | 1 | -0/+36 |
2010-08-05 | i2c: davinci: Add helper functions for power management | Chaithrika U S | 1 | -19/+37 |
2010-08-05 | i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage | Chaithrika U S | 1 | -39/+38 |
2010-08-05 | i2c: davinci: Fix smbus Oops with AIC33 usage | Dirk Behme | 1 | -4/+27 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-07-15 | i2c: Use resource_size | Julia Lawall | 1 | -3/+3 |
2009-07-15 | i2c-davinci: behave with i2cdetect | David Brownell | 1 | -4/+14 |
2009-07-15 | i2c-davinci: convert clock usage after clkdev conversion | Kevin Hilman | 1 | -1/+1 |
2009-03-28 | i2c-davinci: Fix timeout handling | Jean Delvare | 1 | -5/+3 |